﻿
/* CSS Document */
/********************************************************************* global ***********************************************/
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", Arial, Helvetica;
	font-size: 12px;
}
ul, ol, li {
	list-style-type: none;
}
a, a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.more {
	font-family: "微软雅黑", Arial, Helvetica;
	font-size: 12px;
}
/********************************************************************* title ***********************************************/

/* CSS Document */

body {
	color: #333;
	background: #fff;
}
a {
	outline: none; /* for Forefox */
}
a:link, a:visited {
	
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #de3237;
	text-decoration: none
}
.wrap {
	width: 1004px;
	margin: 0 auto;
}
/**top**/
.top {
	width: 1004px;
	background: #f7f7f7;
	border-bottom: 1px solid #dad9d7;
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
}
/**header**/
.header {
	width: 100%;
	height: 100px;
	padding: 0px 0;
}
.header_box {
	padding: 25px 20px 5px;
	background: #FFF url(logo.jpg) no-repeat top left;
	background-size: 1004px 145px;
	height: 114px
}
.nav {
	width: 1004px;
	border: 1px solid #333399;
	border-left: 0;
	border-right: 0;
	height: 32px;
	line-height: 32px;
	background: #0066CC;
	margin: 0 auto;
}
.nav_left {
	float: left;
}
.nav_left li {
	float: left;
	margin-right: 5px;
}
.nav_left li a:link, .nav_left li a:visited {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	line-height: 32px;
	text-decoration: none;
	display: block;
}
.nav_left li a:hover {
	background: #333399;
}
.nav_left li span {
	float: right;
	color: #333399;
}
.nav_right {
	float: right
}
.nav_right li {
	float: left;
	padding-left: 10px;
}
.nav_right li a:link, .nav_right li a:visited {
	padding-right: 10px;
	color: #F6E5B7;
	text-decoration: none
}
.nav_right li a:hover {
	color: #fff;
	text-decoration: none
}
.nav_right li span {
	float: right;
	color: #ff6666;
}
.search {
	margin: 0;
	height: 20px;
	float: right;
	padding-top: 0px;
	padding-right: 1px;
}
.lain1_box {
	clear: both;
	width: 190px;
	padding: 2px;
	line-height: 24px;
}
.sertxt {
	border: 1px solid #191970;
	width: 124px;
	height: 20px;
	padding-left: 5px;
}
.serbtn {
	width: 57px;
	height: 24px;
	;
	background: url(btn_bg.png) no-repeat top left;
	border: none solid #191970;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: bold
}

.jqzoom {
	text-decoration: none;
	float: left;
}
/********************************************************************* main content ***********************************************/

