/* 表单样式 */
form .row {
	padding:15px 0;
	border-bottom:1px solid #e4e4e4;

}
form .row.submit {
	border:0;
	margin-top:5px;
}
form .row span.item {
	display:inline-block;
	vertical-align:middle;
	width:100px;
	height:25px;
	line-height:25px;
	font-size:16px;
	text-align:right;
}
form .row span.item i {
	color:#e60000;
	font-style:normal;

}
form .row.textarea span.item {
	vertical-align:top;

}
form input.text {
	height:15px;
	line-height:15px;
	border:1px solid #dcdcdc;
	background:#fff;
	padding:5px 5px 5px 10px;
	vertical-align:middle;

}
form input.text.disabled {
	color:#444;
	border:0;
}
form .code input.text {
	width:140px;

}
form input.radio {
	width:18px;
	height:18px;
	vertical-align:middle;

}
form input.checkbox {
	vertical-align:middle;

}
form select {
	width:150px;
	height:25px;
	border:1px solid #dcdcdc;
	vertical-align:middle;

}
form .row.region select {
	width:100px;

}
form textarea {
	width:265px;
	height:180px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	vertical-align:middle;
	font-size:15px;

}
form input.submit {
	font-size:15px;
	width:105px;
	height:30px;
	color:#fff !important;
	border:none;
	background:#1974bb;
	cursor:pointer;
	margin-right:8px;
	font-weight:bold;
	vertical-align:middle;

}
/*表单验证样式*/
form .row .errorLabel,form .row .correctLabel {
	/* 如需换行显示错误信息，可加display:block;并调节margin-left ，此时correctLabel要使用display:inline-block重置回来*/
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	height:20px;
	font-size:14px;
	background:url(../../images/new20170424/unchecked_icon.gif) center left no-repeat;
	padding-left:20px;
	margin-left:10px;
	color:#393939;

}
form .row .correctLabel {
	background:url(../../images/new20170424/checked_icon.gif) center left no-repeat;
}
form input.highlight,form select.highlight,form textarea.highlight {
	border-color:#dc0000 !important;

}
/* 多行文本框专用（content为多行文本框的name值） */
form .row #content-error.errorLabel {
	display:block;
	margin:10px 0 0 100px;

}
form .row #content-error.correctLabel {
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:10px;
	vertical-align:bottom;

}
/* 禁用按钮 */
.disBtn {
	background:#dcdcdc;

}
/* 模态窗（配合js实现居中） */
#modalWin {
	width:800px;
	height:440px;
	background:#fff;
	position:fixed;
	left:0;
	right:0;
	margin:0 auto;
	+left:50%;
	+margin-left:-400px;
	z-index:9999;
	border:10px solid #9aa4bc;
	display:none;

}
#modalWin .closeWinBtn {
	position:absolute;
	width:75px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #999;
	border-radius:20px;
	top:20px;
	right:25px;
	font-size:14px;

}
#modalWin .closeWinBtn:hover {
	border:1px solid #888888;
	background:#888888;
	color:#fff;

}
#modalWin .contentWrap {
	width:720px;
	margin:50px auto 0;

}
#modalWin .contentWrap .imgWrap {
	width:200px;
	height:275px;
	float:left;

}
#modalWin .contentWrap .imgWrap img {
	width:100%;
	height:100%;

}
#modalWin .contentWrap .textWrap {
	width:500px;
	float:right;

}
#modalWin .contentWrap .textWrap .position {
	font-size:20px;
	font-weight:bold;
	color:#003a7c;
}
#modalWin .contentWrap .textWrap .name {
	font-size:17px;
	margin-top:10px;
	font-weight:bold;

}
#modalWin .contentWrap .textWrap .content {
	height:300px;
	overflow:auto;
	margin-top:10px;

}
#modalWin .contentWrap .textWrap .content {
	font-size:14px;
	margin-top:10px;

}
#modalWin .contentWrap .textWrap .content p {
	line-height:2;
	margin-top:10px;

}
#modalWin .contentWrap .textWrap .content img {
	max-width:100%;

}
#screen {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	filter:alpha(opacity=30);
	z-index:9998;
	display:none;

}
/* 针对火狐及谷歌的距离微调 */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.microMove {
		position:relative;
		top:-2px;
	}
}
@-moz-document url-prefix() {
	.microMove {
		position:relative;
		top:-2px;
	}
}
/* 页码 */
#pagination {
	text-align:center;
	padding:30px;
	+position:relative;
	+top:20px;

}
#pagination2 {
	text-align:center;

}
/* 图片悬停放大 */
.aniImgWrap,.aniImgWrap2,.aniImgWrap3,.aniImgWrap4 {
	overflow:hidden;
	position:relative;

}
.aniImg {
	position:relative;

}
/* 容器 */
.w1100 {
	width:1100px;
	margin-left:auto;
	margin-right:auto;

}
.oppWrap {
	width:870px;
	float:right;

}

