* {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

html {}

body {
	color: #333;
	font-size: 14px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
	font-family: "SimHei", "黑体", serif;
}

table,
td,
tr,
th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px
}

ol,
ul {
	list-style: none
}

li {
	list-style-type: none
}

img {
	vertical-align: middle;
	border: 0
}

address,
cite,
code,
em,
th {
	font-weight: normal;
	font-style: normal
}

input:focus,
textarea:focus,
select:focus {
	outline: transparent;
}

.clear {
	clear: both;
	*zoom: 1
}

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

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

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a:active {
	text-decoration: none
}

.fl {
	float: left
}

.fr {
	float: right
}

::-webkit-scrollbar-track {
	background-color: #ddd;
	width: 1px;
	border-radius: 0px
}

::-webkit-scrollbar-thumb {
	background-color: #02bafa
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #02bafa
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

input {
	border-radius: 0
}

.w1400 {
	width: 1200px;
	margin: 0 auto;
}

.nav_item>a {
	width: 109px
}
.mshow{display:none;}
.pshow{display:block;}

@media screen and (max-width:767px) {
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p{font: 12px/1.5 'PingFang SC', 'HarmonyOS Sans SC','Source Han Sans','Microsoft YaHei','Hiragino Sans GB', sans-serif,Arial;}
	.w1400 {
		width: 95%;
		margin: 0 auto
	}
.mshow{display:block;}
.pshow{display:none;}
}

header .top_two {
	width: 100%;
	height: 85px;
	background: #fff;
	box-shadow: 0 0 10px rgb(0, 0, 0, .1);
	z-index: 99;
	position: relative
}

header .top_two .w1400 {
	height: 100%
}

header .top_two .logo {
	float: left;
	margin-top: 13px;
	width: 290px
}

header .top_two .logo img {
	max-width: 100%;
	height: 60px;
}

header .top_two .w1400 nav {
	margin: 0;
	padding: 0;
	max-width: 1020px;
}

.menu_open {
	display: none
}

header .top_two .w1400 nav ul.nav_ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-end;
}

header .top_two .w1400 nav ul .nav_item {
	position: relative;
	margin: 0;
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1
}

header .top_two .w1400 nav ul .nav_item:last-child {
	padding-right: 0
}

.nav_item>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	color: #000;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative
}

.nav_item:hover>a,
.nav_item>a.navon {
	color: #fff;
	background: #02bafa;
}

.nav_item_open {
	width: 100%;
	height: auto;
	position: absolute;
	top: 45px;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(34px);
	transform: translateY(34px);
	-webkit-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}

.ny_top .nav_item_open {
	background-color: #fff
}

.nav_item:hover .nav_item_open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px)
}

.subopen {
	display: none
}

.nav_item2 {
	width: 100%
}

.nav_item2 a {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	padding: 0 10px;
	color: #666;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.ny_top .nav_item2 a {
	color: #565656
}

.nav_item2:hover a {
	background-color: #02bafa;
	color: #fff
}

.hcover {
	display: none
}

@media screen and (min-width:1240px) {
	header .top_two .w1400 nav ul.nav_ul {
		height: 85px;
	}
}

@media screen and (max-width:1299px) {
	header .top_two .logo {
		margin-top: 16px;
		width: 340px
	}

	.nav_item>a {
		font-size: 16px
	}

	header .top_two .w1400 .top_ss {
		float: right;
		width: calc(42% - 240px);
		margin-top: 35px
	}
}

