@charset "UTF-8";
.faybox {
    position: fixed;
    background: #333;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
    overflow: auto;
}
body.main .faybox{z-index:333}
.faybox.open {
    display: flex;
}

.faybox .hide {
    display: none;
}
.faybox .faybox_con {
    width: 1534px;
    background: #fff;
    padding: 0 47px 47px;
    box-sizing: border-box;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    height: 710px;
}

.faybox_head {
    display: flex;
    height: 83px;
    justify-content: space-between;
    align-items: center;
}

.faybox .fay_tt {
    font-size: 18px;
    font-family: 'SourceHanSerifCN-Bold';
}
.fay_control {
    display: flex;
    align-items: center;
    gap: 28px;
}

.fay_control .more img {
    width: 17px;
    cursor: pointer;display:none;
}

.fay_control .close img {
    width: 40px;
    cursor: pointer;
}

.faybox_bcon {
    display: flex;
    height: 0;
    flex: 1;
    justify-content: center;
}

.faybox_bcon .swiper1 {
    width: 1069px;
    flex: none;
    overflow: hidden;
}

.faybox_bcon .swiper2 {
    flex: 1;
    overflow: hidden;
}
.faybox_bcon>.news_imgs img {
    /* max-width: 100%; */
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}

.faybox_bcon>.news_imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faybox_bcon .swiper1 .news_imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.faybox_bcon .swiper2  .news_video {
    height: 100%;
}
.faybox_bcon .news_video {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;     object-fit: cover
}

.faybox_bcon .news_video video {
    max-width: 100%;
    max-height: 100%;
    background: #333;
    width: 100%;
}
.faybox_bcon .swiper2  .news_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.faybox_bcon .news_video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.faybox_bcon .swiper2 .news .news_imgs img {object-fit: cover;width: 100%;height: 100%;top: 0;left: 0;}

.faybox_bcon .swiper2 .news .news_imgs {
    height: 100%;
    position: relative;
}

.faybox_bcon .swiper2 .news .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.19rem;
    width: 100%;
    padding: 0 0.24rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: var(--smailSize);
}

.faybox_bcon .swiper2 .news:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #080808;
    top: 0;
    left: 0;
    opacity: 0.66;
}

.faybox_bcon .swiper2 .news.swiper-slide-thumb-active:after,.faybox_bcon .swiper2 .news.swiper-slide-visible.swiper-slide-thumb-active:after {
    opacity: 0;
}
.faybox_bcon .swiper2 .news.swiper-slide-thumb-active .news_title{
    opacity: 0;
}
.faybox_bcon .swiper2 .news {
    cursor: pointer;
}
.faybox_bcon .swiper1 .news_imgs {
    height: 100%;
    background: #bdbcbc2e;
}
.faybox_bcon .swiper2{position:relative}
 .faybox_con .swiper-tools{ display:flex;flex-direction: column;}
.faybox_con .swiper-button-prev,.faybox_con .swiper-button-next{ margin:0;height: 0.35rem;transform: translateX(-50%) rotate(90deg);
    left: 50%; top:0; right: auto;background:rgba(0,0,0,0.8);z-index:333}
