.headline {
    margin-bottom: 60px;
    background: url(../images/headline_bg.png) no-repeat center center;
    background-size: 100% 36px;
    width: 100%;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    text-align: center;
}

.zbjx {
    margin-bottom: 86px;
}

.zbjx .head {
    margin-bottom: 10px;
    padding: 12px 0;
    background: #EEF3FF;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 40px;
    color: #3C6DE7;
    text-align: center;
}

.zbjx ul li:nth-child(1) {
    margin-top: 0;
}

.zbjx ul li a {
    display: flex;
    justify-content: space-between;
}

.zbjx ul li a .info {
    display: flex;
    align-items: center;
}

.zbjx ul li a .info .imgbox {
    margin-right: 29px;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    overflow: hidden;
}

.zbjx ul li a .info .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zbjx ul li a .info .content {}

.zbjx ul li a .info .content .title {
    margin-bottom: 18px;
    width: 410px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #FFF35D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.zbjx ul li a .info .content .time {
    margin-bottom: 19px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.zbjx ul li a .info .content .writer {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.zbjx ul li a .info .content .job {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.zbjx ul li a .pic {
    width: 357px;
    height: 221px;
}

.zbjx ul li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sjrx {
    position: relative;
    margin-bottom: 86px;
}

.sjrx .head {
    margin-bottom: 40px;
    padding: 12px 0;
    background: #EEF3FF;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 40px;
    color: #3C6DE7;
    text-align: center;
}

.sjrx ul {}

.sjrx ul li {
    margin-top: 60px;
    padding-left: 87px;
}

.sjrx ul li:nth-child(1) {
    margin-top: 0;
}

.sjrx ul li a {
    display: flex;
    align-items: center;
    justify-content: center;

}

.sjrx ul li a .imgbox {
    margin-right: 10px;
    width: 144px;
    height: 203px;
}

.sjrx ul li a .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sjrx ul li a .content {
    padding-left: 30px;
    width: 918px;
    height: 203px;
    background: url(../images/xxjdpage_sjrx_bg.png) no-repeat center left -87px;
    background-size: 100% 100%;
}

.sjrx ul li a .content .name_job {
    margin-top: 8px;
    display: flex;
    align-items: baseline;
}

.sjrx ul li a .content .name_job .name {
    margin-right: 15px;
    font-family: SourceHanSerifSC, SourceHanSerifSC;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
}


.sjrx ul li a .content .name_job .job {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.sjrx ul li a .content .title {
    width: 700px;
    margin-top: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.sjrx ul li a .content .time {
    margin-top: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.sjrx ul li a .content .place {
    margin-top: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}