@media screen and (max-width:1080px) {
	header .top_two {
		height: 80px
	}

	header .top_two .w1400 {
		position: relative
	}

	header .top_two .logo {
		margin-top: 7px
	}
	header .top_two .w1400 nav ul li {
		width: 100%
	}

	header .top_two .w1400 nav ul .nav_item {
		padding: 0
	}

	header .top_two .w1400 nav ul .nav_item:last-child {
		padding: 0
	}

	.menu_open  {
    display: block;
    position: relative;
    float: right;
    padding: 3px 6px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #02bafa;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}

	.menu_open i {margin: 4px 0;
		width: 22px;
		background-color: #02bafa;
		display: block;height: 3px;
    border-radius: 1px;
	}
	.menu_open span{color: #02bafa;}

	.nav {
		width: 50%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -50%;
		z-index: 9999999;
		background-color: #02bafa
	}

	.hcover {
		display: block;
		width: 50%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		position: fixed;
		right: -50%;
		top: 0;
		z-index: 9999999
	}

	.nav_ul {
		margin: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 10px;
		text-align: left;
		display: block !important
	}

	.nav_item {
		float: none;
		margin: 0;
		width: 100%;
		height: 70px;
		position: relative;
		padding: 0
	}

	.nav_item:after {
		content: '';
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.nav_item>a {
		display: block;
		height: 70px;
		line-height: 70px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0;
		font-size: 18px;
		color: #fff !important;
		padding: 0 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}

	.nav_item>a:active {
		background-color: #0065a4
	}

	.nav_item>a:after {
		display: none
	}

	.nav_item>a:hover,
	.nav_item>a.navon {
		background: #ffd542
	}

	.nav_item:hover>a em,
	.nav_item>a.navon em {
		display: none
	}

	.nav_item i {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		display: block
	}

	.nav_item i:after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		margin-bottom: -4px;
		border: 1px solid rgba(255, 255, 255, .5);
		border-top: 0;
		border-left: 0;
		position: absolute;
		bottom: 50%;
		right: 22px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.nav_item_open {
		width: 50%;
		height: 100%;
		margin: 0;
		box-shadow: none;
		background-color: #02bafa;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		position: fixed;
		left: -50%;
		top: 0;
		border-top: none
	}

	.subopen {
		display: block
	}

	.subopen a {
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 18px;
		color: rgba(255, 255, 255, .8);
		background: rgba(0, 0, 0, .1);
		text-indent: 30px;
		position: relative
	}

	.subopen a:before {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		bottom: 50%;
		left: 22px;
		margin-bottom: -4px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: 1px solid rgba(255, 255, 255, .5);
		border-right: 0;
		border-bottom: 0
	}

	.nav_item2 {
		position: relative
	}

	.nav_item2 a {
		width: 100%;
		display: block;
		line-height: 30px;
		height: 50px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		margin: 0;
		padding: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #fff;
		font-size: 16px
	}

	.nav_item2:after {
		content: '';
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	header .top_two .w1400 .top_ss {
		float: right;
		margin-right: 60px;
		width: calc(100% - 340px);
		margin-top: 20px
	}

	header .top_two .w1400 .top_ss .sr {
		height: 40px;
		line-height: 40px
	}

	header .top_two .w1400 .top_ss .tj {
		height: 40px
	}
}

@media screen and (max-width:1024px) {
	.menu_open {
		right: 3%
	}
}

@media screen and (max-width:768px) {
	.menu_open {
		top: 20px
	}

	header .top_two .w1400 .top_ss {
		width: 100%;
		margin: 0 0 10px
	}

	header .top_two .logo {
		width: 280px;
		margin-top: 18px
	}
	header .top_two .logo img {
    max-width: 100%;
    height: 45px;
}
}

@media screen and (max-width:319px) {
	header .top_two {
		height: 60px
	}

	header .top_two .logo {
		width: 200px;
		margin-top: 11px
	}

	.menu_open {
		top: 10px
	}
}

.apple-banner {
	width: 100%;
	overflow: hidden
}

.apple-banner .swiper-container {
	width: 100%
}

.apple-banner .swiper-container .swiper-slide img {
	width: 100%
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
	width: 5%;
	height: 100%;
	top: 0;
	margin: 0
}

.apple-banner .swiper-container .swiper-button-prev {
	left: 0
}

.apple-banner .swiper-container .swiper-button-next {
	right: 0
}

.apple-banner .swiper-pagination {
	top: auto;
	bottom: 40px !important;
	left: 95% !important;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center
}

.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;
	transition: all .4s ease
}

.apple-banner .autoplay .swiper-pagination-bullet-active {
	background: #fff
}

@media screen and (max-width:767px) {
    .apple-banner .swiper-pagination-bullet {width: 8px;height: 8px;}
	.swiper-button-white {
		display: none;
	}

	.apple-banner .swiper-pagination {
		left: 50% !important;
		bottom: 5px !important;
	}
}

.Crumb {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #f4c340;
	position: relative;
	z-index: 9;
}

.Crumb i {
	background: #fff;
	width: 40px;
	height: 4px;
	display: block;
	margin: auto;
	margin-bottom: 8px;
}

.Crumb h1 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
}

.indexlx {
	margin: 30px 0;
	color: #684ea9;
	text-align: center;
	line-height: 30px;
}

.indexlx img{max-width: 100%;}

.title1 {
	position: relative;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
}

.title1::before,
.title1::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 12px;
	background-color: black;
	border-radius: 50%;
	transform: translateX(-50%);
}

.title1::before {
	margin-left: -8px;
}

.title1::after {
	margin-left: 8px;
}

.box1 {
	margin-bottom: 10px;
}

.nybox {
	margin: 50px 0;
	position: relative;
}

.nybox .n_left {
	float: left;
	width: 280px;
	background-color: #ededed;
	margin-bottom: 30px;
}

.nybox .n_left h1 {
	background-color: #08aceb;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 100px;
	border-radius: 8px 8px 0 0;
}

.nybox .n_left .n_nav {
	text-align: center;
	padding: 20px 0;
}

.nybox .n_left .n_nav li a {
	line-height: 60px;
	font-size: 20px;
	color: #4c4c4c;
}

.nybox .n_left .n_nav .cur a {
	color: #08aceb;
	font-weight: 700;
}

.nybox .n_right {
	float: right;
	width: 600px;
	padding-top: 50px;
}

.nybox .n_right h1 {
	font-weight: 700;
	font-size: 18px;
	position: relative;
}

.nybox .n_right h1::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 8px;
	margin-left: -8px;
	background-color: black;
	border-radius: 50%;
	transform: translateX(-50%);
}

