@charset "utf-8";

/* 版式自定义 */
.content {
	width: 1180px;
	margin: 0 auto 20px;
	padding: 0px 5px;
}

.main {
	width: 943px;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15), inset 1px 2px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, .15), inset 1px 2px 2px rgba(0, 0, 0, .15);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, .15), inset 1px 2px 2px rgba(0, 0, 0, .15);
}

.side {
	width: 210px;
}

.where {
	height: 35px;
	line-height: 35px;
	color: #2151c6;
}

.where i {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin: 10px;
	background: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	border: solid 1px #2151c6;
}

.where a {
	color: #2151c6;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

/* 侧栏菜单 */
.menu {
	position: relative;
}

/* 分页 */
.pages {
	font: 0/0 lx;
	padding: 15px 0;
	text-align: center;
}

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

.pages a:hover {
	border: 1px #2c94df solid;
}

.pages a.current {
	border: 1px #4878d4 solid;
	background-color: #4878d4;
	color: #fff;
	position: relative;
}

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

.pages select {
	border: 1px #d2d2d2 solid;
	padding: 4px;
}

/* 列表自定义 */
.main .tit {
	height: 30px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #f5f5fc;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
	border: solid 1px #ebebeb;
	border-bottom: 1px solid #6b92db;
	margin: 30px 35px 10px 35px;
}

.main .tit b {
	display: block;
	background: #f5f5fc;
	height: 26px;
	padding-left: 10px;
	color: #4878d4;
	font: normal 16px/26px microsoft yahei;
}

.main .list-t li.line {
	height: 0;
	border-bottom: 1px #ccc solid;
	font: 0/0 lx;
	overflow: hidden;
	margin: 10px 0;
}

/* 文字列表 */
.main .list-t {
	padding: 10px 35px;
}

.main .list-t li {
	height: 36px;
	background: url(/images/index/dot.png) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 36px;
	font-size: 16px;
}

/*表格*/
table.gray {
	margin: 35px;
	width: 870px;
}

table.gray thead th {
	background: #cedcf8;
	color: #333;
	text-align: center;
	height: 40px;
	border: 1px #ccc solid;
	font: bold 18px/40px microsoft yahei;
}

table.gray td {
	border: 1px #ccc solid;
	padding: 5px 10px;
	font: normal 16px/32px microsoft yahei;
}

table.gray td a,
table.gray td span {
	color: #4878d4;
}

table.gray td a:hover {
	text-decoration: underline;
}

table.gray tbody tr.current {
	background-color: #ffd !important;
}

/*侧栏伸缩*/
.list-dl {}

.list-dl dt {
	height: 36px;
	background: url(/images/col/menu.png) 0 100% no-repeat;
}

.list-dl dt.show {
	color: #fff;
	background: url(/images/col/menu.png) 0 100% no-repeat;
}

.list-dl dt.current a {
	color: #fff;
	background: url(/images/col/menu.png) 0px 0px no-repeat;
}

.list-dl dt a {
	display: block;
	height: 36px;
	color: #fff;
	padding-left: 20px;
	font: 14px/36px microsoft yahei;
}

.list-dl dd {
	display: none;
}

.list-dl ul {
	background: #fff;
	border: 1px solid #cddaea;
}

.list-dl ul li {
	width: 210px;
	height: 36px;
}

.list-dl dd ul li a {
	width: 150px;
	color: #333;
	display: block;
	font: 14px/34px microsoft yahei;
	height: 34px;
	background: #fff url(/images/col/list-dl-dot.png) 125px 0px no-repeat;
	padding-left: 20px;
	margin: 0 auto;
	border-bottom: 1px solid #bfbfbf;
}

.list-dl ul li.current a,
.list-dl ul li a:hover {
	color: #307ee8;
	background: #fff url(/images/col/list-dl-dot.png) 125px -34px no-repeat;
}

/* 图片列表 */
.list-p {
	padding: 10px 20px;
}

.list-p li {
	width: 265px;
	height: 180px;
	margin: 18px;
	line-height: 30px;
}

.list-p li a {
	width: 265px;
}

.list-p li a img {
	float: left;
	width: 265px;
	height: 180px;
}

.list-p li a span {
	float: left;
	display: inline-block;
	width: 100%;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000);
	color: #fff;
	line-height: 30px;
}

