@charset "utf-8";
/* 版式自定义 */
.where {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #d2d2d2 solid;
	margin-bottom: 10px;
	padding: 0 10px;
}
.main {
	width: 910px;
	padding: 0 25px;
}
.side {
	width: 190px;
	height: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
	box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.tit {
	height: 35px;
	border-bottom: 1px #d2d2d2 solid;
	line-height: 35px;
	position: relative;
}
.tit b {
	display: inline-block;
	line-height: 35px;
	font-size: 17px;
	padding-left: 15px;
	background: url(../images/col/bt.jpg) 0px 10px no-repeat;
}
.tit01 {
	height: 32px;
	position: relative;
	background: url(../images/col/bt01.jpg) 0px 0px no-repeat;
}
.tit01 b {
	display: inline-block;
	line-height: 32px;
	font-size: 18px;
	padding-left: 60px;
}
.tit02 {
	height: 32px;
	position: relative;
}
.tit02 b {
	display: inline-block;
	line-height: 32px;
	font-size: 18px;
	color: #005fbd;
	padding-left: 10px;
}
.tit02 .sm {
	float: right;
	font: normal 14px/32px microsoft yahei;
}
/* 侧栏菜单 */
.menu h2 {
	background-color: #005fbd;
	font: bold 22px/74px microsoft yahei;
	color: #fff;
	text-align: center;
}
.menu li {
	vertical-align: middle;
}
.menu li a {
	display: block;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px #dcdcdc solid;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #f5f5f5;
}
.menu li.current a, .menu li a:hover {
	color: #005fbd;
	background: #fff;
}
/* 分页 */
.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 #27ad60 solid;
}
.pages a.current {
	border: 1px #27ad60 solid;
	background-color: #0068b9;
	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 li:hover {
	background-color: #f8f8f8;
}
/* 文字列表 */
.main .list-t {
	padding: 10px;
}
.main .list-t li {
	height: 50px;
	border-bottom: 1px #ccc dotted;
	background: url(../images/index/dot.png) 10px 50% no-repeat;
	padding: 0 0 0 25px;
	line-height: 50px;
	font-size: 14px;
}
.main .list-t li.line {
	height: 0;
	border-bottom: 1px #ccc dashed;
	font: 0/0 lx;
	overflow: hidden;
	margin: 10px 0;
}
.new .list-t li {
	line-height: 34px;
	background: url(../images/index/dot.png) 15px 50% no-repeat;
	padding-left: 30px;
}
/* 标题加文字列表 */
.main .list-b-t li {
	padding: 15px 15px 15px 85px;
	color: #666;
	background: url(../images/col/icon.jpg) 0px 15px no-repeat;
}
.main .list-b-t li.current {
	background-color: #f6f6f6;
}
.main .list-b-t li h4 {
	line-height: 30px;
	font-size: 20px;
}
.main .list-b-t li h4 span {
	font-size: 16px;
	padding: 0px 20px;
}
.main .list-b-t li p {
	line-height: 30px;
}
/* 标题加文字列表分享 */
.main .list-b-t {
	overflow: visible;
}
.main .list-b-t li {
 *position:static;
}
.main .list-b-t .share {
	float: right;
	width: 50px;
	margin-top: -30px;
}
.main .list-b-t .share .btn {
	display: inline-block;
	padding-left: 20px;
	background: url(/images/new/col/share.png) 0 50% no-repeat;
	line-height: 30px;
	font-weight: bold;
}
.main .list-b-t .share .share-box {
	position: absolute;
	top: 70px;
	right: 10px;
	border: 1px #d2d2d2 solid;
	width: 80px;
	line-height: 14px;
 *margin-left:-40px;
	padding: 5px!important;
	background-color: #fff;
	display: none;
	z-index: 999;
 *position:relative;
 *top:0;
 *right:0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.main .list-b-t .share .share-box a {
	position: relative;
	display: block;
	width: 55px;
	padding-left: 25px;
	z-index: 999;
}
.main .list-b-t .share .share-box a:hover {
	background-color: #ddd;
}
/* 图文列表 */
.main .list-p-t {
	overflow: visible;
}
.main .list-p-t li {
	border: 1px #d2d2d2 solid;
	line-height: 30px;
	font-size: 14px;
	vertical-align: middle;
	margin-bottom: 20px;
	position: relative;
}
.main .list-p-t li a.pic {
	float: right;
	display: block;
	margin-left: 15px;
}
.main .list-p-t li a.pic img {
	width: 265px;
	height: 150px;
}
.main .list-p-t li a.pic:hover img {
	border-color: #bbb;
}
.main .list-p-t li h4 {
	padding: 50px 0px 0px 20px;
	font: bold 18px/34px microsoft yahei;
}
.main .list-p-t li p.text {
	text-indent: 2em;
}
.main .list-p-t li p.info {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 95px;
	height: 38px;
	text-align: center;
	background: #67abef;
	font: normal 14px/38px microsoft yahei;
}
.main .list-p-t li p strong, .main .list-p-t li a {
	color: #048;
}
.main .list-p-t li .share {
	float: right;
	width: 110px;
	margin: -28px -10px 0 0;
	line-height: 30px;
}
.main .list-p-t li .share .share-box {
	width: 50px;
}
.main .list-p-t li .share .btn {
	float: left;
	display: inline-block;
	padding-left: 20px;
	background: url(/images/new/col/share.png) 0 50% no-repeat;
	line-height: 28px;
	font-weight: bold;
	margin-right: 5px;
}
/* 图片列表 */
.list-p {
	margin-right: -10px;
	padding: 10px 0;
}
.list-p li {
	width: 180px;
	height: 250px;
	margin: 0px 26px;
}
.list-p li a {
	width: 180px;
	height: 250px;
}
.list-p li a img {
	float: left;
	width: 174px;
	height: 214px;
	padding: 2px;
	border: 1px solid #ccc;
}
.list-p li a span {
	float: left;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
}
/* 正文自定义 */
.article {
	padding: 15px;
}
.article h2 {
	color: #333;
	font: normal 24px/30px microsoft yahei;
	margin: 0 20px -10px;
	padding: 30px 70px 16px;
	text-align: center;
}
.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 .info em {
	font-family: microsoft yahei, 微软雅黑;
	font-size: 16px;
	font-weight: bold;
	color: #ba2636;
}
.article .article-box {
	margin: 0 20px;
	padding: 30px 70px;
}
.article .article-box {
	line-height: 2em;
	font-size: 16px;
	margin-bottom: 1em;
}
.article .article-box p {
	line-height: 2em;
	font-size: 16px;
	margin-bottom: 1em;
}
.article table {
	margin: 0 auto 1em;
}
.article-box p a {
	text-decoration: underline;
	margin: 0 5px;
	color: #09c;
}
.article-box img {
	display: block;
	margin: 0 auto;
/*	max-width: 600px;
*/}
.article-box table {
	width: 100%;
	margin: 0 auto;
}
.article-box table th, .article-box table td {
	padding: 20px;
	line-height: 20px;
}
.article-box table td {
	border: 1px #ccc solid;
}
/*_______________________20180507新增_______________________*/	
.article-box table th {
	background-color: #f1f8ff;
	text-align: center;
	font-weight: bold;
	color: #005fbd;
	border-bottom: 3px solid #005fbd;
	white-space:nowrap;
}
/*_______________________20180507新增结束_______________________*/	
.article .bdsharebuttonbox {
	margin: 10px 20px 0;
}
.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;
}
/* 正文组图 */
.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 #27ad60 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/new/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;
}
.box li {
	margin: 10px 0px 10px 100px;
}
.box li:hover {
	background: none;
}
.box input {
	height: 28px;
	padding: 0px 10px;
	margin: 0px 10px;
	width: 170px;
	border: 1px solid #e0e0e0;
}
.box span {
	font: bold 14px/30px microsoft yahei;
}
.box a {
	width: 75px;
	height: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #6ca2d0;
	font: normal 14px/30px microsoft yahei;
}
.box table {
	width: 100%;
	margin: 0 auto;
	border: 1px #ccc solid;
}
.box table th, .box table td {
	padding: 20px;
	line-height: 20px;
}
.box table td {
	border-left: none;
	border-top: none;
	border-right: none;
	text-align: center;
	border-bottom: 1px #ccc solid;
}
.box table th {
	background-color: #f8f8f8;
	text-align: center;
	font-weight: bold;
	color: #1a7fd1;
	border-top: 3px solid #005fbd;
	border-bottom: none;
}
/*jdcx*/	
.jdcx {
	width: 990px;
	display: inline-block;
	margin: 30px 70px;
}
.w490 {
	width: 450px;
	margin-top: 20px;
	padding: 20px;
	background: #fafafa;
}
.jdcx p {
	font: normal 14px/30px microsoft yahei;
}
.jdcx input, .jdcx select {
	height: 54px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	margin-left: 0px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,.05);
	-moz-box-shadow: 4px 4px rgba(0,0,0,.05);
	box-shadow: 4px 4px rgba(0,0,0,.05);
	border: solid 1px #a3bde2;
}
.jdcx a {
	width: 168px;
	height: 57px;
	background-color: #005fbd;
	margin-left: -168px;
	text-align: center;
	color:#fff;
	border-radius: 0px 5px 5px 0px;
	font: normal 14px/57px microsoft yahei;
}
.w490 h3 {
	display: inline-block;
	padding: 0px 10px;
	background: #88bbee;
	color: #fff;
	margin-bottom: 10px;
	font: normal 14px/30px microsoft yahei;
}
.w410 {
	width: 410px;
}
.w550 {
	width: 550px;
}
.bdc {
	width: 980px;
	height: 100px;
	margin: 20px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,.05);
	-moz-box-shadow: 4px 4px rgba(0,0,0,.05);
	box-shadow: 4px 4px rgba(0,0,0,.05);
	border: solid 1px #a3bde2;
}
.bdc a {
	width: 94px;
	height: 100px;
	background-color: #005fbd;
	float: right;
	color: #fff;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	font: normal 14px/100px microsoft yahei;
}
.w400 {
	width: 400px;
}
.w400 p {
	padding-left: 20px;
	font: normal 14px/45px microsoft yahei;
}
.w400 input {
	color: #aaa;
	border: 1px solid #a3bde2;
	height: 38px;
	font: normal 14px/38px microsoft yahei;
}
/*tabl-list*/	
.tabl-list {
	background: #f5f5f5;
	height: 50px;
	padding: 23px 0px;
	margin-bottom: 10px;
}
.tabl-list li {
	float: left;
	padding: 0px 42px;
	font: bold 20px/50px microsoft yahei;
}
.tabl-list li + li {
	border-left: 2px solid #fff;
}
.tabl-list li i {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 20px;
	background-image: url(../images/index/icon.png);
	background-repeat: no-repeat;
}
.tabl-list li i.s1 {
	background-position: 0px -98px;
}
.tabl-list li i.s2 {
	background-position: -50px -98px;
}
.tabl-list li i.s3 {
	background-position: -100px -98px;
}
.tabl-list li i.s4 {
	background-position: -150px -98px;
}
.tabl-list li i.s5 {
	background-position: -200px -98px;
}
.tabl-con {
	width: 100%;
	display: inline-block;
}
.tabl-con ul {
	margin-left: -50px;
}
.tabl-con ul li {
	padding: 10px;
	width: 530px;
	background: #fafafa;
	margin: 10px 0px 10px 50px;
	float: left;
}
.tabl-con ul li h3 {
	font: normal 20px/40px microsoft yahei;
}
.tabl-con ul li a {
	display: block;
	padding: 0px 10px;
	background: none;
	color: #333;
	float: left;
	width: auto;
	font: normal 16px/24px microsoft yahei;
}
.tabl-con ul li a img {
	float: left;
	margin-right: 10px;
}
/*_______________________list08__________________________*/	
.focus {
	width:898px;
	height:340px;
	border:1px #ccc solid;
	background-color:#fff;
	margin:0 auto;
	padding:5px;
	position:relative;
	overflow:hidden;
}
.focus .pic {
	float:left;
	width:608px;
	height:340px;
	position:relative;
	overflow:hidden;
}
.focus .pic div a {
	display:block;
	width:608px;
	height:340px;
	background-color:#fff;
}
.focus .pic div a img {
	max-width:100%;
	min-height:340px;
}
.title {
	float:right;
	width:285px;
	height:340px;
	margin-bottom:-5px;
	position:relative;
	z-index:9;
}
.title li {
	height:64px;
	margin-bottom:5px;
}
.title li a {
	display:block;
	width:265px;
	height:50px;
	padding:7px 10px;
	line-height:25px;
	background-color:#ebe8e8;
}
.title li.current a {
	background:url(images/index/focus_c.png) 0 0 no-repeat;
	color:#fff;
	margin-left:-10px;
	padding:7px 10px 7px 20px;
}

