﻿.banner .banner-title .line {
	background: #fff;
}

.banner .banner-title {
	color: #fff;
}

/*搜索框*/
.ban_srarch{
	width: 370px;
	margin-right: 30px;
	background-color: #fff;
	height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 50px;
}
.ban_srarch .input{
	outline: none;
	border: none;
	padding-left:8px;
	width: 320px;
}
.ban_srarch .submit{
	outline: none;
	box-sizing: unset;
}


/* 新闻列表 */
.news_con {
	padding-bottom: 50px;
	/* padding: 4.7vw 0 5.36vw 0; */
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.news_con .box {
	background-color: #F9F9F9;
	transition: all 0.5s;
	display: flex;
	margin-bottom: 40px;
}

.news_con .box:last-child {
	margin-bottom: 0;
}

.news_con .box .pics {
	width: 31.1vw;
	overflow: hidden;
}

.news_con .box .pics .pic {
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	transition: all 0.5s;
}

.news_con .box:hover .pics .pic {
	transform: scale(1.05);
}

.news_con .box .txt {
	width: calc(100% - 31.1vw);
	padding: 1.82vw 6.25vw 2.7vw 5.3vw;
}

.news_con .box .txt .day {
	line-height: 20px;
	color: #2fa962;
	margin-bottom: 0.6vw;
}

.news_con .box .txt .h {
	line-height: 32px;
	color: #000000;
	font-size: 24px;
	margin-bottom: 1.51vw;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 32px;
	overflow: hidden;
	
}

.news_con .box .txt .p {
	line-height: 24px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	overflow: hidden;
	margin-bottom: 1.927vw;
	font-size: 16px;
}

.news_con .box .txt .more {
	width: 194px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #DBDBDB;
	border-radius: 22px;
	transition: all 0.5s;
}

.news_con .box .txt .more span {
	display: inline-block;
	padding-right: 36px;
	color: #333333;
	background: url(../images/more1.png)no-repeat right center;
	transition: all 0.5s;
}

.news_con .box:hover {
	background-color: #fff;
	box-shadow: 0 3px 50px rgba(4, 38, 161, 0.1);
}

.news_con .box:hover .txt .more {
	border-color: transparent;
	background-color: #2fa962;
}

.news_con .box:hover .txt .more span {
	color: #fff;
	background-image: url(../images/more1w.png);
}

/* 新闻详情 */
.nd_con {
	/* width: 73.23vw;
	margin: 0 auto; */
	margin-top: 100px;
	padding-bottom: 70px;
}
.nd_con .position{
	margin-bottom: 20px;
}
.nd_con .top {
	margin-bottom: 55px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
	position: relative;
}

.nd_con .top .h {
	font-size: 32px;
	color: #000000;
	line-height: 42px;
	margin-bottom: 16px;
}

.nd_con .top .p {
	color: #666666;
	line-height: 20px;
}

.nd_con .top .fx {
	position: absolute;
	right: 0;
	bottom: 26px;
	display: flex;
	align-items: center;
}

.nd_con .top .fx span {
	display: block;
	color: #333333;
	line-height: 22px;
	font-size: 16px;
}

.nd_con .top .fx a {
	width: 32px;
	height: 32px;
	display: block;
	margin-left: 10px;
	background-size: 100% 100%;
}

.nd_con .top .fx a.wx {
	background-image: url(../images/nd_wx1.png);
}

.nd_con .top .fx a.wx:hover {
	background-image: url(../images/nd_wx2.png);
}

.nd_con .top .fx a.wb {
	background-image: url(../images/nd_wb1.png);
}

.nd_con .top .fx a.wb:hover {
	background-image: url(../images/nd_wb2.png);
}

.nd_con .top .fx a.qq {
	background-image: url(../images/nd_qq1.png);
}

.nd_con .top .fx a.qq:hover {
	background-image: url(../images/nd_qq2.png);
}

.nd_con .con {
	line-height:30px;
	font-size:16px;
	color: #000000;
	padding-bottom: 70px;
	border-bottom: 1px solid #E5E5E5;
    margin:0;
}

.nd_con .con p {
	margin-top:15px;
	text-indent: 2em;
	font-size: 16px;
	color: #333;
}
.nd_con .con img {
	margin: 0 auto !important;
	max-width: 100%;
	height: auto !important;
	/*display: block;*/
}

.nd_con .con video {
	margin: 0 auto !important;
	max-width: 100%;
	height: auto !important;
	display: block;
}










.nd_con .bottom {
	padding: 36px 0 0 0;
	overflow: hidden;
}

.nd_con .bottom .link ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nd_con .bottom .link ul li{
	display: block;
	color: #666666;
	transition: all 0.5s;
	width: 40%;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nd_con .bottom .link ul li:last-child {
	text-align: right;
}

.nd_con .bottom .link ul li:hover {
	color: #2fa962;
}

.nd_con .bottom .btn {
	display: block;
	width: 156px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #ffffff;
	background-color: #2fa962;
	float: right;
	margin-top: 24px;
	transition: all 0.5s;
	opacity: .8;
}

.nd_con .bottom .btn:hover {
	opacity: 0.8;
}

.footer {
	position: unset;
	background: #2fa962;
	padding: 20px 0;
}













/* 适配
@media (max-width:2600px) {}

@media (min-width:2300px) {}

@media (max-width:1840px) {}

@media (max-width:1680px) {}

@media (max-width:1560px) {
	.nd_con .top .h {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width:1480px) {
	.inn_con .inn4 .boxs .box .cn1 {
		font-size: 19px;
	}
}

@media (max-width:1440px) {
	.wrap {
		width: 100%;
	}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1024px) {

	.nd_con .top .fx {
		display: none;
	}

	.nd_con {
		width: 100%;
		margin-top: 70px;
	}

	.nd_con .top {
		padding: 33px 15px 30px 15px;
		background-color: #F6F9FF;
	}

	.nd_con .top .h {
		font-size: 22px;
		line-height: 36px;
		text-align: center;
		margin-bottom: 13px;
	}

	.nd_con .top .p {
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}

	.nd_con .con {
		padding: 35px 15px 100px 15px;
	}

	.nd_con .bottom {
		background-color: #F6F9FF;
		padding-top: 20px;
	}

	.nd_con .bottom .link {
		padding: 0 15px;
	}

	.nd_con .bottom .btn {
		margin-top: 16px;
		width: 100%;
		border-radius: 0;
	}

	.nd_con {
		padding-bottom: 0;
	}

	.news_con .con {
		width: calc(100% - 30px);
		padding: 30px 0 100px 0;
	}

	.news_con .box {
		display: block;
		margin-bottom: 25px;
		box-shadow: 0 3px 50px rgba(4, 38, 161, 0.04);
	}

	.news_con .box .pics {
		width: 100%;
		height: 185px;
	}

	.news_con .box .txt {
		padding: 23px 14px 16px 14px;
		background-color: #ffffff;
		width: 100%;
	}

	.news_con .box .txt .more {
		display: none;
	}

	.news_con .box .txt .h {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}

	.news_con .box .txt .p {
		font-size: 12px;
		line-height: 20px;
		height: auto;
		max-height: 80px;
		-webkit-line-clamp: 4;
	}


	@-webkit-keyframes svgCircleAnmi1 {
		0% {
			stroke-dasharray: 0 371
		}

		to {
			stroke-dasharray: 371 371
		}
	}

	@keyframes svgCircleAnmi1 {
		0% {
			stroke-dasharray: 0 371
		}

		to {
			stroke-dasharray: 371 371
		}
	}


}

@media (max-width:960px) {}

@media (min-width:1950px) {}

@media (max-width:414px) {}

@media (max-width:375px) {}

@media (max-width:320px) {} */




@media (max-width:1440px) {
	.main {
		padding: 60px 40px 0;
	}
	.nd_con {
		margin-top: 65px;
	}

	.nd_con .top .h {
		font-size: 24px;
		line-height: 32px;
	}
}

/* 992-1200 lg*/
@media (max-width:1200px) {
	.main {
		padding: 40px 40px 0;
	}
}



/* 768-992 md */
@media (max-width:992px) {


	.main {
		padding: 40px 0 0;
	}

	.nd_con .top {
		margin-bottom: 25px;
	}

	.nd_con .top .fx {
		display: none;
	}

	.nd_con {
		width: 100%;
		margin-top: 20px;
	}

	.nd_con .top {
		padding: 33px 15px 30px 15px;
		background-color: #F6F9FF;
	}

	.nd_con .top .h {
		font-size: 22px;
		line-height: 36px;
		text-align: center;
		margin-bottom: 13px;
	}

	.nd_con .top .p {
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}

	.nd_con .con {
		padding: 35px 15px 100px 15px;
	}

	.nd_con .bottom {
		background-color: #F6F9FF;
		padding-top: 20px;
	}

	.nd_con .bottom .link {
		padding: 0 15px;
	}

	.nd_con .bottom .btn {
		margin-top: 16px;
		width: 100%;
		border-radius: 0;
	}

	.nd_con {
		padding-bottom: 0;
	}

	/* .news_con .con {
		width: calc(100% - 30px);
		padding: 30px 0 100px 0;
	} */

	.news_con .box {
		display: block;
		margin-bottom: 25px;
		box-shadow: 0 3px 50px rgba(4, 38, 161, 0.04);
	}

	.news_con .box .pics {
		width: 100%;
		height: 185px;
	}

	.news_con .box .txt {
		padding: 23px 14px 16px 14px;
		background-color: #ffffff;
		width: 100%;
	}

	.news_con .box .txt .more {
		display: none;
	}

	.news_con .box .txt .h {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}

	.news_con .box .txt .p {
		font-size: 14px;
		line-height: 20px;
		height: auto;
		max-height: 80px;
		-webkit-line-clamp: 4;
	}


	@-webkit-keyframes svgCircleAnmi1 {
		0% {
			stroke-dasharray: 0 371
		}

		to {
			stroke-dasharray: 371 371
		}
	}

	@keyframes svgCircleAnmi1 {
		0% {
			stroke-dasharray: 0 371
		}

		to {
			stroke-dasharray: 371 371
		}
	}

}


/* 576px-768 sm */
@media (max-width:768px) {
	.nd_con .con {
		padding-bottom: 50px;
	}
}

/* 375-576 */
@media (max-width:576px) {
	.main {
		padding: 0;
	}


	.nd_con .top {
		margin-bottom: 10px;
	}

	.nd_con {
		margin-top: 70px;
	}

	.nd_con .con {
		padding-bottom: 65px;
	}
	.ban_srarch{
		width: 290px;
		height: 32px;
		right: 50%;
		font-size: 13px;
		margin-right: -145px;
	}
	.input-group,
	.input-group form{
		margin-bottom: 0px;
		height: 32px;
		display: flex;
	}
	.ban_srarch .input{
		width: 252px;
	}
	.btn{
		padding: 0px 10px;
		display: flex;
	}
}