.list-p li a span:hover {
	color: #4878d4;
}

/*政府领导*/
.zfld {
	width: 92%;
	float: left;
	margin: 20px 35px;
}

.zfld img {
	width: 145px;
	height: 177px;
	padding: 2px;
	float: left;
	border: 1px solid #ccc;
}

.zfld p {
	float: left;
	padding-left: 20px;
	width: 80%;
}

.zfld p span {
	height: 34px;
	font: normal 18px/34px microsoft yahei;
	border-bottom: 1px dashed #b5b5b5;
}

.zfld p .bule {
	color: #476cd1;
}

.box {
	width: 92%;
	float: left;
	margin: 0px 35px 20px 35px;
}

.box h4 {
	background: #cedcf8;
	height: 34px;
}

.box h4 b {
	display: block;
	padding: 0px 30px;
	float: left;
	color: #fff;
	background: #476cd1;
	height: 34px;
	font: 18px/34px microsoft yahei;
}

#triangle-bottomleft {
	width: 0;
	height: 0;
	float: left;
	border-bottom: 34px solid #476cd1;
	border-right: 34px solid transparent;
}

.box p {
	text-indent: 2em;
	font: normal 16px/34px microsoft yahei;
}

.box .sjz {
	width: 90%;
	background: url(/images/col/sjz.jpg) 0px 0px repeat-y;
	padding-left: 20px;
	margin-top: 10px;
}

.box .sjz li {
	font: normal 16px/34px microsoft yahei;
}

.box .list-t {
	padding: 10px;
}

/* 文章页 */
.article {
	border: 1px #ccc solid;
	background-color: #fff;
	padding: 4px 14px 34px;
}

.article h2 {
	color: #333;
	text-align: center;
	font: normal 30px/40px microsoft yahei;
	margin: 0 20px -10px;
	padding: 20px 0 10px;
}

.article h3 {
	padding: 10px 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
}

.article .info {
	line-height: 40px;
	border-bottom: 1px #ccc dashed;
	margin: 0 20px;
	text-align: center;
	position: relative;
}

.article .info span {
	margin-right: 20px;
}

.article .article-box {
	margin: 0 20px;
	padding: 30px 20px;
	border-bottom: 1px #d1d1d1 dashed;
	line-height: 2.5em;
	font-size: 16px;
}

.article .article-box p,
.article .article-box div {
	margin-bottom: 1em;
}

.article table {
	margin: 0 auto 1em;
}

.article-box p a {
	text-decoration: underline;
	margin: 0 5px;
	color: #09c;
}

.article-box img {
	max-width: 600px;
	margin: 10px auto;
	display: block;
}

.article-box table {
	width: 90%;
	margin: 0 auto;
}

.article-box table th,
.article-box table td {
	border: 1px #ccc solid;
	padding: 5px;
	line-height: 20px;
}

.article-box table th {
	background-color: #f8f8f8;
	text-align: center;
	font-weight: bold;
}

.article .bdsharebuttonbox {
	margin: 10px 20px 0;
}

.article .bdsharebuttonbox strong {
	float: left;
	line-height: 36px;
	font-size: 14px;
	margin-right: 5px;
}

.article .opt {
	text-align: right;
	line-height: 36px;
	color: #323232;
	margin: -36px 20px 0;
	padding: 0 20px;
}

.article .opt a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #323232;
}

.article .opt a:hover {
	color: #09c;
}