.entry {
	width: 1004px;
	height: 62px;
	background: url(entry.png);
}
.entry ul {
*clear:both;
}
.entry ul li {
	float: left;
	margin-top: 10px;
	color: #4f4f4f;
}
.entry ul li a {
	color: #4f4f4f;
}
.entry ul li a:hover {
	text-decoration: none;
	color: #333399;
}
.entry .news {
	width: 160px;
	height: 62px;
	float: left;
	margin-left: 70px;
	_margin-left: 35px;
}
.entry .comment {
	width: 160px;
	height: 62px;
	float: left;
	margin-left: 85px;
	_margin-left: 82px;
}
.entry .date {
	width: 160px;
	height: 62px;
	float: left;
	margin-left: 70px;
	_margin-left: 65px;
}
.entry .industry {
	width: 160px;
	height: 62px;
	float: left;
	margin-left: 70px;
	_margin-left: 70px;
}
.content {
	width: 1004px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.content_left {
	width: 664px;
	float: left;
	margin-top: 10px;
	height: 585px;
	margin-left: 2px;
}
.content_right {
	width: 335px;
	float: right;
	height: 585px;
	margin-right: 2px;
}
/*fader就是banner*/
#fader {
	position: relative;
	overflow: hidden;
	height: 242px;
	width: 372px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#fader li {
	position: absolute;
	left: 0;
	top: 0;
}
#fader li img {
	display: block;
}
.fader-nav {
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	padding: 2px 6px;
	border: 1px solid #fff;
	background: #ababab;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.fader-cur-nav {
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	padding: 2px 6px;
	background: #333399;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
/*公用的的标题*/
.left_top_zuo h1 {
	width: 242px;
	height: 33px;
	line-height: 34px;
	background: url(title.png);
	font-size: 14px;
	color: #333399;
	padding-left: 30px;
}
.left_top_zuo .intro {
	width: 270px;
	height: 113px;
	padding-top: 10px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none;
}
.left_top_zuo .intro img {
	display: block;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
}
.left_top_zuo .intro h2 {
	width: 212px;
	float: right;
	font-size: 12px;
}
.left_top_zuo .intro h2 a {
	color: #4d4d4d;
}
.left_top_zuo .intro h2 a:hover {
	color: #333399;
	text-decoration: none;
}
.left_top_zuo .intro p {
	width: 202px;
	padding-right: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	float: right;
	text-indent: 2em;
	margin-top: 10px;
	line-height: 18px;
	color: #696969;
}
.left_top_zuo .intro p a {
	color: #333399;
}
.left_top_zuo .intro p a:hover {
	color: #333399;
	text-decoration: none;
}
/*station*/
.station {
	width: 662px;
	margin-top: 0px;
}
.station h1 {
	width: 660px;
	height: 33px;
	background: url(title652.png);
	color: #333399;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none
}
.station h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	margin-left: 30px;
	float: left;
}
.station h1 a {
	display: block;
	float: right;
	margin-right: 10px;
	color: #333399;
	margin-top: 10px;
}
.station h1 a:hover {
	text-decoration: none;
}
.station .list {
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 660px;
	height: 300px;
}
.station .list ul {
}
.station .list ul li {
	width: 660px;
	float: left;
	margin-top: 10px;
}
.station .list ul li img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px; 
	_margin-left: 5px;
}
.station .list ul li a {
	display: block;
	float: left;
	margin-left: 5px;
	color: #696969;
}
.station .list ul li a:hover {
	color: #333399;
	text-decoration: none;
}
/*map*/
.map {
	width: 662px;
}
.map h1 {
	width: 661px;
	height: 33px;
	background: url(title_none.png);
	color: #333399;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-left: none;
	border-bottom: none
}
.map h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	margin-left: 180px;
	float: left;
}
.map .station_map {
	border: 1px solid #dfdfdf;
	height: 308px;
	width: 660px;
}
/*news*/
.news {
	width: 662px;
	margin-top: 10px;
}
.news h1 {
	width: 660px;
	height: 33px;
	background: url(title652.png);
	color: #333399;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-bottom: none
}
.news h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	margin-left: 30px;
	float: left;
}
.news h1 a {
	display: block;
	float: right;
	margin-right: 10px;
	color: #333399;
	margin-top: 10px;
}
.news h1 a:hover {
	text-decoration: none;
}
.news .list {
	border: 1px solid #dfdfdf;
	border-top: none;
	height: 250px;
	width: 660px;
}
.news .list ul {
	padding-top: 0px;
}
.news .list ul .li {
	width: 660px;
	height: 52px;
	margin-top: 10px;
}
.news .list ul li {
	width: 660px;
	float: left;
	margin-top: 10px;
}
.news .list ul li img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	margin-left: 5px;
}
.news .list ul li a {
	display: block;
	float: left;
	margin-left: 5px;
	color: #696969;
}
.news .list ul li a:hover {
	color: #333399;
	text-decoration:none;
}
/*project*/
.project {
	width: 326px;
	margin-left: 7px;
	margin-top: 10px;
}
.project h1 {
	width: 297px;
	height: 33px;
	line-height: 34px;
	background: url(title.png);
	font-size: 14px;
	color: #333399;
	padding-left: 30px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-left: none;
	border-bottom: none
}
.project h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	float: left;
}
.project h1 a {
	display: block;
	float: right;
	margin-right: 10px;
	color: #333399;
}
.project h1 a:hover {
	text-decoration: none;
}
.project .list {
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 326px;
	height: 250px;
}
.project .list ul li {
	width: 326px;
	float: left;
	margin-top: 10px;
}
.project .list ul li img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	_margin-left: 5px;
}
.project .list ul li a {
	display: block;
	float: left;
	margin-left: 5px;
	color: #696969;
}
.project .list ul li a:hover {
	color: #333399;
	text-decoration: none;
}
/*notice*/
.notice {
	width: 326px;
	margin-top: 10px;
	margin-left: 7px;
}
.notice h1 {
	width: 297px;
	height: 33px;
	line-height: 34px;
	background: url(title.png);
	font-size: 14px;
	color: #333399;
	padding-left: 30px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-left: none;
	border-bottom: none
}
.notice h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	float: left;
}
.notice h1 a {
	display: block;
	float: right;
	margin-right: 10px;
	color: #333399;
}
.notice h1 a:hover {
	text-decoration: none;
}
.notice .list {
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 326px;
	height: 250px;
	overflow: hidden;
}
.notice .list ul {
}
.notice .list ul li {
	width: 326px;
	float: left;
	margin-top: 10px;
}
.notice .list ul li img {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
	_margin-left: 5px;
}
.notice .list ul li a {
	display: block;
	float: left;
	margin-left: 5px;
	color: #696969;
}
.notice .list ul li a:hover {
	color: #333399;
	text-decoration: none;
}
/*resource*/
.resource {
	width: 326px;
	margin-top: 10px;
	margin-left: 7px;
}
.resource h1 {
	width: 297px;
	height: 33px;
	line-height: 34px;
	background: url(title.png);
	font-size: 14px;
	color: #333399;
	padding-left: 30px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-left: none;
	border-bottom: none
}
.resource h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	float: left;
}
.resource h1 a {
	display: block;
	float: right;
	margin-right: 10px;
	color: #333399;
}
.resource h1 a:hover {
	text-decoration: none;
}
.resource .list {
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 326px;
	height: 300px;
}
.resource .list ul {
}
.resource .list ul li {
	width: 326px;
	height:17px;
	float: left;
	margin-top: 8px;
}
.resource .list ul li img {
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 2px;
	margin-left: 5px;
}
.resource .list ul li a {
	display: block;
	float: left;
	margin-left: 5px;
	color: #696969;
}
.resource .list ul li a:hover {
	color: #333399;
	text-decoration: none;
}
/*links*/
.link {
	width: 1004px;
	height: 140px;
	margin-top: 4px;
	padding-bottom: 20px;
}
.link h1 {
	width: 994px;
	height: 30px;
	background: url(link.png);
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	padding-left: 10px;
}
.link table {
	width: 1002px;
	height: 50px;
	border: 1px solid #dfdfdf;
	border-top: none;
}
.link table li {
	float: left;
	padding: 10px 10px 0 10px;
}
.link table li a {
	color: #696969;
}
.link table li a:hover {
	color: #333399;
	text-decoration: none;
}
/********************************************************************* footer ***********************************************/

