﻿html,body {
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
html,body,div,section,article,nav,menu,time,footer,header,input,p,a,img,span,em,ol,li,ul,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0
}
ol, ul, li { list-style-type: none; }
body{background: #f9f9f9;}
input,button,select,textarea{outline:none;}
a {
	text-decoration: none;
	color: #000;
}
body {
	font-family: Tahoma,Microsoft YaHei,Verdana,Arial,Helvetica,sans-serif;
	background-color: #f4f4f4;
	position: relative;
}
.ov {overflow:hidden; }
.ui-landscape {
	display: none;
}
.js-hidden {
	display: none;
}
.ui-container {
	position: relative;
	margin: 0 auto;
	/*max-width: 480px;*/
}

/*...结尾*/
.ui-mod-picsummary .ui-title, .ui-mod-picsummary2 .ui-title
.ui-video-list li h3 ,
.ui-mod-lists li a,
.ui-waterfall .ui-picture-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*顶部蓝色条*/
.ui-header-bar, .ui-bottom-bar {
	background-color: rgba(25, 127, 207, 1);
	position: relative;
}
.ui-header-bar{height: 44px;background: #0a78cd;}
.ui-bottom-bar{height:95px;background: #197fcf;}
.ui-header-bar:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
}
.ui-gohomepage {
	position: absolute;
	top:2px;
	left: 10px;
	width:150px;
	height: 40px;
	/* background-image: url(../images/m_logo.png); */
}
.ui-menu-trigger{
	position: absolute;
	width: 40px;
	height: 40px;
	/* background: url(../images/m_logo.png) no-repeat -160px 0; */
	background-size: cover;
	right: 10px;
	top: 2px;
}

/*内容列表部分*/
.ui-mod-lists li {
	line-height: 2.5;
}
.ui-mod-lists li:last-child {
	border-bottom: 1px solid #fff;
}
.ui-mod-lists li a {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #fff;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
}
.ui-more,
.ui-vote-form .ui-voteitem {
	background: -webkit-gradient(linear,center top,center bottom,from(#fff), to(#e6e6e6));
	height: 30px;
	width: 180px;
	left: 50%;
	line-height: 30px;
	border-radius: 10px;
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	margin-left: -90px;
	border: 1px solid #bbb;
	position: relative;
}
.ui-more:after{
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 171px;
    margin-left: 5px;
    height: 1px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.ui-section-block .ui-catgory {
	height: 40px;
	line-height: 40px;
	background-color: #197fcf;
	position: relative;
	
}
.ui-section-block .ui-category-title {
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
}
.ui-category-list li h3 {
	height: auto!important;
}
/*@end*/

.ui-gotop {
	display: inline-block;
	width: 25px;
	height: 25px;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/gotop.png);
	position: absolute;
	right: 10px;
	top: 8px;
}

/*栏目面板*/
.ui-categorys {
	background-color: #4d4d4d;
	position: relative;
}
/*小三角*/
.ui-categorys:before {
	content: "";
	position: absolute;
	left: 12px;
	top: -19px;
	width: 0;
	height: 0;
	border:10px solid; 
	border-color: transparent transparent #4d4d4d transparent;
}
.js-categorys-bottom:before {
	border-width: 0;
}
.js-categorys-bottom:after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: -19px;
	z-index: 1;
	width: 0;
	height: 0;
	border: 10px solid transparent; 
	border-color: #4d4d4d transparent transparent transparent;
}
/*@end*/
.ui-categorys ul {
	overflow:hidden;
	position: relative;
}
.ui-categorys ul:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4d4d4d;
}
.ui-categorys li {
	-webkit-box-sizing: border-box;
	float: left;
	width: 50%;
	border-bottom: 1px solid #666;
	position: relative;
	line-height: 2;
	background-position: 14px 10px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
.ui-categorys li:after {
	content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: inset 0 -1px 1px #333;
    box-shadow: inset 0 -1px 1px #333;
}
.ui-categorys a {
	padding-left: 36px;
}
.ui-bottom-bar {
	position: relative;
	/* height: 45px; */
}
.ui-categorys a {
	color: #fff;
	font-size: 16px;
}
.js-category-bottom-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 46px;
	z-index: 100;
}
/*@end*/


/*底部条*/
.ui-bottom-bar a,.ui-bottom-bar {
	color: #fff;
}
.ui-bottom-bar a {
	line-height: 2;
	margin-left: 10px;
}
.ui-bottom-bar a:nth-child(1) {
	margin-right: 10px;
}
.ui-bottom-bar > p{
	position: absolute;
	top: 28px;
	left: 10px;
	font-size: 10px;
	-webkit-text-size-adjust:none;
	/*font-family: Arial;*/
}
/*@end*/

/*内容页*/
.ui-pagetitle {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
/*正文*/
.ui-article-container {
	padding: 0 14px;
	background-color: #f4f4f4;
}
.ui-article-title {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	padding: 10px 0 5px 0;
	/*font-family: Microsoft YaHei;*/
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
}
.ui-article-infos {
	padding-bottom: 15px;
	font-size: 12px;
	color: #666;
}
.ui-article-infos > a {
	color: red;
	margin-left: 6px;
}
.ui-article-detail p {
	line-height: 24px;
	padding-bottom: 20px;
	text-align: justify;
	font-size: 16px;
	text-shadow: 0 1px 1px #fff;
	/*font-family: Microsoft YaHei;*/
	color: #333;
	word-wrap:break-word;
}

.ui-article-detail p img {
}

.ui-article-detail img {
	max-width: 100%;
}
.ui-addon-video .video-content-items {
	text-align: center;
}
.ui-article-detail .video-content-items 
/*@end正文*/

/*文章中组图挂件*/
.ui-addon-gallery .addon-gallery {
	position: relative;
	margin-bottom: 10px;
}

.ui-gallery-mark {
	background-color: rgba(179,33,33,1);
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.gallery-photo-items {
    text-align: center;
}
/*@end 文章中组图挂件*/

/*文章-视频挂件*/
/*暂时保留*/
.addon-video {
	position: relative;
	margin-bottom: 10px;	
}
.ui-video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: transparent url(../images/cont_video.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*@end 文章-视频挂件*/

/*组图内容*/
.ui-picture-show-container{
	background:
	-webkit-radial-gradient(black 15%, transparent 16%) 0 0,
	-webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:14px 14px;
	background:
	-webkit-radial-gradient(black 15%, transparent 16%) 0 0,
	-webkit-radial-gradient(black 15%, transparent 16%) 8px 8px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	-webkit-radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:14px 14px;
}
.ui-picture-show .ui-swipeslide-slide {
	/*display: table-cell;
    vertical-align:middle;*/
    text-align: center;
}
.ui-picture-show .ui-picture-single {
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	text-align: center;
	display: inline-block;
	max-height: 100%;
	visibility: hidden;
}
.ui-picture-show .ui-picture-infos {
	display: none;
}
.ui-picture-show .ui-picture-extra-info {
	position: absolute;
	bottom: 0;
	-webkit-box-sizing: border-box;
	width: 100%;
	padding: 8px 5px;
	text-align: left;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 12px;
}
.ui-picture-show .ui-picture-extra-info .ui-single-summary {
	line-height: 1.5;
	height: 56px;
	overflow: auto;
	color: rgba(255,255,255,.7);
}
.ui-picture-show .ui-picture-extra-info .ui-picture-title {
	margin-bottom: 5px;
}
.ui-picture-show .ui-picture-page {
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,1);
	right: 5px;
	bottom: 70px;
	border-radius: 30px;
	/*font-family: Arial;*/
	font-size: 12px;
	padding: 2px 6px;
}
.ui-picture-show .ui-picture-page span:first-child {
	margin-right: 2px;
	font-weight: bold;
}
.ui-picture-show .ui-picture-page span:last-child{
	margin-left: 2px;
}
/*@end组图内容*/

/*主页*/
/*导航栏*/

.ui-cateandsearch{background: #646464;z-index:110;}
.ui-cateandsearch .bd{padding: 10px;}
.ui-cateandsearch h2{background: #eee;padding-left:10px;}
.ui-categorys{z-index: 10;background-color: rgba(0, 0, 0, 0.6);position: absolute;left:0;width:100%;}
.ui-categorys:before{background:none;border: none;}
.ui-categorys ul:after{height: 0;}
.ui-section-block .ui-catgory1{background: #eee;border-bottom: 1px solid #ddd;}
.ui-catgory1 .ui-category-title{color: #333;font-size:16px;font-weight: 500;}
.ui-catgory1 a{float: left;width:33%;text-align: center;font-weight: bold;}
.ui-categorys .search-box{background: #f6f6f6;z-index:111;}
.ui-categorys .search-box .txt{width:88%;font-weight: normal;color: #999;padding:0 5px;}
.ui-categorys ul{background: #fff;width:100%;}
.ui-categorys a{color: #333;padding-left: 0;}
.ui-categorys li{width: 100%;border-bottom: 1px dashed #d5d5d5;line-height:36px;text-align: center;}
.ui-categorys li:after{-webkit-box-shadow:none;box-shadow:none;}
.ui-categorys li a{font-size:18px;width:33%;float: left;}
.ui-mod-picsummary{padding:10px 0px;margin:0 10px;}
.ui-mod-picsummary2{padding:10px 10px;}
.ui-border-bottom-gray{border-bottom: 1px solid #ddd;}
.ui-mod-picsummary .ui-pic, .ui-mod-picsummary2 .ui-pic{width:80px;margin-right:10px;}
.ui-cate-list{border: none;margin: 0 10px;}
.ui-mod-lists li{line-height:36px;}
.ui-mod-lists li a{border-top: none;border-bottom: 1px dashed #ddd;font-size:16px;padding: 0;}
.ui-mod-lists li:last-child{border: none;}

.ui-mod-lists2 li{overflow:hidden;border-bottom: 1px dashed #ddd;font-size:16px; line-height:22px; padding-top:6px; padding-bottom:6px; }
.ui-mod-lists2 li .img, .ui-mod-lists2 li > a > img { float:left; margin:0 10px 0 5px; width: 120px; height: 70px; }
.ui-mod-lists2 li .video_con {position:relative; z-index:5;}
.ui-mod-lists2 li .video_img, .ui-mod-lists2 li .video_btn {position:absolute; width: 120px; height: 70px;}
.ui-mod-lists2 li .video_img {z-index:6;}
.ui-mod-lists2 li .video_btn {z-index:7; background:url(../images/play_icon.png) no-repeat center center;}

.ui-more{background: #fff;border-radius:3px;-webkit-border-radius:3px;border-color: #ddd;font-size:15px;height:30px;line-height:30px;width:auto;margin:10px 0;left:0;}
/*幻灯片*/
.category-gallery{width:100%;display: block;/*height: 160px;*/overflow: hidden;position: relative;}
.category-gallery li{/*height: 160px;*/display: block;position: relative;}
.category-gallery p{line-height: 30px;position: absolute;left:0;bottom:0;width:100%;filter:alpha(opacity=60);opacity:0.6;background: #000;color:#fff;padding-left: 10px;font-size: 14px;}
.category-gallery p span{overflow: hidden;display: block;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.category-gallery img {width:100%;}
.category-gallery .swipeslide-bullets{position: absolute;right:10px;bottom:0;color:#fff;line-height: 30px;font-size: 14px;}
.category-gallery var, .category-gallery em{font-style: normal;}

.ui-top-down{width:30px;position: absolute;top:-100px;right:10px;z-index: 100;}
.ui-gotop,.ui-godown{display: none;width:30px;height: 30px;background-size: cover;position: inherit;top:0;right:0;-webkit-background-size: cover;overflow: hidden;}
.ui-gotop{display: none;background-image: url(../images/gotop.png);}
.ui-godown{background-image: url(../images/godown.png);margin-top: 1px;top:30px;}

/*内容页*/
.ui-pagetitle{line-height: 44px;font-size: 18px;font-weight: normal;}
.ui-article-container{padding: 0 10px;}
.ui-article-container .ui-article-infos{border-bottom: 1px solid #ddd;}
.ui-article-infos .source{margin-left: 10px;}
.ui-article-infos var{width:20px;height: 13px;float: right;overflow: hidden;background-position:0 0;background-repeat:no-repeat;background-size: cover;-webkit-background-size: cover;}
.ui-article-infos .big-fontSize{background-image: url(../images/big-fontsize.png);}
.ui-article-infos .small-fontSize{background-image: url(../images/small-fontsize.png);}
.ui-article-detail{padding:0 10px 0;}
.mar-t-20{margin-top: 20px;}
.ul-addon-atlas .ui-video-link{background: #b32121;text-align: center;width:50px;height: 18px;line-height: 18px;color:#fff;font-size: 16px;left:0;margin: 0;bottom:10px;top:auto;}
.ui-article-detail p{line-height: 24px;}
.ui-article-detail .mar-t-10{text-indent:0;padding-bottom: 10px;line-height: 20px;text-align: center;}
/*顶与分享*/
.peak-share{width:100%;overflow: hidden;}
.peak-share a{border: 1px solid #ccc;overflow: hidden;background: #fff;line-height: 28px;color:#666;font-size: 16px;padding: 0 13px;}
.f-l{float: left;}
.f-r{float: right;}
.peak-share em{width:17px;height: 16px;overflow: hidden;background: url(../images/peak.png) 0 0 no-repeat;background-size: cover;-webkit-background-size: cover;float: left;margin: 6px 8px 0 0;display: inline;}
/*相关内容*/
.on-content{border: 1px solid #ddd;margin: 10px 0;}
.on-content .title{font-size: 16px;color: #333;background: #eee;line-height: 30px;padding-left: 8px;}
.on-content .ui-cate-list{margin: 0;}
.on-content li{background: #fff;}
.on-content li a{padding: 0 5px;}
li.bd-n:last-child a{border: none;}
/*广告位*/
.AdPositionId{line-height:16px;font-size: 16px;overflow: hidden;}
.AdPositionId img{width:100%;}
.AdPositionId em{width:18px;height: 13px;overflow: hidden;float: left;background: url(../images/ad-ico.png) 0 0 no-repeat;background-size: cover;-webkit-background-size: cover;margin: 3px 10px 0 0;display: inline;}
/*评论*/
.comment{margin: 10px 0;}
.comment .img{width:300px;}
/*精彩推荐*/
.on-content .ui-picture-list{margin: 0;background: #fff;}
.on-content .ui-picture-list{padding: 0 0 10px;}
.on-content .ui-picture-list li{padding: 10px 0 0; float: left; width:50%;text-align: center;}
.on-content .ui-picture-list div, .photos-content .ui-picture-list div{width:140px;margin: 0 auto;background: #ddd;}
.on-content .ui-picture-list a{padding: 0;}
.on-content .ui-picture-list h3, .photos-content .ui-picture-list h3{font-size: 14px;height: 28px;line-height: 26px;padding: 0 5px;margin: 0;text-align: center;}


/*频道页面*/
.channel-page .ui-more,.photos-page .ui-more{/*margin-bottom: 0;*/}


/*组图页面*/
a img{border: none;}
.photos-page{margin:10px auto 0;width:300px;}
.photos-page li{position: relative;overflow: hidden;margin-top: 10px;}
.photos-page li a{display: block;width:100%;height: 200px;}
.photos-page li p{height: 30px;line-height:28px;position: absolute;left:0;bottom:0;z-index: 5;width:100%;background-color: rgba(0,0,0,0.5);overflow: hidden;padding: 0 10px;font-size: 12px;color:#fff;}
.photos-page li img{width:300px;}
/*组图内容页*/
.photos-content{background: #000;}
.photos-content .ui-header-bar{background: #333;}
.ui-return{position: absolute;left:10px;background: url(../images/return.png) 0 0 no-repeat;width:10px;height: 17px;top:14px;background-size: cover;-webkit-background-size: cover;}
.list1 .ui-pagetitle{font-size: 14px;}
.list1 .ui-pagetitle var{font-style: normal;}
.list1 .ui-pagetitle img{width:16px;vertical-align: middle;margin-right: 10px;margin-top:-2px;}
.list1 .ui-menu-trigger{width:16px;background: url(../images/comment.png) 0 0 no-repeat;top:15px;height: 15px;background-size: cover;-webkit-background-size: cover;}
.bg-0 {background-color:#000}
/*导航*/
.photos-content .ui-cateandsearch{background: none;width:30px;position: absolute;right: 10px;top:44px;z-index: 10;}
.ui-categorys2 a{width:30px;height:38px;display: block;background-repeat: no-repeat;background-size: cover;-webkit-background-size: cover;background-image: url(../images/ico.png);text-indent: -9999px;float: left;}
.ui-categorys2 .peak{background-position: center -32px;}
.ui-categorys2 .comment{background-position: center -66px;margin: 0;}
.ui-categorys2 .share{background-position: center -102px;}
.details{text-align: right;margin-bottom: 10px;}
.details img{width:24px;}
.ui-picture-show .ui-picture-extra-info{background-color: rgba(0, 0, 0, 0.6);padding: 10px;}
.ui-picture-show .ui-picture-extra-info .ui-single-summary{text-indent: 1em;line-height: 18px;font-size: 14px;color:#fff;width:100%;height: 54px;overflow: hidden;}
.list1 .ui-pagetitle2 img{width:25px;}
.details-down{text-align: center;margin-bottom: 10px;}
.details-down img{width:17px;}
.ui-picture-show .ui-picture-extra-info .ui-single-summary2{height: auto;}
.photos-content .ui-picture-list li{margin-top: 10px;float: left;/*padding:0 5px;*/width:50%;text-align: center;}
.look_over{font-size: 15px;color: #4c4c4c;line-height: 30px;text-align: center;margin-top: 30px;}

/*新闻搜索*/
.search-page{background: #f9f9f9;}
.search-box{background: #fff;padding:10px;}
.search-cont{height: 30px;line-height: 30px;border: 1px solid #ddd;border-radius: 2px;-webkit-border-radius:2px;padding: 0 0 10 0px;}
.search-box .txt{border: none;font-size: 14px;font-weight: bold;color: #444;float: left;line-height:30px;width:88%;background: none;padding: 0 5px;}
.search-box .search-btn{margin-right:5px;width:19px;height: 19px;float: right;background: url(../images/search-btn.png) 0 0 no-repeat;background-size: cover;-webkit-background-size: cover;border: none;margin-top: 6px;}
.search-container .search-list{margin: 10px;border: 1px solid #ddd;border-radius:1px;-webkit-border-radius:1px;background: #fff;}
.search-container .search-list li{line-height: 20px;border-bottom: 1px dashed #ddd;padding: 10px;}
.search-container .search-list a{font-size: 14px;color: #666;}
.search-container .search-list a span{color: #f00;}
.search-container .search-list li:last-child{border: none;}



/* 分页 */
.article-page .page {
  margin: 0 auto;
  line-height:18px;
  text-align: center;
  overflow: hidden;
}
.article-page .page li{
  display: inline-block;
}
.article-page .page a,
.article-page .page span {
  padding: 2px 7px;
  margin: 0 4px;
  font-size: 12px;
}
.article-page .page ._now {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.article-page .page a {
  border: 1px solid #cccccc;
  float: left;
  _display: inline;
  height: 17px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
}
.article-page .page a:link, .article-page .page a:visited { color:#333; text-decoration:none;}
.article-page .page a:hover {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.article-page .page .disable, .article-page .page .disable:hover {
  background-color: transparent;
  border: 1px solid #cccccc;
  color: #cccccc;
  text-decoration:none; 
}
.article-page .page a.now {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.article-page .read-btn .btn,
.article-page .read-btn .btn span {
  background-image: url(../images/btn.png);
  color: #ffffff;
}
.article-page .read-btn .btn {
  cursor: pointer;
}
.article-page .read-btn .btn-s-orange {
  height: 24px;
  background-position: -201px -245px;
  padding-left: 4px;
  float: left;
  _display: inline;
  margin-left: 10px;
}
.article-page .read-btn .btn-s-orange span {
  height: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  background-position: right -85px;
  padding-right: 4px;
  padding-left: 2px;
  float: left;
  _display: inline;
}
.article-page .read-btn .btn-s-orange span {
  padding-left: 3px;
  padding-right: 5px;
}
.article-page .read-btn a {
  padding: 0;
  border: none;
}
.article-page .read-btn a:hover {
  background-color: transparent;
}
.article-page .read-btn a:hover span {
  color: #ff0;
}
.article-page .read-btn a span {
  margin: 0;
  padding-top: 0;
}
/*分页导航*/
.article-menu {
  border: 1px solid #ddd;
  overflow: hidden;
  _zoom: 1;
}
.article-menu .m-head {
  height: 30px;
  background: transparent url(../images/article-menu-bar.jpg) repeat-x 0 0;
}
.article-menu .m-head .title {
  height: 29px;
  width: 92px;
  margin: 0 auto;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  line-height: 29px;
}
.article-menu .menu {
  background-color: #ffffff;
  padding: 9px;
  overflow: hidden;
  _zoom: 1;
}
.article-menu .menu li {
  width: 50%;
  line-height: 24px;
  height:24px;
  float: left;
  _display: inline;
  overflow: hidden;
  zoom:1;
}
.article-menu .menu li span {
  margin-left: 11px;
  color: #333333;
}
.article-menu .menu li a:hover {
  color: #cc0000;
}
.article-menu .menu li.now-tit a{
  color: #c00;
}

.topblank {
margin-top: 20px;
}


.comment-form {
  /*background-color: #f4f4f4;*/
  margin-top: 20px;
}
.article-comment em {
    font-weight: normal;
    font-style: normal;
}

.comment-form .textarea-wrap {
  position: relative;
  border: 1px solid #d6d6d6;
  resize: none;
}
.comment-form .textarea-wrap .textarea {
  width: 96%;
  padding: 5px;
  height: 150px;
  border: none;
  background-color: #fff;
  overflow: hidden;
  zoom:1;
  resize: none;
  font-size:14px;
}

.comment-form .btn-post {
  width: 63px;
  height: 22px;
  line-height: 18px;
  background: transparent url(../images/post.png);
  color: #ffffff;
  border: none;
  float: right;
  _display: inline;
  margin-top: 10px;
  cursor: pointer;
  margin-right: 20px; 
}
.comment-form .btn-post:hover {
  color: #ff0;
}
.comment-form .loginform-user-info {
  margin-top: 10px;
  height: 26px;
  line-height: 22px;
  float: left;
  color: #333;
  overflow: hidden;
  zoom:1;
}
.comment-form .loginform-user-info .info{
  font-size:14px;
}
.loginform-user-info .username-area {
  float: left;
  _display: inline;
}
.loginform-user-info .seccode-area {
  _display: inline;
  float: right;
}
.loginform-user-info .share-area {
  _display: inline;
  float: right;
  margin-left: 6px;
}

.loginform-user-info .share-area img {
  vertical-align: middle;
}

.label-anonymous {
  margin-left: 12px;
}


/*评论模块*/
.comment-list {
  margin: 0 20px;
  /*盖楼*/

}
.comment-hot-all .page {
  margin-right: 20px;
}
.comment-list .comment-item {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
.comment-list .comment-info {
  overflow: hidden;
  _zoom: 1;
  margin-top: 5px;
  line-height: 34px;
}
.comment-list .comment-content .cont {
  font-size: 14px;
  line-height: 24px;
}
.comment-list .username {
  float: left;
  _display: inline;
  color: #0B3B8C;
  font-size: 14px;
}
.comment-list .username img {
  margin: 0 4px;
  vertical-align: middle;
}
.comment-list .postime,
.comment-list .floor-nums {
  float: right;
  _display: inline;
  color: #666666;
  font-size:12px;
}
.comment-list .operate {
  height: 14px;
  margin: 5px 0 0 0;
  text-align: right;
}
.comment-list .operate .in_a {
  margin-left: 15px;
}
.comment-list .operate .in_a .arrow {
  background: transparent url('../images/sprite-ico.png') no-repeat -170px -22px;
  padding: 4px;
}
.comment-list .operate .in_a .nums {
  color: #c00;
}
.comment-list .comment-item-inner {
  background-color: #F8FBFC;
  margin: 5px 0 10px;
  padding: 0 10px 6px 10px;
  border: 1px solid #C8E1F2;
}
.comment-list .comment-item-inner .comment-content .cont {
  font-size: 13px;
  line-height: 20px;
}
.comment-list .comment-item-inner .comment-info {
  line-height: 24px;
}
.comment-list .comment-item-inner .operate {
  margin-top: 5px;
}


#commentShowMore {
  text-align:center;
  cursor:pointer;
  padding:6px;
  font-size:14px;
  color:red;
  background-color:#EEE;
}

.path {
  width:95%; line-height:30px; margin:0px auto; border-bottom:dotted 1px #e5e5e5; font-size:14px; color:#666;
}
.path a{color:#666;}


.index_header {padding-top:8px; }
.index_header h3{text-align:center; font-size:18px; font-weight:bold; line-height:26px; height: 26px; overflow:hidden; }
.index_header .single{font-size:14px; line-height:22px; text-align:center; padding-bottom:5px; margin-bottom: 5px; border-bottom:1px solid #DDD;}
.head0 {padding:0 10px;}

.fr01 {padding:10px 10px 2px; overflow:hidden; }
.fr01 a, .xmfj_a a, .tjy_a a, .tjy_a span {color:#666;}
.fr01 li, .xmfj_list2 p, .tjy_a li{ /*display: block;*/height: 26px; line-height: 26px; padding-left: 20px; /*float: left;*/ /*white-space: nowrap;*/ overflow:hidden; font-size: 16px; background: url(../images/icon02.gif) no-repeat 10px 11px; border-bottom:1px solid #DDD; }
.tjy_a li {padding-left: 0; background:none; }
.fr01 li.head { padding-left: 0; padding-bottom: 4px;font-size: 18px; line-height:;  font-weight: bold; text-align:center; background:none; border-bottom:none; }
.a_318 a{ text-decoration: none; color: #3184db; }


.ui-cat-list {background:#EEE; margin:4px 0;padding-left:1px;  }
.ui-cat-list ul {overflow:hidden; }
.ui-cat-list li {float:left; width: 33%; }
.ui-cat-list li span {display:block; line-height:24px; text-align:center; margin:2px; background:#FFF; font-size:14px;}

.ui-section-block .ui-catgory .more {float:right; display:inline-block; padding-right:10px; font-size:14px;}
.ui-section-block .ui-catgory .more a {color:white;}

.ui-section-block .ui-catgory-switch {overflow:hidden;}
.ui-section-block .ui-catgory-switch >div{width: 33%; height: 32px; float:left; border-bottom:1px solid #CCC; text-align:center; font-weight:bold; color:#666;font-size:20px; }
.ui-section-block .ui-catgory-switch >div.active{border-bottom:1px solid #197fcf; color:#197fcf;}

.ui-section-break {height: 10px; border-bottom:1px solid #BBB;border-top:1px solid #BBB; background:#EEE; }

.xmfj_a, .tjy_a {padding:0 10px; }

.xmfj_picnews {height: 88px;overflow:hidden; line-height:20px; margin-top: 6px; }
.xmfj_picnews .t{font-size:14px;overflow:hidden; height: 20px; padding:4px 0; text-align:center; font-size:16px;}
.xmfj_picnews .p{float:left; display:inline-block; padding:0 10px 5px 4px; }
.xmfj_picnews .c{font-size:14px;overflow:hidden; height: 60px; }
.xmfj_picnews .f{display:none;}

.xmfj_list2 {padding-top:6px; }

.tjy_a span {/*display:none; */}
.tjy_a .head {text-align:center; border:none; margin:6px; }

.forpic {overflow:hidden; margin-bottom:6px; }
.forpic .elepic {width: 50%; float:left; }
.forpic .elepic >div {width: 90%; margin:0 auto; text-align:center; }
.forpic .elepic img {width: 100%; max-width:120px; margin:6px auto 0; }
.forpic .elepic .shade {display:none; }
.forpic .elepic .tit {font-size:12px; line-height:18px; height: 18px; text-align:center; overflow:hidden; }