html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

footer,
header,
main,
menu,
nav {
	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
}


.mt6{margin-top: 10px;}


/*导航栏上面的广告*/
.nav-ads-box{
	margin: 0 auto;
	width: 1200px;
	height: 85px;
}
.nav-ads-left {
	float: left;
	width: 390px;
	height: 75px;
}
.nav-ads-center {
	float: left;
	width: 390px;
	height: 75px;
	margin: 0px 15px;
}
.nav-ads-right {
	float: right;
	width: 390px;
	height: 75px;
}

@-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: #fff;
	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 {
   background: #F8F8F8;
	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: 0;
	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;
}

.topNav a:hover, .topNav li a:hover {
	color: #d81517;
}

.icon{
	display: inline-block; 
	position:relative;
	overflow: hidden;
	background: url(top-li.png) no-repeat;
	}	

.container {
    width: 1200px;
    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: 300px;
	height: 89px;	
}
.header-media1{
	float: right;
	width: 500px;
	height: 65px;
	padding-top: 12px;
	padding-right: 2px;
}





.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: #478DCD;	
}
.navBeta{
	padding: 13px 0px 12px 0px;
	width: 1200px;
	background: #1F4A99;
	border-radius: 10px;
}
.navBetaCon {
	float: left;
	width: 120px;
	overflow: hidden;
	padding:0 0 0 10px;
	border-right:1px solid #00698C;
}
.Con2 {
	width: 252px;
	border-left:1px solid #183A78 ;
}
.Con3 {
	width: 176px;
	border-left:1px solid #183A78;
}
.Con4 {
	width: 191px;
	border-left:1px solid #183A78;
}
.Con5 {
	width:120px;
	border-left:1px solid #183A78;
}
.Con6 {
	width: 135px;
	border-left:1px solid #183A78;
	border-right:none;
}
.navBetaCon li {
	float: left;
	line-height:24px;
    font-size: 15px;
    margin-left: -2px;
    
}
.navBetaCon li a {     
	padding:2px 6px;
	display:inline-block;
	color: #fcfcfc;
	white-space: nowrap;
	border-radius: 3px;
}
.navBetaCon li.tit {
	font-size:12px;
	color: #6A8EB2;
    margin-top: 0px;
    letter-spacing: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navBetaCon li.tit {margin-top: -1px;}
}
.navBetaCon li.tit a {
	font-weight: bold;
	font-size: 16px;
	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;
}


/*pagecontent model css*/
.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 {float:left; width:100%; height:225px; text-align:center; background:#E2E2E2; margin-top:15px}
.f-server {margin:0 auto; width:1200px; height:205px; padding-top:18px; background:#E2E2E2;}
.f-server p{float:left; width:935px; padding-right:265px; letter-spacing:1px;}
.f-server span {display:inline; padding:0 10px; margin:2px; height:30px; line-height:30px;}
.f-server span.totlerecord{}
.f-server span.current{cursor:pointer}
.f-server a:link,.f-server a:visited{display:inline; height:30px; line-height:30px; text-decoration:none; color:#333333}
.f-server a:hover {color:#B20000}
.f-copyright {float:left; width:935px; padding-right:265px; color:#333333; padding-top:8px; line-height:29px; letter-spacing: 1px;}
.f-beian {float:left; width:935px; padding-right:265px; color:#333333; line-height:29px;}
.f-weixin{position:relative; width:110px; height:50px; left:1000px; bottom:100px; text-align:center;}
.f-webLogo {float:left; width:935px; padding-right:265px;}
.f-webLogo img {text-align: center; margin-top:15px}