.footer {
	width: 1004px;
	height: 60px;
	border-top: 1px solid #dfdfdf;
	margin: 0 auto;
	font-family: Arial;
}
.footer ul {
	padding-top: 0px;
	color: #696969;
}
.footer ul .li_left {
	text-align: left;
	line-height: 200%;
}
.footer ul .li_right {
	text-align: right;
}
.footer ul li {
	width: 502px;
	float: left;
	margin-top: 5px;
}
.footer ul li a {
	color: #696969;
}
.footer ul li a:hover {
	text-decoration: none;
}
.footer ul li span a {
	color: #414141;
	font-weight: bold;
}
.footer ul li span a:hover {
	text-decoration: none;
}
/********************************************************************* template ***********************************************/
/*menu*/
.left_menu {
	width: 232px;
	float: left;
	margin-top: 10px;
	height: 680px;
}
.menu {
	width: 232px;
	margin-top: 0px;
}
.menu h1 {
	width: 191px;
	height: 33px;
	line-height: 34px;
	background: url(menu_bg.gif);
	background-size: 105% 105%;
	font-size: 14px;
	color: #333399;
	padding-left: 40px;
	border: 1px solid #dfdfdf;
	border-top: none;
	border-left: none;
	border-bottom: none
}
.menu h1 span {
	display: blick;
	height: 33px;
	line-height: 34px;
	float: left;
}
.menu .list {
	border: 1px solid #dfdfdf;
	border-top: none;
	width: 230px;
	height: 610px;
}
.menu .list ul {
}
.menu .list ul li {
	width: 200px;
	height: 30;
	float: left;
	margin-top: 0px;
	background: url(menu_item.jpg);
	background-size: 105% 105%;
	padding-left: 30px;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	border-left: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
}
.menu .list ul li a {
	display: block;
	float: left;
	margin-left: 5px;
	color: #fff
}
.menu .list ul li a:hover {
	color: #333399;
	text-decoration: none;
}
.template_right {
	width: 762px;
	float: right;
}
/********************************************************************* map ***********************************************/
.map_title {
	padding: 0px 20px 5px;
	background: #FFF url(map_title.gif) no-repeat top left;
	background-size: 100% 100%
}
.map_title td {
	font-size: 14px;
	font-weight: bold;
	color: #e5f6fc;
	text-decoration: none;
}
.map_item {
	padding: 0px 40px 0px;
}
.map_item a {
	padding-left: 14px;
	font-size: 14px;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
}
.bill_news_title {
	font-size: 14px;
	font-family: 微软雅黑;
	text-align: center;
	color: #0066cc;
	POSITION: absolute; 
	width:100%;
	TOP: 5px;
	LEFT: 0px;
	text-align:center;
}

