/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}



audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	/*box-sizing: border-box;*/
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	/*box-sizing: content-box;*/
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}




@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	to {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	to {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}



body,
button,
input,
select,
textarea {
	font-size: 14px;
	font-family: Arial, Hiragino Sans GB, 冬青黑, Microsoft YaHei, 微软雅黑, SimSun, 宋体, Helvetica, Tahoma, Arial sans-serif;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden
}

body {
	background-color: #f3f3f3;
	color: #363636
}



a {
	color: #0f1419;
	text-decoration: none
}

a,
img {
	vertical-align: top
}

ul {
	padding: 0;
	list-style: none
}

p,
ul {
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #0f1419
}

a:active,
a:focus,
input:active,
input:focus,
option:active,
option:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	outline: 0
}

textarea {
	resize: none
}

::-webkit-input-placeholder {
	color: #ccc
}

::-moz-placeholder {
	color: #ccc
}

:-ms-input-plcaeholder {
	color: #ccc
}

input:-moz-placeholder {
	color: #ccc
}
.f-fl{
	float: left;
}
.f-fr{
	float: right;
}
.clearfix:after,
.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

*,
:after,
:before {
	/*box-sizing: border-box*/
}

.mt5{margin-top:5px;}

#headMenu {
	position: relative;
	z-index: 3;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}
.toolBar {

	 font: 12px/1.5 tahoma,arial,\5b8b\4f53;
	position: relative;
 *z-index: 2;
}
.topNav {
	height: 34px;
	position: relative;/*z-index: 2;*/
	}
.navList li {
	float: left;
	position: relative;
	margin: 0 3px;
}
.navList li .one .icon {
	width: 7px;
	height: 5px;
	margin-left: 5px;
 *left: 3px;
 *top: -3px;
	_top: 7px;
	_margin: 9px 0 10px;
	background-position: -103px -40px;
	transform: rotate(0deg);
	transition-duration:0.3s;
	-o-transform: rotate(0deg);
	-o-transition-duration:0.3s;
}
.navList li .one a {
	padding: 0 8px;
	text-decoration: none;
}
.navList li .two {
	position:absolute;
	top: 35px;
	_top: 34px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	display: none;
	padding-bottom: 5px;
	z-index: 22;
	min-width:76px;
}
.navList li .two a {
	display: block;
	padding: 0 8px;
	margin: 5px 0;
	color: #666;
	white-space: nowrap;
}
.navList li.hover .one a {
	background: #fff;
	border-color: #ddd;
	border-bottom: 1px solid #fff;
	_border-bottom: 0;
}
.navList li.hover .one .icon {
	transform: rotate(180deg);
	transition-duration:0.3s;
	-o-transform: rotate(180deg);
	-o-transition-duration:0.3s;
}
.navList li.hover .two {
	display: block;
}
.navList li .one a, .navUser a {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #555;
}
.navList li.watch {
	padding-left: 20px;
	_padding-left: 17px;
}
.navList li.watch .icon {
	position: absolute;
	top: 10px;
 +top: 8px;
	_top: 1px;
	left: 0;
	width:18px;
	height: 14px;
	background-position: -129px 0;
}
.topNav a:hover, .topNav li a:hover {
	color: #d81517;
}


