@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
}

* {
	padding: 0;
	margin: 0
}

ul,
li {
	list-style: none;
}

img {
	border: None;
	margin: 0 auto;
}

body {
	font-size: 16px;
	background: #f2f2f2 url('4190.jpg') no-repeat;
	background-position: center 0px;
	font-family: "微软雅黑";
	line-height: 36px;
	color: #606060;
	text-align: center;
}

a {
	color: #606060;
	text-decoration: none;
}

a:hover {
	color: #2a70e8;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

#header {
	background: none !important;
}

.headerlogo {
	width: 1200px !important;
}

#wrap {
	margin: 0 auto;
}

#top {
	width: 1200px;
	height: 620px;
	margin: 0px auto;
	overflow: hidden;
}

#top .logo {
	padding-top: 140px;
	width: 100%;
	text-align: center;
	z-index: 1;
	animation: roll 2s forwards;
}

#top .logo img {
	width: 988px;
	height: auto;
}



@keyframes roll {
	from {
		transform: scale(3);
		opacity: 0;
	}

	80% {
		transform: scale(.8);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bigger {
	from {
		transform: scale(.98);
	}

	to {
		transform: scale(1);
	}
}

#content {
	width: 1200px;
	margin: 30px auto 0 auto;
	background: #fff;
	z-index: 10;
}

#bottom {
	line-height: 150%;
	padding: 20px;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-top: #333 0px solid;
	margin-top: 30px;
}


/*首页样式*/
.main_box {
	clear: both;
	margin: 30px auto 0px auto;
	overflow: hidden;
	padding: 15px;
	width: 1200px;
	background: #fff;
}

.tit {
	background: url('4188.png') top center no-repeat;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.tit span {
	display: block;
	font-size: 24px;
	padding: 4px 0 0 6px;
}

.tit2 {
	margin-bottom: 20px;
	background: url('4189.png') no-repeat;
	text-align: left;
	height: 38px;
	position: relative;
}

.tit2 span {
	float: left;
	width: 130px;
	padding: 4px 0 0 6px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}


.more {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #a1a1a1;
	font-weight: normal;
	text-align: center;
}

.more:hover {
	color: #a1a1a1;
}

.box_con dl {
	margin-bottom: 15px;
}

.box_con dt {
	font-size: 24px;
	color: #2a70e8;
	text-align: center;
	line-height: 150%;
	margin-bottom: 15px;
}

.box_con dd {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-indent: 2em;
}

.box_con dl a {
	color: #2a70e8;
}


.ul_list {
	overflow: hidden;
}

.ul_list li {
	background: url("4171.png") left center no-repeat;
	text-align: left;
	position: relative;
	line-height: 40px;
}

.ul_list li:hover {
	background: url("4172.png") left center no-repeat;
	color: #2a70e8;
}

.ul_list li a {
	display: block;
	display: block;
	padding-left: 20px;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ul_list li span {
	position: absolute;
	top: 0;
	right: 0px;
	right: 20px\9 !important;
}

.ul_list2 li {
	float: left;
	width: 48%;
	width: 50%\9;
}

.ul_list2 li:nth-child(2n) {
	float: right !important;
}

.morelink {
	clear: both;
	padding: 20px 0 5px 0;
}

.morelink a {
	display: block;
	width: 100px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	border: 1px #2a70e8 solid;
	border-radius: 20px;
}

.morelink a:hover {
	color: #2a70e8;
}

.wapmore {
	display: none;
}

.mt30 {
	margin-top: 30px;
}

.w580 {
	width: 580px;
}


.h276 {
	height: 276px;
	overflow: hidden;
}

.left_img {
	width: 580px;
}

.left_img img {
	width: 100%;
	height: auto;
}

.pc_list {
	overflow: hidden;
	padding: 10px 15px;
}

.pc_list li {
	padding: 7px 0 7px 20px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	position: relative;
	background: url("4171.png") left center no-repeat;
}

.pc_list li a {
	display: block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('#');
}

.pc_list li b {
	background: #2a70e8;
	padding: 0 15px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	display: none;
}

.pc_list span {
	position: absolute;
	top: 6px;
	right: 0;
}

.pc_list li:hover {
	background: url("4172.png") left center no-repeat;
	color: #2a70e8;
}

.aqzs_list li {
	padding: 3px 0;
	border-bottom: 1px #ddd solid;
}

.wjfg_box {
	padding: 0 15px;
	overflow: hidden;
}

.wjfg_box dl {
	padding: 15px 0;
	border-top: 1px #9ec482 solid;
}

.wjfg_box dl:first-child {
	border: none;
}

.wjfg_box dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wjfg_box dd {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.wjfg_box dd a {
	color: #2a70e8;
}

.aqzs_box {
	overflow: hidden;
}

.aqzs_box ul li {
	cursor: pointer;
	float: left;
	display: inline;
	margin-bottom: 15px;
	margin-right: 10px;
	width: 190px;
	height: 170px;
	overflow: hidden;
}

.aqzs_box ul li:first-child+li+li,
.aqzs_box ul li:first-child+li+li+li+li+li {
	margin-right: 0px;
}

.aqzs_box ul li a {
	padding: 0;
	margin: 0;
	border: 0;
}

.aqzs_box ul li img {
	width: 100%;
	height: 130px;
}

.aqzs_box ul li p {
	/*display:none;*/
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*二级列表页样式*/
.loc {
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	padding: 10px;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px #eee solid;
}

.loc a {
	font-size: 14px;
	color: #333;
}

.loc a:hover {
	color: #333;
}

#listmain {
	min-height: 300px;
	margin: auto;
	padding: 20px 10px;
}

.alist {
	padding: 0;
}

.alist .article {
	width: 98%;
	text-align: left;
	margin: 0 auto;
}

.alist tr td {
	vertical-align: top;
	padding: 6px 0;
	line-height: 24px;
	font-size: 16px;
}

.alist .arlisttd a {
	background: url("4171.png") left 7px no-repeat;
	padding-left: 15px;
	line-height: 24px;
}

.alist .arlisttd a:hover {
	background: url("4172.png") left 7px no-repeat;
}

.alist td.ardot {
	display: none;
	width: 15px;
}

.alist .timedefault {
	font-size: 14px;
	color: #555;
	width: 100px;
	text-align: right;
}

.alist .listline {
	background: none;
	border: none;
}

.alist .arlisttd a span {
	background: #2a70e8;
	padding: 0 15px;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

/*文章页样式*/
#artmain {
	padding: 0 30px;
	margin: 0 auto;
	background: #fff;
}

#artmain .mtitle {
	font-size: 22px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 22px;
	line-height: 150%;
	padding-top: 25px;
}

#artmain .source {
	font-family: "宋体";
	font-size: 12px;
	padding: 10px 0;
	color: #555;
	border-bottom: 1px #ddd dotted;
}

#zoom {
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	padding: 30px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#zoom a {
	color: #000;
	text-decoration: underline
}