.bill_news_detail {
	line-height: 150%;
	color:#000000;
}
#twoContainer{
	margin:10px 0 0 0;
	background-color:#f3f3f3;
	padding:5px 5px 10px 5px;
}
.twoContentHeader{
	background:url(2-ContentHeaderbg.jpg) no-repeat left top;
	height:32px;
}
.twoTitle{
	display:block;
	margin:0;
	font:15px "宋体";
	color:#0568c5;
	font-weight:bold;
	padding-top:9px;
	padding-left:30px;
	float:left;
}
.twoPosition{
	display:block;
	margin:0;
	padding-right:10px;
	text-align:right;
	padding-top:7px;
	color:#90171a;
	float:right;
}
.twoPosition a{
	color:#90171a;
}
.twoPosition a:hover, .twoPosition a:active{
	color:#90171a;
}

.twoContent{
	border:1px solid #ccc;
	border-top:0;
	background-color:#fff;
}
.twoLeft{
	margin:0;
	padding:20px;
	width:470px;
}
.twoLeftContent{
	border-bottom:1px dashed #ccc;
	margin-bottom:15px;
	clear:both;
}
.twoLeftContent img{
	border:1px solid #ccc;
	float:left;
}
.twoLeftContent h3{
	margin:0;
	padding-left:130px;
}
.twoLeftContent h3 a{
	color:#000;
}
.twoLeftContent p a{
	color:#6c6c6c;
}
.twoLeftContent h3 a:hover, .twoLeftContent h3 a:active,
.twoLeftContent p a:hover, .twoLeftContent p a:active{
	color:#90171a;
}
.twoLeftContent p{
	margin:0;
	padding:30px 0 0px 130px;
	margin-bottom:20px;
	color:#6c6c6c;
}

.twoLeftContentLast img{
	border:1px solid #ccc;
	float:left;
}
.twoLeftContentLast h3{
	margin:0;
	padding-left:130px;
}
.twoLeftContentLast h3 a{
	color:#000;
}
.twoLeftContentLast p a{
	color:#6c6c6c;
}
.twoLeftContentLast h3 a:hover, .twoLeftContentLast h3 a:active{
	color:#90171a;
}
.twoLeftContentLast p a:hover, .twoLeftContentLast p a:active{
	color:#90171a;
}
.twoLeftContentLast p{
	margin:0;
	padding:30px 0 0px 130px;
	margin-bottom:20px;
	color:#6c6c6c;
}

.twoRight{
	margin:2px;
	padding:18px;
	border-left:1px solid #ccc;
}
.twoRightContent{
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}
.twoRightContent ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:14px;
	margin-bottom:16px;
	padding-left:10px;
}
.twoRightContent ul li{
	height:26px;
	background:url(square-blue.jpg) no-repeat 1px 7px;
	padding-left:12px;
}
.twoRightContent ul li a{
	color:#000;
}
.twoRightContent ul li a:hover, .twoRightContent ul li a:active{
	color:#90171a;
}
.twoRightContent ul li span{
	color:#6c6c6c;
	text-align:right;
	display:inline-block;
	padding-right:0;
}

.twoRightContent#rightlast{
	border:0;
}
.threeContentHeader{
	margin:10px 0 0 0;
	padding:10px;
	border-top:1px solid #e3e3e3;
	overflow:hidden;
	_height:1%;
	_overflow:visible;
}
.threeContentHeader h2{
	margin:0;
	padding:0 15px;
	color:#0568c5;
	background:url(css/3-j.gif) no-repeat left center;
	border-right:1px solid #e3e3e3;
	float:left;
	font-size:15px;
	display:inline;
}
.threeContentHeader p{
	margin:0;
	padding:0 0 0 15px;
	color:#6c6c6c;
	float:left;
}
.threeContentHeader p a{
	color:#6c6c6c;
}
.threeContentHeader p a:hover, .threeContentHeader p a:active{
	color:#901819;
}

