/*閫氱敤绫?/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 寮€濮?/
.dy_tab {
	width: 1550px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0;
}

.dy_tab .time {
	width: 25%;
	height: 200px;
	background: #dfe7f5;
	padding: 40px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.dy_tab .time .im2 {
	display: none;
}

.dy_tab .time.hover {
	color: #fff;
	width: 34%;
	background: #2851ba;
}

.dy_tab .time.hover .im2 {
	display: block;
}

.dy_tab .time.hover .im1 {
	display: none;
}

.dy_tab .time img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 120px;
}

.tab_dy12 {
	margin-bottom: 20px;
}

.tab_dy12 .top {
	border: 1px solid #e9e9e9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 30px;

}

.tab_dy12 .top h3 {
	display: inline-block;
	font-size: 18px;
	text-align: center;
}

.tab_dy12 .top span {
	font-size: 15px;
}

.tab_dy12 .top i img {
	width: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tab_dy12 .top i.hover2 img {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.tab_dy12 .text {
	border-top: none;
	display: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tab_dy12 .text.hover1 {
	padding: 10px 30px;
	border: 1px solid #e9e9e9;
	border-top: none;
	height: auto;
	display: block;
}

.tab_dy12 .text .left {
	float: left;
	width: 60%;
	padding-right: 30px;
}

.tab_dy12 .text .left .wenzi {
	margin-bottom: 30px;

}

.tab_dy12 .text .left .wenzi h4 {
	font-weight: 600;
	color: #8e99b5;
	line-height: 1.5rem;
	margin-bottom: 0.625rem;
	font-size: 16px;
	margin-bottom: 20px;
}

.tab_dy12 .text .left .wenzi p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}

.tab_dy12 .text .rii {
	width: 35%;
	float: right;
}

.tab_dy12 .text .rii h4 {
	font-weight: 600;
	color: #8e99b5;
	line-height: 1.5rem;
	margin-bottom: 0.625rem;
	font-size: 16px;
	margin-bottom: 20px;
}

.tab_dy12 .text .rii ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.tab_dy12 .text .rii ul li h5 {
	color: #999;
}

.tabmian {
	display: none;
}

.tabmian.show {
	display: block;
}

.titledy {
	text-align: center;
}

.titledy {
	padding: 20px 0;
}

.titledy h3 {
	font-size: 32px;
	margin-bottom: 15px;
}

.titledy p {
	font-size: 14px;
}

.titledy p a {
	color: #006bb7;
}

.nav_dy {

	text-align: center;
	border-bottom: 1px solid #999;
}

.nav_dy a {
	display: inline-block;
	padding: 20px 0;
	margin: 0 30px;
	font-size: 18px;
	position: relative;
}

.nav_dy a.hover::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #006bb7;
	position: absolute;
	bottom: 0;
	left: 0;
}

.nav_dy a:hover::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #006bb7;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news {
	padding: 30px 0;
}

.top_gh .left {
	position: relative;
	height: 384px;

}

.top_gh .left .linkf {
	position: relative;
	height: 100%;
	display: block;
	overflow: hidden;
}

.top_gh .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top_gh .left:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*鍏煎-webkit-寮曟搸娴忚鍣?/
	-moz-transform: scale(1.1);
}

.top_gh .left span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.top_gh .left .text {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
}

.top_gh .left .text .top {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.top_gh .left .text .top .zuo {
	color: #fff;
	float: left;
	width: 20%;

}

.top_gh .left .text .top .zuo h4 {
	font-size: 30px;
}

.top_gh .left .text .top .zuo h5 {
	color: #f6f6f6;
}

.top_gh .left .text .top .zuo i {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
}

.top_gh .left:hover .text .top .you {
	color: #2851ba;
}

.top_gh .left .text .top .you {
	width: 80%;
	float: left;
	color: #fff;
	font-size: 24px;
	padding-top: 10px;
}

.top_gh .left .text .xia {
	margin-top: 20px;
}

.top_gh .left .text .xia .zuo {
	width: 70%;
	float: left;
	color: #fff;
	padding-left: 20px;
	background: url(../images/linajie.png) no-repeat left;
	background-size: 18px auto;
}

.top_gh .left .text .xia .you {
	width: 30%;
	float: right;
	text-align: right;
	color: #fff;
	padding-right: 20px;
	background: url(../images/yanjin.png) no-repeat right;
	background-size: 18px auto;
}

.top_gh .rii {
	height: 384px;
}

.top_gh .rii .pic {
	width: 100%;
	height: 225px;
	overflow: hidden;
}

.top_gh .rii a {
	display: block;
	height: 100%;
}


.top_gh .rii .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	object-fit: cover;
}

.top_gh .rii:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*鍏煎-webkit-寮曟搸娴忚鍣?/
	-moz-transform: scale(1.1);
}

.top_gh .rii .text {
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
}

.nav_dy {
	background: #fff;
}

.top_gh .rii .text .top .zuo {
	width: 30%;
	float: left;
}

.top_gh .rii .text .top .zuo h4 {
	
	color: #646464;
	font-size: 16px;
	line-height:22px;
	margin-top: 0;
}

.top_gh .rii .text .top .zuo h5 {
	color: #a8a8a8;
}

.top_gh .rii .text .top .zuo i {
	width: 50px;
	height: 1px;
	background: #a8a8a8;
	display: block;
}

.top_gh .rii .text .top .you {
	width: 70%;
	float: left;

}

.top_gh .rii .text .top .you p {
	color: #646464;
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top_gh .rii .text .xia {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 20px;
}

.top_gh .rii .text .xia .zuo {
	width: 60%;
	float: left;
	color: #a8a8a8;
	padding-left: 20px;
	background: url(../images/linajie.png) no-repeat left;
	background-size: 18px;
}

.top_gh .rii .text .xia .you {
	width: 40%;
	float: right;
	color: #a8a8a8;
	padding-right: 20px;
	text-align: right;
	background: url(../images/yanjin.png) no-repeat right;
	background-size: 18px;
}

.top_gh .rii:hover .text .top .you p {
	color: #006bb7;
}

.top_gh .rii .pic {
	position: relative;
}

.top_gh .rii .pic em {
	background: rgba(0, 0, 0, 0.4);
	display: block;
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}


.list li {
	
}

.list li .pic {
	width: 100%;
	height: 225px;
	overflow: hidden;
}

.list li a {
	display: block;
	height: 100%;
}


.list li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	object-fit: cover;
}

.list li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*鍏煎-webkit-寮曟搸娴忚鍣?/
	-moz-transform: scale(1.1);
}

.list li .text {
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
}


.list li .text .top .zuo {
	width: 30%;
	float: left;
}

.list li .text .top .zuo h4 {
	
	color: #646464;
	font-size: 16px;
	line-height:22px;
	margin-top: 0;
}

.list li .text .top .zuo h5 {
	color: #a8a8a8;
}

.list li .text .top .zuo i {
	width: 50px;
	height: 1px;
	background: #a8a8a8;
	display: block;
}

.list li .text .top .you {
	width: 70%;
	float: left;

}

.list li .text .top .you p {
	color: #646464;
	line-height:24px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.list li .text .xia {
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 20px;
}

.list li .text .xia .zuo {
	width: 60%;
	float: left;
	color: #a8a8a8;
	padding-left: 20px;
	background: url(../images/linajie.png) no-repeat left;
	background-size: 18px;
}

.list li .text .xia .you {
	width: 40%;
	float: right;
	color: #a8a8a8;
	padding-right: 20px;
	text-align: right;
	background: url(../images/yanjin.png) no-repeat right;
	background-size: 18px;
}

.list li:hover .text .top .you p {
	color: #006bb7;
}

.list li .pic {
	position: relative;
}

.list li .pic em {
	background: rgba(0, 0, 0, 0.4);
	display: block;
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.list li {
	margin-top: 30px;
}

.un_page {
	padding: 50px 0;
	text-align: center;
}

.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}

.un_page a:hover,
.un_page a.hover {
	color: #fff;
	background: #409EFF;
	border-color: #409EFF;
}

.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.news_two .weizhi {
	margin-top: 50px;

}

.news_two .left {
	width: 70%;
	float: left;
}

.news_two .left .top {
	padding: 30px 0 20px;
	border-bottom: 1px solid #ebebeb;
}

.news_two .left .top h3 {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
}

.news_two .left .top span {
	display: inline-block;
	margin-right: 30px;
}

.news_two .left .top span.yan {
	float: right;
	padding-right: 22px;
	background: url(../images/yanjin.png) no-repeat right;
	background-size: 20px auto;
}
.news_two .left .top span.yuan {
	padding-left: 22px;
	background: url(../images/linajie.png) no-repeat left;
	background-size: 20px auto;
}
.news_two .left .top span.span1{
	background: #949494;
	padding: 5px 8px;
	color: #fff;
}
.ttxt{
	margin-top: 30px;
}
.ttxt img{
	width: 100%;
}
.shangxia{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;

}
.shangxia a{
	display: block;
	width: 45%;
	margin: 50px 0;
	padding: 20px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	border-radius: 5px;
}
.shangxia a h3{
	margin: 0;
	margin-bottom: 20px;
}
.shangxia a P{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 15px;
	line-height: 25px;
}
.shangxia a span{
	display: block;
	color: #a8a8a8;
}
.news_two .rii{
	width: 25%;
	float: right;
	padding-top: 30px;
}
.news_two .rii ul {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	padding: 20px ;
	margin-top: 30px;
	padding-bottom: 0;
}
.news_two .rii ul li{
	
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.news_two .rii ul li img{
	width: 100%;
	
}
.news_two .rii ul li p{
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.erweima{
	margin-top: 30px;
	padding: 20px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	background: #fff;
	text-align: center;
	font-size: 20px;
}
.erweima img{
	width: 100%;
	margin-bottom: 10px;
}
.canpin{
	padding: 50px 0;
}
.canpin ul li{
	margin-top: 50px;
}
.canpin ul li .pic{
	width: 50%;
	float: left;
}
.canpin ul li .pic img{
	width: 100%;
}
.canpin ul li .text{
	width: 50%;
	float: left;
	padding: 20px;
}
.canpin ul li .text h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.canpin ul li .text span{
	font-size: 22px;
	color: #006bb7;
	display: block;
	margin-bottom: 30px;
}
.canpin ul li .text p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.canpin ul li .text a{
	background: #2851ba;
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
}
.canpin ul li:nth-child(1) .pic{
	float: right;
}
.fp-box-1 ul li{
	margin-top: 50px;
}
.fp-box-1 ul li .pic{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.fp-box-1 ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
}
.fp-box-1 ul li .text{
	padding: 20px;
	background: #fff;
}
.fp-box-1{
	padding-bottom: 50px;
}
.fp-box-1 ul li  a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.1)
}
.fp-box-1 ul li .text {
	font-size: 16px;
	line-height: 26px;
}
.fp-box-1 ul li .text{
	min-height: 240px;
}
.fp-box-1 ul li:hover .pic img{
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*鍏煎-webkit-寮曟搸娴忚鍣?/-moz-transform:scale(1.1); 
}
.title_two{
	text-align: center;
	padding: 30px 0;
}
.title_two h3{
	font-size: 32px;
	margin-bottom: 15px;
}
.title_two span{
	color: #006bb7;
	font-size: 24px;
}



@media only screen and (max-width:1600px) {
	.dy_tab {
		width: 1380px;
	}

	.dy_tab .time img {
		position: absolute;
		bottom: 10px;
		right: 0px;
		width: 100px;
	}

	.time h3 {
		font-size: 18px;
	}

	.time h3
}

@media only screen and (max-width:1400px) {
	.dy_tab {
		width: 1180px;
	}
}

@media only screen and (max-width:1200px) {
	.dy_tab {
		width: 1080px;
	}
	.top_gh .rii .text .xia .zuo {
	    width: 60%;
	    float: left;
	    color: #a8a8a8;
	    padding-left: 20px;
	    background: url(../images/linajie.png) no-repeat left;
	    background-size: 15px;
		font-size: 12px;
	}
	.top_gh .rii .text .top .zuo h4 {
	    font-weight: bold;
	    color: #000;
	    font-size: 15px;
	    margin-top: 2px;
	}
	.top_gh .rii .text .xia .you {
	    width: 40%;
	    float: right;
	    color: #a8a8a8;
	    padding-right: 20px;
	    text-align: right;
	    background: url(../images/yanjin.png) no-repeat right;
	    background-size: 15px;
		font-size: 12px;
	}
	.top_gh .rii .text {
	    background: #fff;
	    padding: 22px 20px;
	    box-sizing: border-box;
	}
	.list li .pic {
	    width: 100%;
	    height: 170px;
	    overflow: hidden;
	}
	
	
	.list li .text .xia .zuo {
	    width: 60%;
	    float: left;
	    color: #a8a8a8;
	    padding-left: 20px;
	    background: url(../images/linajie.png) no-repeat left;
	    background-size: 15px;
		font-size: 12px;
	}
	.list li .text .xia .you {
	    width: 40%;
	    float: right;
	    color: #a8a8a8;
	    padding-right: 20px;
	    text-align: right;
	    background: url(../images/yanjin.png) no-repeat right;
	    background-size: 15px;
		font-size: 12px;
	}
	.list li {
	    height: auto;
	}
}

@media only screen and (max-width: 1000px) {
	.dy_tab {
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.titledy h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.titledy p {
		font-size: 12px;
	}

	.dy_tab {

		padding: 10px 0;
	}

	.dy_tab .time img {
		display: none;
	}

	.dy_tab .time.hover .im2 {
		display: none;
	}

	.dy_tab .time {
		width: 25%;
		height: 40px;
		background: #dfe7f5;
		padding: 5px;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.dy_tab .time.hover {
		color: #fff;
		width: 30%;
		background: #2851ba;
	}

	.time h3 {
		font-size: 10px;
		text-align: center;
		margin-top: 0;
		line-height: 35px;
	}

	.time span {
		font-size: 10px;
		line-height: 16px;
		display: none;
	}

	.titledy {
		padding: 10px 0;
	}

	.nav_dy a {
		display: inline-block;
		padding: 10px 0;
		margin: 0 20px;
		font-size: 14px;
		position: relative;
	}

	.tab_dy12 .top {
		border: 1px solid #e9e9e9;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 10px;
	}

	.tab_dy12 .top h3 {
		display: inline-block;
		font-size: 10px;
		text-align: center;
		margin: 0;
	}

	.tab_dy12 .top span {
		font-size: 10px;
	}

	.tab_dy12 .top i img {
		width: 15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.tab_dy12 {
		margin-bottom: 10px;
	}

	.tab_dy12 .text.hover1 {
		padding: 5px 10px;
		border: 1px solid #e9e9e9;
		border-top: none;
		height: auto;
		display: block;
	}

	.tab_dy12 .text .left {
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	.tab_dy12 .text .rii {
		width: 100%;
		float: none;
	}

	.tab_dy12 .text .left .wenzi h4 {
		font-weight: 600;
		color: #8e99b5;
		line-height: 1.5rem;
		margin-bottom: 0.625rem;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.tab_dy12 .text .left .wenzi p {
		font-size: 12px;
		margin-bottom: 10px;
		line-height: 18px;
	}

	.tab_dy12 .text .rii ul li h5 {
		color: #999;
		font-size: 12px;
	}

	.tab_dy12 .text .rii ul li {
		margin-bottom: 5px;
	}
	.canpin ul li:nth-child(1) .pic {
	    float: none;
	}
	.canpin ul li {
		margin-top: 20px;
	}
	.canpin ul li .pic {
	    float: none;
		width: 100%;
		height: auto;
	}
	.canpin ul li .text {
	    width: 100%;
	    float: none;
	    padding: 20px;
	}
	.canpin ul li .text h3 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.canpin ul li .text span {
	    font-size: 14px;
	    color: #006bb7;
	    display: block;
	    margin-bottom: 15px;
	}
	
	.canpin ul li .text p {
	    font-size: 14px;
	    line-height: 22px;
	    margin-bottom: 30px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1113;
	}
	.title_two {
	    text-align: center;
	    padding: 10px 0;
	}
	.title_two h3 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.title_two span {
	    color: #006bb7;
	    font-size: 14px;
	}
	.canpin ul li {
	    margin-top: 0px;
		margin-bottom: 20px;
	}
	.canpin {
	   padding-bottom: 0;
	}
	.fp-box-1 ul li .text {
	    min-height: auto;
	}
	.fp-box-1 ul li .pic {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.top_gh .left {
	    position: relative;
	    height: 260px;
		margin-bottom: 30px;
	}
	.top_gh .left .text .top .zuo h4 {
	    font-size: 16px;
	}
	.top_gh .left .text .top .you {
	    width: 80%;
	    float: left;
	    color: #fff;
	    font-size: 14px;
	    padding-top: 10px;
	}
	.top_gh .left .text .top {
	    border-bottom: 1px solid #fff;
	    padding-bottom: 10px;
	}
	.top_gh .left .text .xia {
	    margin-top: 5px;
	}
	.top_gh .left .text{
		padding: 8px;
	}
	.top_gh .left .text .top .zuo h5 {
	    margin: 2px 0;
	}
	.top_gh .left .text .xia .zuo {
	    width: 70%;
	    float: left;
	    color: #fff;
	    padding-left: 20px;
	    background: url(../images/linajie.png) no-repeat left;
	    background-size: 14px auto;
		font-size: 14px;
	}
	.top_gh .left .text .xia .you {
	    width: 30%;
	    float: right;
	    text-align: right;
	    color: #fff;
	    padding-right: 20px;
	    background: url(../images/yanjin.png) no-repeat right;
	    background-size: 12px auto;
		font-size: 14px;
	}
	.list li .text {
	    background: #fff;
	    padding: 12px;
	    box-sizing: border-box;
	}
	.un_page {
	    padding: 20px 0 10px;
	    text-align: center;
	}
	.news_two .left {
	    width: 100%;
	    float: left;
	}
	.news_two .weizhi {
	    margin-top: 30px;
		font-size: 12px;
	}
	
	.news_two .left .top h3 {
	    font-size: 18px;
	    font-weight: 500;
	    color: #000;
	    line-height: 20px;
	    margin-bottom: 10px;
		margin-top: 0;
	}
	.news_two .left .top span {
	    display: inline-block;
	    margin-right: 10px;
		font-size: 12px;
	}
	
	.news_two .left .top span.yan {
	    float: right;
	    padding-right: 16px;
	    background: url(../images/yanjin.png) no-repeat right;
	    background-size: 15px auto;
		margin-top: 5px;
	}
	.news_two .left .top {
	    padding: 20px 0 20px;
	    border-bottom: 1px solid #ebebeb;
	}
	.news_two .left .top span.span1 {
	    background: #949494;
	    padding: 5px 5px;
	    color: #fff;
	}
	.shangxia a {
	    display: block;
	    width: 45%;
	    margin: 20px 0;
	    padding: 10px;
	    box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	    border-radius: 5px;
	}
	.shangxia a h3 {
	    margin: 0;
	    margin-bottom: 10px;
		font-size: 14px;
	}
	.shangxia a P {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    font-size: 12px;
	    line-height: 21px;
	}
	.news_two .rii {
	    width: 100%;
	    float: right;
	    padding-top: 0px;
	}
	.news_two .rii h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.news_two {
		padding-bottom: 30px;
	}
}
