﻿
/*面包屑位置*/
.breadcrumb{
	padding: 20px 0;
}
.breadcrumb a {
	margin: 0 10px;
}

.breadcrumb a:first-child {
	margin-left: 0;
	font-weight: bold;
}

/*详情*/
.details {
	display: flex;
	padding-bottom: 50px;
	justify-content: space-between;
}

.details .left {
	width: 960px;
}

.details .left .title {
	margin-top: 30px;
	font-weight: bold;
}

.details .left .info {
	margin: 10px 0;
	color: #7F7F7F;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}

.details .left .info span {
	margin-right: 20px;
}

.details .left .content {
	margin-top: 30px;
	color: #7F7F7F;
	font-size: 16px;
	line-height: 30px;
}

.details .left .content img {
	max-width: 100%;
}

.details .right .title {
	background-color: #3F74E7;
	padding: 10px;
	font-size: 16px;
	color: white;
	margin-top: 70px;
}

.details .right ul {
	border: 1px solid #D6D6D6;
	padding: 20px;
	width: 200px;
	box-sizing: border-box;
}

.details .right ul li:after {
	float: right;
	content: '>';
	margin-top: -17px;
}

.details .right ul li:not(:last-child) {
	margin-bottom: 15px;
}

.details .right ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
}

.deveTop {
	position: relative;
	border: 1px solid rgba(232, 232, 232, 1);
	margin-bottom: 63px;
}

.deveTop > p {
	text-indent: 2em;
	margin: 43px;
	font-size: 16px;
	font-weight: 400;
	color: #7F7F7F;
	line-height: 30px;
}

.deveTop > img:nth-child(1) {
	width: 24px;
	height: 18px;
	position: absolute;
	top: 35px;
	left: 18px;
}

.deveTop > img:nth-child(2) {
	width: 24px;
	height: 18px;
	position: absolute;
	right: 18px;
	bottom: 35px;
}