.icon{
	display: inline-block; 
	position:relative;
	overflow: hidden;
	background: url(http://img.chinaz.com/templates/2015style/images/icon/icon.png) no-repeat;
	}	

.container {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

.header{
	background: #fff;
}

.header-inner{
	padding: 10px 0;
}
.inner:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}


 
 
.header .logo {
    float: left;
}
.header .logo a{
	display: inline-block;
}
.header .logo img{
	width: 210px;
	height: 60px;	
}

.sideAdList {
	width: 303px;
	height: 58px;
	overflow: hidden;
	border: 1px solid #b0d7ff;
	 font: 12px/1.5 tahoma,arial,\5b8b\4f53;
	
}
.sideAdList{background: url(http://img.chinaz.com/templates/2015style/images/agg.gif) right bottom no-repeat #fff; padding-right: 6px;}
.sideAdList li {
	position:relative;
	float: left;
	width: 132px;
	padding: 0 3px 0 9px;
	_padding:0 0 0 9px;
	list-style: none;
	display:inline-block;
}
.sideAdList li i {
	display: block;
	position: absolute;
	left: 4px;
	top: 10px;
	width: 2px;
	height: 2px;
	overflow: hidden;
	background: #333;
}
.sideAdList li.red i {
	background: red;
}
.sideAdList li.blue i {
	background: blue;
}
.sideAdList li.dBlue i {
	background: 1c3d72;
}
.sideAdList li a {
	color: #333;
	position:relative;
	/*width: 135px;*/
	width:138px;
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
}
.sideAdList li a.red {
	color: red;
}
.sideAdList li a.blue {
	color: blue;
}
.sideAdList li a.dBlue {
	color: #1c3d72
}


.nav-inner{
	background: #2B6BAB;
	
}
.navBeta{
	padding: 5px 0;
	width: 1040px;
	background: #2B6BAB;
}
.navBetaCon {
	float: left;
	width: 188px;
	overflow: hidden;
	padding:0 0 0 15px;
	border-right:1px solid #2D5D8E;
}
.navBetaCon li {
	float: left;
	line-height:24px;
}
.navBetaCon li a {
	padding:2px 8px;
	display:inline-block;
	color: #fcfcfc;
	white-space: nowrap;
	border-radius:3px;
}
.navBetaCon li.tit {
	font-size:11px;
	color: #6A8EB2;
	margin-right:2px;
}
.navBetaCon li.tit a {
	font-weight: bold;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #fff;
}
.navBetaCon li a:hover {
	background:#cae1ee;
	color:#0d519c;
	text-decoration:none;
}
.navBetaCon li.tit a:hover {
	background:#FECC09;
	color:#333;
	text-decoration:none;
}
.Con2 {
	width: 238px;
	border-left:1px solid #3175BC;
}
.Con3 {
	width: 188px;
	border-left:1px solid #3175BC;
}
.Con4 {
	width: 148px;
	border-left:1px solid #3175BC;
}
.Con5 {
	width:103px;
	border-left:1px solid #3175BC;
}
.Con6 {
	width: 65px;
	padding-left:15px;
	border-left:1px solid #3175BC;
	border-right:none;
}


/*pagecontent model css*/

.page-content{
	padding: 25px 0;
}
.lmain{
    padding: 80px 45px;
    width: 590px;
    float: left;
    position: relative;
    background: #fff;
    min-height: 1000px;
}
.lmain_list{
	padding: 40px 45px;
    width: 590px;
    float: left;
    position: relative;
    background: #fff;
    min-height: 1000px;
}
.lmain_list .article-catlist{
	margin-top: 0;
	padding-top: 0;
}
.sidebar {
    float: right;
    width: 300px;
    padding: 40px 20px;
     background: #fff;
    min-height: 1000px;
}


 
.share-view {
    width: 40px;
    position: absolute;
    left: -69px;
    top: 0;
    z-index: 9;
    background: 0;
    font-family: "Microsoft YaHei";
}

.share-view .share-title {
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    border-radius: 50%
}

.share-view .share-title .ui-icon {
    width: 28px;
    height: 28px;
    background-image: url(../img/share.png);
    background-repeat: no-repeat;
    background-position: -181px 0;
    display: inline-block;
}

.share-view a {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 5px;
    background: #727171;
    margin-bottom: 7px;
    border-radius: 50%;
    vertical-align: middle
}

.share-view a span {
    display: none;
    color: #FFF;
    font-family: Constantia, Georgia;
    text-align: center;
    line-height: 30px
}

.share-view a:hover span {
    display: inline-block
}

 

.share-view a.ui-icon {
    width: 28px;
    height:28px;
    background-image: url(../img/share.png);
    background-repeat: no-repeat;
   	display: inline-block;
}

.share-view a.ui-weibo {
    background-position: 7px 5px;
	
}



.share-view a.ui-tencent-weibo {
    background-position: -22px 5px
}

.share-view a.ui-qzone {
      background-position: -107px 4px;
}

.share-view a.ui-weixin {
       background-position: -76px 5px;
}




.share-view a:active, .share-view a:hover {
    background: #666;
	
}


 



.lmain .meta-cat {
    position: absolute;
    left: 50px;
    top: 40px;
    height: 28px;
}
.meta-cat a, .meta-cat span {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    background: #ffc81f;
    display: inline-block;
	width:84px;
}

.meta-tags {
	max-width: 500px;
	position: absolute;
	left: 135px;
	top: 48px;
    font-size: 12px;
    line-height: 12px;
}
.meta-tags .item.tag{
	float: left;
	margin-left: 5px;
}
.meta-tags .item.tag:last-child {
    margin-right: 0;
}

.meta-tags .item.tag a {
    display: inline-block;
    padding: 4px 6px;
    background-color: #d2d2d2;
    color: #fff;
}

/*article model css */
.article-detail-hd{
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.article-detail-hd .title {
    position: relative;
    padding-top: 10px;
    color: #000;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
}

.article-detail-hd .meta {
    font-size: 14px;
    color: #888;
    padding: 20px 0 0;
} 
.article-detail-hd .meta > span {
    margin-right: 10px;
}
.article-detail-hd .meta a{
	color: #888;
	display:inline;
}

.article-detail-hd .meta .conmment-num {
    color: #ff4d4d;
    padding: 0 0 0 5px;
    text-decoration: none;
    cursor: pointer;
}
.article-detail-hd .meta .error{
	display: inline-block;
    color: #888;
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0 5px;
    background: #fff;
    margin: -2px 3px 0 3px;
    font-size: 13px;
	vertical-align: middle;
	height: 20px;
	cursor: pointer;
}
.article-detail-hd .meta .error:hover{
	background: #ffc81f;
	color: #000;
}
.article-detail-hd .meta .error:hover a{color:#000;}
.article-detail-hd .meta .error i{
	font-size: 12px;
}
.article-detail-bd .detail {
	margin-top: 30px;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-word;
	letter-spacing: normal;
	font-size: 16px;
    line-height: 1.8;
    color: #0e0e0e;
	width:590px;
	overflow:hidden;
}

.article-detail-bd .detail>* {
	margin-bottom: 24px
}

.article-detail-bd .detail pre {
	white-space: normal
}
.article-detail-bd .detail center{
	text-align:center;
	display:block;
	margin:10px 0;
}
.article-detail-bd .detail a {
	padding-bottom: 4px;
	border-bottom: 1px solid #ffc81f;
	text-decoration: none
}

.article-detail-bd .detail blockquote {
	margin:20px 0; 
	padding:20px;
	background:#f9f9f9;
}
.article-detail-bd .detail blockquote p{
	margin-bottom: 14px;
	font-size:13px;
}
.article-detail-bd .detail img {
	height: auto;
	max-width: 590px; 
}

.article-detail-bd .detail ol,
.article-detail-bd .detail ul {
	padding-left: 20px
}

.article-detail-bd .detail ol {
	list-style-type: decimal
}

.article-detail-bd .detail ul {
	list-style-type: disc
}

.article-detail-bd .detail embed,
.article-detail-bd .detail iframe {
	margin: 0 auto;
	max-width: 100%!important;
	width: 100%;
	height: 400px
}

.article-detail-bd .detail h1,
.article-detail-bd .detail h2,
.article-detail-bd .detail h3,
.article-detail-bd .detail h4,
.article-detail-bd .detail h5,
.article-detail-bd .detail h6 {
	display: block;
	margin-top: 28px;
	margin-bottom: 14px;
	padding-left: 15px;
	border-left: 5px solid #ffc81f;
	background-color: transparent;
	color: #363636;
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	font-family: Tahoma, Arial, Hiragino Sans GB, 冬青黑, Microsoft YaHei, 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
	line-height: 32px
}

.pageBar{
	padding: 25px 0;
	text-align: center;
}
.pageBar li {
	float:left;
	list-style:none;
}
.pageBar a, .pageBar strong {
	margin: 0 5px 15px 0;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border:1px solid #eee;
	padding: 0 10px;
	color: #444;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	background:#eee;
	border-radius: 3px;
}
.pageBar a:hover, .pageBar a.cur, .pageBar a.now, .pageBar strong {
	text-decoration: none;
	background: #ffc81f;
	border:1px solid #ffc81f;
	color: #333;
}


.article-votekeys{
	padding:40px 0;
	text-align: center;
	display:none
}
.votekeys{
	display: inline-block;
    padding: 0 22px;
    line-height: 51px;
    background: #ffc81f;
    color: #000;
    border-radius: 4px;
    font-size: 12px;
	border:none;
	outline:none; 

}
.votekeys span {
    float: left;
    font-size: 18px;
}

.article-votekeys .statement {
    color: #999;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
}

.article-author{
	 margin-top: 35px;
    padding: 25px;
    background-color: #f7f7f7;
    position: relative;
}
.article-author .author-avatar {
    float: left;
    width: 60px;
    height: 60px;
}
.article-author .author-main {
    margin-left: 80px;
}
.article-author .author-main  .name span {
    margin-right: 35px;
}
.article-author .author-main p {
    color: #757575;
    line-height: 20px;
    margin-top: 5px;
    padding-right: 10px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}
.article-join{
	 display: flex;
    margin-top: 35px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 85px;
    background-color: #f7f7f7;
    color: #535353;
    font-size: 14px;
}
.article-join p {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    line-height: 35px;
	height: 35px;
	padding: 25px 0;
}
.article-join a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    width: 105px;
    display: inline-block;
    margin-left: 25px;
    background-color: #e12f11;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
}

.article-relate{
	padding-top: 30px;
}
.article-relate .title-view ,.article-catlist .title-view,.article-comments .title-view {
    border-bottom: 1px solid #eee;
    height: 28px;
    line-height: 28px;
    color: grey;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.article-relate .title-view .title ,.article-catlist .title-view .title ,.article-comments .title-view .title {
    width: 150px;
    line-height: 28px;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.article-relate-box  {
    position: relative;
    left: 0;
    top: 0;
}

.article-relate-box .news-view {
    width: 135px;
    float: left;
    margin-right: 16px
}
.article-relate-box .news-view h3{
	font-weight: normal;
}
.article-relate-box .news-view:hover {
    background: #f4f3f0
}
.article-relate-box .news-view.last{
	margin-right:0;
}
.article-relate-box .news-view .news-img img {
    width: 100%
}

.article-relate-box .news-view .news-header {
    padding: 9px 5px
}

.article-relate-box .news-view .news-header a {
    font-size: 13px;
    line-height: 18px;
    color: #252525
}

.article-relate-box .news-view .news-footer {
    padding: 9px 5px;
    height: 34px;
	display: none;
}

.article-relate-box .news-view .news-footer p {
    line-height: 16px;
    position: relative
}


.article-comments{
	margin-top:35px;
}

.article-catlist{
	padding-top: 45px;
}
.article-catlist .title-view{
	margin-bottom: 0;
}
.article-catlist .catlist-box {
	padding: 10px 0;
	border-bottom: 1px #f0f0f0 solid;
	color: #191919;
	position: relative;
}

.article-catlist .catlist-box .pic {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 15px;
	overflow: hidden;
	position: relative
}
.article-catlist .catlist-box .img-do {
    overflow: hidden;
    transform-style: preserve-3d;
}
.article-catlist .catlist-box .img-do img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .5s ease .1s;
    -webkit-transition: -webkit-transform .5s ease .1s;
}

.article-catlist .catlist-box h4 {
	height: 53px;
	font-size: 18px;
	line-height: 24px;
	vertical-align: top;
	padding-top: 7px;
	font-weight: 500;
	overflow: hidden;
}
.article-catlist .catlist-box h4 .subtit{
	font-size: 13px;
	padding-top: 5px;
	color: #999;
}
.article-catlist .catlist-box-txt{
	min-height: 75px;
}
.article-catlist .catlist-box-piclist{
	height: 175px;
}
.article-catlist .catlist-box-txt h4 {
    height: auto;
    padding: 10px 0 15px;
}
.article-catlist .catlist-box-piclist h4{
	height: auto;
}
.article-catlist .catlist-box h4 a:visited {
	color: #999
}

.article-catlist .catlist-box h5 {
	font-size: 16px;
	line-height: 20px
}

.article-catlist .catlist-box .list {
	padding-top: 6px;
	float: left;
	width: 310px;
	margin-right: 20px
}

.article-catlist .catlist-box .list li {
	height: 30px;
	line-height: 30px;
	font-size: 14px
}

.article-catlist .catlist-box .list li .dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	float: left;
	margin: 13px 8px 0 0;
	font-size: 0;
	overflow: hidden;
	background: #ccc
}

.article-catlist .catlist-box .list-end {
	margin: 0
}

.article-catlist .catlist-box .other {
	line-height: 20px;
	color: #777;
	height: 20px;
	position: absolute;
	left: 165px;
	bottom: 10px;
}
.article-catlist .catlist-box-txt .other, .article-catlist .catlist-box-piclist .other{
	left: 0;
}

.article-catlist .catlist-box-txt .subtit{
	display: none;
}
.article-catlist .catlist-box .other a {
	display: inline-block;
    color: #9e9e9e;
    background: #f5f5f5;
    padding: 0 6px;
    margin-right: 12px;
	font-size:12px;
}

.article-catlist .catlist-box .other a:hover {
	color: #c9141d
}

.article-catlist .catlist-box .other span {
	display: inline-block;
	vertical-align: top
}
.article-catlist .catlist-box .other span.tags{
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article-catlist .catlist-box .other span.time{
	float:right;
	display:none;
}
.article-catlist .catlist-box .other .dot {
	margin: 0 2px 0 6px;
	display: none;
}

 
.article-catlist .catlist-box .other .com {
	float: right;
	width: 52px;
	*margin-top: -20px
}

.article-catlist .catlist-box .other .channel {
	display: none
}

.article-catlist .catlist-box .other .channel-dot {
	display: none
}

.article-catlist .catlist-box .icon-comment:before {
	margin-right: 6px;
	color: #9c9c9c;
	font-size: 16px;
	position: relative;
	top: 2px
}

.article-catlist .catlist-box .pt {
	font-size: 14px;
	line-height: 18px;
	width: 215px;
	float: left;
	margin-right: 10px
}

.article-catlist .catlist-box .pt .sm-img {
	float: left;
	width: 60px;
	height: 60px
}

.article-catlist .catlist-box .pt span {
	display: inline-block;
	padding: 2px 0 0 10px;
	float: left;
	width: 140px
}

.article-catlist .catlist-box .pic-group {
	margin: 15px auto 0;
}

.article-catlist .catlist-box .pic-group li {
	float: left;
	width: 136px;
	height: 100px;
	margin-right: 13px;
	overflow: hidden;
	position: relative
}

.article-catlist .catlist-box .video-txt .txt {
	color: #fff;
	position: absolute;
	left: 35px;
	bottom: 0;
	width: 115px;
	line-height: 30px;
	font-size: 12px
}

.article-catlist .catlist-box .pic-group .end {
	margin-right: 0
}

.article-catlist .catlist-box .pic-group .pic-more a {
	background: #eaeaea;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	font-size: 14px;
	color: #666
}

.article-catlist .catlist-more {
    display: block;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #828282;
    background-color: #f7f7f7;
    margin: 0;
    border: 1px solid #eee;
    border-top: 0;;
}
.article-catlist .catlist-more:hover{
	background-color: #ffc81f;
	color: #000;
}



.search-box{
	padding: 10px;
	background: #F9F9F8;
}
.search-box p{
	padding: 10px 10px 0 10px;
	height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #A19D97;
	width: 280px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.search-box p a{
	color: #A19D97;
	margin-right: 5px;
}
.search-box .search-input {
    width: 206px;
    height: 30px;
    color: #999;
    font-size: 14px;
    border: 1px solid #EEEDEB;
    border-right: 0;
    line-height: 36px;
    float: left;
    border-radius: 2px 0 0 2px;
    padding: 2px 10px;
}

.search-box .search-btn {
	border: 0;
    cursor: pointer;
    float: left;
    cursor: pointer;
    width: 53px;
    height: 36px;
    display: inline-block;
    background: #fdd000 url(../img/search.png) no-repeat center center;
    text-align: center;
}
 

.widget-postlist{
	margin-top: 30px;
}
.widget-postlist h3.title {
    position: relative;
    width: 143px;
    height: 28px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0;
}
.widget-postlist .news-view {
    padding-bottom: 16px;
    margin-bottom: 24px;
	border-bottom: 1px solid #eee
}

.widget-postlist .news-view:hover {
    background: #f4f3f0
}
.widget-postlist .news-view .news-img a{
	 display: block;
	width: 300px;
	height: 135px;
	overflow: hidden;
}
.widget-postlist .news-view .news-img img {
    width: 100%
}

.widget-postlist .news-view .news-header {
    padding: 11px 5px 9px
}

.widget-postlist .news-view .news-header a {
    font-size: 16px;
    line-height: 24px;
    color: #141414;
    font-weight: normal
}

.widget-postlist .news-view .news-main {
    padding: 2px 0 25px
}

.widget-postlist .news-view .news-main p {
    font-size: 13px;
    line-height: 20px;
    color: #595757
}

.widget-postlist .news-view .news-footer {
    height: 16px;
	display:none;
}

.widget-postlist .news-view .news-footer p {
    position: relative;
    line-height: 15px
}

.widget-postlist .news-view .news-footer .date {
    color: #bbb
}



#footer {
    background: #f7f7f7;
    padding: 20px 0;
    margin-top: 35px;
    text-align: center;
    line-height: 28px;
}


 .catnav-box{
        	background:#fff;
        	border-bottom: 1px solid #eee;
        	
        }
    .catnav-box h2 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    width: auto;
    float: left;
    margin-right: 16px;
}
.catname-list {
    float: left;
}


.catname-list a {
	color: #828282;
	vertical-align: bottom;
}
.catname-list a:hover{
	background-color: #fdd000;
	color: #333;
}
.catname-list {
	float: left;
	width: 500px
}

.catname-list a {
	padding: 2px 10px;
	border-radius: 1px;
	font-size: 12px;
	background-color: #edeeef;
	margin-right: 2px;
	position: relative;
	display: inline-block;
	margin-bottom:10px;
}

.catname-list a i {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -7px
}

 
.catname-list .all.on {
	background-color: #2B6BAB;
	color: #fff
}




/*ad model css*/
#header-media1{
	margin-left:40px;
	margin-right:10px;
}

#content-media1{
	
/*padding:15px 10px;
	text-align:center;
	background: #fff;
	*/
	margin-bottom: 20px;

}
#content-media1:after, #content-media1:before {
    content: "";
    display: table;
}
#content-media1:after {
    visibility: hidden;
    font-size: 0;
    height: 0;
    display: block;
    content: "";
    clear: both;
}
#content-media1 .fl{
	float:left;
}
#content-media1 .fr{
	float:right;
}
#widget-medialist{
	padding:10px 5px 15px 5px;
	background: #f7f7f7;
	margin-bottom: 25px
}
#widget-medialist h3.title {
    position: relative;
    width: 143px;
    height: 28px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0;
    padding-left: 15px;
}

