.banner-bar {
    height: 367px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/english/PICTURE/d5181bf7.png') no-repeat;
    background-size: contain;
}

.banner-bar .title {
    display: flex;
    align-items: center;
    padding-top: 122px;
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.banner-bar .desc{
    font-size: 28px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.banner-bar .bread {
    margin-top: 32px;
    width: 210px;
    height: 42px;
    background: #ffffff1f;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}

.banner-bar .bread a {
    color: #FFFFFF;
}

.banner-bar .bread span {
    margin: 0px 10px;
}
/* 底部 */
.footer {
    padding-top: 24px !important;
}
/* 主体部分 */
.main .bread {
    padding: 24px 0;
    border-bottom: solid 1px #eee;
}
.main .bread a {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333;
}
.main .bread a.active{
    color: #FFC001;
}
.main .news {
    display: flex;
}
.main .news .left {
    width: 800px;
    margin-right: 60px;
    margin-top: 40px;
}
.main .news .left .title{
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-bottom: 24px;
}
.main .news .left .richText p{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
}
.main .news .left .date{
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.main .news .right{
    width: 340px;
}
.main .news .right .title{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    margin-bottom: 16px;
}
.main .news .right .list .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.main .news .right .list .item .detail{
    width: 212px;
}
.main .news .right .list .item .title{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}
.main .news .right .list .item .date {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.main .news .right .list .item img{
    width: 112px;
    height: 76px;
}