.nybox .n_right .con {
	margin-top: 20px;
	font-size: 16px;
	line-height: 40px;
}

.nybox .n_right .con img {
	max-width: 100%;
}

.nybox .n_right1 {
	float: right;
	width: 850px;
	padding-top: 10px;
}

.articleli {
	margin-bottom: 35px;
}

.articleli li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ececec;
	position: relative;
	padding-left: 25px;
	background: url(../images/2018_libg1.png) 5px center no-repeat;
}

.articleli li span.timebox {
	display: inline-block;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 14px;
}

.nybox .baoming {
	width: 800px;
	margin: 0 auto;
}

.nybox .baoming .w100 {
	width: 100%;
}

.nybox .baoming .w50 {
	width: 50%;
}

.nybox .baoming .w33 {
	width: 33.33%;
}

.nybox .baoming .mt10 {
	margin-top: 15px;
}

.nybox .baoming .box {
	padding: 0 15px;
}

.nybox .baoming li {
	float: left;
	margin-bottom: 25px;
}

.nybox .baoming li label {
	font-size: 14px;
}

.nybox .baoming li label em {
	color: #ed3933;
}

.nybox .baoming .input label {
	margin-right: 25px;
}

.nybox .baoming .input label:last-child {
	margin-right: 0px;
}

.nybox .baoming .input input {
	width: auto;
	margin: 3px 5px 3px 0px;
}

.nybox .baoming li select {
	width: 100%;
	height: 30px;
	border: #dbdbdb solid 1px;
	line-height: 28px;
	padding: 0 10px;
	color: #a9a9a9;
}

.nybox .baoming li .input1 {
	width: 100%;
	height: 30px;
	border: #dbdbdb solid 1px;
	line-height: 28px;
	padding: 0 10px;
	color: #a9a9a9;
}

.nybox .baoming li .input2 {
	width: 100%;
	border: #dbdbdb solid 1px;
	padding: 20px 10px;
	color: #a9a9a9;
}

.nybox .baoming .col-inner {
	text-align: center;
}

.nybox .baoming .col-inner input {
	margin: 0 10px;
	padding: 8px 20px;
	border: transparent;
}

