﻿* {
	padding: 0px;
	margin: 0px;
	font-family: "Microsoft Yahei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

img {
	border: none;
	vertical-align: inherit;
}

table,
td {
	border-collapse: collapse;
}

body {
	background-color: #F9f9f9;
}

i {
	display: none !important;
}

.w1100c {
	width: 1100px;
	margin: 0 auto
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix,
.ch-list li {
	zoom: 1;
}

.clearfix:after,
.ch-list li::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header {
	width: 100%;
	height: 400px;
	position: relative;
}

.header a {
	display: block;
	position: absolute;
}

.header img {
	width: 100%;
	height: 100%;
}

.header>.logo {
	display: block;
	width: 300px;
	position: absolute;
	left: 340px;
	top: 5px;
}

.header>.text {
	width: 800px;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
}

.content {
	width: 1200px;
	margin: 20px auto;
}

.cc-box {
	padding: 15px;
	background-color: #FFFFFF;
}

.top-text {
	background-color: #FFFFFF;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.top-text h1 {
	font-size: 25px;
	line-height: 35px;
}

.top-text h2 {
	font-size: 18px;
	line-height: 36px;
}

.content-line {
	margin-bottom: 10px;
}

.con-top {
	background-color: #FFFFFF;
	padding: 0 10px;
}

.con-hd,
.con-list-hd {
	background: url(../img/line.png) left bottom repeat-x;
	border-bottom: #e7e7e7 solid 1px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

.con-hd h3,
.con-list-hd h3 {
	background-color: #2b76d8;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 10px;
	/* border-left: #2b76d8 solid 5px; */
	/* padding-left: 15px; */
}

.con-bd {
	padding: 15px 10px;
}

.con-bd li {
	border-bottom: #E3E3E3 dashed 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.con-bd li a,
.con-bd li span {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}

.con-bd li a {
	color: #333333;
}

.top-text h1 a:hover,
.con-bd li a:hover {
	color: #2b76d8;
}

.con-bd li span {
	color: #999999;
}

.con-bd li {
	margin-bottom: 10px;
}

.con-bd li:last-child {
	margin-bottom: 0px;
}

.con-wrap {
	background-color: #FFFFFF;
	padding: 10px;
}

.con-list-bd li {
	float: left;
	padding: 10px;
	position: relative;
	width: 25%;
}

.con-list-bd li a {
	border: #9e9e9e solid 1px;
	border-radius: 5px;
	display: block;
	height: 60px;
	color: #333333;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.con-list-bd li a:hover {
	background-color: #2b76d8;
	color: #FFFFFF;
}


.footer {
	width: 100%;
	line-height: 75px;
	background: #2b76d8;
	text-align: center;
}

.footer-box {
	display: inline-block;
}

.footer-box * {
	color: #FFFFFF;
	font-size: 16px;
}

.path {
	border-bottom: 1px solid #E7E7E7;
}

.path>div {
	font-size: 16px;
	padding: 15px;
}


.ch-list,
.article {
	padding: 15px;
}

.ch-list li {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}

.ch-list li a {
	float: left;
	width: 800px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-list li span {
	float: right;
}

.page {
	background-color: #FFFFFF;
	font-size: 0;
	text-align: center;
	padding: 25px 0;
	clear: both;
	line-height: 34px;
}

.page a,
.page span {
	font-size: 14px;
	display: inline-block;
	zoom: 1;
	border: 1px solid #E1E1E1;
	padding: 0 15px;
	margin: 0 5px 5px 0;
}

.page .current {
	background: #2b76d8;
	border: 1px solid #2b76d8;
	color: #fff !important;
	font-weight: bold;
	padding: 0 12px;
}

.page select {
	padding: 8px 4px;
	margin: 0 4px;
	background: #fff;
	border: 0 solid #E1E1E1;
	vertical-align: middle;
}

.article .title,
.article .document-no {
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.article .title {
	font-size: 25px;
}

.article .document-no {
	font-size: 20px;
}

.article .info {
	text-align: center;
	margin-bottom: 20px;
}

.article .info .tsh {
	display: inline-block;
}

.article .info .tsh li {
	color: #999999;
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin-right: 25px;
}

.article .info .tsh li:last-child {
	margin-right: 0px;
}

.article .info .fs a {
	color: #999999;
	margin-right: 10px;
}

.article .info .fs a:last-child {
	margin-right: 0px;
}

.article .text {
	margin-bottom: 20px;
}

.print {
	text-align: right;
}

.print>div {
	display: inline-block;
	font-size: 14px;
}

.print a:first-child {
	margin-right: 20px;
}

@media screen and (max-width: 960px) {
	.header {
		height: auto;
	}

	.header>.logo {
		width: 120px;
		top: 5px;
		left: 5px;
	}

	.header>.text {
		top: 50px;
		width: 100%;
		text-align: center;
	}

	.header>.text img {
		width: 80%;
	}

	.con-hd h3,
	.con-list-hd h3 {
		display: block;
		text-align: center;
	}

	.con-list-bd li {
		width: 100%;
	}

	.con-bd li i {
		top: 25%;
	}

	.pn {
		display: none !important;
	}

	.w1100c {
		width: 100%;
	}

	.content,
	.footer {
		width: 100%;
		padding: 10px;
	}
.footer {
		 line-height: 25px;
	}
   
	.footer-box span {
		display: block;

	}

	.path>div {
		padding: 10px 5px;
	}

	.ch-list,
	.article {
		padding: 10px;
	}

	.ch-list li {
		height: auto;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.ch-list li a,
	.ch-list li span {
		width: 100%;
		display: block;
		text-align: left;
	}
}

.chdinfo {
    display: inline-block;
    width: 49%;
    margin-top: 10px;
    background: #2B76D8;
}

.con-list-bd li .chdinfo a{
	padding: 10px;
    height: auto;
    line-height: 15px;
    color: #fff;
    border: none
}