@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_qjs
 * @update: ishang_qjs (2026-07-21 10:36)
 */

/*common*/


/*tab-style1-背景色 */
.m-tabnav1 li{margin-right: 10px;}
.m-tabnav1 li a{display:block;padding:9px 26px;font-weight: bold;color:#333333;}
.m-tabnav1 li.u-active a{background-color: #003f97;border-radius:6px;color: #ffffff;}
/*tab-style2 */
.m-tabnav2{margin-bottom:10px;margin-top: 30px;overflow: visible;border-bottom:1px solid #dddddd;}
.m-tabnav2 li{height: 68px;}
.m-tabnav2 li a{padding:0 5px; font-weight: bold;line-height: 68px;color:#333;position: relative;}
.m-tabnav2 li+li{margin-left: 80px;}
.m-tabnav2 li.u-active a{color:#003f97;font-weight: bold;}
.m-tabnav2::after{content:"";position:absolute;left:0;bottom:-5px;width:9px;height:9px;background-color:#003f97;}

/*文字列表 */
.m-liststylecom .list-item{height: 46px;line-height: 46px;}
.m-liststylecom .list-item .text{padding-left: 18px; background: url(../images/public/icon-li.png) left center no-repeat; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststylecom .list-item span{float: right; color: #999999;}
.m-liststylecom .list-item .text:hover{padding-left: 16px;}
.m-dashed .list-item{border-bottom:1px dashed #ddd;}
/* 新闻列表样式1 */
.m-liststyle1{margin-top: 20px;}
.m-liststyle1 .list-item{height: 75px;line-height: 74px;}
.m-liststyle1 .list-item+li{border-top: 1px dashed #ddd;}

/* 新闻标题 */
.new-tit-region{width:100%;height:150px;background-color:#ffffff;box-shadow:0px 0px 7px 0px rgba(255,181,118,0.35);border-radius:12px;}
.new-tit-link {display: block;height: 100%;text-align: center;padding: 20px 30px;}
.new-tit-region .new-title{color: #d90010;}
.new-tit-region .new-sub-title{color: #808080;margin-top: 14px;}

/* 新闻栏目 */
.new-flash{position: relative;width: 48%;}
.new-flash a{display: block;width: 100%;padding-top: 66.9444%;height: 0;position: relative;}
.new-flash img{position: absolute;left: 0;top: 0;width: 100%;height:100%;object-fit: cover;transition: all linear .3s }
.new-flash img:hover{transform: scale(1.1);}
.new-flash .flash-title{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 115px 0 18px; line-height: 72px; color: #fff;background:rgba(0, 0, 0, .5);}
/* swiper 自定义分页（自动播放进度条） */
.new-flash .swiper-pagination{bottom: 26px;right: 20px;left:unset;width:max-content;z-index: 2;}
.new-flash>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;width: 10px;height: 10px;border-radius: unset; background: rgba(255, 255, 255);opacity: 1;}
.new-flash .swiper-pagination-bullet:first-child{margin-left:0;}
.new-flash .swiper-pagination-bullet:last-child{margin-right:0;}
.new-flash>.swiper-pagination-bullets .swiper-pagination-bullet-active{background: #fc9202;}

.new-list-box{width: 49.333333%;}
.new-list-box .m-liststyle1{margin-top: 0px;}
/* 图文列表 */
.img-text-region{height:624px;padding-top:10px;background-color:#faf5f0;}
.img-text-list-box{margin-top: 40px;}
.img-text-list-box ul{margin-left: -20px;margin-right: -20px;}
.img-text-list-box .list-item{width:25%;padding:0 20px;}
.img-text-list-box .content-info{display: block;width: 100%;height:416px;background-color:#ffffff;}
.img-text-list-box .img-wrap{height: 240px;overflow: hidden;}
.img-text-list-box .img-wrap img{width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-in-out;}
.img-text-list-box .img-wrap:hover img{transform: scale(1.1);}
.img-text-list-box .title{padding:0 24px;line-height:36px;margin-top: 30px;}
.img-text-list-box .date{padding:0 24px;line-height:36px;margin-top: 20px;}

/* 文字列表 */
.text-list-row{margin-left: -30px;margin-right: -30px;}
.text-list-region .col-md-5{width: 50%;padding: 0 30px;}

/*big pcScreen*/
@media screen and (max-width:1500px) {
	.container{width: 1170px;}
	.m-tabnav1 li a{padding: 14px 22px;}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1200px) {
	.container{width: 960px;}
	.m-tabnav1 li a{padding: 14px 10px;}
}
/*pad md*/
@media screen and (max-width: 991px ){
	.visible-xs{display: block;}
	.hidden-xs{display: none;}
	.container{width: 750px;}
	
	/* main */
	.mt-50{margin-top: 20px;}
	.new-tit-region{margin-top: 20px; height: auto;}
	.new-flash,.new-list-box{width: 100%;margin-top: 20px;}
	.new-flash .bd,.dzgk-flash .flash-img{height: 230px;}
	.m-tabnav1 li,.m-tabnav2 li {width: calc(50% - 10px);text-align: center;}
	.m-tabnav2 li+li{margin-left: 0;}
	.img-text-list-box .list-item,.text-list-region .col-md-5{width: 100%;padding: 0;}
	.img-text-list-box ul,.text-list-row{margin-left:0;margin-right:0;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
	.container{width: 100%;padding: 0 15px;}
}
/*small xs*/
@media screen and (max-width: 638px) {
    
}
/*small xs*/
@media screen and (max-width: 376px) {
	
}
/*print*/
@media print {
    .is-header,.m-location,.is-footer,.u-fontsize,.share-main,.m-dtsxqh,.m-btfuns,.is-toolbar{display: none;}
    .m-pgpdbox1,.m-detailbox{padding: 0;}
    .m-dtfonts{padding: 10px;}
}