@charset "utf-8";
/* CSS Document for travel*/

/*tab切换公用 */
/* .m-tabnav{overflow: hidden;text-align: center;}
.m-tabnav li{float: left;position: relative;}
.m-tabnav li a{display:block;height: 36px;line-height: 20px;font-size: 20px;} */

/*style2-背景色 */
/* .m-tabnav2{margin-bottom:10px;margin-top: 22px;overflow: visible;border-bottom:1px solid #dddddd;}
.m-tabnav2 li{height: 58px;}
.m-tabnav2 li a{padding:0 5px; font-weight: normal; font-size: 22px;line-height: 58px;color:#000;position: relative;}
.m-tabnav2 li+li{margin-left: 30px;}
.m-tabnav2 li.u-active a{color:#0e44b0;font-weight: bold;}
.m-tabnav2 li.u-active::after{content: "";position: absolute;left: 50%;bottom: -3px;width: 28px;height: 5px;transform: translateX(-50%);background:#0e44b0;} */

/*文字列表 */
/* .m-liststylecom .list-item{height: 46px; line-height: 46px;}
.m-liststylecom .list-item a{display: block; font-size: 18px; padding-left: 14px; background: url(../images/public/icon-li.png) left center no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststylecom .list-item span{float: right; color: #b8b8b8; font-size: 16px;}
.m-liststylecom .list-item a:hover{padding-left: 16px;}
.m-dashed .list-item{border-bottom:1px dashed #ddd} */

/* 主体 */
.is-main{margin-bottom: 30px;}

/* 标题 */
.m-title h1 a{display:block;color:#de0003;text-align:center;font-weight:700;font-size:36px;line-height:44px;}
.m-title h1{margin:40px 0 20px 0;}
.m-title p {font-size: 18px;}
.m-title .find-more{color: #ff0000;font-size: 15px;}

/* 新闻轮播 */
.news-region{padding: 50px 0;background-color: #f2f6ff;}
.news-img{float: left;width: 700px;height: 394px;}
.news-img img{width: 100%;height: 100%;object-fit:contain;}
.news-content{float: left;width: calc(100% - 700px);height: 394px;padding:27px 30px 40px;background-color: #ffffff;}
.news-title-link{font-size:26px;line-height:42px;color:#333333;font-weight: normal;}
.news-desc{font-size: 16px;height: 280px;line-height: 36px;color: #999;margin-top: 5px;padding-bottom:10px;overflow-y: auto;}
.news-pg{width: calc(100% - 700px);height: 1px;right: 0; bottom: 40px;z-index: 1;}
.swiper-pagination{left: 50%;transform: translateX(-50%);}
.swiper-pagination-bullet{width:32px;height:8px;margin-right:10px;background-color:#cccccc;border-radius: 0px;}
.swiper-pagination-bullet-active{background-color: #0e44b0;}

/* xbw 新闻列表 */
.news-box{margin: 0 -20px;}
.city-news-region,.country-news-region{padding: 0 20px;}

/* 公示公告、热点回应、公益宣传 */
.publicity-region{margin: 0 -20px;}
.publicity-region .card-item{padding:0 20px;margin-top: 27px;}
.publicity-region .card-content{width: 100%;height:357px;padding:30px;background-color:#f2f6ff;border-radius:8px;}

/* 专题专栏 */
.zt-region{margin-top: 40px;}
.zt-flash{width: 100%;overflow: hidden;margin-top: 40px;}
.zt-flash .list-item{width:326px;height:140px;margin-right: 32px;border-radius:8px;overflow:hidden;}
.zt-flash .list-item img{width: 100%;height: 100%;object-fit:contain;}

/* pc md*/
@media screen and (max-width:1400px) {
    .zt-flash .list-item{margin-right: 10px;}
    .zt-flash .list-item{width: 290px; height: auto;}
    .zt-title{max-width: 100%;}

}
/*pc sm*/
@media screen and (max-width: 1200px) {
    .news-img{width: 550px;height: 322px;}
    .news-content{width: calc(100% - 550px);height: 322px;}
    .zt-flash .list-item{width: 315px; height: auto;}
}

/*pad md*/
@media screen and (max-width: 991px){
    .news-img,.news-content{width: 100%;height: 445px;}
    .news-pg{width: 100%;}
    .zt-flash .list-item{width: 368px; height: auto;}
}

/*phone sm*/
@media screen and (max-width: 767px) {
    .news-img{height: 194px;object-fit:cover;}
    .news-region{padding: 0;}
    .news-item{height: 580px;}
    .news-desc{height: 245px;}
    .news-content{height: calc(100% - 194px);padding: 10px;width: 100%;}
    .news-pg{bottom: 30px;}
    .m-tabnav2>ul{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 10px;}
    .m-tabnav2 li{width: calc(50% - 5px);}
    .m-tabnav2 li+li{margin-left: 0;}
    .zt-flash .list-item{width: 100%;}
    .news-box{margin: 0;margin-bottom: 10px;}
    .m-title h1 a{font-size:26px;line-height: 40px;}
    .m-title h1{margin:20px 0}
    .zt-title{max-width:300%;width:300%;margin-left:-100%}
    .country-news-region .leader-link{font-size: 18px;}
}

/*phone xs*/
@media screen and (max-width: 638px) {

}

/*phone mini*/
@media screen and (max-width: 375px) {
    
}