#zoom table {
	margin: auto;
}

#zoom p {
	margin: 0;
	padding: 5px 0;
	border: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#zoom img {
	max-width: 750px;
	_width: expression(document.body.clientWidth > 750 ? "750px" : "auto");
	margin: 5px auto 0px auto;
	text-align: center;
}

/*自适样式*/
@media screen and (max-device-width:1024px) {
	body {
		background-size: 100%;
	}

	#top {
		width: 100%;
		height: auto;
	}

	#top .logo {
		padding: 55px 0 130px 0;
	}

	#top .logo img {
		width: 80%;
		max-width: 700px;
	}


	#content {
		width: 98%;
	}

	.main_box {
		width: 95%;
		max-width: 580px;
		margin-top: 20px;
		padding: 20px 1.5%;
	}

	.box_con {
		margin-top: 10px;
	}

	.box_con dt {
		font-size: 1.8rem;
	}

	.fl,
	.fr {
		float: none;
	}

	.w580,
	.left_img {
		width: 100%;
	}

	.w580 {
		margin-top: 10px;
	}

	.h276 {
		height: auto;
	}

	.ul_list2 li {
		float: none;
		width: 100%;
	}

	.ul_list2 li:nth-child(2n) {
		float: none !important;
	}

	.loc {
		width: auto;
		padding: 1rem;
	}

	#zoom {
		padding: 1rem 0;
	}

	#zoom img {
		max-width: 95%;
		margin: 5px auto 0px auto;
		text-align: center;
	}

	#zoom table {
		width: 100%;
	}

	.loc {
		width: auto;
		padding: 1rem;
	}

	.alist .arlisttd {
		line-height: normal;
	}

	.sjsm {
		display: none;
	}

	.wjfg_box {
		width: auto;
		margin: auto;
	}

	.wjfg_box dt {
		white-space: normal;
	}

	.aqzs_box ul li {
		margin-right: 3.5%;
		width: 30%;
		height: auto;
	}

	.aqzs_box ul li:nth-child(3n) {
		margin-right: 0;
	}

}

@media screen and (max-device-width:980px) {
	#top .logo {
		padding: 55px 0 100px 0;
	}
}

@media screen and (max-device-width:860px) {
	#top .logo {
		padding: 40px 0 70px 0;
	}
}

@media screen and (max-device-width:823px) {}

@media screen and (max-device-width:768px) {
	body {
		background-size: 120%;
	}

}

@media screen and (max-device-width:736px) {}

@media screen and (max-device-width:667px) {
	#top .logo {
		padding: 30px 0 70px 0;
	}
}

@media screen and (max-device-width:568px) {
	#top .logo {
		padding: 20px 0 50px 0;
	}

	#top .logo img {
		width: 90%;
	}

	.wjfg_box {
		width: 90%;
		padding: 10px 3%;
		height: auto;
	}

	.aqzs_box ul li img {
		height: 110px;
	}
}

@media screen and (max-device-width:414px) {
	body {
		background-size: 150%;
		background-position: center 0px;
	}

	#top .logo {
		padding: 30px 0 50px 0;
	}

	#bottom span {
		display: block;
		padding-right: 20px;
	}

	.tit1 {
		background-size: 260%;
	}

	.ul_list li a,
	.pc_list li a {
		width: 90%;
	}

	.ul_list li span,
	.pc_list span {
		display: none
	}

	.box_con {
		padding: 10px;
	}

	.aqzs_box ul li {
		margin: 0 !important;
		width: 45%;
		padding: 0 2.5%;
		text-align: center;
	}

	.aqzs_box ul li img {
		height: 110px;
	}

	.aqzs_box ul li p {
		margin-bottom: 10px;
	}
}

@media screen and (max-device-width:375px) {
	#top .logo {
		padding: 20px 0 50px 0;
	}

	.tit1 {
		padding: 5px 0;
		line-height: 130%;
	}

}

@media screen and (max-device-width:320px) {
	#top .logo {
		padding: 15px 0 30px 0;
	}

}