/*global settings*/
body {
	background: #FFFFFF;
}

.bg-color {
	background: #005BAC;
}

.w {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

a.more:link,
a.more:visited {
	cursor: pointer;
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 3px;
	right: 10px; 
	padding: 10px 0px 10px 0px;
	color: rgba(0,0,0,0.75);
	font-size: 14px;
}

a.more:hover {
	color: #005BAC;
}

/*===========list style===========*/
.textlist {
	width: 100%;
	padding: 7px 15px;
}

.textlist>li {
	height: 47px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 95px 0 16px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.textlist2>li {
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 95px 0 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -5px;
}

.textlist.small>li {
	font-size: 12px;
}

.textlist>li a:hover {
	text-decoration: none;
	color: #2379d0;
}

.textlist>li:before {
	content: "";
	display: block;
    width: 7px;
    height: 7px;
	background: #ddd;
	position: absolute;
	top: 18px;
	left: 3px;
}

.textlist>li>span {
	display: block;
	font-size: 16px;
	color: #bbb;
	position: absolute;
	top: 0;
	right: 2px;
}

.textlist>li>span.timing {
	color: #666;
}

.textlist>li>span.timing span {
	color: #fa6f2b;
}

.textlist.hideTime>li {
	padding-right: 0;
}

.textlist.hideTime>li span {
	display: none;
}

.textlist>li.topline {
	padding: 0 0 0 16px;
	padding-bottom: 5px;
}

.textlist>li.topline:before {
	display: none;
}

.textlist>li.topline a {
	display: block;
	font-size: 17px;
	font-weight: 800;
	font-style: normal;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textlist>li.topline span {
	display: none;
}


/*===========main===========*/
.public-row {
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}

.public-row .col1 {
	width: 100%;
	padding: 0 10px;
}

.public-row .col2 {
	width: 50%;
	padding: 0 10px;
	float: left;
}

.public-row .col3 {
	width: 33.3333%;
	padding: 0 10px;
	float: left;
}

.title1 {
	line-height: 38px;
	color: #004181;
	font-size: 16px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 12px;
	position: relative;
}

.title1 h2 {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #004181;
	padding: 0 10px;
	border-bottom: 2px solid #2680cc;
	margin-bottom: -1px;
}

.title2 {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #0b6cb8;
	position: relative;
	padding: 0 15px;
	margin-bottom: 12px;
}

.title2 h2 {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.title2 .more {
	background: url(../images/more.jpg) center center no-repeat !important;
	top: 8px !important;
	right: 10px !important;
}

.columnbox {
	position: relative;
}

/*������ѯ*/
.news {
	height: 200px;
	position: relative;
	padding-left: 255px;
}

.news .slider {
	width: 244px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
}

.news .slider img {
	display: block;
	width: 100%;
	height: 100%;
}

/*֪ͨ����*/
.notice {
	width: 340px;
	height: 209px;
}

.linktools {
	position: absolute;
	top: 10px;
	right: 0;
}

.linktools a {
	display: block;
}

.list-content {
	border: 1px solid #eee;
	padding: 0 10px;
}

.msbox>.title {
	line-height: 34px;
	border-bottom: 2px solid #2c6288;
	padding-left: 10px;
	position: relative;
}

.msbox>.title h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #004181;
	position: relative;
	padding-left: 8px;
}

.msbox>.title h3:before {
	content: "";
	display: block;
	width: 2px;
	background: #2c6288;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
}

.msbox>.content {
	height: 263px;
	padding: 10px 0;
}

.content-bord {
	height: 170px;
	border: 1px solid #eee;
	padding: 7px 10px;
	margin-top: -12px;
}


/* 二级页面 */
.subpage {
	position: relative;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 200px;
}

.subpage.no-sider {
	background: #fff;
	padding-left: 0;
}

.subpage.no-sider .siderBar {
	display: none;
}

.subpage.no-sider>.contant {
	border-left: 0;
}

.subpage>.contant {
	min-height: 530px;
	background: #fff;
	border-left: 1px solid #e5e5e5;
}

.subpage>.siderBar {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
}

.subpage>.siderBar>.title {
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #bcbcbc;
}

.subpage>.siderBar>.menu {
	padding: 0 8px;
}

.subpage>.siderBar>.menu li {
	padding: 3px 0;
}

.subpage>.siderBar>.menu a {
	display: block;
	line-height: 30px;
	padding: 2px 10px;
	border-radius: 5px;
	position: relative;
}

.subpage>.siderBar>.menu a>i {
	display: block;
	line-height: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.subpage>.siderBar>.menu a.default:link,
.subpage>.siderBar>.menu a.default:visited {
	color: #666;
	border: 1px solid #e2e2e2;
}

.subpage>.siderBar>.menu a.default:hover {
	background: #f4f4f4;
	text-decoration: none;
	border: 1px solid #dadada;
}

.subpage>.siderBar>.menu a.active:link,
.subpage>.siderBar>.menu a.active:visited {
	color: #fff;
	background: #2379d0;
	border: 1px solid #2379d0;
}

.subpage>.siderBar>.menu a.red:hover {
	text-decoration: none;
}

.subpage .listbar {
	margin: 0 30px;
}

.subpage .listbar>.title {
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.subpage .listbar>.title>span {
	display: inline-block;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 2px solid #2379d0;
	margin-bottom: -1px;
}

.subpage .listbar>.list {
	width: 100%;
	padding-bottom: 50px;
}

.subpage .listbar>.list td {
	display: block;
	line-height: 24px;
	padding: 7px 115px 7px 24px;
	border-bottom: 1px dotted #eee;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subpage .listbar>.list td a {
	color: #444;
}

.subpage .listbar>.list td:before {
	content: "\e635";
	font-family: "iconfont" !important;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #aaa;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 8px;
	left: 0;
}

.subpage .listbar>.list td:hover {
	background: #f8f8f8;
}

.subpage .listbar>.list td span {
	color: #aaa;
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
}

.subpage .textbox {
	min-height: 700px;
	padding: 20px;
}

.subpage .textbox>.title {
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
	padding-bottom: 15px;
}

.subpage .textbox>.title h1 {
	font-size: 21px;
	font-weight: 800;
	color: #444;
	line-height: 1.5em;
}

.subpage .textbox>.title>span {
	color: #999;
	line-height: 2em;
	margin: 0 1em;
}

.subpage .textbox>.msbox {
	width: auto;
	font-size: 14px;
	line-height: 2em;
	padding: 30px;
}

.subpage .textbox>.msbox p {
	text-indent: 2em;
	margin-bottom: 1em;
}

.subpage .search-bar {
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}

.subpage .search-bar>.search-tool {
	width: 500px;
	margin: 0 auto;
}

.subpage .search-bar>.search-tool>input {
	display: block;
	width: 410px;
	line-height: 22px;
	height: 42px;
	font-size: 12px;
	padding: 8px 12px;
	background: #fff;
	border: 2px solid #2F6BAB;
	border-radius: 3px 0 0 3px;
	float: left;
}

.subpage .search-bar>.search-tool>button {
	display: block;
	width: 62px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	background: #2F6BAB;
	border: 0;
	border-radius: 0 3px 3px 0;
	float: left;
	overflow: hidden;
}

.subpage .search-bar>.search-tool>button:hover {
	background: #005BAC;
	cursor: pointer;
}


/*===========media===========*/
@media(max-width:1025px) {}

@media only screen and (max-width: 479px) {
	.w {
		width: 100% !important;
	}
}