.listNews .oppWrap .listWrap {
	padding:0 30px;
	border:1px solid #e4e4e4;

}
/* 常规新闻列表 */
.listNews .oppWrap .listWrap ul li {
	padding:30px 0;
	border-bottom:1px dotted #e4e4e4;

}
.listNews .oppWrap .listWrap ul li .imgWrap {
	width:226px;
	height:130px;
	float:left;

}
.listNews .oppWrap .listWrap ul li .imgWrap img {
	width:100%;
	height:100%;

}
.listNews .oppWrap .listWrap ul li .textWrap {
	width:560px;
	float:right;

}
.listNews .oppWrap .listWrap ul li .textWrap .title a {
	width:30em;

}
.listNews .oppWrap .listWrap ul li .textWrap .title a:hover {
	color:#003a7c;

}
.listNews .oppWrap .listWrap ul li .textWrap .title .date {
	float:right;

}
.listNews .oppWrap .listWrap ul li .textWrap .info {
	height:92px;
	line-height:1.9;
	margin-top:10px;
	position:relative;

}
.listNews .oppWrap .listWrap ul li .textWrap .info a {
	position:absolute;
	right:0;
	bottom:5px;

}
.listNews .oppWrap .listWrap ul li .textWrap .info a:hover {
	color:#003a7c;

}
/* 其他 */
.listWrap li.last,a.last {
	border:0 !important;

}
.date {
	font-size:12px;
	color:#888;

}
.info {
	font-size:12px;
	color:#888;
	line-height:1.6;
	overflow:hidden;

}
/* 顶条 */
#topRow  {
	height:40px;
	line-height:40px;
	background:#003e84;
	font-size:14px;

}
#topRow .left {
	float:left;

}
#topRow a {
	color:#fff;
	margin:0 10px;

}
#topRow a:hover {
	text-decoration:underline;

}
#topRow .right {
	float:right;

}
#topRow .right .searchForm {
	background:#fff;
	width:170px;
	height:25px;
	border-radius:10px;
	overflow:hidden;
	vertical-align:middle;

}
#topRow .right .searchForm input.text {
	width:130px;
	line-height:25px;
	height:100%;
	border:0;
	padding:0;
	padding-left:10px;
	float:left;

}
#topRow .right .searchForm input.submit {
	width:30px;
	height:25px;
	margin:0;
	float:left;
	background:#fff url(../../images/new20170424/index_icon_search.png) no-repeat center center;

}
/* 顶栏 */
#topBar {
	height:120px;
	background:#fff url(../../images/new20170424/index_bg_topBar.jpg) no-repeat center center;

}
#topBar .logo {
	width:342px;
	height:93px;
	background:url(../../images/new20170424/index_pic_logoTop.png) no-repeat center center;
	position:relative;
	margin-top:14px;
	float:left;

}
#topBar .logo a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-9999px;

}
#topBar .navBar {
	width:720px;
	margin-top:55px;
	text-align:center;
	float:right;
	position:relative;
	z-index:99999;

}
#topBar .navBar>ul>li {
	width:90px;
	float:left;
	position:relative;

}
#topBar .navBar>ul>li>a {
	font-size:17px;
	color:#333;
	display:block;
	height:55px;

}
#topBar .navBar>ul>li>a:hover {
color:#003e84;

}
#topBar .navBar>ul>li>ul {
	width:150px;
	border:1px solid #e4e4e4;
	background:#fff;
	position:absolute;
	top:55px;
	left:0;
	display:none;

}
#topBar .navBar>ul>li>ul>li {
	line-height:40px;
	border-bottom:1px solid #e4e4e4;
	position:relative;

}
#topBar .navBar>ul>li>ul>li.last {
	border-bottom:0;

}
#topBar .navBar>ul>li>ul>li>a {
	display:block;
	color:#333;
	padding:0 5px;
	font-size:14px;

}
#topBar .navBar>ul>li>ul>li>a:hover {
	background:#32639d;
	color:#fff;

}
#topBar .navBar>ul>li>ul>li>ul {
	width:340px;
	position:absolute;
	left:150px;
	top:-1px;
	border:1px solid #e4e4e4;
	background:#fff;
	text-align:left;
	padding:5px 0;
	display:none;

}
#topBar .navBar>ul>li>ul>li>ul>li {
	width:170px;
	line-height:24px;
	float:left;
	margin:5px 0;

}
#topBar .navBar>ul>li>ul>li>ul>li>a {
	display:block;
	color:#333;
	padding:0 15px;
	font-size:14px;

}
#topBar .navBar>ul>li>ul>li>ul>li>a:hover {
	color:#003e84;
}
/* 底栏 */
#footer {
	margin-top:30px;