.threeContentLeft{
	width:707px;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	margin:0;
	padding:25px;
	overflow:hidden;
}
.threeContentLeft .article_content{
	font-size:14px;
}
.threeContentLeft h2{
	border-bottom:1px solid #ddd;
	padding:5px 0;
	color:#1f376d;
	font-size:18px;
	margin:0;
	text-align:center;
}
.threeContentLeft p{
}
.threeContentLeft .time{
	margin:5px 0;
	color:#999;
	text-align:center;
	margin-bottom:20px;
}
.threeContentLeft .tu{
	margin-left:150px;
}

.threeContentLeft .time a{
	color:#6c6c6c;
}
.threeContentLeft .time a:hover, .threeContentLeft .time a:active{
	color:#901819;
}
.threeContentLeft img{
	margin:5px;
}
.threeContentLeft .artical{
	text-align:left;
	margin:10px 0;
	text-indent:2em;
	font-size:13px;
	line-height:23px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}
.threeContentLeft .xiangguan{
	border-top:1px dashed #ccc;
	margin-top:20px;
	padding-top:20px;
	text-align:left;
}
.threeContentLeft .xiangguan h3{
	font-size:13px;
	margin:0;
}
.threeContentLeft .xiangguan ul{
	list-style-type:none;
	margin:5px;
	padding:0;
}
.threeContentLeft .xiangguan ul li{
	background:url(square-blue.jpg) no-repeat left 7px;
	height:21px;
	padding-left:10px;
	font-size:13px;
}
.threeContentLeft .xiangguan ul li a{
	color:#000;
}
.threeContentLeft .xiangguan ul li a:hover, .threeContentLeft .xiangguan ul li a:active{
	color:#901819;
}

.threeContentRight{
	margin:0 0 0 9px;
	padding:0;
}
.threeTuijianHeader{
	background:url(threeTuijianHeader.jpg) no-repeat left top;
	height:30px;
	position:relative;
}
.threeTuijianHeader h3{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:30px;
	font-size:14px;
	color:#0568c5;
	width:150px;
	float:left;
	display:inline;
}
.threeTuijianHeader p{
	margin:0;
	padding:5px 10px 0 0;
	text-align:right;
	color:#901819;
	position:absolute;
	top:0px;
	right:20px;
}
.threeTuijianHeader p a{
	color:#901819;
}
.threeTuijianContent{
	margin:0;
	padding:10px;
	border:1px solid #ccc;
	border-top:0;
}
.threeTuijianPic{
	text-align:center;
}
.threeTuijianPic img{
	border:1px solid #ccc;
}
.threeTuijianPic a:{
	color:#1f376d;
}
.threeTuijianPic a:hover, .threeTuijianPic a:active{
	color:#901819;
}
.threeTuijianContent ul{
	list-style-type:none;
	margin:0;
	padding:10px 0 0 10px;
}
.threeTuijianContent ul li{
	height:20px;
	background:url(square-blue.jpg) no-repeat left 6px;
	padding-left:7px;
}
.threeTuijianContent ul li a{
	color:#6c6c6c;
}
.threeTuijianContent ul li a:hover, .threeTuijianContent ul li a:active{
	color:#901819;
}

.threeXinzhiHeader{
	background:url(threeTuijianHeader.jpg) no-repeat left top;
	height:30px;
	margin-top:10px;
	position:relative;
}
.threeXinzhiHeader h3{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:30px;
	font-size:14px;
	color:#0568c5;
	width:150px;
	float:left;
	display:inline;
}
.threeXinzhiHeader p{
	margin:0;
	padding:5px 10px 0 0;
	text-align:right;
	color:#901819;
	position:absolute;
	top:0px;
	right:20px;
}
.threeXinzhiHeader p a{
	color:#901819;
}


.threeContentHeader{
	margin:10px 0 0 0;
	padding:10px;
	border-top:1px solid #e3e3e3;
	overflow:hidden;
	_height:1%;
	_overflow:visible;
}
.threeContentHeader h2{
	margin:0;
	padding:0 15px;
	color:#0568c5;
	background:url(css/3-j.gif) no-repeat left center;
	border-right:1px solid #e3e3e3;
	float:left;
	font-size:15px;
	display:inline;
}
.threeContentHeader p{
	margin:0;
	padding:0 0 0 15px;
	color:#6c6c6c;
	float:left;
}
.threeContentHeader p a{
	color:#6c6c6c;
}
.threeContentHeader p a:hover, .threeContentHeader p a:active{
	color:#901819;
}

