@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

img {
	border: none;
}

body {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background: #f1f7fe;
	font: 14px/180% Arial, Helvetica, "微软雅黑", sans-serif;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.header .logo img {
	display: block;
}

.navbar {
	background-color: #ebebeb;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 40px;
	margin-top: 10px;
}

.main {
	margin-top: 7px;
	overflow: hidden;
}

.main .container {
	background-color: #ebebeb;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px 0 10px 0;
}

.main .container>div {
	margin: 0 7px;
	overflow: hidden;
}

.focus ul li .title_bg {
	display: none;
}

.focus .dot_box {
	right: 480px !important;
	color: transparent;
}

.focus .dot_box span {
	width: 14px !important;
	height: 14px !important;
	line-height: 14px !important;
	border-radius: 10px;
	color: inherit !important;
	background-color: transparent !important;
	border: 2px solid white;
}

.focus .dot_box .selected {
	background-color: white !important;
}

.row2 {
	background-color: white;
	padding-bottom: 20px;
	margin-top: 0px !important;
}
.row2 .top{border-bottom: 3px solid #0991c5;}
.row_article {
	background-color: white;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 7px !important;
}

.row2_1 {
	float: left;
	width: 550px;
	margin-left: 10px;
	padding: 40px 0;
}

.row2_2 {
	float: left;
	width: 550px;
	margin-left: 10px;
	padding: 20px 0;
}

.row2_3 {
	float: left;
	width: 550px;
	margin-left: 10px;
	padding: 0px 0;
}

.row2_4 {
	float: left;
	width: 530px;
	margin-left: 10px;
	padding: 0px 0;
}

.top {
	padding-left: 15px;
	overflow: hidden;
}

.top .title {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	display: inline-block;
	--background-image: url(./image/title.png);
	background-position: left bottom;
	width: 300px;
	line-height: 50px;
	float: left;
}

.top .more {
	display: block;
	float: left;
	margin-top: 12px;
	color: #cfcfd0;
}

.top .more:hover {
	text-decoration: none;
}

.list {
	margin-top: 5px;
	min-height: 250px;
}

.list1 {
	margin-top: 5px;
	min-height: 650px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}

.list li {
	background-image: url(../files/image/green.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 38px;
	/* border-bottom: 1px solid #d2d2d2; */
	margin: 0 10px;
	line-height: 35px;
	
}

.list li a {
	color: #000000;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align:left;
}

.footer .container {
	text-align: center;
	padding: 10px 0;
}

.article_main {
	background-color: white;
	border: 1px solid #ccc;
}

.article_page .top {
	padding-left: 50px;
	overflow: hidden;
	color: #757576;
	padding-bottom: 7px;
}

.article_page .article_title {
	line-height: 60px;
	text-align: center;
}

.article_page .article_body {
	margin: 0 20px 20px 20px;
	text-align: justify;
}

.article_page .article_body img {
	max-width: 900px;
}

.paging {
	background-color: white;
	min-height: 300px;
}

.paging_top {
	background-image: url(../files/image/green.png);
	background-position: 15px center;
	height: 33px;
	line-height: 33px;
	padding-left: 48px;
}

.paging_list ul {
	margin-top: -10px;
}

.paging_list li {
	background-image: url(../files/image/green.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 38px;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 10px;
	line-height: 35px;
}

.paging_list li a {
	color: #000000;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.paging_bar {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 350px;
}

.paging_bar li {
	float: left;
	padding: 4px 8px;
}

