.gobacknewsList{}
.gobacknewsList a{
    display: block;
    width: 150px;
    margin: 50px auto;
    border: solid 1px #333;
    text-align: center;
    padding: 3px;
}

.row_single{
    margin: 10% 3%;
}
.row_single_date{    
    color: #999;
}
.row_single_title{
    font-size: 0.3rem;
    margin: 0 0 3%;
    border-bottom: solid 1px #8C8C8C;
    padding: 3% 0;
}
.row_single_con{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_detail{
    padding: 3%;
}
.news_detail_date{
    color: #999;
}
.news_detail_tit{
    font-size: 18px;
    margin: 10px 0 3%;
}
.news_detail_con{    
    text-indent: 2em;
}
.news_detail_con img{
    height: 300px;
    margin: 20px auto;
}

.contxt p{background-color: transparent !important;}

.row_mod_01 {
    padding-top: 6%;
    padding-bottom: 5%;
}
.row_mod_01 .con {
    background: white;
}
.con_bot {
    padding: 7% 9% 9%;
}
.myVideoBox{position: relative;}
.video_play_bj{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.video_play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 99;
    cursor: pointer;
}
video {
    width: 100%;
    padding: 0;
    background: transparent;
    display: flex;
    height: auto;
}
.downpdf{
    padding: 65px 0 65px;
}
.downpdf a{
    border-bottom: solid 1px #c1c1c4;
    margin: 7px 0;
    display: inline-block;
}
.whitepage{
    padding-bottom: 80px;
}
.jiaozhu{
    font-size: 12px;
    line-height: 20px;
    margin-top: 5%;
    font-weight: bold;
    font-style: italic;
}