/*热点排行*/
.hot h3 {
	height: 35px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #4873d6;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	border: solid 1px #476cda;
	background-image: -webkit-linear-gradient(top, #487cd2, #4669db);
	background-image: -moz-linear-gradient(top, #487cd2, #4669db);
	background-image: -o-linear-gradient(top, #487cd2, #4669db);
	background-image: -ms-linear-gradient(top, #487cd2, #4669db);
	background-image: linear-gradient(to bottom, #487cd2, #4669db);
}

.hot h3 b {
	display: block;
	color: #fff;
	padding-left: 20px;
	font: normal 16px/35px microsoft yahei;
}

.hot ul {
	padding: 10px;
	background: #fff;
}

.hot ul li {
	width: 190px;
}

.hot ul li a {
	display: block;
	color: #333;
	width: 170px;
	padding-left: 20px;
	background: url(/images/index/dot.png) 0px 15px no-repeat;
	font: 14px/30px microsoft yahei;
}

.hot ul li a:hover {
	color: #4772d7;
}

/*在线访谈 开始*/
.zxsp {
	width: 100%;
	float: left;
	background: url(/images/col/zxft_bg.jpg) 0px 0px repeat;
}

.w795_sp {
	text-align: center;
}

.w795_sp h3 {
	color: #000;
	height: 70px;
	background: url(/images/col/zxft_bg.jpg) 0px 0px repeat;
	font: normal 22px/33px microsoft yahei;
	line-height: 70px;
}

.w384_sp {
	width: 384px;
}

.w384_sp h3 {
	height: 33px;
	background: #565656;
	border: 1px solid #6b6b6b;
	border-left: none;
}

.w384_sp h3 b {
	display: block;
	padding: 0px 10px;
	width: 56px;
	height: 28px;
	color: #fff;
	background: #292929;
	border: 1px solid #6b6b6b;
	border-bottom: none;
	margin: 5px 10px 0px 10px;
	font: normal 14px/30px microsoft yahei;
}

.w384_sp ul li {
	border-bottom: 1px solid #141414;
	border-top: 1px solid #3f3f3f;
}

.w384_sp ul li a {
	color: #fff;
	display: block;
	padding: 3px 10px;
	background: #292929;
}

.w384_sp ul li a:hover {
	color: #e5b942;
	background: #212121;
}

.w384_sp ul li a h4,
.w384_sp ul li a p {
	font: normal 14px/30px microsoft yahei;
}

.w384_sp ul li a p {
	text-indent: 2em;
}

#sw1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 217px;
	float: left;
}

#sc1 {
	width: 384px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.scroll-track1 {
	width: 7px;
	height: 338px;
	position: absolute;
	background-color: #383838;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

.scroll-bar1 {
	width: 7px;
	height: 50px;
	position: absolute;
	background-color: #699f00;
	top: 0px;
	left: 0px;
}

.message {
	width: 391px;
	height: 29px;
	float: left;
	padding: 0;

}

.message input,
.message button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}

.message input {
	width: 296px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	background: #444;
	color: #fff;
	border: 1px solid #444;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	outline: none;
}

.message button {
	width: 60px;
	height: 29px;
	border: none;
	background: #699f00;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: bold 14px/29px microsoft yahei;
}

.wzsl {
	width: 100%;
	margin-top: 10px;
}

.wzsl h3 {
	color: #4771d7;
	font: bold 20px/50px microsoft yahei;
	text-shadow: 0 0 3px rgba(252, 252, 252, .65), 0 1px 3px rgba(0, 0, 0, .7);
}

/* 滚动条 */
#sw {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 538px;
	background: url(/images/col/zxft_bg.jpg) 0px 0px repeat;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border: solid 1px #c6c6c6;
	float: left;
}

#sc {
	width: 1140px;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.scroll-track {
	width: 7px;
	height: 538px;
	position: absolute;
	background-color: #e3e3e3;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

.scroll-bar {
	width: 7px;
	height: 50px;
	position: absolute;
	background-color: #b8b8b8;
	top: 0px;
	left: 0px;
}

#sc h4 {
	font: bold 18px/30px microsoft yahei;
}

#sc p {
	text-indent: 2em;
	font: normal 14px/28px microsoft yahei;
}

/*网站地图*/
.map {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15), inset 1px 1px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15), inset 1px 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .15), inset 1px 1px 2px rgba(0, 0, 0, .15);
}

.map h3 {
	background: #f7f7f7;
	border-bottom: 1px solid #1369c0;
	border-top: 1px solid #fff;
	height: 38px;
	line-height: 38px;
}

.map h3 b {
	display: block;
	font: normal 18px/40px microsoft yahei;
	width: 130px;
	height: 40px;
	border-top: 3px solid #1369c0;
	margin-top: -1px;
	text-align: center;
	background: #fff;
}

.map .group {
	margin: 20px;
	border-bottom: 1px solid #ddd;
}

.map .group h4 {
	width: 100px;
	height: 35px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #1a55d7;
	color: #fff;
	text-align: center;
	font: normal 18px/35px microsoft yahei;
}

