.ny-banner {
	width: 100%;
	height: 540px;
	position: relative;
	transition: all ease .5s;
}

.ny-banner .img {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
}

.ny-banner .img img {
	max-width: initial;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ny-banner .boxs {
	position: relative;
	max-width: 1600px;
	height: auto;
	z-index: 2;
	margin: auto;
	color: #fff;
}

.ny-banner .boxs.n1 {
	padding-top: 275px;
	letter-spacing: 2px;
	transition: all ease .5s;
}

.ny-banner .boxs.n1 .t1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.ny-banner .boxs.n1 .t2 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 12px;
}

.ny-banner .boxs.n2 .box {
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	position: absolute;
	left: 0;
	bottom: 60px;
}

.ny-banner .boxs.n2 .box .t1 {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
}

.ny-banner .boxs.n2 .box .t2 {
	font-size: 14px;
	line-height: 36px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ddd;
}

.ny-banner .boxs.n2 .box .t2 a {
	font-size: 14px;
	color: #ddd;
}

.ny-banner .nb-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .25);
}

.ny-banner .nb-menu ul {
	max-width: 1600px;
	margin: auto;
	padding-top: 13px;
	position: relative;
	z-index: 5;
}

.ny-banner .nb-menu ul li {
	float: left;
	margin-right: 3px;
}

.ny-banner .nb-menu ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	padding: 0 20px;
	display: block;
	transition: all ease .3s;
	border-radius: 15px;
}

.ny-banner .nb-menu ul li:hover a {
	color: #222;
	background: #fff;
}

.ny-banner .nb-menu ul li.on a {
	color: #222;
	background: #fff;
}


.ny-banner .breadcrumbs {
	float: right;
	margin-left: 20px;
	line-height: 35px;
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 2px;
	padding-left: 25px;
	background: url(../images/icon23.png) left center no-repeat;
}

.ny-banner .breadcrumbs a {
	color: #7e7e7e;
	transition: all ease .3s;
}

.ny-banner .breadcrumbs a:hover {
	color: #fff;
}

.ny-banner .breadcrumbs span {
	color: #fff;
}

.news {
	width: 100%;
	background: #f7f7f7;
	padding: 50px 0 80px;
}

.news .box1 {
	max-width: 1600px;
	margin: auto;
}

.news .box1 .b1:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news .box1 .b1 {
	width: 32.5%;
	float: left;
	background: #fff;
	transition: all ease .3s;
	margin-right: 1.25%;
}

.news .box1 .b1 a {
	display: inline-block;
	width: 100%;
}

.news .box1 .b1 .img {
	width: 100%;
	height: 280px;
}

.news .box1 .b1 .tbox {
	width: 100%;
	height: 280px;
	box-sizing: border-box;
	padding: 0 30px;
}

.news .box1 .b1 .tbox .time {
	color: #999;
	font-family: 'sheepsansbold';
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	border-bottom: 1px solid #dbdbdb;
	padding: 22px 0 16px;
	background: url(../images/icon20.png) right 54px no-repeat;
	transition: all ease .3s;
}

.news .box1 .b1 .tbox:hover .time {
	color: #222;
}

.news .box1 .b1 .tbox .time span {
	font-size: 16px;
	line-height: 20px;
	font-weight: initial;
	display: block;
}

.news .box1 .b1 .tbox .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .box1 .b1 .tbox .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .box1 .b2 {
	width: 66.25%;
	float: left;
}

.news .box1 .b2 li {
	background: #fff;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.news .box1 .b2 li:nth-child(2n) {
	margin-right: 0;
}

.news .box1 .b2 li .tbox {
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	padding: 0 30px;
	transition: all ease .3s;
}

.news .box1 .b2 li .tbox:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news .box1 .b2 li .tbox a {
	display: inline-block;
	width: 100%;
}

.news .box1 .b2 li .tbox .time {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	font-family: 'sheepsansbold';
	color: #999;
	padding: 22px 0 15px;
	background: url(../images/icon20.png) right 54px no-repeat;
	border-bottom: 1px solid #dbdbdb;
	transition: all ease .3s;
}

.news .box1 .b2 li .tbox .time span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}

.news .box1 .b2 li .tbox:hover .time {
	color: #222;
}