.threeContentLeft{
	width:100%;
	box-sizing:border-box;
	border:1px solid #ccc;
	background-color:#f6f6f6;
	margin:0;
	padding:25px;
	overflow:hidden;
}
.threeContentLeft .article_content{
	font-size:14px;
}
.threeContentLeft h2{
	border-bottom:1px solid #ddd;
	padding:5px 0;
	color:#1f376d;
	font-size:18px;
	margin:0;
	text-align:center;
}
.threeContentLeft p{
}
.threeContentLeft .time{
	margin:5px 0;
	color:#999;
	text-align:center;
	margin-bottom:20px;
}
.threeContentLeft .tu{
	margin-left:150px;
}

.threeContentLeft .time a{
	color:#6c6c6c;
}
.threeContentLeft .time a:hover, .threeContentLeft .time a:active{
	color:#901819;
}
.threeContentLeft img{
	margin:5px;
	max-width: 600px;
}
.threeContentLeft .artical{
	text-align:left;
	margin:10px 0;
	text-indent:2em;
	font-size:13px;
	line-height:23px;
	padding-bottom:15px;
	border-bottom:1px dashed #ccc;
}
.threeContentLeft .xiangguan{
	border-top:1px dashed #ccc;
	margin-top:20px;
	padding-top:20px;
	text-align:left;
}
.threeContentLeft .xiangguan h3{
	font-size:13px;
	margin:0;
}
.threeContentLeft .xiangguan ul{
	list-style-type:none;
	margin:5px;
	padding:0;
}
.threeContentLeft .xiangguan ul li{
	background:url(square-blue.jpg) no-repeat left 7px;
	height:21px;
	padding-left:10px;
	font-size:13px;
}
.threeContentLeft .xiangguan ul li a{
	color:#000;
}
.threeContentLeft .xiangguan ul li a:hover, .threeContentLeft .xiangguan ul li a:active{
	color:#901819;
}

.threeContentRight{
	margin:0 0 0 9px;
	padding:0;
}
.threeTuijianHeader{
	background:url(threeTuijianHeader.jpg) no-repeat left top;
	height:30px;
	position:relative;
}
.threeTuijianHeader h3{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:30px;
	font-size:14px;
	color:#0568c5;
	width:150px;
	float:left;
	display:inline;
}
.threeTuijianHeader p{
	margin:0;
	padding:5px 10px 0 0;
	text-align:right;
	color:#901819;
	position:absolute;
	top:0px;
	right:20px;
}
.threeTuijianHeader p a{
	color:#901819;
}
.threeTuijianContent{
	margin:0;
	padding:10px;
	border:1px solid #ccc;
	border-top:0;
}
.threeTuijianPic{
	text-align:center;
}
.threeTuijianPic img{
	border:1px solid #ccc;
}
.threeTuijianPic a:{
	color:#1f376d;
}
.threeTuijianPic a:hover, .threeTuijianPic a:active{
	color:#901819;
}
.threeTuijianContent ul{
	list-style-type:none;
	margin:0;
	padding:10px 0 0 10px;
}
.threeTuijianContent ul li{
	height:20px;
	background:url(square-blue.jpg) no-repeat left 6px;
	padding-left:7px;
}
.threeTuijianContent ul li a{
	color:#6c6c6c;
}
.threeTuijianContent ul li a:hover, .threeTuijianContent ul li a:active{
	color:#901819;
}

.threeXinzhiHeader{
	background:url(threeTuijianHeader.jpg) no-repeat left top;
	height:30px;
	margin-top:10px;
	position:relative;
}
.threeXinzhiHeader h3{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:30px;
	font-size:14px;
	color:#0568c5;
	width:150px;
	float:left;
	display:inline;
}
.threeXinzhiHeader p{
	margin:0;
	padding:5px 10px 0 0;
	text-align:right;
	color:#901819;
	position:absolute;
	top:0px;
	right:20px;
}
.threeXinzhiHeader p a{
	color:#901819;
}
.page{
	text-align: center;
}
.page *{
	font-size: 16px;
	display: inline-block;
	margin:0 5px;
}
.page a{
	font-size: 16px;
}
.lists .pagination{
	position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
}
.lists .pagination .page-num{
	width: 20px;
    display: inline-block;
    color: #fff;
}
.lists .pagination .page-num.active{}