@charset "utf-8";
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, cite, dfn, em, var {
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
	font-weight:normal;
}
/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content:'\20';
	display:block;
	height:0;
	clear:both;
}
.clearfix, .nav, .content, .grid, .h {
    *zoom:1;
}
.clear {
	clear:both;
	height:0;
	font:0/0 Arial;
	visibility:hidden;
}
/* 通用 */
body, button, input, select, textarea {
	font: 14px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color:#333;
}
.vm, input, label {
	vertical-align:middle;
}
.tc {
	text-align:center;
        padding-top: 4px;
}
.fl {
	float:left;
	_display:inline;
	color: white;
}
.fr {
	float:right;
	_display:inline;
}
.header .fr {
	float:right;
	_display:inline;
	color: white;
}
.header .fr a{
	color: white;
}
.mb10 {
	margin-bottom:15px;
}
.mr10 {
	margin-right:10px;
}
.hide {
	display:none;
}
.notext {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}
.notext:first-letter {
    margin-left: -20em;
}
/* 链接 */
a {
	color:#252525;
	text-decoration:none;
}
a:hover {
	color:#048;
}
a:active {
	outline:none;
}
/* nav */
.nav li, .nav dt, .nav dd {
	float:left;
	position:relative;
}
.nav a {
	display:inline-block;
}
.nav dt {
	font-weight:bold;
}
/* tab */
.tabs {
	display:block;
}
.tabs li {
	float:left;
}
.tabs li a {
	display:block;
}
/* list */
.h li {
	float:left;
	_display:inline;
	_white-space:nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow:hidden;
	zoom:1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
	position:relative;
	line-height:1.5;
}
.list-t li a {
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-t li a:hover {
	text-decoration:underline;
}
.list-t li span.tag {
	margin-right:5px;
}
.list-t li span.date {
	position:absolute;
	top:0;
	right:0;
	color: #333333;
}
.list-p li {
	text-align:center;
}
.list-a li a {
	display:inline-block;
}
/* 自定义 */
body {
	background-color:#ffffff;
	background: url(/images/cjxy/head_ds.jpg) repeat-x;
}
.wrap {
	width:1200px;
	margin:0 auto;
}
body.wrap {
	width:100%;
}
body.wrap .header{
	width:1200px;
	margin:0 auto;
}
.header {
	background:url(/images/cjxy/head.jpg) 30% 0 no-repeat;
	position:relative;
}
.ht {
	height:24px;
	line-height:24px;
	padding:0 10px;
}
.header h1 {
	height:245px;
}
.nav {
	height: 40px;
	background-color: #498bc5; /* 浏览器不支持时显示 */
	background-image: linear-gradient(#4c87c3, #2566aa);
	/* background:url(/images/cjxy/nav.png) repeat-x; */
}
.nav li {
	/* background:url(/images/cjxy/nav_li.png) 100% 0 no-repeat; */
	padding:0 10px 0 0;
}
.nav li a {
	width:137px;
	text-align:center;
	font:bold 16px/40px microsoft yahei;
	color:#fff;
}
.nav li.current a {
	/* background:url(/images/cjxy/nav_c.png) 50% 0 no-repeat; */
	background-color: #ffffff;
	background-image: linear-gradient(#ffffff, #71a8df);
	color: #01589d;
}
.nav > ul > li:hover > div.erji {
	display:block;
}
.nav li .erji {
  display:none;
  width:140px;
  background:#fff;
  padding:10px;
  font:0/0 lx;
  position:absolute;
  top: 35px;
  left:0;
  z-index:999;
}
.nav li .erji a {
  width:130px;
  height:30px;
  background:none;
  margin:0;
  padding:0 1px;
  /*font:bold 15px/30px 黑体;*/
  font: bold 14px/30px microsoft yahei;
border-right:0px #ffffff solid;
  color:#000;
      font-weight:300;
}
.nav li .erji a:hover {
  color: #62161e;
}

.header .search {
	width: 332px;
	position:absolute;
	top: 220px;
	right: 0px;
}
.search input, .search button {
	float:left;
	display:inline-block;
	vertical-align:middle;
	font:normal 14px/24px microsoft yahei;
}
.search input {
	width:145px;
	height: 21px;
	margin-right: 5px;
	line-height:21px;
	padding:4px;
	border:1px #01589d 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;
}
.search button {
	width:80px;
	height: 30px;
	line-height: 30px;
	/* border:none; */
	border: 1px solid;
	background: #01589d url(/images/cjxy/search.png) 10px 50% no-repeat;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	margin-left：-2px;
	padding-left:25px;
}
.search .btn {
	float:left;
	display:inline-block;
	width:67px;
	height:28px;
	background-color: #085b9d;
	border: 1px solid;
	color:#fff;
	font:bold 14px/28px microsoft yahei;
	text-align:center;
	margin-left:4px;
	vertical-align:middle;
}
.footer {
	height: 80px;
	line-height: 32px;
	padding: 10px;
	/* background:url(/images/cjxy/foot.png) no-repeat; */
	background-color: #498bc5;
	background-image: linear-gradient(#4c87c3, #2566aa);
	color:#fff;
}
.content {
	padding: 10px 0 10px;
	background:#fff;
}
.grid .box {
	border:1px #ddd solid;
	background-color:#fff;
	padding:4px;
}
.grid .box h3 {
	height: 40px;
	/* background:url(/images/cjxy/t.png) no-repeat; */
	border-bottom: 1px solid #00529c;
	color: #005499;
	position:relative;
}
.grid .box h3 b {
	display:inline-block;
	width:92px;
	font: bold 18px/30px microsoft yahei;
	text-align:center;
}
.grid .box h3 a.more {
	display:block;
	width:92px;
	height: 40px;
	line-height: 40px;
	/* background:url(/images/cjxy/t.png) 100% 0 no-repeat; */
	/* font:0/0 lx; */
	/* color: #00529c; */
	position:absolute;
	top:0;
	right: -30px;
}
.grid .box .list-t {
	padding:5px;
}
.grid .box .list-t li {
	height: 35px;
	line-height: 35px;
	padding-left:20px;
	background:url(/images/cjxy/dot.png) 5px 50% no-repeat;
}
/* focus */
.focus {
	width: 766px;
	height: 373px;
	position:relative;
	overflow:hidden;
	padding:1px;
	border:1px #ddd solid;
	margin-right: 0px;
	background-color:#fff;
}
.focus .pic {
	width: 100%;
	height: 100%;
}
.focus .pic div {
	width: 570px;
	height:246px;
}
.focus .pic div a {
	display:block;
	width: 760px;
	height: 376px;
	background-color: #423434;
	/* overflow:hidden; */
}
.focus .pic div a img {
	height: 376px;
	width: 100%;
}
.focus .pic div p {
	height: 26px;
	width: 760px;
	line-height: 20px;
	text-align: center;
	color: #fffdfd;
	padding-top: 5px;
	position: absolute;
	bottom: -127px;
	background-color: #4c87c3bd;
}
.focus .num {
	position:absolute;
	bottom: 9px;
	right:5px;
	width:90px;
	z-index:9;
}
.focus .num li {
	float:left;
	margin-right:2px;
}
.focus .num li a, .focus .next {
	display:block;
	width:16px;
	height:16px;
	text-align:center;
	line-height:16px;
	background-color:#333;
	color:#fff;
}
.focus .num li.current a {
	background-color:#b00;
}
.news {
	width: 410px;
}
.notice {
	width: 280px;
}
.notice .scroll {
	/* height:240px; */
	margin:5px 0;
}
.notice li {
	line-height:35px;
	padding-left:20px;
	background:url(/images/cjxy/dot.png) 5px 9px no-repeat;
}
.notice li span {
	    margin-right: 10px;
    float: right;
}
.notice .simply-scroll-container {
    position: relative;
}
.notice .simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}
.notice .simply-scroll-list { 
    overflow: hidden;
}
.notice .simply-scroll, .notice .simply-scroll .simply-scroll-clip { /* 容器样式设置大小 */
    width: 250px;
    height: 200px;
}
.hot {
	width: 410px;
}
.show {
	width: 460px;
}
.links {
	width:260px;
	height:250px;
	position:relative;
	overflow:hidden;
}
.links li {
	height:55px;
	margin-bottom:10px;
	vertical-align:middle;
}
.links li a {
	display:block;
	border:1px #ddd solid;
	height:53px;
	overflow:hidden;
}
.links li a:hover {
	border-color:#f17304;
}
.friends h2 {
	width:40px;
	height:86px;
	background:url(/images/cjxy/xsdh.png) no-repeat;
}
.friends li {
	margin:14px 0 0 10px;
}
.friends li a {
	display:inline-block;
	border:1px #ddd solid;
	background-color:#fff;
	padding:1px;
}
.friends li a:hover {
	border-color: #005499;
}
/* 版式自定义 */
.main {
	width:980px;
}
.side {
	width:200px;
background:#fff url(/images/col/111.png) 65% 0 no-repeat;
}
.side h2 {
	height:149px;
	font: bold 16px/270px microsoft yahei;
	text-align:center;
	position:relative;
	margin-bottom:10px;
padding-right:100px;
}
.side h3 {
	line-height:39px;
	border-bottom:1px #d2d2d2 solid;
	padding-left:15px;
	background:url(/images/index/dot1.png) 0 50% no-repeat;
	font-size:14px;
        margin-left:2px;
}
/* 侧栏菜单 */
.menu li {
	vertical-align:middle;
	margin-bottom:-1px;
}
.menu li a {
	display:block;
	height:40px;
	line-height:40px;
	border:1px #ddd solid;
	padding-left:35%;
background:#fff url(/images/col/12.png) 25% 50% no-repeat;
	font-size:14px;
	font-weight:bold;
margin:0 2px;
}
.menu li.current a, .menu li a:hover {
	background: #4c87c3 url(/images/col/12.png) 25% 50% no-repeat;
	color: #093e69;
}
/* 热点排行 */
.hots {

	margin-bottom:10px;
	padding:0 9px 9px;
}
.hots li {
	height:35px;
	line-height:35px;
	border-bottom:1px #d2d2d2 dotted;
	overflow:hidden;
}
.hots li em {
	display:inline-block;
	width:20px;
	text-align:center;
	font:bold italic 18px/35px Arial, Helvetica, sans-serif;
	vertical-align:-1px;
	margin-right:5px;
	color:#b9b9b9;
}
/* 分页 */
.pages {
	font:0/0 lx;
	padding:15px 0;
        clear: both;
        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 #00529e solid;
}
.pages a.current {
	border:1px #c0392b solid;
	background-color:#c0392b;
	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 .where {
	height:40px;
	line-height:40px;
	border-bottom: 2px #00529e solid;
	margin:0 15px;
	margin-bottom: 20px;
}
.main .tit {
	height:16px;
	border-bottom:1px #d2d2d2 solid;
	margin:0 10px;
	padding:10px 0;
	line-height:16px;
	position:relative;
}
.main .tit b {
	display:inline-block;
	padding:0 0 0 10px;
	border-left:5px #c0392b solid;
	font-size:14px;
}
.main li:hover {
	background-color:#f8f8f8;
}
/* 文字列表 */
.main .list-t {
	margin:0 10px;
	padding:10px;
}
.main .list-t li {
	height:32px;
	background:url(/images/cjxy/dot.png) 0 50% no-repeat;
	padding-left:17px;
	line-height:32px;
	font-size:14px;
}
.main .list-t li.line {
	height:0;
	border-bottom:1px #ccc dashed;
	font:0/0 lx;
	overflow:hidden;
	margin:10px 0;
background:none;
}
/* 标题加文字列表 */
.main .list-b-t li {
	padding:15px;
	border-bottom:1px #d2d2d2 dotted;
	color:#666;
}
.main .list-b-t li.current {
	background-color:#f6f6f6;
}
.main .list-b-t li h4 {
	line-height:30px;
	font-size:16px;
}
.main .list-b-t li p {
	line-height:30px;
}
/* 标题加文字列表分享 */
.main .list-b-t {
	margin:0 10px;
	overflow:visible;
}
.main .list-b-t li {
	*position:static;
	height:60px;
}
.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/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-bottom:1px #d2d2d2 solid;
	padding:15px;
	line-height:30px;
	font-size:14px;
	vertical-align:middle;
}
.main .list-p-t li a.pic {
	float:left;
	display:block;
	margin-right:15px;
}
.main .list-p-t li a.pic img {
	height:110px;
	background-color:#fff;
	border:1px #ddd solid;
	padding:4px;
}
.main .list-p-t li a.pic:hover img {
	border-color:#bbb;
}
.main .list-p-t li h4 {
	font-size:16px;
}
.main .list-p-t li p.text {
	text-indent:2em;
}
.main .list-p-t li p strong, .main .list-p-t li a {
	color:#c0392b;
}
.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/col/share.png) 0 50% no-repeat;
	line-height:28px;
	font-weight:bold;
	margin-right:5px;
}
/* 图片列表 */
.list .list-p {
	margin-right:-10px;
	padding:10px 0;
}
.list .list-p li {
	width:148px;
	margin-right:10px;
	line-height:30px;
}
.list .list-p li a {
	width:120px;
}
.list .list-p li a img {
	float:left;
	width:100%;
}
.list .list-p li a span {
	float:left;
	display:inline-block;
	width:100%;
}
.list .list-p li a span.tt {
	height:30px;
    background:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	color:#fff;
	line-height:30px;
	margin-top:-30px;
	position:relative;
}
#article_title {
    margin-top: 30px;
}

.zpq{
	float:left;
	margin: 10px 40px;
}
.zpq a {
	/* margin-top:10px; */
	float:left;
}
a.zpqa {
	margin-top:10px;
width:100%;
}
.zpq span {
	margin-top:10px;
    float:right;
}
.listWrap {
	margin-left: 40px;
}

.grid .box.friends .list-t li {
	float:left;
        background: none;
}
.grid .box.friends .list-t li a{
	border: none;
	line-height: 28px;
	float:left;
}


.main #article_list_zjsl p {
	/* margin-bottom:1em; */
}
table {
	width:100%;
}
table p {
    text-indent: 0em !important;
}


.main #article_list_zjsl {
 line-height:2em;
 font-size:16px;
}