#widget-medialist li{
	padding:5px 0 5px 0;
	border-bottom: 1px dashed #ddd;
	position: relative;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    overflow: hidden;
}
#widget-medialist li a{
	font-size:13px!important;
	}
#widget-medialist li .red {
    color: #b6262f;
}

#box{float:left; position:relative;width:300px;}.div1{width:300px;}.div2{position:fixed;_position:absolute;top:0;z-index:250;}


.cz-leftside-weixin{position:relative}
#weixin-code{left:50px;top:0;position:absolute;padding:15px;box-shadow:0 0 6px rgba(14,22,30,.3);background-color:#fff;width:150px;z-index:100}
.hide{display:none}
.cz-leftside-title{width:30px;height:30px;padding:5px;color:#fff;border-radius:50%}
.cz-leftside-title i{width:30px;height:30px;background-image:url(http://www.chinaz.com/2017statics/img/share-icons.png);background-repeat:no-repeat;background-position:-7px -183px;display:inline-block}
#cz-leftside-share{width:36px;height:208px;position:fixed;right:50%;margin-right:-570px;top:50%;margin-top:-200px;z-index:99;display:none}
.cz-leftside-share{width:36px;height:208px}
#cz-leftside-share a{display:block;width:36px;height:36px;background-color:#727171;z-index:1;position:absolute;left:0;box-sizing:border-box;-moz-box-sizing:border-box;background-image:url(http://www.chinaz.com/2017statics/img/share-icons.png);background-repeat:no-repeat;margin:0 0 7px 0;transition:.4s;-webkit-transition:.4s;-moz-transition:.4s;border-radius:50%;vertical-align:middle}
#cz-leftside-share a:hover{z-index:2}
.cz-leftside-weixin{top:0;background-position:-48px -3px}
#cz-leftside-share a.cz-leftside-weixin:hover{background-color:#55a947}
.cz-leftside-qzone{top:43px;background-position:-48px -50px}
#cz-leftside-share a.cz-leftside-qzone:hover{background-color:#ffa709}
.cz-leftside-sqq{top:86px;background-position:-48px -92px}
#cz-leftside-share a.cz-leftside-sqq:hover{background-color:#0AA4E7}
.cz-leftside-tsina{top:129px;background-position:-48px -135px}
#cz-leftside-share a.cz-leftside-tsina:hover{background-color:#d52b2a}
#cz-leftside-share .cz-leftside-top{background-image:url(http://www.chinaz.com/2017statics/img/share-icons.png);background-position:-48px -223px;top:211px;cursor:pointer}
#cz-leftside-share .cz-leftside-top:hover{background-color:#2E88CE}
.cz_share{overflow:hidden;float:left;position:relative}
.cz_share a{display:inline-block;margin-right:10px;text-indent:-9999px;margin-bottom:10px;width:24px;height:24px;overflow:hidden;cursor:pointer;float:left;font-size:12px}

.popup_weixin_head p{display:inline-block;margin:0;padding:0 0 15px 0;font-size:14px;color:#333}
.popup_weixin_close{float:right}
.popwrap{width:1040px;height:340px;background-color:#fff;position:fixed;z-index:9999;opacity:0;visibility:hidden}
.popwrap .pop-top{padding:10px 20px 10px 20px;line-height:40px;height:40px;color:#666;font-size:18px;position:relative}
.popwrap .pop-top .ptophint{font-size:16px;color:#333}
.popwrap .pop-top .ptopclose{height:19px;width:19px;display:inline-block;position:absolute;top:18px;right:25px;border:red;background:url(http://www.chinaz.com/2017statics/img/close1.png) no-repeat}
.pop-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;width:100%;height:100%;background:url(http://www.chinaz.com/2017statics/img/popbg.png) repeat;visibility:hidden;opacity:0}
.trans{transition:all .3s ease-in .1s}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	font-size:14px;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#content-media2{
	height:90px;
	overflow:hidden;
}




/*
 * 新投票样式
 */
.newvote-topwrapper {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.index-lefttabcontent-item-vote {
    position: relative;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border-top: 1px dashed #d4d4d4;
    padding-bottom:8px;
}
.index-lefttabcontent-item-vote:nth-of-type(1) {
    border-top: 0;
}
.newvote-head {
    position: relative;
    height: 58px;
    line-height: 58px;
    color: #3d3d3d;
}
.newvote-head-close {
    position: absolute;
    font-size: 18px;
    top: 0px;
    right: 16px;
}
.oldvote-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    background-image: url(../img/vote.png);
    background-repeat: no-repeat;
}
.oldvote-icon-graphics {
    margin-left: 10px;
    background-position: 0 -142px;
}
.oldvote-icon-check-on {
    background-position: 0 -36px; 
}
.newvote-head-attend {
    position: absolute;
    right: 6px;
    top: 12px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
    color: #777;
    
    border-radius: 4px;
}
.newvote-head-attend-text {
    color: #a0a0a0;
}
.newvote-head-attend-view, .newvote-head-attend-view:focus {
    /* display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    cursor: pointer;
    
    border-radius: 2px; */
    
    
    
    border: 0;
    background-color: #fff;
    cursor: pointer;
    color: #a0a0a0;
    text-decoration: underline;
}
.newvote-head-attend-view:hover {
    /* background-color: #f1f1f1;
    border-color: #cdcdcd; */
    
    
    
    background-color: #fff;
    color: #f70;
}
.newvote-head strong {
    font-size: 14px;
}
.newvote-item {
    position: relative;
    margin: 0 10px 10px 10px;
    background-color: #f6f6f6;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    overflow: hidden;
}
.newvote-item-on {
    background-color: #ffe8d1;
}
.newvote-item-progress {
    position: absolute;
    /* z-index: 1; */
    bottom: 0;
    width: 0;
    height: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #ffe6ca;
    -webkit-transition: width .5s linear;
    -moz-transition: width .5s linear;
    transition: width .5s linear;
    border-radius: 17px 2px 2px 17px;
}
.newvote-icon {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url(../img/indexvote.png);
    background-repeat: no-repeat;
}
.newvote-icon-rightcircle {
    width: 19px;
    right: -19px;
    background-position: 0 -57px;
    
    
    
    display: none;
}
.newvote-item-on .newvote-icon-rightcircle {
    background-position: 0 -171px;
}
.newvote-icon-leftcircle {
    left: -19px;
    background-position: 0 -115px;
    text-align: center;
    text-indent: 2px;
    color: #fff;
    
    
    display: none;
}
.newvote-icon-leftcircle.active {
    background-position: 0 0;
}
.newvote-item-right {
    position: absolute;
    /* z-index: 2; */
    top: 0;
    right: 10px;
    color: #999;
    font-size: 12px;
}
.newvote-item-resultwrapper {
    display: none;
}
.newvote-votetype {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #a0a0a0;
    padding-left: 10px;
    padding-top: 8px;
}
.newvote-footer {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
    /* margin-top: 8px; */
    line-height: 36px;
}
.newvote-footer-right {
    position: absolute;
    right: 10px;
    top: 0;
}
.newvote-endtime {color: #f70;}
.newvote-btn {
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #f70;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}
.newvote-btn:hover {
    background-color: #e66622;
    color: #fff;
}
.newvote-btn[data-flag="disabled"],
.newvote-btn[data-flag="disabled"]:hover
 {
    background-color: #dcdcdc;
}
.newvotestyle-lefticon {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 8px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    background: url(../img/votelist.png) no-repeat 0 0;
}
.newvotestyle-title {
    position: absolute;
    /* z-index: 2; */
    left: 45px;
    color: #535353;
    font-size: 12px;
}

/*** article-gallery 2018-1-03 add***/	
 .article-gallery{
     	margin: 0;
     	padding: 0;
     	list-style: none;
     	background: #eee
     	     }
     .article-detail-bd .detail ul.article-gallery{
     	padding: 10px 10px 0 10px;
     	max-height: 435px;
     	overflow: hidden;
     }
     .article-gallery:after, .article-gallery:before{
    content: " ";
    display: table;
    clear: both;
}
     
     .article-gallery li{
     	list-style: none;
     	float: left;
     	display: inline-block;
     	margin: 0 5px 10px;
     	width: 180px;
     	height: 135px;
     }
     .article-detail-bd .detail .article-gallery li img{
         	max-width: 180px;
         }


.article-detail-bd .detail .article-gallery li a{
	  border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    padding-bottom: 0;
    border-bottom: none;
    text-decoration: none;
}
 

     .article-gallery li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
}
.article-gallery li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.article-gallery li a:hover .gallery-poster > img {
  opacity: 1;
}
.article-gallery li a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.article-gallery li a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.article-gallery li a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.8);
}
     
     
     