.nybox .baoming .submit {
	background: #08aceb;
	cursor: pointer;
	transition: all .3s;
	color: #fff;
}

.nybox .baoming .reset {
	background-color: #a9a9a9;
}

.newsPage .item {
	height: 193px;
	border: 1px solid #e5e5e5;
	background: #fff;
	display: block;
	margin-bottom: 35px;
	padding: 0 30px;
}

.newsPage .item .img {
	width: 280px;
	height: 195px;
	display: block;
	overflow: hidden;
	transition: all .5s;
}

.newsPage .item h3 {
	font-size: 18px;
	padding: 30px 0 0;
	overflow: hidden;
	margin-bottom: 8px;
	transition: all .5s;
}

.newsPage .item .txt {
	color: #999999;
	line-height: 24px;
	height: 72px;
	text-align: justify;
	overflow: hidden;
}

.newsPage .item .time {
	font-size: 12px;
	display: block;
	line-height: 20px;
	color: #666666;
}

.newsPage .item .dec {
	color: #999;
	padding: 0 0 25px;
}

.newsPage .item .dec .split {
	width: 1px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px 0 30px;
	background: #999;
}

.newsPage .item .dec .view s {
	width: 20px;
	height: 12px;
	margin-right: 3px;
	background-position: -116px 0;
}

.newsPage .item.hasimg {
	position: relative;
	padding-left: 310px;
}

.newsPage .item.hasimg img {
	position: absolute;
	left: -1px;
	top: -1px;
}

.newsPage .item:hover {
	background: #f9f9f9;
}

.newsPage .item:hover .img {
	-webkit-filter: brightness(108%);
	filters: brightness(108%);
}

.newsPage .item:hover h3 {
	color: #f4c340;
}

.newsshow .article_title {
	padding: 15px 0;
	background: #ededed;
	color: #08aceb;
	text-align: center;
	font-size: 18px;
}

.newsshow .article_info {
	padding: 10px 0;
	text-align: center;
	color: #999;
}

.newsshow .article_info span {
	padding: 15px 0;
}

.newsshow .article {
	padding: 50px;
	line-height: 28px;
}

.article_push {
	margin-top: 30px;
}

.article_push h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.article_push li {
	margin-bottom: 10px;
	line-height: 28px;
}

.pga {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.pga a {
	color: #999;
	padding: 0 15px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 38px;
	background: #fff;
	border: 1px solid #c9c9c9;
}

.pga li {
	display: inline-block;
}

.pga a:hover,
.pga li.active a {
	display: inline-block;
	color: #fff;
	background: #f4c340;
	border-color: #f4c340;
}

.chaxun {
	display: flex;
	align-items: center;
}

.cx_down {
	float: left;
	margin-right: 50px;
	width: 280px;
	background: #f5f5f5;
	position: relative;
	color: #686868;
}

.cx_down label {
	display: block;
	height: 52px;
	line-height: 52px;
	background: url(../images/bgs4.png) 95% center no-repeat;
	text-indent: 20px;
	cursor: pointer;
	font-size: 16px;
}

.cx_down ul {
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
	overflow: hidden;
	z-index: 9;
}

.cx_down ul.bgs2 {
	overflow-y: scroll;
	max-height: 320px;
}

.cx_down ul li {
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}

.cx_down ul li a {
	display: block;
	text-indent: 20px;
	font-size: 14px;
}

.cx_down ul li a:hover {
	background: #f4c340;
	color: #fff;
}

.cx_down.isel label {
	background: url(../images/bgs4_on.png) 95% center no-repeat;
}

.cx_down ul li .active {
	color: #08aceb;
}

.cx_down .search-ipt {
	width: 80%;
	line-height: 50px;
	padding: 0px 15px;
	border: 1px solid #cdcdcd;
	float: left;
	margin-right: -1px;
}

.cx_down .search-btn {
	width: 20%;
	height: 52px;
	border: 0;
	background-color: #cdcdcd;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/ssico1.png);
	cursor: pointer;
	color: #fff;
	float: left;
	position: relative;
	text-indent: 9999px;
}

.zuopin {
	min-height: 500px;
	margin-top: 50px;
}

.zuopin li {
	float: left;
	width: calc((100% - 30px*3)/3);
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #ededed;
}

.zuopin li img {
	width: 100%;
}

.zuopin li .box {
	padding: 8px 15px;
}

.zuopin li .box h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.zuopin li .box em {
	color: #bfbfbd;
}

.zuopin li .box .p1 {
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 8px;
	display: flex;
	align-items: center;
}

.zuopin li .box .p1 span {
	color: #bfbfbd;
	margin-left: auto;
}

.zpshow {
	display: flex;
	align-items: center;
	justify-content: center;
}

.zpshow .img img {
	max-width: 500px;
}

.zpshow .con {
	padding: 50px;
	line-height: 30px;
	font-size: 16px
}

.zpshow .con a {
	padding: 5px 15px;
	border: 1px solid #f4c340;
	font-size: 14px;
	border-radius: 50px;
}

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	height: 80px;
	background: #5f5d5e;
	color: #fff;
}