.show {
	position: relative;
}
.show .scroll { /* 容器大小、溢出隐藏 */
	width: 1150px;
	height: 195px;
	position: relative;
	overflow: hidden;
	margin:20px 0px;
}
.show li { /* 子元素大小 */
	width: 220px;
	height: 195px;
	margin: 0px 5px;
	text-align: center;
}
.show li a {
	display: block;
	width: 220px;
	margin: 0 auto;
	background:none;
	}
.show li a:hover {
}
.show li a img {
	width: 220px;
	height: 165px;
	padding:0px;
	border:none;
}
.show li a span {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	position: relative;
	color:#333;
	font: normal 16px/30px microsoft yahei;
}
.w560{
	width:540px;
	padding:10px;
	position:relative;
	background:#fafafa;
	}
.w560 .list-t {
	padding: 30px 10px 10px 10px;
}
.w560 .list-t li {
	height: 34px;
	background:url(../images/col/dot.jpg) 0px 50% no-repeat;
	line-height: 34px;
	font-size: 14px;
	padding-left:20px;
	margin:0px;
}
.w560 .list-t li a{
	background:none;
	color:#333;
	width:auto;
	}
.w560 .list-t li span.date {
  font:normal 14px/34px microsoft yahei;
}
.tit03{
	display:block;
	width:135px;
	height:50px;
	color:#fff;
	position:absolute;
	top:-20px;
	left:10px;
	text-align:center;
	background:#67abef;
  font:normal 18px/50px microsoft yahei;
	}









/*_______________________20180507新增_______________________*/	
.bgcx {
	width: 1100px;
	display: inline-block;
	margin: 30px 20px;
}
.bgcx input, .bgcx select {
	height: 54px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	margin-left: 0px;
	margin:0px 5px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,.05);
	-moz-box-shadow: 4px 4px rgba(0,0,0,.05);
	box-shadow: 4px 4px rgba(0,0,0,.05);
	border: solid 1px #a3bde2;
	float:left;
}
.bgcx a {
	width: 168px;
	height: 55px;
	display:block;
	float:left;
	background-color: #005fbd;
	text-align: center;
	color:#fff;
	border-radius:5px;
	font: normal 14px/57px microsoft yahei;
}
/*_______________________20180507新增结束_______________________*/	




