@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-left: -35px;overflow: visible;}
.m-tabnav2 li a{display: block;padding: 0 35px;font-weight: normal;font-size: 24px;height: 64px;line-height: 64px;color:#000;position: relative;}
.m-tabnav2 .tab-item:not(:last-child) a::after{content: "";position: absolute;right: -1px;top: 50%;transform: translateY(-50%);width: 1px;height: 24px;background-color: #d1d1d1;}
.m-tabnav2 li.u-active a{color:#0078d3;font-weight: bold;} */

/*tab-style3-背景色 */
.m-tabnav3{margin-bottom:10px;overflow: visible;}
.m-tabnav3 li a{height: 40px;line-height: 40px;padding:0 18px; font-weight: normal; font-size: 18px;color:#333;background: #f5f5f5;position: relative;}
.m-tabnav3 li+li{margin-left: 10px;}
.m-tabnav3 li.u-active a{color:#fff;background-color: #0078d3;font-weight: bold;}
.m-tabnav3 li:hover a{color:#fff;background-color: #0078d3;font-weight: bold;}


/*文字列表 */
/* .m-liststylecom .list-item{height: 48px; line-height: 48px;}
.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} */

/* 主体 on */
.is-main .container{padding: 28px 30px;margin-top: 30px;background: #fff;}

/* 标题 */
.m-title h1 a{display:block;color:#d50000;text-align:center;font-size:32px;line-height:42px;}
.m-title h1{margin:0 0 20px 0;}
.m-title p {color:#666666; font-size: 15px;text-indent: 2em;}
.m-title .find-more{color: #ff0000;font-size: 15px;}

/* 新闻轮播 */
.news-img{float: left;width: 655px;height: 370px;overflow: hidden;}
.news-img img{width: 100%;height: 100%;object-fit:cover;transition: all .3s;}
.news-img:hover img{transform: scale(1.1);}
.news-content{float: left;width: calc(100% - 655px);height: 370px;padding:15px 27px 28px;background-color: #f4f4f4;}
.news-title-link{font-size:24px;line-height:40px;color:#333333;}
.news-desc{font-size: 16px;height: 280px;line-height: 36px;color: #666666;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: 12px;height: 12px;margin-right:10px;background-color:#cfcfcf;border-radius: 50%;}
.swiper-pagination-bullet-active{background-color: #0078d3;}

/* 政务要闻、乡镇动态、部门传真、视频新闻 国务院信息转载、省政府信息转载 重要转载 */
.news-box{margin-bottom: 10px;}
.city-news-region,.country-repost{width: 48.5%;float:left}
.country-news-region,.prov-repost {width: 48.5%;float: right;}

/* pc md*/
@media screen and (max-width:1400px) {

}
/*pc sm*/
@media screen and (max-width: 1200px) {

}

/*pad md*/
@media screen and (max-width: 991px){
    .is-main .container{padding: 28px 15px;}
    .city-news-region, .country-repost,.country-news-region, .prov-repost{width: 100%;}

}

/*phone sm*/
@media screen and (max-width: 767px) {
    .news-img{width: 100%;height: 194px;}
    .news-item{height: 580px;}
    .news-desc{height: 245px;}
    .news-content{height: calc(100% - 194px);padding: 10px;width: 100%;}
    .news-pg{width: 100%;bottom: 25px;}
    .m-tabnav2{margin-left: -10px;}
    .m-tabnav2 li a{padding: 0 10px;}
    .news-title-link{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
}

/*phone xs*/
@media screen and (max-width: 638px) {

}

/*phone mini*/
@media screen and (max-width: 375px) {
    
}