.pagination{text-align: center}
.pagination li{display: inline-block;vertical-align: middle;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff;color: #333;font-size: 12px;}
.pagination li.active{background-color: #085FC8;color:white}
.pagination li a,.pagination li span{padding: 0 15px;height: 28px;}

[data-hover-show]{position: relative}
[data-hover-showimg]{
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
}
/*列表*/
.news .list_wrap {
	display: flex;
	flex-wrap: wrap;
}

.news .list_wrap li {
	width: calc(50% - 30px);
	margin: 15px;
	transition: all 0.4s;
}

.news .list_wrap li a {
	display: flex;
}

.news .list_wrap li .img_box {
	width: 220px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	overflow: hidden;
}

.news .list_wrap li .img_box img {
	max-width: 100%;
}

.news .list_wrap li .text_box {
	background-color: #ECEEF3;
	padding: 20px;
	box-sizing: border-box;
	width: 350px;
	position: relative;
}

.news .list_wrap li .text_box .up {
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.news .list_wrap li .text_box .down {
	position: absolute;
	bottom: 20px;
	font-size: 12px;
	color: black;
}

.news .list_wrap li .text_box .down span:first-child {
	margin-right: 40px;
}

.news .list_wrap li:hover {
	transform: scale(1.02);
}

.news .list_wrap li:hover .text_box {
	background-color: #3F74E7;
	transition: all 0.4s;
}

.news .list_wrap li:hover .text_box .up {
	color: white;
}

.news .list_wrap li:hover .text_box .down {
	color: white;
}


.news2 {	
	width: 1400px;
    margin: 0px auto;
    /* padding-top: 50px; */
    /* background-color: #f9fbfe; */
    display: flex;
    justify-content: space-between;
}

.news2 .list {
	/* margin-top: 15px; */
}

.news2 .list .item {
	display: block;
	padding: 2.4rem 0.9rem;
	border-bottom: 1px dashed #5c5858;
	transition: all .5s;
}
.news2 .list .item:last-child {
	border-bottom: none;
}

.news2 .list .item:hover {
	background-color: #085FC8;
}

.news2 .list .time-box {
	float: left;
	text-align: center;
	width: 7.6%;
}

.news2 .list .day {
	font-size: 32px;
	color: #acacac;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #acacac;
}

.news2 .list .ym {
	font-size: 18px;
	color: #acacac;
}

.news2 .list .img {
	float: left;
	width: 26.5%;
	height: 210px;
	margin-left: 4.58%;
	overflow: hidden;
}

.news2 .list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.news2 .list .item:hover img {
	transform: scale(1.3);
}

.news2 .list .item:hover .tit{
	color: #ffffff;
}

.news2 .list .item:hover .day{
	color: #ffffff;
}

.news2 .list .item:hover .ym{
	color: #ffffff;
}

.news2 .list .item:hover .con{
	color: #ffffff;
}
.news2 .list .item:hover .more-box span{
	color: #ffffff;
}

.news2 .list .text-box {
	float: right;
	width: 57.25%;
	height: 200px;
	position: relative;
	padding-right: 15px;
}

.news2 .list .tit {
	font-size: 24px;
    color: #2e2e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.news2 .list .m-time {
	display: none;
}

.news2 .list .con {
	font-size: 18px;
    color: #515151;
    margin: 30px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
}

.news2 .list .more-box{
	position: absolute;
	bottom: -10px;
}

.news2 .list .more-box span {
	display: inline-block;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

.news2 .list .more-box .read {
	color: #515151;
	padding-left: 25px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	background-image: url("../../images/v2/yan.svg");
}

.news2 .list .item:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}





.zx-detail{ width:1400px; margin:0 auto; }
.zx-detail-l{ width:1070px; float:left; background:#fff; margin-bottom:45px;}

.zx-ad{ width:300px;  float:left;  }
.zx-ad ul li{ width: 300px; height: 120px;  margin: 10px 0px;}
.zx-ad a img { width:250px; height:100px; border: 10px solid #fff; border-radius: 10px;}

.zx-tab{ width:100%; height:55px; border-bottom:1px solid #e5e5e5; padding:0px 10px 0; box-sizing:border-box;  }
.zx-tab li{ margin:0 15px; line-height:52px; font-size:18px; color:#888; float:left; border-bottom:2px solid #fff; cursor:pointer;   }
.zx-tab li.on{ border-bottom:2px solid #0d4697; color:#333;  }

.zx-detail-list{ width:100%; height:auto;  }
.zx-item dd{;
	padding: 35px 35px 35px 340px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-radius: 8px;
	margin-bottom: 35px;
	height: 240px;}
.zx-item img { max-width: 830px !important;}
.zx-pic{ width:300px; height:175px; position:absolute; left: 35px;
	top: 35px; }
.zx-pic a{ display:block; }
.zx-pic a img{ width:300px; height:175px; }
.zx-item dd h5 a{ line-height:40px; display:block; width:100%; font-size:24px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-weight: bold;}
.zx-item dd h4{     line-height: 25px;
	color: #333;
	height: auto;
	display: -webkit-box !important;
	overflow: hidden !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 400;}
.zx-item dd p span{ color:#aaa0a0; font-size:16px;}
.zx-item dd p em{ float:right; color:#999; font-size:16px;}
.ll-more{ width:160px; height:43px; border:1px solid #0d4697; color:#0d4697; font-size:18px; border-radius:5px; line-height:43px; margin:30px auto; display:block; text-align:center;   }
.pad50{ padding: 50px 39px 0 !important;}
.pad50 .tit{ padding-bottom:30px !important;}
.news_left {
	width: 1070px;
	background-color: #f9fbfe;
}

.n-down-item{ width:100%; height:auto; border:1px solid #d5d5d5; background:#fff; padding: 8px }
.n-down-item h5{ width:100%; height:37px; background:url(../images/kuai.jpg) repeat-x; padding-left:20px; box-sizing:border-box; color:#00528f; font-size:13px; font-weight:bold; line-height:37px;    }
.n-down-item h5 label{ width:18px; height:18px; display:inline-block; background:#00528f; text-align:center; vertical-align:middle; border-radius:3px; margin-top:-2px; margin-right:8px; }
.n-down-item h5 label em{ font-size:12px; line-height:18px; color:#fff; display:block;  }
.n-down-item li{ padding-left:20px; box-sizing:border-box; padding-right:10px;  }
.n-down-item li a{ padding-left:30px; display:block; box-sizing:border-box; position:relative; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; line-height:26px;      }
.n-down-item li label{ position:absolute; left:0px; top:3px; line-height:20px;   width:20px; height:20px; background:#05aade; color:#fff; text-align:center; vertical-align:middle;   }
.n-down-item li label.n-icon-red{ background:#ed2702; }
.n-down-item ul{ padding: 10px 0; }
.n-down .n-down-item:first-child{ border-bottom:0px solid #000; }

.n-zx-l {
	width: 770px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	height: 35px;
}

.n-zx-cont {
	width: 240px;
	padding: 0;
	height: auto;
}

.n-zx-cont li {
	height: 150px;
	margin-bottom: 5px;
}

.n-zx-cont li a {
	height: 100%;
}

.n-zx-cont li a img {
	width: 100%;
	height: 150px;
}

.news_max_left {
	width: 120px;
}

.kdjcs {
	width: 120px;
	padding: 0;
	margin-right: 15px;
	padding-bottom: 35px;
	height: auto;
	box-sizing: border-box;
	background: #fff;
	float: left;
	z-index: 100;
}

.zx-detail-l {
	/* width: 770px; */
}

.kdjcs li {
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 2px;
}


.n-zx-jdt {
	width: 488px !important;
	height: 305px !important;
	margin-right: 10px !important;
}

.flex-viewport {
	height: 305px;
}

.flexslider .slides img {
	height: 305px !important;
}

.kdjcs li a {
	display: block;
	height: 35px;
	line-height: 35px;
}

.kdjcs li a:hover {
	background: rgba(24, 144, 255, 0.2);
	color: rgb(24, 144, 255);
}

.n-down-item {
	border: none;
}

.ganhuo h5 {
	border: none;
	border-top: 3px solid rgba(21, 148, 255, 1)
}

.n-down-item ul {
	padding-top: 0px;
}

.n-down-item li {
	padding-left: 10px;
}

.n-down-item li a {
	padding: 10px 0;
	white-space: normal;
	border-bottom: 1px solid rgba(229, 229, 229, 1)
}

.zx-ad ul li {
	width: 300px;
	height: 120px;
	margin: 15px 0px;
}

.n-zixun {
	width: 1400px;
	margin: 0px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.hot-zts {
	width: 100%;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}

.hot-zts .tit {
	color: rgba(80, 80, 80, 1);
	font-size: 14px;
	line-height: 150%;
	text-align: left;
}

.hot-zts .desc {
	width: 230px;
	height: 76px;
	left: 1310px;
	top: 422px;
	color: rgba(166, 166, 166, 1);
	font-size: 12px;
}

.layui-carousel-arrow {
	top: 28%;
}
.bk-title{width: 312px;height: 50px;line-height: 50px;color: rgba(80, 80, 80, 1);font-weight:bold; font-size: 24px;}
.baike-list .left {width: 40px;height: 40px ;border-radius: 50%;background-color: rgba(67, 151, 254, 1);margin-right: 10px;text-align: center;line-height: 40px;}
.p-title{width: 320px;height: 20px;color: rgba(80, 80, 80, 1);  font-size: 14px;line-height: 14px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.p-desc{width: 320px;height: 20px;color: rgba(166, 166, 166, 1);font-size: 12px;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.n-down-a{ width:300px !important; }
.n-down-a a:hover{ color: #23b8ff}


.news_h1{
	border-bottom: 2px solid #f6f6f6;
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	border-radius: 8px;
	height: 65px;
	line-height: 65px;
	text-indent: 15px;
}
.news_list{ background-color: #f8fafc}
.hot-tag .tag-list span,.hot-tag .tag-list a{display:inline-block;height: 30px;color: rgba(255, 255, 255, 1);background-color: rgba(102, 204, 204, 1);border-radius: 4px;font-size: 14px;line-height: 30px;text-align: center;padding: 0 10px;margin:5px;}
.hot-tag .tag-list {padding: 10px 15px;}
.w260{width: 260px!important;}



.article-list {
	width: 1070px;
	font-family: 'Inter', sans-serif;
}

.article-list .article-item {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	padding: 30px;
	margin-bottom: 30px;
	display: flex;
	gap: 20px;
	transition: transform 0.2s ease;
}

.article-list .article-item:hover {
	transform: translateY(-2px);
}

.article-list .article-image {
	width: 300px;
	height: 175px;
	border-radius: 6px;
	overflow: hidden;
	flex-shrink: 0;
}

.article-list .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.article-list .article-content {
	flex: 1;
	min-width: 0;
}

.article-list .article-title {
	font-size:24px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	margin-bottom: 12px;
	cursor: pointer;
}

.article-list .article-title:hover {
	color: #2563eb;
	text-decoration: underline;
}

.article-list .article-excerpt {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis; height: 80px;
}

.article-list .article-meta {
	font-size: 14px;
	color: #999;
	display: flex;
	gap: 20px;
}

.article-list .article-meta span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.article-list .article-meta i {
	font-size: 12px;
}
.article-list .page_list{ margin: 50px 0;}
.article-list .page_list a.active,.article-list .page_list a:hover{
	background-color: #1980FA; color: #fff; border: 2px solid #1980FA;
}
.article-list .page_list a:first-child, .article-list .page_list a:last-child{ border: 2px solid #ccc; color: #ccc}