*{
    margin: 0;
    padding: 0;
}
.content{
    margin: 80px 0 120px;
}
.content .clearfix::before{
    content: '';
    display: table;
}
.content .col_1{
    float: left;
    width: 70.3%;
    padding: 52px 60px;
    background: #FFFFFF;
    border-top:6px solid #B01F2E;
}
.content .col_1 .header{
    margin-bottom: 30px;
}
.content .header h1{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    text-align: center;
}
.content .header .art_desc{
    font-size: 14px;
    color: #888;
    line-height: 18px;
    text-align: center;
    margin-top: 14px;
    background-color: #F6F6F6;
    border: 1px solid #E6E6E6;
    padding: 10px;
}
.content .header .time{
    margin-right: 40px;
}
.content .con1{
    font-size: 19px;
    font-family: 宋体, SimSun;
    color: #333333;
    line-height: 38px;
    /*overflow: hidden;*/
    overflow-x: auto;
}
.content .con1 td, .content .con1 th {
    border: 1px solid #DDD;
}
.content .con1 .sub{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    text-align: center;
    margin: 10px 0 20px 0;
}
.content .col_1 .con1 img {
    max-width: 100% !important;
    height: auto !important;
}
.content .con1 *  {
    max-width: 100%;
}
.content .con1 .pic img, .content .con1 video{
    max-width: 100%;
}
.content .art_Footer {
    margin-top: 70px;
}
.content .art_Footer .doc{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.content .art_Footer .doc:hover{
    color: #B01F2E;
}
.content .art_Footer .doc{
    margin-top: 10px;
}
.content .col_2{
    float: right;
    width: 25.8%;
}
.content .col_2 .col2_item{
    background: #FFFFFF;
    padding: 22px 30px 20px 10px;
    margin-bottom: 50px;
}
.content .col_2 .hotConnect .layui-timeline-item{
    margin-left: 16px;
}
.content .col2_header{
    display: flex;
    margin-bottom: 30px;
}
.content .col2_header h1{
    width: 100%;
    text-align: left;
    margin-left: 10px;
    line-height: 1;
    border-bottom: 2px solid #B01F2E;
}
.content .col_2 li{
    position: relative;
}
.content .col_2 li .icon-chelun{
    position: absolute;
    font-size: 15px;
    color: #999999;
    left: -2px;
    top: 3px;
}
.content .layui-text h3{
    background: url("../../../images/zxzx_juxing.png") no-repeat;
    background-size: contain;
    font-size: 12px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    padding-left: 12px;
}
.layui-timeline-axis {
    top: 2px;
}
.content .layui-text p{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.content .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 64%;
}
.content .video-wrapper .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
}

.listContent .content {
    margin: 0;
}
.listContent .content .col_1{
    width: 100%;
    float: none;
    border-top: none;
    padding: 0;
}

#pdfWrapper {
    height: 800px;
    position: relative;
}

@media (max-width: 992px) {
    #pdfWrapper {
        height: 580px;
    }
}

@media (max-width: 768px) {
    .content{
        margin: 40px 0;
    }
    .content .col_1{
        width: 100%;
        padding: 23px 15px;
        margin-bottom: 20px;
    }
    .listContent .content .col_1{
        padding: 20px 0 0;
    }
    .content .header h1{
        font-size: 18px;
        color: #333333;
        line-height: 30px;
    }
    .content .header .art_desc{
        font-size: 12px;
        line-height: 16px;
    }
    .content .header .time{
        margin-right: 20px;
    }
    .content .col_1 p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
    }
    .content .col_1 .sub{
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 14px;
    }
    .content .art_Footer .doc{
        font-size: 14px;
    }
    .content .col_2{
        float: left;
        width: 100%;
    }
    .content .col_2 .col2_item{
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 15px;
    }
    .content .col_2 .col2_item h1{
        width: 100%;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 24px;
    }
    .content .layui-text p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
    }

    #pdfWrapper {
        position: relative;
        height: 400px;
    }
}