.faybox_con .swiper-button-next{bottom:0;top:auto;}
.faybox_con .swiper-button-prev:after, .faybox_con .swiper-button-next:after{font-size:0.22rem;color:#fff} 

body.list_video .list-column--panel{display:none;}
body.list_video .list-article--panel .list{display:flex;margin: 0px -15px;flex-wrap: wrap;}
body.list_video .list-article--panel .list .list__item{
    width: 33.3%;
    border-bottom: 0;
    margin-bottom: 50px;
}
body.list_video .list--article .list__item a{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0 15px;
    cursor: pointer;
}
body.list_video .list--article .list__image{
    max-width: 100%;
    width: 100%;
    padding-top: 56.31%;
    margin-right: 0;
    border-radius: 0;    margin: 0 !important;
}
body.list_video .list--article .news_wz{
    width: 100%;
    background: #005375;
}
body.list_video .list--article .list__title{
    color: #fff;
    font-size: 18px;
    line-height: 1.55;
    height: auto;
    margin: 0;
    -webkit-line-clamp: 2;
}
body.list_video  .list--article .list__image video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.list_video .list--article .novideo .list__image:before{display:none;}
body.list_video .list--article .list__image:before{content:'';background:#000;opacity:0.5;position:absolute;left:0;right:0;bottom:0;top:0;height:100%;width: 100%;z-index: 1;}
body.list_video .list--article .list__image img.play{
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
body.list_video .list--article .novideo .list__image .play{display:none;}
body.list_video .list--article .novideo{}
body.list_video .list--article .news_wz .list__con{
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 88px;
    padding: 0 30px;
}
body.list_video #wp_paging_w35{display:none;}
/**出版物**/
body.list-pub .list--article{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17.5px;
}
body.list-pub .list--article .list__item{width:33.3%;border-bottom: 0;margin-bottom: 40px;}
body.list-pub .list--article .list__item .news_box{margin:0 17.5px;padding: 0;padding: 10px 7px;border: 1px solid #efeff1;}
body.list-pub .list--article .list__image{max-width:100%;flex: 0 0 100%;margin-right: 0;padding-top: 126%;}

/**页码**/
.page_div{margin: 17px 0 0;color: #666666;text-align: center;display: flex;font-size: 18px;font-family: "微软雅黑";align-items: center;justify-content: center;}
.page_div button{display:inline-block;width: 31px;height: 31px;cursor:pointer;color:#666;font-size: 14px;line-height: 31px;border: 0px solid #dce0e0;text-align:center;margin: 0 7px;-webkit-appearance: none;-moz-appearance: none;appearance: none;/* font-weight: bold; */border-radius: 50%;font-family: "微软雅黑";background: #efeff0;}
#nextPage,#prePage{/* width: 0.9rem; *//* color: #c90011; *//* font-size: 0.3rem; *//* font-family: fangsong; *//* font-weight: bold; */}
#nextPage,#prePage{width: 45px;height: 45px;}
.page_div .current{background-color: #005375;border-color: #005375;color:#FFF;font-weight: bold;}
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#465ea5;margin:0 5px}
.page_div button:disabled{/* opacity:.5; */cursor:no-drop;color: #666;}
.totalNum,.totalList,#firstPage,#lastPage{display: none;}
 .page_div button{border: 1px solid #707070;}
#page{margin-top: 0.6rem;margin-bottom:0.75rem;}
.page_div .white {
    margin: 0 14px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #707070;
    text-align: center;
    background: #fff;
    font-size: 18.5px;
    color: #666;
    display: none;
}

#prePage {
    margin-left: 30px;
    background: url(../image/pageleft.png)no-repeat;
    font-size: 0;
    border: 0;
    background-size: contain;
}
#nextPage{  background: url(../image/pageright.png)no-repeat;
    font-size: 0;
    border: 0;
    background-size: contain;}
button#jump {
    width: 80px;
    background-color: #005375;
    border-color: #005375;
    color: #FFF;
    margin-left: 6px;
    display: none;
}
div#wp_paging_w6 {
    display: none;
}

.page_div span{
    display: none;
}

.list_vm .list-column--panel {
    display: none;
}

.list_vm .section-list--inner {
    display: block;
    padding: 0;
}

.column-location--window ul.wp_listcolumn {
    background: #fff;    text-align: center;
}
.column-location--window ul.wp_listcolumn li.wp_column {
    display: inline-block;
    line-height: 30px;
    padding: 15px 0;
    margin: 0 30px;
    font-size: 18px;
    color: #666666;
}

.post.post3.post-401.mbox img.banner-bg {
    display: none;
}

.post.post3.post-402.mbox {
    display: none;
}.qb .tt {
    position: relative;
    margin-bottom: 45px;    display: flex;
    justify-content: center;
    align-items: center;
}.qb .tt span.title {
    font-size: 54px;
    color: #005375;
    font-weight: normal;    line-height: 60px;
}.qb.qb1.clearfix {
    margin-top: 80px;
}.qb .tt .more_btn {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.qb .tt .more_btn span.more_text {
    font-size: 0;
}
.qb .tt .more_btn a {
    display: block;
    width: 100%;
    height: 100%;
}.post.post3.post-401.mbox .news_img {
    padding-top: 40%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.post.post3.post-401.mbox .news_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}.post.post3.post-401.mbox .news_video {
    padding-top: 0%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}

.post.post3.post-401.mbox .news_video video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-height: 100%;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: cover;
}.post.post3.post-401.mbox ul.news_list {
    position: relative;
}


.post.post3.post-401.mbox .news_video video#video1 {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-height: 100%;
    margin: auto;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
     object-fit: cover;
}.post.post3.post-401.mbox ul.news_list li.news {
    
}
.post.post3.post-401.mbox ul.news_list {
 
}
.post.post3.post-401.mbox li.news {
    position: relative;
}.post.post3.post-401.mbox li.news p.news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #0000006b, transparent);
}
.post.post3.post-401.mbox li.news p.news_title a {
    display: block;
    margin: 30px;
    font-size: 26px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}
.post.post3.post-401.mbox .slick-dots {
     position: absolute;
    right: 0;
    top: 0;
 height: auto !important;
    max-height: 480px;
    width: 30%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}.post.post3.post-401.mbox .slick-dots li {
       width: auto;
    height: auto;
    padding: 16px 25px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
}
.post.post3.post-401.mbox .slick-dots li span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;position: relative;
}
.post.post3.post-401.mbox ul.news_list {
    max-height: 480px;
    overflow: hidden;
}

.post.post3.post-401.mbox .slick-dots li:before {
    content: "";
    transition: all 0.4s ease-in-out;
    width: 0%;  right: 0;
}

.post.post3.post-401.mbox .slick-dots li.slick-active:before {
    content: "";
    width: 110%;
    background: #005375;
  
    height: 100%;
    position: absolute;
}
.qb.qb2.clearfix {
    padding: 100px 0;
}
.qb.qb2 .ml {
    float: left;
    width: 56.7%;
}
.qb.qb2 .mr {
    float: right;
    width: 42%;
}.qb  li.list__item {
    border: 0;
}.qb li.list__item a.news_box {
    display: block;
    padding: 0;
}.qb li.list__item .list__image {
    padding-top: 75%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
    flex: auto;
    max-width: none;
    margin: 0;
    height: auto;
    border-radius: 0;
}
.qb li.list__item .list__image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qb li.list__item .list__image:before {
    content: '';
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.qb li.list__item .list__image img.play {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.qb.qb2.clearfix .ml .list__image {
    padding-top: 62%;
}.qb.qb2.clearfix .ml li.list__item {
    position: relative;
}
.qb.qb2.clearfix .ml .news_wz {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;width: 100%;
}.qb.qb2.clearfix .ml .news_wz .list__con {
    margin: 0;
    padding: 10px 30px;
}
.qb.qb2.clearfix .ml .news_wz .list__con .list__title.line2 {
    height: auto;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 96%;
    display: block;
}
.qb.qb2 .mr li.list__item {
    float: left;
    width: 50%;
}.qb.qb2 .mr li.list__item a.news_box {
    margin: 0 10px;
}.qb.qb2 .mr ul.list.list--article {
    margin: 0 -10px;
}
.qb.qb2 .mr li.list__item .list__image {
    padding-top: 56%;
}
.qb.qb2 .mr li.list__item .list__title {
    height: auto;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
    -webkit-line-clamp: 2;
    height: 56px;
}

.qb.qb2 .mr li.list__item .list__con {
    margin: 0;
}
.qb.qb3.clearfix li.list__item {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}.qb.qb3.clearfix li.list__item a.news_box {
    margin: 0 12px;
}

.qb.qb3.clearfix ul.list {
    margin: 0 -12px;
}
.qb.qb3.clearfix li.list__item .list__image {
    padding-top: 57%;
}
.qb.qb3.clearfix li.list__item .news_wz {
    width: 100%;
    background: #005375;
}
.qb.qb3.clearfix li.list__item .news_wz .list__con {
    padding: 10px 20px;    margin: 0;
}
.qb.qb3.clearfix li.list__item .news_wz .list__con .list__title {
    height: auto;
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}




.qb.qb5.clearfix li.list__item {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}.qb.qb5.clearfix li.list__item a.news_box {
    margin: 0 10px;
}

.qb.qb5.clearfix ul.list {
    margin: 0 -10px;
}
.qb.qb5.clearfix li.list__item .list__image {
    padding-top: 57%;
}
.qb.qb5.clearfix li.list__item .news_wz {
    width: 100%;
    background: #005375;
}
.qb.qb5.clearfix li.list__item .news_wz .list__con {
    padding: 20px 20px;    margin: 0;
}
.qb.qb5.clearfix li.list__item .news_wz .list__con .list__title {
    font-size: 18px;
    color: #fff;
    -webkit-line-clamp: 2;
    margin: 0;
    line-height: 28px;
    height: 56px;
}
.qb.qb5.clearfix {
    padding-bottom: 100px;
}.column-location--window ul.wp_listcolumn li.wp_column a.col_item_link.selected {
    color: #005375;
    font-weight: bold;
    border-bottom: 2px solid #005375;
    padding-bottom: 5px;
}.post.post3.post-401.mbox ul.news_list .slick-active .news_video {
    padding-top: 40%;
}.zxjj {
    position: relative;
}
.zxjj .sy {
    position: absolute;
    left: 20px;
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
}.zxjj .sy a {
    color: #005375;
}
.zxjj ul.wp_listcolumn {
    padding-left: 100px;
}



@media screen and (max-width: 1210px) {
.qb {
    padding: 0 10px;
}
}

@media screen and (max-width: 999px) {
.zxjj .sy {
    display: block;
    position: relative;
}.zxjj ul.wp_listcolumn {
    padding-left: 0px;
}
.post.post3.post-401.mbox .slick-dots {
    display: none !important;
}.post.post3.post-401.mbox li.news p.news_title a {
    display: block;
    margin: 30px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.qb.qb1.clearfix {
    margin-top: 50px;
}
.qb .tt span.title {
    font-size: 30px;
    color: #005375;
    font-weight: normal;
    line-height: 60px;
}
.qb.qb2 .ml {
    float: none;
    width: 100%;
}
.qb.qb2.clearfix {
    padding: 50px 10px;
}.qb.qb2 .mr {
    float: none;
    width: 100%;
    margin-top: 30px;
}.qb.qb5.clearfix li.list__item {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
.post.post3.post-401.mbox ul.news_list .slick-active .news_video {
    padding-top: 60%;
}.post.post3.post-401.mbox ul.news_list {
    max-height: none;
    overflow: hidden;
}.post.post3.post-401.mbox .news_img {
    padding-top: 60%;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
    .faybox_bcon .news_video{height:100%}
     .page_div span,.page_div input,button#jump{
    display: none ! important;
}
 .page_div{
    margin-bottom: 30px;
}
    #firstPage, #lastPage, #nextPage, #prePage{
    /* width: 0.9rem; */
    /* height: 0.7rem; */
    /* line-height: 0.7rem; */
}
.page_div button{/* line-height: 4px; *//* height: 0.7rem; *//* width: 0.7rem; *//* margin: 0 2px; */}
body.list-pub .list-column--panel{
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
body.list-pub .section-list--inner{display:block;}
}

@media screen and (max-width: 767px) {
.column-location--window ul.wp_listcolumn li.wp_column {
display: inline-block;
    text-align: left;
    min-width: 40%;
    margin: 0 10px;
    padding: 10px 0;
}
body.list_video .list-article--panel .list .list__item{width:50%}
.faybox_con .swiper-button-prev, .faybox_con .swiper-button-next{top:50%;left:0;transform:translateY(-50%)}
.faybox_con .swiper-button-next{left:auto;right:0;}
    .faybox .faybox_con{
    height: auto;padding:0 15px 15px
}
    .faybox_bcon .swiper2{
    width: 100%;
    /* aspect-ratio: auto; */
}
    .faybox_bcon .swiper1{
    width: 100%;
}
    .faybox_bcon{
    flex-direction: column;
    min-height: 100px;
}
body.list-pub .list--article .list__item{width:50%}
}

@media screen and (max-width: 479px) {
.qb.qb5.clearfix li.list__item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
.qb.qb2 .mr li.list__item {
    float: none;
    width: 100%;
}
.qb.qb3.clearfix li.list__item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}.qb.qb3.clearfix li.list__item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}
body.list_video .list-article--panel .list .list__item{width:100%}
     #nextPage, #prePage{
    width: 34px;
    /* padding: 0 5px; */
    /* line-height: 27px; */
    /* height: 27px; */
    height: 34px;
}
body.list-pub .list--article .list__item{width:100%}
.page_div button{border: 1px solid #b5b5b5;height: 27px;line-height: 27px;width: 26px;flex: none;}
}