﻿/*全局*/
@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
img {
	border: 0;
}
html {
	height: 100%;
}
body {
	font-size: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
	overflow-x: hidden;
}
input {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}
.bg {
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 链接 */
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #1eabff;
}
/*标题*/
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* 显示隐藏(js调用) */
.dis {
	display: block;
}
.undis {
	display: none;
}
/*清除浮动*/
.clearfix:after {
	clear: both;
	content: "\200B";
	display: block;
	height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	width: 0;
	border: none;
	overflow: hidden;
}
/*封套*/
.wrap {
	width: 1200px;
	margin: auto;
	position: relative;
}
/**/
body, html {
	height: 100%;
}
/*返回顶部*/
#toTop {
	display: block;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 58px;
	height: 58px;
	border-radius: 3px;
	border: none;
	text-indent: 100%;
	background-image: url(img/tb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #666;
	z-index: 999999;
}
#toTop span {
	display: none;
	background-color: #31b164;
	color: white;
	border-radius: 3px;
	width: 58px;
	height: 58px;
	font-size: 12px;
	text-indent: 0;
	line-height: 58px;
	text-align: center;
}
#toTop:hover span {
	display: block
}
/*header*/
.header {
	width: 100%;
	min-width: 1200px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header .logo {
	float: left;
	width: 216px;
	height: 76px;
}
.header .logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.header .biaoyu {
	font-size: 20px;
	line-height: 30px;
	color: #034986;
	padding-top: 30px;
	font-style: normal;
	float: left;
	width: 500px;
	margin-left: 30px;
}
.header .h-r {
	text-align: right;
	float: right;
	width: 100px;
	padding-top: 35px;
	color: #333;
}
.header .h-r a {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.header .h-r a:hover {
	font-weight: bold;
}
/*nav*/
.nav {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #eee;
	-webkit-box-shadow: 0px 0px 10px #eee;
	box-shadow: 0px 0px 10px #eee;
	border: 1px solid #eee;
}
.nav .nav-list li {
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #333;
	text-align: center;
	position: relative;
	float: left;
	width: 16.6%;
}
.nav .nav-list li a {
	font-size: 18px;
	line-height: 42px;
	color: #333;
	text-align: center;
	display: inline-block;
}
.nav .nav-list li:hover a {
	color: #0066cc;
}
.nav .nav-list li.choose:hover a {
	color: #333;
}
.nav .nav-list li.choose a:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-color: #31b164;
	border-radius: 2px;
}
.nav .nav-list li:hover .nav-list2 {
	display: block;
}
.nav .nav-list li .nav-list2 {
	font-size: 14px;
	line-height: 40px;
	color: #333;
	min-width: 100%;
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	width: 100%;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	border: 1px solid #ddd;
	z-index: 99999;
	background-color: #fff;
}
.nav .nav-list li .nav-list2 li {
	font-size: 14px;
	line-height: 40px;
	color: #333;
	height: 40px;
	float: none;
	width: 100%;
}
.nav .nav-list li .nav-list2 li a {
	font-size: 14px;
	line-height: 40px;
	color: #333;
	height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}
.nav .nav-list li.choose .nav-list2 li a:after {
	display: none;
}
.nav .nav-list li .nav-list2 li a:hover, .nav .nav-list li .nav-list2 li a.choose {
	color: #fff;
	background-color: #0066cc;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}
.nav .nav-list li.choose .nav-list2 li a:hover, .nav .nav-list li.choose .nav-list2 li a.choose {
	color: #fff;
	background-color: #0066cc;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}
/*footer*/
.footer {
	width: 100%;
	min-width: 1200px;
	background-color: #333;
	padding-bottom: 70px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer-top {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	border-bottom: solid 1px #999;
}
.footer-top span {
	font-size: 24px;
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
}
.footer-top .con {
	float: right;
	width: 1060px;
	font-weight: normal;
}
.footer-top a {
	color: #fff;
	padding-right: 30px;
	padding-left: 30px;
	white-space: nowrap;
}
.footer-top a:hover {
	color: #04a13e;
}
.footer .ft-l {
	float: left;
	width: 800px;
	padding-top: 80px;
}
.footer .ft-l p {
	position: relative;
}
.footer .ft-l p i {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-right: 5px;
	position: relative;
	top: 10px;
}
.footer .ft-l p i.icon01 {
	background-image: url(img/footer-icon01.png);
}
.footer .ft-l p i.icon02 {
	background-image: url(img/footer-icon02.png);
}
.footer .ft-r {
	float: right;
	width: 350px;
	padding-top: 40px;
}
.footer .ft-r .ewm {
	float: right;
	width: 132px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
.footer .ft-r .ewm img {
	height: 132px;
	width: 132px;
	margin-bottom: 10px;
}
.footer .ft-r .ewm p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
/*首页*/
.index-line {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	min-width: 1200px;
}
.index-title {
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	height: 43px;
}
.index-title h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	float: left;
	margin-right: 10px;
	padding-bottom: 10px;
	border-bottom: solid 3px #04a13e;
	white-space: nowrap;
}
.index-title h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	display: inline-block;
	float: left;
	padding-top: 10px;
	white-space: nowrap;
}
.index-title a.more {
	font-size: 14px;
	line-height: 43px;
	color: #666;
	display: inline-block;
	margin-left: 20px;
	background-image: url(img/more-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	float: right;
	height: 43px;
	width: 30px;
	padding-left: 55px;
	white-space: nowrap;
}
.index-title a.more:hover {
	color: #31b164;
}
/*首页 公告*/
.index-gonggao {
	border: 1px solid #ddd;
	background-image: url(img/ltgg-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 48px;
	float: left;
	width: 1198px;
}
.index-gonggao .tit {
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 140px;
	padding-left: 20px;
}
.index-gonggao .flexslider {
	height: 70px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	width: 1010px;
	float: right;
	padding-right: 20px;
}
.index-gonggao .flex-viewport {
	width: 100%;
}
.index-gonggao .slides {
	position: relative;
	z-index: 11;
}
.index-gonggao .slides li {
	height: 48px;
	width: 100%;
	overflow: hidden;
}
.index-gonggao .slides li a {
	display: block;
	font-size: 16px;
	line-height: 48px;
	font-weight: normal;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-gonggao .slides li a:hover {
	color: #0066cc;
}
.index-gonggao .flex-control-nav {
	display: none;
}
.index-zhuce {
	float: right;
	width: 320px;
}
.index-zhuce a {
	background-repeat: no-repeat;
	background-position: 20px center;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	display: block;
	float: right;
	height: 50px;
	width: 90px;
	margin-left: 10px;
	background-color: #0066cc;
	padding-left: 60px;
}
.index-zhuce a:hover {
	background-color: #3385d6;
	-moz-box-shadow: 5px 5px 5px #ddd;
	-webkit-box-shadow: 5px 5px 5px #ddd;
	box-shadow: 5px 5px 5px #ddd;
}
.index-zhuce a.icon01 {
	background-image: url(img/index-zc-icon01.png);
}
.index-zhuce a.icon02 {
	background-image: url(img/index-zc-icon02.png);
}
/*论坛动态*/
.index-ltdt {
	position: relative;
	margin-top: -20px;
}
.index-ltdt .flexslider {
	background-color: #fff;
	width: 630px;
	height: 450px;
	overflow: hidden;
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	position: relative;
}
.index-ltdt .flex-viewport {
	width: 100%;
}
.index-ltdt .slides {
	position: relative;
	z-index: 11;
}
.index-ltdt .slides li {
	width: 630px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.index-ltdt .slides li a {
	width: 570px;
	height: 390px;
	display: block;
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
	background-image: url(img/ltdt-img-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	padding: 30px;
}
.index-ltdt .slides li .sj {
	padding-top: 250px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}
.index-ltdt .slides li .sj span {
	background-color: #F00;
	display: inline-block;
	padding: 2px 5px;
	margin-right: 10px;
	border-radius: 5px;
}
.index-ltdt .slides li h1 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-ltdt .slides li p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	height: 60px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index-ltdt .slides li img {
	width: 630px;
	height: 450px;
	position: relative;
	display: block;
}
.index-ltdt .flex-control-nav {
	position: absolute;
	bottom: 15px;
	z-index: 900;
	width: 100%;
	text-align: center;
}
.index-ltdt .flex-control-nav li {
	display: inline-block;
	height: 10px;
	margin: 0 3px;
*display:inline;
	zoom: 1;
	font-size: 0px;
}
.index-ltdt .flex-control-nav a {
	display: inline-block;
	height: 5px;
	overflow: hidden;
	cursor: pointer;
	background-color: #8c8c8c;
	width: 20px;
	border-radius: 5px;
}
.index-ltdt .flex-control-nav .flex-active {
	background-color: #fff;
}
.index-ltdt .ltdt-r {
	float: right;
	width: 520px;
	height: 450px;
	background-color: #fff;
	position: relative;
	padding-right: 10px;
	padding-top: 30px;
}
.index-ltdt .ltdt-r .list {
	border-bottom: solid 1px #ddd;
}
.index-ltdt .ltdt-r .list li {
	height: 45px;
	margin-bottom: 25px;
}
.index-ltdt .ltdt-r .list li a {
	color: #333;
	display: block;
	float: left;
	height: 100%;
	width: 100%;
}
.index-ltdt .ltdt-r .list li .li-l {
	float: left;
	height: 45px;
	width: 65px;
	border-right: 1px solid #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #777;
	line-height: 22px;
}
.index-ltdt .ltdt-r .list li .li-l span {
	font-size: 20px;
}
.index-ltdt .ltdt-r .list li .li-r {
	float: right;
	height: 45px;
	width: 440px;
}
.index-ltdt .ltdt-r .list li .li-r h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-ltdt .ltdt-r .list li .li-r p {
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #999;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 8px;
}
.index-ltdt .ltdt-r .list li:hover .li-r h1 {
	color: #0066cc;
}
.index-ltdt .ltdt-r .list2 {
	padding-top: 20px;
}
.index-ltdt .ltdt-r .list2 li {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	color: #333;
	background-image: url(img/list2-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.index-ltdt .ltdt-r .list2 li a {
	color: #333;
	display: block;
	float: left;
	height: 35px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-ltdt .ltdt-r .list2 li a:hover {
	color: #0066cc;
}
/*热点活动*/
.index-rdhd {
	background-color: #d3eaec;
	background-image: url(img/rdhd-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.index-rdhd .index-title {
	border: none;
}
.index-rdhd .index-title h1 {
	border: none;
}
.index-rdhd .rdhd-con {
	padding: 20px;
	width: 1085px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	border: 1px solid #eee;
	position: relative;
}
.index-rdhd .rdhd-con .rdhd-l {
	float: left;
	width: 800px;
	padding-top: 20px;
	padding-right: 20px;
	border-right: solid 1px #ddd;
	padding-bottom: 20px;
}
.index-rdhd .rdhd-con .rdhd-l img {
	width: 800px;
	height: 400px;
	margin-bottom: 15px;
}
.index-rdhd .rdhd-con .rdhd-l .djs {
	background-image: url(img/rdhd-djs.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 775px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: right;
	padding-right: 25px;
	position: relative;
	padding-top: 8px;
}
.index-rdhd .rdhd-con .rdhd-l .djs span {
	background-image: url(img/rdhd-djs-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 63px;
	width: 48px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 60px;
	line-height: 63px;
	font-weight: bold;
	color: #07325d;
	text-align: center;
}
.index-rdhd .rdhd-con .rdhd-r {
	width: 335px;
	border-right: solid 1px #ddd;
	position: absolute;
	z-index: 20;
	top: 20px;
	right: -73px;
}
.index-rdhd .rdhd-con .rdhd-r .list {
	width: 100%;
}
.index-rdhd .rdhd-con .rdhd-r .list li {
	height: 66px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #5e69a7;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background-image: url(img/rdhd-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.index-rdhd .rdhd-con .rdhd-r .list li:hover {
	background-position: 93% center;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
.index-rdhd .rdhd-con .rdhd-r .list li a {
	padding-left: 25px;
	padding-top: 13px;
	padding-right: 90px;
	width: 220px;
	height: 53px;
	display: block;
}
.index-rdhd .rdhd-con .rdhd-r .list li:hover a {
	background-color: rgba(255,255,255,0.2);
}
.index-rdhd .rdhd-con .rdhd-r .list li .li-c {
	width: 220px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	vertical-align: middle;
	display: table-cell;
	height: 40px;
}
/*论坛嘉宾*/
.index-ltjb {
}
.index-ltjb .ltjb-con {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.index-ltjb .ltjb-con li {
	width: 228px;
	float: left;
	height: 300px;
	position: relative;
}
.index-ltjb .ltjb-con li img {
	width: 160px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-radius: 80px;
	overflow: hidden;
	margin-top: 40px;
}
.index-ltjb .ltjb-con li:hover img {
	margin-top: 30px;
}
.index-ltjb .ltjb-con li a {
	display: block;
	color: #333;
}
.index-ltjb .ltjb-con li a h1 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 20px;
	font-weight: normal;
	text-align: center;
}
.index-ltjb .ltjb-con .scroll {
	position: relative;
	width: 1140px;
}
.index-ltjb .ltjb-con .scroll_cont {
	float: left;
}
.index-ltjb .ltjb-con .numList {
	vertical-align: middle;
	text-align: center;
	bottom: 0px;
	right: 50%;
	position: absolute;
	margin-right: -56px;
}
.index-ltjb .ltjb-con .numList span {
	display: inline-block;
	width: 50px;
	height: 4px;
	margin-right: 5px;
	border: 1px solid #272727;
	cursor: pointer;
	line-height: 0;
	font-size: 0
}
.index-ltjb .ltjb-con .numList span.selected {
	background: #272727
}
.index-ltjb .ltjb-con .arr_left, .index-ltjb .ltjb-con .arr_right {
	position: absolute;
	width: 30px;
	height: 100px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-image: url(img/ltjb-arrow.png);
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	top: 100px;
}
.index-ltjb .ltjb-con .arr_left {
	left: -35px;
	background-position: 0px -100px;
}
.index-ltjb .ltjb-con .arr_right {
	right: -35px;
	background-position: 0px 0px;
}
.index-ltjb .ltjb-con .arr_left:hover, .index-ltjb .ltjb-con .arr_right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
/*历届论坛活动*/
.index-ljlt {
	padding-top: 0px;
}
.index-ljlt .ljlt-con {
	background-color: #fff;
	border: 1px solid #eee;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
}
.index-ljlt .res_tab {
	border-bottom: 1px solid #ddd;
	height: 70px;
}
.index-ljlt .res_tab h2 {
	font-size: 26px;
	line-height: 60px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	float: left;
	height: 60px;
	width: 33.33%;
	cursor: pointer;
}
.index-ljlt .res_tab h2.over {
	background-image: url(img/ljlt-tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: 10px solid #04a13e;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.index-ljlt .res_con {
	text-align: left;
	padding: 20px;
}
.index-ljlt .res_con em {
	font-style: normal;
}
.index-ljlt .ljlt-l {
	float: left;
	height: 260px;
	width: 540px;
}
.index-ljlt .ljlt-r {
	float: right;
	height: 260px;
	width: 590px;
	position: relative;
}
.index-ljlt .ljlt-r h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-ljlt .ljlt-r p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	height: 120px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.index-ljlt .ljlt-r a.more {
	font-size: 20px;
	line-height: 50px;
	color: #31b164;
	display: block;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	z-index: 20;
	right: 0px;
	bottom: 0px;
	border: solid 1px #31b164;
}
.index-ljlt .ljlt-r a.more:hover {
	color: #fff;
	background-color: #31b164;
}
/*服务信息*/
.index-fwxx {
	background-image: url(img/fwxx-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}
.index-fwxx .fwxx-list {
	width: 1300px;
	padding-top: 30px;
}
.index-fwxx .fwxx-list li {
	background-repeat: no-repeat;
	background-position: 30px center;
	color: #fff;
	background-color: #5ca1be;
	float: left;
	height: 100px;
	width: 290px;
	margin-right: 10px;
}
.index-fwxx .fwxx-list li a {
	font-size: 24px;
	line-height: 100px;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 100px;
	padding-left: 138px;
}
.index-fwxx .fwxx-list li.icon01 {
	background-image: url(img/fwxx-icon01.png);
}
.index-fwxx .fwxx-list li.icon02 {
	background-image: url(img/fwxx-icon02.png);
}
.index-fwxx .fwxx-list li.icon03 {
	background-image: url(img/fwxx-icon03.png);
}
.index-fwxx .fwxx-list li.icon04 {
	background-image: url(img/fwxx-icon04.png);
}
.index-fwxx .fwxx-list li:hover {
	background-position: 35px center;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
.index-fwxx .fwxx-list li:hover a {
	background-color: rgba(255,255,255,0.2);
}
/*190919 footer友情链接调整*/
.footer-top .con {
	width: 1060px;
	overflow: hidden;
}
.footer-top a {
	color: #fff;
	padding-right: 30px;
	padding-left: 30px;
	white-space: normal;
	border-left: 1px solid #fff;
	position: relative;
	left: -1px;
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*190924 首页论坛直播右侧间距调整*/
.index-rdhd .rdhd-con .rdhd-r .list {
	margin-top:20px;
}
.index-rdhd .rdhd-con .rdhd-r .list li {
	margin-bottom: 19px;
}
#miniNewsRegion div a{
display: block;
    font-size: 16px;
    line-height: 48px;
    font-weight: normal;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

	/* 领导 */
	.scrollBox{ padding:10px;border-top:1px solid #fff; position:relative; }
	.scrollBox .piclist{ overflow:hidden; zoom:1;}
	.scrollBox .ohbox{overflow:hidden; position:relative;left:60px}
	.scrollBox {position:relative;overflow:hidden;zoom:1;}
	.scrollBox .piclist li{float:left; display:inline; width:185px;background:#fff;margin-right:10px;padding:5px;    padding: 0px 25px 0px 0px;}
	.scrollBox .piclist li span{height:25px;line-height:25px;display:block;text-align:center;   }
	.scrollBox .pageBtn span{  display:block;width:54px;height:157px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }
	.scrollBox .pageBtn .prev{left:20px;background-position:-11px -84px ;  background:url(zuo.png) no-repeat; }
	.scrollBox .pageBtn .next{right:20px;background-position:-53px -84px ;  background:url(you.png) no-repeat;}
	.scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:10px 0 0 413px; }
	.scrollBox .pageBtn .list li{ background:url(images/bntBg.png); float:left; display:inline; width:15px;height:15px;background-position:-86px -57px ;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden;  }
	.scrollBox .pageBtn .list li.on{background-position:-114px -57px }
	.ohbox .tempWrap{    width: 1078px !important;}