@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "PingFangSC-Regular, sans-serif";
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	font: normal 1.2em/1.6 Tahoma, Arial, Roboto, "Droid Sans",
		"Helvetica Neue", "Droid Sans Fallback", sans-serif;
	overflow: auto;
	background-color: #f5f5f5 !important;
}

@media screen and (min-width:321px) and (max-width:375px) {
	html {
		font-size: 11px
	}
}

@media screen and (min-width:376px) and (max-width:414px) {
	html {
		font-size: 12px
	}
}

@media screen and (min-width:415px) and (max-width:639px) {
	html {
		font-size: 15px
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 25px
	}
}

header {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    padding: 0 10px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #f5f5f5;
    position: fixed;
    top: 0;
    z-index: 20;
}

header a.pull-left{
	margin-top:4%;
}

header p{
	margin-bottom: 0;
}
.main{
	 margin-top: 44px;
	 height: 100%;
	 position: relative;
	 width: 100%;
}

/*行业智库*/
.category1{
	height: 40px;
	background-color: #fff;
	position: fixed;
	top: 44px;
	width: 100%;
	z-index: 10;
	padding:1% 3%;
	text-align: center;
}
.category1 a{
	width: 44%;
	height:34px;
	font-size: 16px;
	background-color: #fa8406;
	color: #fff;
	border-radius: 20px;
	padding:5px 12px;
}

.category2{
	position: fixed;
	top: 84px;
	background-color: #fff;
	height: 33px;
	overflow: hidden;
	z-index: 10;
	box-shadow: 2px 2px 1px 1px rgba(231,231,231,.5);
}
.category2 .col-sm-3{
	padding:0;
	width: 22%;
	text-align: center;
   line-height: 33px;
}
.category2 .col-sm-3 a{
	color: #333;
}
.cate_a{
    color: #fa8406 !important;
}
.category2 img{
	margin-top: 3%;
	margin-right: 3%;
}
.category2 span{
   display: inline-block;
   line-height: 33px;
}
.main-list{
	margin-top: 120px;
}
.main-list section{
	background-color:#fff;
	padding:3%;
	margin-bottom: 5px;
}

.main-list section .col-sm-4{
	padding-left:0;
	width: 28.33%;
	height: 86px;
}
.main-list section .col-sm-8{
	padding:0;
	width: 71.6%;
}
section .col-sm-8 h4{
	margin-top: 0;

}
section .col-sm-8 h4 span.pull-right{
	font-size: 12px;
	color: #fa8406;
	display: inline-block;
	line-height: 20px;
	width: 40%;
	text-align:right;
}

section .col-sm-8 p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
	font-size: 13px;
}
.span_1{
	display: inline-block;
	background: url(../img/article.png) no-repeat left center;
	background-size: 54%;
	padding-left: 25%;
	margin-right: 14%;
}
.span_2{
	display: inline-block;
	background: url(../img/hot.png) no-repeat left center;
	background-size: 48%;
	padding-left: 19%;
}

/*问题专区*/
.category3{
	height:55px;
	background-color: #fff;
	position: fixed;
	top: 44px;
	width: 100%;
	z-index: 10;
	padding:3% 3% 0 3%;
	
}

