@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: 18px;
    border-bottom: 1px solid #f5f5f5;
    position: fixed;
    top: 0;
    z-index: 20;
}

header a.pull-left{
	margin-top:4%;
}
.title-group a{
	display: inline-block;
	padding:3px 18px;
	height:28px;
	font-size: 16px;
	border:1px #fa8406 solid;
	color: #fa8406;
	margin-top: 3%;
	line-height: 20px;
}

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;
		}
.title-group a.left_news{
	
	margin-right:-2%;
}

.title-group a.right_news{
	margin-left:-2%;
}

.title_a{
	background-color:  #fa8406;
	color: #fff !important;
	
}

.main{
	 margin-top: 44px;
	 min-height: 100%;
	 position: relative;
	 width: 100%;
}

.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: 19%;
	text-align:center;
}

.slide1 label{
	font-weight: 400;
	margin-bottom: 0;
	width:35%;
	text-align:center;
}
.slide a{
	font-size: 14px;
	display: inline-block;
	color: #333;
	line-height: 38px;
}
.main-con{
	margin-top:84px;
}
section{
	padding:10px;
	border-bottom: 1px #eee solid;
	background-color: #fff;
}
section a{
	color: #444;
}
section .col-sm-5{
	padding:0;
}
section .col-sm-7{
	padding:0;
}
section .col-sm-7 h4{
	margin-top: 0;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
section .col-sm-7 p{
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}
section .col-sm-7 span{
	font-size: 10px;
	color: #999;
}
section .col-sm-7 span.pull-right{
	display: inline-block;
	width: 30%;
	background: url(../img/eye.png) no-repeat left center;
	background-size: 30%;
	padding-left: 14%;
}
.selected_a{
	border-bottom: 2px #fa8406 solid;
	color: #fa8406 !important;
}
/*资讯详情*/
.details{
	padding:10px 15px;
	background-color: #fff;	
}

article{
	border-bottom: 1px #d5d5d5 dashed;
	padding-bottom: 10px;

}
article section{
	border:0;
	color: #999;
	padding:0;
	margin-bottom: 10px;
}
.details .h4{
	font-size: 16px !important;
	margin-top: 0;
	width:100%;
}
article section span{
	font-size: 12px;
}
article section span.pull-right{
	display: inline-block;
	background: url(../img/eye.png) no-repeat left center;
	background-size:50%;
	padding-left: 8%;
}
article p{
	/* text-indent: 2em; */
}
article p img{
	width: 100%;
	margin-bottom: 10px;
}

.details div{
	padding-top: 10px;
	color: #999;
}

.slide_up{
    width: 100%;
    height:280px;
    padding:0 3%;
    position: fixed;
    bottom: 0;
    box-shadow: 2px 0px 2px 2px rgba(231,231,231,.5);
    background-color: #fff;
	} 
.slide_up h4{
	margin:0;
	line-height: 50px;
	border-bottom: 1px #eee solid;
	font-size: 16px;
}
.slide_up h4 button{
	line-height: 50px;
}

.share_box .col-sm-4{
	padding:0;
	text-align: center;
}
.share_box a{
   display: inline-block;
   width: 80%;
   height: 76px;
}
.bds_weixin{
    background: url(../img/wechat.png)no-repeat center center;
    background-size: 70%;
}
.modal{
	top:24% !important;
}
.modal input{
	border:0;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
	
}
.modal form{
	padding:0 5%;
}
.modal select{
	border:0;
	-webkit-appearance: none;
}

.modal .btn{
	padding:3px 16px;
	background:#fa8406;
	color:#fff;
}



