body{ font-size: 14px;font-family: Helvetica Neue,Helvetica,Arial,sans-serif;}
html, body, div, span, h1, p, a, img, i, ul, li, form { border: 0 none;font-size: inherit;color: inherit;margin: 0;padding: 0;vertical-align: baseline;}
ul{ list-style:none}
a{ text-decoration: none;cursor: pointer;}
a:hover{ color:#07c;text-decoration: none}
a:focus{text-decoration: none}
.fl{ float:left; }
.fr{ float:right;}
.w1120{ width:1120px; margin: 0 auto}
.w300{ width:300px; }
.w750{ width:750px;}
input{ outline:none}
img{border:none;vertical-align: middle;}
*{box-sizing: border-box;}


.content-border{border-right:1px solid #f0f0f0;width:784px; overflow: hidden;}
.aw-topic-bar{ padding:10px 0;zoom:1; clear: both}
.tag-bar{ width:auto;height: 24px; }
.aw-topic-bar{ padding-top:0; }
.con-top-tit{ height: 22px;}
/*头部分享*/
.tag-bar{ float:left;}
/*文章内容*/
.biao h1 {width:100%;text-align: center;line-height: 46px;margin:20px 0; font-weight: normal;word-wrap: break-word; word-break: break-all; font-size: 24px;color: #000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.copyfrom {
    float: left;
    width: 100%;
    height: 40px;
    overflow: hidden;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #999;
}
.copyfrom p {display: inline-block;margin: 0 15px;}
.detail-content{line-height: 30px;margin-top: 30px;text-indent: 2em;letter-spacing: 1.5px;font-size: 16px;word-wrap: break-word;color: #333;}
.detail-content p{ margin-bottom: 20px;}
/*底部评论提示框*/
input {font-size: 100%;}
input {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
/*个人资料区域*/
.per-info{ background: #fff; border:1px solid #ddd;border-radius: 4px; margin-bottom: 25px; overflow: hidden}
.aside-per {padding-top:20px;word-break: break-all;text-align: center; overflow: hidden}
.aside-per .perimg {text-align: center;width: 120px;margin: 0 auto;}
.aside-per .perimg img {width:80px;height: 80px;border-radius: 50%;margin-bottom: 16px;}
.aside-per .per-name {width: 100%;height: 24px;}
.aside-per .per-ms {display: block;margin-top: 8px;font-size: 12px;color: #93999F;line-height: 12px;font-weight: 200;}
/*首页专题*/
::-webkit-scrollbar{ width:0;height:0;background-color:#fff;}
.aw-topic-bar {margin: 0;}
.aw-topic-bar { margin: 0;}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: #000;
    font-size: 12px;
    /*font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font: 12px/1.4 Tahoma, Arial, "Helvetica Neue","微软雅黑", Simsun, sans-self;*/
}
body * {
    -webkit-text-size-adjust: none;
}
*, *, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, ul, p, h1, input, form {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 100%;
}
ul {
    list-style: none;
    list-style-position: inside;
}
footer, header {
    display: block;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
img {
    border: 0;
}
input {
    font: inherit;
    margin: 0;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1120 {
    width: 1120px;
    margin: 0 auto;
}
.w750 {
    width: 750px;
}
.w320 {
    width: 320px;
}
body {
    background: #f3f6fa;
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,"PingFang SC","Microsoft YaHei";
}
/*头部*/
.header {
    height: 64px;
    background: #08c;
    margin-bottom: 50px;
}
.pnav-header {
    position: relative;
    height: 64px;
}
.logo {
	float: left;
    height: 64px;
	padding-right: 20px;
}
.logo img {
    display: block;
    padding-top: 12px;
    width: auto;
}
/*导航*/
.nav {
    display: inline-block;
    width: auto;
    height: 64px;
}
.nav li {
    float: left;
    display: inline-block;
    width: auto;
    position: relative;
	padding: 0 10px;
}
.nav li a {
    display: inline-block;
    width: auto;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.nav li a .iconfont {
    font-size: 12px;
}

.nav li.curr a {
   border-bottom: 3px solid #fff;
}

.nav li a:hover {
    background: none;
    border-bottom: 3px solid #fff;
}

/*搜索*/
.search {
    display: inline-block;
    width: auto;
    position: relative;
    left: 44px;
}
.search input {
    width: 250px;
    height: 40px;
    border-radius: 20px;
    border: none;
    margin: 12px 0px 12px 236px;
    outline: none;
    padding: 0 50px 0 20px;
    font-size: 16px;
}
.search .iconfont {
    position: absolute;
    top: 22px;
    right: 15px;
    z-index: 1;
    width: 20px;
	height: 20px;
    cursor: pointer;
	background: url(../images/search-icon.svg);
}

/*底部*/
.footer {
    background: #282828;
}
.copyright {
    margin-top: 26px;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-top: 1px solid #eee;
}

/*右侧*/

.theme .title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.theme .title span {
    display: inline-block;
    background: #fff;
    padding-bottom: 12px;
}
.theme .tit-r {
    padding-right: 20px;
}
/*精彩推荐*/
.wonderful {
    border: 1px solid #e6e6e6;
    padding: 10px 12px 20px;
    margin-top: -20px;
    position: relative;
    /*z-index: 1;*/
}
/*底部*/
.footers {
	background: #fff;
	clear: both;
	margin-top: 20px;
}
.footconts {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.copyright {
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	color: #999;
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 0;
}


/* 重载bootstrap部分 */
form{margin:0;}

/* 公共部分 */
html{height: 100%;}
body{margin: 0;height: 100%;font-size:14px; line-height:160%;color: #666;}
body, input, h1{font-family:'Helvetica Neue', 'STHeiti', '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif;}
ul{margin:0;padding:0;list-style:none;}
h1{margin-top:0;font-size:100%;line-height: 1.7;}/*兼容2.5*/


.aw-topic-bar{margin:20px 20px 0;}

body {
	height: auto;
	background: #fff;
}
.header {
	margin-bottom: 20px;
	min-width: 1120px;
}
.content{
	overflow: hidden;
}
.aw-topic-bar {margin: 0;}
.aside-per {
	padding: 30px 22px;
	position: relative;
	overflow: visible;
}
.per-info {
	border-radius: 0;
	overflow: visible;
	border: 1px solid #eee;
}
.new-top-fr {
	overflow: hidden;
	margin-bottom: 30px;
}
.aside-per .perimg {
	width: 80px;
	height: 80px;
	float: left;
}
.name-fl {
	margin-left: 100px;
}
.aside-per .per-name {
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.aside-per .per-ms {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	text-align: left;
}
.user-new {
	border-top: 1px solid #eee;
}
.user-new li {
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}
.user-new li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	text-align: left;
}

.user-new li a:hover {
	color: #07c;
}
.new-mor {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #08c;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -60px;
	z-index: 1;
}
.new-mor:hover {
	color: #fff;
	background: #07c;
}
.theme {
	/* padding: 30px 0; */
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;	 
}
.theme .title {
	font-size: 24px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.theme .title span {
	display: inline-block;
	background: #fff;
	padding-bottom: 12px;
}
.theme .tit-r {
	padding-right: 20px;
}
.wonderful {
	border: 1px solid #e6e6e6;
	padding: 10px 23px 20px;
	margin-top: -24px;
	position: relative;
	/*z-index: 1;*/
}
.wonderful li {
	padding-top: 17px;
}
.wonderful li a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	position: relative;
	padding-left: 35px;
}
.wonderful li a:hover {
	color: #07c;
}
.wonderful li a:after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #07c;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 2;
}
.wonderful li.edge {
	width: 1px;
	height: 100%;
	border-left: 1px dashed #f5f5f5;
	position: absolute;
	left: 28px;
	top: 0;
	z-index: 1;
}

.nearby {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}
.nearby p {
    float: left;
    width: 100%;
    height: 38px;
    overflow: hidden;
    font-size: 16px;
    line-height: 38px;
}

@media screen and (max-width:1119px){
	.header{min-width:auto;height:80px;margin-bottom:50px;}
	.pnav-header{height:40px;}
	.w1120{width:100%;}
	.logo{height:40px;margin:5px 0 0 5px;}
	.logo img{padding-top:0px;height:30px;}
	.nav{top:45px;width:100%;height:auto;border-bottom:1px solid #f0f0f0;background:#fdfdfd;position:absolute;display:block;}
	.nav li{width:20%;padding:0px;text-align:center;}
	.nav li a{color:#333;height:38px;line-height:38px;}
	.search{left:auto;right:5px;position:absolute;}
	.search input{width:160px;height:33px;margin-top:3px;}
	.search .iconfont{top:10px;right:10px;}
	.nav li.curr a{border-bottom:3px solid #07c;}
	.nav li a:hover{background:none;border-bottom:3px solid #07c;}
	.content-border{width:100%;padding:0 5px;}
	.w750{width:100%;}
	.w300{width:100%;}
	.detail-content img{max-width:70%;height:auto!important;}
	.biao h1{font-size:18px;line-height:25px;margin:10px 0;}
	.theme .title span{margin-left:10px;}
	.copyfrom{font-size:14px;}
	.copyfrom p{margin:0 5px;}
	.copyright{height:auto;line-height:30px;}
	.user-new li a{font-size: 16px;}
	.wonderful li a {font-size: 16px;}
}
@media screen and (max-width:359px){
	.nav li a {font-size: 14px;}
}



#quanwen{
    line-height: 24px;
    font-size: 14px;
    padding: 15px;
   }

.detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
	font-size: 16px;
	margin: 20px 0;
	position: relative;
	padding-left: 10px;
}
.detail-content h2:before, .detail-content h3:before, .detail-content h4:before, .detail-content h5:before, .detail-content h6:before {
	position: absolute;
	content: "";
	background: #EB3D41 !important;
	width: 3px;
	height: 100%;
	left: 0;
	bottom: 0;
}
.show_more_btn{display:block;padding:5px;line-height:22px;clear:both;font-size:16px;font-weight:400!important;text-align:center;position:relative;margin:0}
.show_more_btn i{display:inline-block;width:15px;height:25px;vertical-align:top;float:right;margin:5px}
.shadow{width:100%;height:5px;background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);background:-ms-linear-gradient(to bottom,hsla(0,0%,100%,0),#fff 100%);position:absolute;top:-5px;left:0}
.show_more_btn a div{display:inline-block;height:30px;width:100px;line-height:30px;border-radius:10px;border:1px solid #f36;color:#f36}
.show_more_btn .i_rotate{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
.show_more_btn b{display:block;clear:both;font-size:16px;color:#999}
.show_more_btn a{text-decoration:none;color:#38f}


.forgetPage{
	text-align: center;
}
.forgetPage li{
	float: left !important;
}
.pages ul li a {
	padding: 2px 8px;
}


.pages ul li:hover a {
	background: #EB3D41;
	color: #fff;

}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #EB3D41;
	padding: 2px 8px;
	margin: 0 1px;
	background: #EB3D41;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}