footer .footer {
	text-align: center; line-height: 28px;
}

footer .footer a {
	color: #fff;
}

@media screen and (max-width:767px) {
    .Crumb {
    width: 100%;
    margin: 0 auto;
    padding: 18px 0;
    background-color: #f4c340;
    position: relative;
    z-index: 9;
}
	.Crumb h1 {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		color: #fff;
		letter-spacing: 2px;
	}

	.indexlx {
		margin: 20px 0;
		color: #684ea9;
		text-align: center;
		line-height: 20px;
	}

	.title1 {
		position: relative;
		padding: 0 20px;
		font-size: 14px;
		font-weight: 600;
	}
.title1::before, .title1::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 8px;
    background-color: black;
    border-radius: 50%;
    transform: translateX(-50%);
}
.nybox .baoming .box {
    padding: 0 5px;
}
	.nybox .n_left {
		display: none;
	}

	.nybox .n_right {
		float: right;
		width: 100%;
		padding-top: 0px;
		padding-left: 2%;
	}

	.nybox .n_right .con {
		margin-top: 10px;
		font-size: 12px;
		line-height: 25px;
	}

	.nybox .baoming {
		width: 100%;
		margin: 0 auto;
	}

	.nybox .baoming .input label  {margin-right: 15px; float: left;  width: calc((100% - 15px*2)/2);}
    .nybox .baoming .input label:nth-child(2){margin-right: 0px;}
	.nybox .baoming .w33 {width: 100%;	}
	
	.newsPage .item.hasimg {padding:0px; }
	.newsPage .item {height: auto; margin-bottom: 25px;    padding: 0 30px;	}
	.newsPage .item.hasimg img {position: relative;}
	.newsPage .item .img {float: none; width: 100%; height: auto;max-height: 200px;display: block;overflow: hidden;transition: all .5s;}
	.newsPage .item h3 {font-size: 16px;padding: 0;overflow: inherit; padding: 0 2%; margin: 10px 0;transition: all .5s;}
	.newsPage .item .txt {height: auto;padding: 0 2%;}
	.newsPage .item .dec {padding: 10px 2%;	}
	
	.pga a {  margin: 3px;}
	
	.newsshow .article_info span {padding: 5px 0;display: block;}
	.newsshow .article {padding: 2%;line-height: 25px;}
	.chaxun {display: inline;}
	.cx_down {float: none;margin-right: 0px;margin-bottom: 15px;width: 100%;}
	
	.zuopin {min-height: auto;margin-top: 30px;}
	.zuopin li {float: left;width: 100%;margin-right: 0px;}
	
	.zpshow {display: inline;}
	.zpshow img{width: 100%;}
	.zpshow .con {padding: 2%;line-height: 25px;font-size: 14px;}
	.nybox .n_right1 {float: inherit;width: 100%;padding-top: 0px;}
	.articleli li a{width: 75%; display: block; white-space: nowrap;   overflow: hidden;   text-overflow: ellipsis;}
	footer {padding: 20px;height: auto;}
}