 @font-face {
   font-family: 'FZYanSJW_Da';
   src: url('./FZYanSJW_Da.ttf');
} 
.news,
.hotspot {
    padding: 50px 0 93px;
}
.width-1018 {
    margin: 0 auto;
    width: 1018px;
}
.section .width-1018 {
    position: relative;
}
.section-header {
    font-size: 0;
    position: relative;
}
.section-header:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.section-header a {
    display: inline-block;
    vertical-align: bottom;
}
.section-header .section-title {
    color: #2a51c7;
    font-size: 44px;
    font-family: 'FZYanSJW_Da';
}
.section-header .section-title-en {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    background: #707ca5;
    color: #fff;
    width: 242px;
    height: 10px;
}
.news-content {
    margin-top: 12px;
}

.sub_menu {
    color: #22262e;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'FZYanSJW_Da';
}
.sub_menu a {
    color: #3571e8;
}

/* 内容 */
.video_list li {
    float: left;
}
 
.video_list li a{
    display: block;
    background: #fff;
    width: 100%;
}
.video_list li {
    width: 242px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.video_list li:nth-child(4n){
    margin-right: 0;
}
.video_box{
    display: block;
    width: 242px;
    height: 181px;
    overflow: hidden;;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 50% 10% / cover;
}
.video_des{
    font-size: 18px;
    color: #22262e;
    padding: 0 8px;
}
.tit1{
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.date_box{
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: rgba(72, 81, 97, 0.6);
    padding-bottom: 8px;
}
strong{
    display: block;
    margin: 10px 0 25px;
}
.num{
    margin-left: 4px;
}
.date_box img{
    display: inline-block;
    width: 12px;
    margin-right: 4px;
}

.video_container{
    height: 600px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.player_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
}
.player_btn img{
    display: block;
    width: 100%;
    height: auto;
}
.v_btm{
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
}
.v_tit{
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
}
.v_line{
    width: 30px;
    height: 6px;
    display: inline-block;
    background: #ffa02f;
}
.v_date{
    font-size: 14px;
    margin-bottom: 10px;
}
.v_middle_line{
    display: inline-block;
    margin: 0 12px;
}
.v_lf{
    display: inline-block;
    width: 160px;
    text-align: right;
}
.v_rt{
    display: inline-block;
    text-align: left;
    width: 160px;
}
.v_video{
    display: inline-block;
    width: 100%;
    height:auto;
}

.photogallery-swiper-pager {
    margin-top: 46px;
    text-align: center;
    font-size: 0;
    user-select: none;
}
.photogallery-swiper-pagerCustom {
    display: inline-block;
    font-size: 0;
    margin-left: 14px;
    border-left: 1px solid #bfcaee;
}
.photogallery-swiper-pagerCustom li {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-left: 14px;
    line-height: 42px;
    text-align: center;
}
.photogallery-swiper-pagerCustom li a {
    display: block;
    background: #e1eafc;
    border-radius: 50%;
    color: #3571e8;
    overflow: hidden;
    font-size: 16px;
}
.photogallery-swiper-pagerCustom li a.active {
    background: #ffa02f;
    color: #fff;
}
.photogallery-swiper-pager>a {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    margin-left: 14px;
    background: rgba(53, 113, 232, 0.15);
    border-radius: 42px;
    cursor: pointer;
}
.photogallery-swiper-pager>a:after {
    position: absolute;
    content: '';
    top: 13px;
    z-index: 1;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
}
.photogallery-swiper-pager .bx-prev:after {
    left: 7px;
    border-color: transparent #6598f7 transparent transparent;
}
.photogallery-swiper-pager .bx-next:after {  
    left: 17px;  
    border-color: transparent transparent transparent #6598f7;
}
.bx-controls-direction{
    display: none;
}

.more {
    color: #22262e;
    font-size: 24px;
    position: absolute;
    right: 4px;
    bottom: 20px;
}

.pager {
    border: 1px solid #eaeaea;
    padding: 8px 12px;
    margin-top: 8px;
    text-align: center;
    color: #485161;
    background-color: #fff;
}
.pager a {
    color: #ffa02f;
}