.map .group ul {
	padding: 10px;
}

.map .group ul li {
	height: 34px;
	font: normal 16px/34px microsoft yahei;
}

.map .group ul li a {
	padding: 0px 10px;
}

/*搜索页*/
.search_con {
	width: 1140px;
	padding: 20px;
	float: left;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15), inset 1px 1px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .15), inset 1px 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .15), inset 1px 1px 2px rgba(0, 0, 0, .15);
}

.search_con .list {
	padding: 40px 0px 0px 0px;
}

.search_con .list span {
	display: block;
	width: 60px;
	height: 30px;
	background: #4878d4;
	text-align: center;
	color: #fff;
	float: left;
	font: normal 16px/30px microsoft yahei;
}

.search_con .list a {
	padding: 0px 10px;
	font: normal 16px/30px microsoft yahei;
}

.search2 {
	width: 650px;
}

.search2 input,
.search2 button {
	float: left;
	display: inline-block;
	vertical-align: middle;
	font: normal 14px/24px microsoft yahei;
}

.search2 input {
	width: 540px;
	height: 22px;
	line-height: 22px;
	padding: 4px;
	margin-right: 10px;
	border: 2px #4772d7 solid;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
	outline: none;
}

.search2 button {
	width: 80px;
	height: 34px;
	line-height: 34px;
	border: none;
	background: #4878d4 url(/images/index/search.png) 10px 50% no-repeat;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	margin-left: -1px;
	padding-left: 25px;
}

.search2 p {
	font: normal 12px/30px microsoft yahei;
}

.rank {
	background: #f5f5fc;
	height: 29px;
	padding-left: 20px;
	border-top: 1px solid #ebebeb;
	font: normal 12px/30px microsoft yahei;
	position: relative;
}

.rank .px {
	position: absolute;
	top: 0px;
	left: 40%;
}

.rank .px select {
	border: #f5f5fc;
	background: #f5f5fc;
	color: #4878d4;
	padding: 0px 5px;
	font: normal 14px/30px microsoft yahei;
}

.search_news {
	width: 100%;
}

.search_news .list-p {
	padding: 20px 0px;
}

.search_news .list-p li {
	width: 432px;
	height: 228px;
	margin: 0px;
	line-height: 30px;
}

.search_news .list-p li a {
	width: 265px;
}

.search_news .list-p li a img {
	float: left;
	width: 432px;
	height: 228px;
}

.search_news .list-p li a span {
	float: left;
	display: inline-block;
	width: 100%;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000, endcolorstr=#000000);
	color: #fff;
	line-height: 30px;
}

.search_news .list-p li a span:hover {
	color: #4878d4;
}

.search_news .wzsm {
	background: #f0f0fa;
}

.search_news .wzsm li {
	padding: 10px 0px;
}

.search_news .wzsm li h4 {
	color: #1361aa;
	padding-left: 10px;
	font: normal 16px/34px microsoft yahei;
}

.search_news .wzsm li p {
	color: #1361aa;
	padding-left: 10px;
	font: normal 12px/24px microsoft yahei;
}

.w820 .tpxw {
	padding: 10px 0px;
}

.w820 .tpxw li {
	padding-bottom: 10px;
}

.w820 .tpxw li h4 a {
	color: #476ed9;
	font: normal 16px/34px microsoft yahei;
}