.news .box1 .b2 li .tbox .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .box1 .b2 li .tbox .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .list1 {
	max-width: 1600px;
	margin: auto;
}

.news .list1 li {
	background: #fff;
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 20px;
}

.news .list1 li:nth-child(3n) {
	margin-right: 0;
}

.news .list1 li .tbox {
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	padding: 0 30px;
	transition: all ease .3s;
}

.news .list1 li .tbox:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news .list1 li .tbox a {
	display: inline-block;
	width: 100%;
}

.news .list1 li .tbox .time {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	font-family: 'sheepsansbold';
	color: #999;
	padding: 22px 0 15px;
	background: url(../images/icon20.png) right 54px no-repeat;
	border-bottom: 1px solid #dbdbdb;
	transition: all ease .3s;
}

.news .list1 li .tbox .time span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}

.news .list1 li .tbox:hover .time {
	color: #222;
}

.news .list1 li .tbox .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .list1 li .tbox .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-list {
	max-width: 1600px;
	margin: 30px auto 0;
	text-align: center;
}

.page-list a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	background: #fff;
	border-radius: 3px;
	margin-right: 10px;
	transition: all 0.5s linear;
	font-family: 'gotham-Book';
}

.page-list a:hover {
	color: #fff;
	background: #222;
	border: 1px solid #222;
}

.page-list a.now {
	color: #fff;
	background: #222;
	border: 1px solid #222;
}

.page-list a.prev {
	background: #fff url(../images/icon24.png) center center no-repeat;
}

.page-list a.next {
	background: #fff url(../images/icon25.png) center center no-repeat;
}



.news .list1 .tbox_img {
	position: relative;
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	transition: all ease .3s;
}

.news .list1 .titles_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
	height: 40px;
	line-height: 40px;
}

.news .list1 .tbox_img .titles {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.news .list1 .tbox_img img {
	width: 100%;
	height: 100%;
}

@media(max-width:1660px) {

	.ny-banner .boxs,
	.news-info,
	.news .box1,
	.news .list1,
	.page-list {
		margin: 0 30px;
	}


.ny-banner .nb-menu {
	    width: 94%;
    padding: 0px 3%;
}
}

@media(max-width:1370px) {
	.ny-banner {
		height: 400px;
	}


.ny-banner .boxs.n1 {
	padding-top: 193px;
}
}

@media(max-width:1330px) {
	.ny-banner .boxs.n1 {
	
	}
}


.news-con {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.news-con-left {
	width: 62%;
	float: left;
	overflow: hidden;
	color: #333;
	background: #fff;
	padding: 0px 30px;
	padding-bottom: 60px;
}

.news-con-left-title {
	margin-top: 30px;
	padding-bottom: 13px;
	font-size: 24px;
	line-height: 38px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}

.news-con-left-txt {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 15px;
}

.news-con-left-con {
	padding-top: 15px;
	line-height: 35px;
	font-size: 15px;
}

.news-con-left-con img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.news-con-right {
	width: 32%;
	height: auto;
	float: right;
	overflow: hidden;
	color: #666;
	background: #fff;
}

.news-con-right-title {
	font-size: 24px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	font-family: "华文细黑";
	padding-left: 30px;
	padding-right: 30px;
}

.news-con-right-ul li {
	display: block;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;


}

.news-con-right-ul li h2 {

	font-weight: normal;
	font-size: 18px;
	color: #000000;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.news-con-right-ul li p {
	color: #666666;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}



.prenext {
	text-align: center;
	padding-bottom: 3%;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	padding-top: 4%;
}

.prenext a {
	color: #333333;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 172px;
	overflow: hidden;
	font-size: 15px;
	background: #e8e8e8;
}

.prenext a:hover {
	color: #fff;
	background: #0084ff;
	text-decoration: none;
}

.prenext a label.a {
	padding-right: 12%;
}

.prenext a label.b {
	padding-left: 12%;
}
.tags{
	margin-bottom:20px;
}

.tags ul a {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 3px 20px;
	border-radius: 10px;
	background-color: #f5f6fa;
	font-size: 13px;
	margin-right: 12px;
	margin-bottom: 9px;
}

.tags ul {
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