.category3 select{
	width: 47%;
	text-align: center;
	border:0;
	background-color: #fafafa;
}
.main_list{
	margin-top: 100px;
}
.main_list .col-sm-12{
	background-color: #fff;
	padding-bottom: 2%;
	border-bottom: 1px #f4f4f4 solid;
}
.main_list .col-sm-12 a{
	color: #333;
}
.main_list .col-sm-12 h4{
	font-size: 16px;
	width:77%;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main_list .col-sm-12 span.pull-right{
    font-size: 12px;
    color: #888;
    display: inline-block;
    line-height: 40px;
}
.main_list .col-sm-6{
	padding:0;
	font-size: 12px;
	color: #888;
}
.main_list .col-sm-6 span{
	display: inline-block;
	padding:2% 7%;
	border:1px #bbb solid;
	border-radius: 15px;
}
.main_list .text-right span{
	border:0; 
	padding:0;
	line-height: 20px;
}
.main_list .col-sm-6 span.glyphicon{
	font-size: 14px;
	color: #fa8406;
	margin-right: 8px;
}

/*专家专文*/
.slide{
	  overflow: hidden;
      width:100%;
      height:40px;
      padding:0 15px;
      display: -webkit-box;
     overflow-x: auto;
      /*适应苹果*/
     -webkit-overflow-scrolling:touch;
      table-layout: fixed;
      white-space: nowrap;
      background-color: #fff;
     box-shadow: 0px 1px 1px 1px rgba(231,231,231,.4);
     position: fixed;
     top: 44px;
     z-index: 10;
    
}
 .slide::-webkit-scrollbar {
         display: none;
       }

.slide label{
	font-weight: 400;
	margin-bottom: 0;
	width: 22%;
	text-align:center;
}


.slide a{
	font-size: 14px;
	display: inline-block;
	color: #333;
	line-height: 38px;
}
.slide a:focus{
	text-decoration:none;
}
.main-con{
	margin-top:84px;
}
section{
	padding:10px;
	border-bottom: 1px #eee solid;
	background-color: #fff;
}
section a{
	color: #444;
}
section .col-sm-2{
	padding:0;
	width: 13%;
}
section .col-sm-10{
	padding:0;
	width: 86%;
}
section .col-sm-10 a{
	color: #444;
}
section .col-sm-10 a:focus{
	color: #fa8406;
}
section .col-sm-10 h4{
	margin-top: 0;
	font-size: 16px;
	width:75%;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section .col-sm-10 p{
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	margin-bottom: 0;
}
section .col-sm-10 span{
	font-size: 10px;
	color: #fa8406;
	display: inline-block;
	line-height: 20px;
}

.selected_a{
	border-bottom: 2px #fa8406 solid;
	color: #fa8406 !important;
}

/*我的收藏*/
.main_top{
	height: 40px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px #eee solid;
}
.main_top .col-sm-3{
	padding:0;
	text-align: center;
	line-height: 40px;
}
.main_top .col-sm-3 a{
	color: #333;
}
.a_active{
	color: #fa8406 !important;
}

.collect_list .col-sm-12{
	padding:0;
}
.collect_list .col-sm-12 h4{
	margin-top:0;
	font-size: 16px;
	s
}
.collect_list .col-sm-12 p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #888;
}
.collect_list .col-sm-12 span{
	font-size: 12px;
	color: #888;
}

footer{width: 100%;height: 48px;padding: 0;position: fixed;left: 0;right: 0;bottom: 0;
box-shadow: 7px 7px 7px 7px rgba(235,235,235,.90);background-color: #fff;}
footer .bottom{list-style: none;margin: 0;padding: 0;}
footer .bottom .col-sm-2,footer .bottom .col-xs-2{width:20%;}
footer .col-sm-3{padding: 0;}
footer .bottom .h4{margin-bottom: 5px;margin-top: 5px;}
footer .bottom h4 span{font-size: 10px;color:#888;}
footer p{
		   font-size: 10px;
		   color: #555;
		   margin-bottom: 0;
		}
.zhuantibaodao{
	background-color: #fff;
	padding-bottom: 20px;
}
.zhuantibaodao h4{
	margin-top: 0;
	border-left: 5px solid #fa8406;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 22px;
	color: #676565;
}
.zhuantibaodao h4 span{
	font-size: 10px;
}
.zhuantibaodao01{
	width: 90%;
	margin-left: 5%;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 2px 5px #ccc;
	padding: 5%;
}
.zhuantibaodao01 h5{
	margin-top: 0;
	font-size: 19px;
	color: #fa8406;
	text-align: center;
}
.zhuantibaodao01 p{
	margin-bottom: 0;
	text-indent: 2em;
	font-size: 14px;
	color: #999;
}
.zhanti-baodaochatu{
	width: 25%;
}
.zhuantibaodao02 li{
	margin-left: 5%;
	list-style: none;
	margin-bottom: 8px;
}
.zhuantibaodao02 li .pull-left:nth-child(2){
	margin-left: 5px;
}
.zhuantibaodao02 li h6{
	margin-top: 0;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}
.zhuantibaodao02 li h6 span:nth-child(1){
	color: #fa8406;
}
.zhuantibaodao02 li h6 span:nth-child(2){
	display:inline-block;
	width: 41%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.zhuantibaodao02 li h6 span:nth-child(3){
	font-size: 10px;
	color: #999;
}
.zhuantibaodao02 li .yangqi{
	text-indent: 2em;
	font-size:12px;
	height:34px;
	width:250px;
	margin-bottom:0;
	color:#999;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.zhuantibaodao03{
	width: 100%;
	padding: 5%;
	margin-bottom: 40px;
}
.zhuantibaodao03 li{
	list-style: none;
	float: left;
	width: 48%;
	margin-bottom:8px;
	margin-right: 4%;
}
.zhuantibaodao03 li:nth-child(2n){
	margin-right: 0;
}















































