/* CSS Document */

body {
	width: 100%;
	font: 14px/30px 'Microsoft YaHei';
	color: #333;
	background-color: #fff;
}

* {
	padding: 0;
	margin: 0;
}

.topsearch {
	margin-top: 50px;
	width: 280px;
	height: 40px;
	float: right;
}

.topsearch-left {
	width: 230px;
	float: left;
}

.topsearch-left input {
	height: 35px;
	line-height: 35px;
	border: 1px solid #0056b9;
	width: 230px;
	padding-left: 10px;
}

.topsearch-right {
	width: 50px;
	float: right;
}

.topsearch-right input {
	height: 35px;
	line-height: 35px;
	border: 1px solid #0056b9;
	background-color: #0056b9;
	width: 50px;
	color: #fff;
}

.navbg {
	background-color: #0056b9;
}

.nav {
	width: 1170px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;

}

.nav ul li {
	padding: 0px 20px;
	float: left;
}

.nav ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.news {
	height: 300px;
	width: 755px;
}

.news-title {
	width: 755px;
	height: 50px;
}

.news-title-left {
	font-size: 24px;
	color: #0056b9;
	font-weight: 600;
	width: 50%;
	float: left;
}

.news-title-right {
	width: 15%;
	font-size: 14px;
	color: #ddd;
	float: right;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 1px 5px;
	text-align: center;
}

.news-content {
	width: 755px;
}

.news-content-left {
	width: 350px;
	height: 280px;
	float: left;
}


.news-content-right {
	width: 390px;
	height: 280px;
	float: right;
}

.news-content-right ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #ddd;
}

.news-content-right ul li a {
	display: block;
	width: 70%;
	float: left;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-content-right ul li span {
	width: 20%;
	float: right;
	text-align: right;
	color: #999;
	font-size: 14px;
}

.notice {
	width: 360px;
	height: 200px;
	padding-left: 20px;
}

.notice-title {
	width: 360px;
	height: 50px;
}

.notice-title-left {
	font-size: 24px;
	color: #0056b9;
	font-weight: 600;
	width: 50%;
	float: left;
}

.notice-title-right {
	width: 25%;
	font-size: 14px;
	color: #ddd;
	float: right;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 1px 5px;
	text-align: center;
}

.notice-title-content {
	width: 360px;
	height: 150px;
}

.notice-content {
	padding: 10px;
}

.notice-content p {
	font-size: 16px;
	line-height: 36px;
	text-indent: 32px;
}


.openinfo {
	width: 360px;
	height: 120px;
	background-color: #0056b9;
	margin-left: 20px;
	margin-top: 10px;
}

.line20 {
	width: 100%;
	height: 20px;
}

.home-icon-left {
	background-color: #e6e6e6;
	height: 100px;
	line-height: 100px;
	width: 98%;
	display: flex;
}

.home-icon-left img {
	margin: 10px 0 0 10px;
	width: 74px;
	height: 74px;
}

.home-icon-left h3 {

	font-size: 30px;
	font-weight: bold;
	color: #0056b9;
	margin-left: 30px;
}

.home-icon-center {
	background-color: e6e6e6;
	height: 100px;
	line-height: 100px;
	display: flex;
	width: 98%;
	margin: 0 auto;
}

.home-icon-center img {
	margin: 10px 0 0 20px;
	width: 74px;
	height: 74px;
}

.home-icon-center h3 {

	font-size: 30px;
	font-weight: bold;
	color: #0056b9;
	margin-left: 50px;
}

.home-icon-right {
	background-color: e6e6e6;
	height: 100px;
	line-height: 100px;
	display: flex;
	width: 98%;
	float: right;
}

.home-icon-right img {
	margin: 10px 0 0 20px;
	width: 74px;
	height: 74px;
}

.home-icon-right h3 {

	font-size: 30px;
	font-weight: bold;
	color: #0056b9;
	margin-left: 30px;
}

/* 列表 */

.list-left {
	width: 94%;
	float: left;
}

.list-right {
	width: 94%;
	float: right;
}

.list-title {
	height: 40px;
	width: 100%;
}

.list-title-left {
	font-size: 24px;
	color: #0056b9;
	font-weight: 600;
	width: 50%;
	float: left;
}

.list-title-right {
	width: 20%;
	font-size: 14px;
	color: #ddd;
	float: right;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 1px 5px;
	text-align: center;
}

.list-content {
	width: 530px
}

.list-content ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #ddd;
}

.list-content ul li a {
	display: block;
	width: 80%;
	float: left;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-content ul li span {
	width: 15%;
	float: right;
	text-align: right;
	color: #999;
	font-size: 14px;
}

/* footer */

.footer {
	width: 1150px;
	margin: 0 auto;
}

.footer-top {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #fff;
}

.footer-top h5 {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.footer-top ul li {
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	float: left;
}

.footer-top ul li a {
	color: #fff;
	font-size: 18px;
}

.footer-bottom {
	height: 150px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.footer-bottom p {
	line-height: 40px;
	color: #fff;
	line-height: 40px;
}

.footer-bottom a {
	color: #fff;
}

.page-left {
	border: 1px solid #e6e6e6;
	width: 90%;
}

.page-left h3 {
	font-size: 22px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 100%;
	color: #0056b9;
	border-bottom: 1px solid #e6e6e6;
}

.page-left-nav {
	width: 90%;
	margin: 0 auto;

}

.page-left-nav ul li {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f5f5f5;
	margin-top: 10px;
}

.page-left-nav ul li a {
	color: #333;
}

.page-left-contact {
	width: 90%;
	margin: 0 auto;
}



.page-left-contact p {
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	margin-left: 10px;
}


.page-left-contact ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #ddd;
}

.page-left-contact ul li a {
	display: block;
	width: 90%;
	float: left;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-right-nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}

.page-right-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
}

.page-right-content {
	line-height: 35px;
	font-size: 16px;
}

.page-right-list {
	width: 100%;
}

.page-right-list ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #e6e6e6;
}

.page-right-list ul li a {
	display: block;
	width: 80%;
	float: left;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-right-list ul li span {
	width: 15%;
	float: right;
	text-align: right;
	color: #999;
	font-size: 14px;
}

.page {
	width: 710px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.page_l {
	width: 300px;
	float: left;
	text-align: center;
	font-size: 16px;
}

.page_r {
	width: 380px;
	text-align: center;
	float: right;
	font-size: 16px;
}

.page_r a {
	color: #000;
	margin: 0 3px;
}

.page_r a:hover {
	color: #f00;
	font-weight: bold;
}

.page-right-info {
	width: 90%;
	margin: 0 auto;
	display: flex;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	margin-bottom: 10px;
}

.page-right-info-time {
	width: 25%;
}

.page-right-info-copy {
	width: 25%;
}

.page-right-info-author {
	width: 25%;
}

.page-right-info-hits {
	width: 25%;
}