clear: both;
}
#footer .headline {
	font-size:16px;
	font-weight:bold;
}
#footer .wrap a {
	width:5em;
	color:#fff;
	margin:4px 0;
}
#footer .wrap a:hover {
	text-decoration:underline;
}
#footer {
	height:238px;
	color:#fff;
	background:url(../../images/new20170424/index_bg_bottomBar.gif) no-repeat center center;
}
#footer .w1100>div {
	float:left;
	margin-right:107px;
}
#footer .logo {
	width:218px;
	height:168px;
	background:url(../../images/new20170424/index_pic_logoBottom.png) no-repeat center center;
	margin:35px 0 0 25px;
}
#footer .logo a {
	display:block;
	width:100%;
	height:100%;
}
#footer .link {
	width:180px;
	margin-top:35px;
}
#footer .link .wrap a {
	float:left;
	margin-right:18px;
	font-size:14px;
}
#footer .guide {
	width:90px;
	margin-top:35px;

}
#footer .guide .wrap a {
	width:6em;
	font-size:14px;

}
#footer .thirdPart {
	margin-top:90px;
	margin-right:0 !important;

}
#footer .thirdPart>* {
	vertical-align:top;
}
#footer .thirdPart a {
	width:47px;
	height:46px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
#footer .thirdPart a:hover {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);

}
#footer .thirdPart a.weibo {
	background:url(../../images/new20170424/index_icon_weibo.png) no-repeat center center;
	margin-right:25px;

}
#footer .thirdPart a.wechat {
	background:url(../../images/new20170424/index_icon_wechat.png) no-repeat center center;
	cursor:default;

}
#footer .thirdPart .qrcode {
	 display:none; 

}
/* 底条 */
#bottomRow {
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:#003a7c;

}
/* banner */
#banner {
	position:relative;
	height:250px;
	overflow:hidden;

}
#banner img {
	width:1920px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-960px;

}
/* 侧边栏 */
#sidebar {
	min-height:475px;
	padding:50px 0 0 60px;
	background:url(../../images/new20170424/list_bg_sidebar.gif) no-repeat top left;
	float:left;
	font-size:14px;

}
#sidebar ul li a {
	width:110px;
	padding:10px 10px 10px 20px;
	background:url(../../images/new20170424/list_icon_nav.png) no-repeat 8px 16px;
	display:block;

}
#sidebar ul li a:hover,#sidebar ul li a.active {
	color:#fff;
	background-color:#0da3f9;
	background-image:url(../../images/new20170424/list_icon_navActive.png);

}
/* 位置导航 */
#positionNav {
	font-size:12px;
	color:#888;
	padding:0 0 10px 25px;
	margin:15px 0 30px;
	border-bottom:1px solid #e4e4e4;
	background:url(../../images/new20170424/list_icon_posnav.png) no-repeat top left;

}
#positionNav a {
	color:#888;

}
#positionNav a:hover {
	color:#003a7c;
	text-decoration:underline;

}


.pages {
	font: 0/0 microsoft yahei;
	padding: 15px 0;

}
.pages a {
	display: inline-block;
	line-height: 28px;
	margin: 0 5px;
	padding: 0 10px;
	border: 1px #d2d2d2 solid;
	font-size: 14px;
	vertical-align: middle;

}
.pages a:hover {
	border: 1px #135a9c solid;
}
.pages a.current {
	border: 1px #135a9c solid;
	background-color: #135a9c;
	color: #fff;
	position: relative;

}
.pages span {
	line-height: 28px;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
}