.w820 .tpxw li h4 .tpxw_btn {
	width: 100px;
	height: 30px;
	color: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	font: normal 16px/30px microsoft yahei;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #476ed9;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	border: solid 1px #476cda;
	background-image: -webkit-linear-gradient(top, #487cd2, #4669db);
	background-image: -moz-linear-gradient(top, #487cd2, #4669db);
	background-image: -o-linear-gradient(top, #487cd2, #4669db);
	background-image: -ms-linear-gradient(top, #487cd2, #4669db);
	background-image: linear-gradient(to bottom, #487cd2, #4669db);
}

.w820 .tpxw li p {
	font: normal 14px/34px microsoft yahei;
}

.xgss {
	width: 100%;
}

.xgss h3 {
	color: #4e4f4f;
	padding-left: 20px;
	font: bold 16px/34px microsoft yahei;
}

.xgss .list-r li {
	float: left;
}

.xgss .list-r li a {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0px 25px;
}

.recom {
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.recom h3 {
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	font: bold 16px/30px microsoft yahei;
	margin-bottom: 10px;
	background: url(/images/index/bt_h.png) 0px 10px no-repeat;
}

.recom h3:hover {
	background: url(/images/index/bt_r.png) 0px 10px no-repeat;
}

.recom h4 {
	border-bottom: 1px solid #ccc;
}

.recom h4 b {
	display: block;
	background: #f0f0fa;
	width: 100px;
	height: 30px;
	font: normal 14px/30px microsoft yahei;
	text-align: center;
}

.recom .list-t,
.recom .list-r {
	padding: 10px;
}

.recom .list-t li {
	height: 28px;
	background: url(/images/index/dot.png) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 28px;
	font-size: 14px;
}

.recom .list-p {
	padding: 10px;
}

.recom .list-p li {
	width: 70px;
	height: 120px;
	margin: 0px 10px;
	float: left;
}

.recom .list-p li a {
	display: block;
	width: 70px;
	height: 120px;
}

.recom .list-p li a img {
	float: left;
	width: 68px;
	height: 78px;
	border: 1px solid #ccc;
}

.recom .list-p li a span {
	float: left;
	display: inline-block;
	width: 100%;
	background: none;
	color: #333;
	line-height: 21px;
	margin: 0px;
}

.recom .list-p li a span:hover {
	color: #4878d4;
}

.recom .list-r li {
	float: left;
}

.recom .list-r li a {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0px 13px;
}

/*数说南阳*/
.bt b {
	line-height: 40px;
	font-size: 20px;
	color: #1d4ec4;
	text-shadow: 0 0 3px rgba(252, 252, 252, .65), 0 1px 3px rgba(0, 0, 0, .7);
}

.focus {
	width: 800px;
	height: 320px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border: solid 1px #c6c6c6;
	position: relative;
	overflow: hidden;
}

.focus .pic {
	width: 800px;
	height: 320px;
	margin: 0px auto;
}

.focus .pic div a {
	display: block;
	width: 800px;
	height: 320px;
	overflow: hidden;
}

.focus .pic div a img {
	width: 800px;
}

.focus .navi {
	position: absolute;
	right: 10px;
	bottom: 18px;
	z-index: 9;
}

.focus .navi li {
	float: left;
	margin: 0 2px;
}

.focus .navi li a {
	display: block;
	width: 50px;
	height: 50px;
	font: 0/0 a;
	color: transparent;
	overflow: hidden;
	background: url(/images/col/arr2.png) 0 100% no-repeat;
}

.focus .navi li.current a {
	background: url(/images/col/arr2.png) 100% 100% no-repeat;
}

.focus a {
	display: block;
}

.focus .prev,
.focus .next {
	display: none;
	width: 30px;
	height: 90px;
	background-image: url(/images/col/arr2.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	top: 34%;
	z-index: 9;
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.focus .prev {
	position: absolute;
	left: 0;
}

.focus .next {
	position: absolute;
	right: 0;
	background-position: 100% 0;
}

.tjxx {
	width: 800px;
	height: 320px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border: solid 1px #c6c6c6;
}

.tjxx .list-t {
	padding: 10px;
}

.tjxx .list-t li {
	height: 32px;
	background: url(/images/index/dot.png) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 32px;
	font-size: 14px;
}

.wzsj {
	width: 360px;
	height: 320px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border: solid 1px #c6c6c6;
}

.wzsj ul {
	float: left;
	padding: 10px;
}

.wzsj ul li {
	width: 110px;
	text-align: center;
	float: left;
	margin: 10px 30px;
}

.gkfb li {
	height: 45px;
	border: 1px solid #ccc;
	background: url(/images/col/gk_bg.jpg) 0px 0px repeat-x;
	padding: 30px 20px;
}

.gkfb_btn {
	width: 100px;
	height: 40px;
	display: block;
	margin: 2px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #476ed9;
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(4, 0, 0, .27);
	-moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(4, 0, 0, .27);
	box-shadow: 0 1px #fff, inset 0 1px 4px rgba(4, 0, 0, .27);
}

.gkfb li img {
	padding: 2px 10px;
	float: left;
}

.gkfb_wz01 {
	color: #476ed9;
	font: normal 26px/1em microsoft yahei;
}

.gkfb_wz02 {
	color: #656565;
	font: normal 14px/1em microsoft yahei;
}

/* 正文组图 */
.photos {
	width: 620px;
	margin: 0 auto;
	position: relative;
}

.photos .pic {
	text-align: center;
	position: relative;
}

.photos .pic img {
	min-height: 360px;
}

.photos .pic span {
	display: block;
}

.photos .pic .tips {
	display: none;
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -110px;
}

.photos h4 {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}

.photos .preview {
	/* 容器大小、溢出隐藏 */
	width: 620px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	background-color: #fff;
	margin: 0 auto;
	padding: 1px 0;
}

.photos .preview ul {
	height: 80px;
	background-color: #f2f2f2;
}

.photos .preview li {
	/* 子元素大小 */
	width: 124px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}

.photos .preview li a {
	width: 112px;
	height: 66px;
	display: block;
	border: 2px #f2f2f2 solid;
	margin: 0 auto;
}

.photos .preview li.current a {
	border: 2px #2c94df solid;
}

.photos .preview li a span {
	width: 110px;
	height: 64px;
	display: block;
	border: 1px #fff solid;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}

.photos .preview li a img {
	width: 110px;
}

.photos p .prev,
.photos p .next {
	display: block;
	width: 23px;
	height: 23px;
	border: none;
	background-image: url(/images/col/arr.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	z-index: 3;
	font: 0/0 lx;
	overflow: hidden;
	margin: 0;
}

.photos p .prev {
	left: 0;
}

.photos p .next {
	background-position: 100% 0;
	right: 0;
}

.photos .pic .prev,
.photos .pic .next {
	width: 50%;
	_height: 2000px;
	background-image: url(about:blank);
	position: absolute;
	top: 0;
	bottom: 0;
}

.photos .pic .prev {
	cursor: url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_left_arrow.cur), auto;
	left: 0;
}

.photos .pic .next {
	cursor: url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_right_arrow.cur), auto;
	right: 0;
}

/* yshj-css */
.stNav ul {
	margin: 0 auto;
}

.stNav {

	margin: 0 auto;
	background: #336600;
}


.stNav li {
	width: 24%;
	float: left;
	height: 44px;
	line-height: 44px;
	/* margin: 0 20px; */
	/* padding: 0 20px; */
	text-align: center;
}

.stNav li a {
	color: #FFFFFF;
	font-size: 18px;
}

.z_content {
	padding: 20px 16px;
}

.z_content_block {
	margin-top: 20px
}

.z_content ul li {
	border-bottom: 1px #eee solid;
	height: 46px;
	background: url(https://ny-beta.dahe.cn/file/4113000002/img/yshj_dot.png) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 46px;
	font-size: 16px;
}

.z_title {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #68D6F7;
	font-size: 20px;

	padding-left: 16px;
}


.z_title a {
	height: 46px;
	float: right;
	line-height: 46px;
	color: #000000;
	font-size: 14px;

	padding-right: 20px;
}


.z_content li.line {
	height: 0;
	border-bottom: 1px #ccc solid;
	font: 0/0 lx;
	overflow: hidden;
	margin: 10px 0;
}

.z_content li .date {
	float: right;
	padding-right: 20px;
	color: #a5a5a5;
}

.z_content_left {
	float: left;
}

.z_content_right {
	float: right;
}

.z_content_block {
	height: 300px;
	border: 1px solid #5572D8;
	background: #E7F8FF;
	width: 550px;
}

.slideBox .bd ul li img {
	width: 1180px;
	padding-top: 20px;
}

.footer {
	background: #E8E7E7;
}
/* old */
.oldModel .z_content_block{
	width: 100%;
	height: auto;
}
.oldModel .z_title{
	font-size: 32px;
	height: 64px;
	line-height: 64px;
}
.oldModel .z_title a{
	height: 64px;
	line-height: 64px;
	font-size: 28px;
}
.oldModel .z_content ul li{
	height: 64px;
	line-height: 64px;
	font-size: 28px;
	/* position: relative; */
}

.wza-box{
	position: absolute;
	right: 20%;
	top: 50px;
}