html, body{
	background: none;
	font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
}
li, ol, ul {
    list-style: none;
}
.carousel-focus .item .carousel-img {
	height: 80px;
}

#x-footer{
    width: 100%;
    background: #f4f6f8;
    position: fixed;
    bottom: 0;
    z-index: 200;
    color: #222;
    border-top: 1px solid #efefef;
}

@media (max-width: 992px) {
	#x-footer{
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-white .navbar-nav > li > a {
		color: #222;
		height: 70px;
		line-height: 40px;
	}
	.navbar-default .navbar-brand{
		height: 70px;	
	}
	 #index-focus .item .carousel-img {
	    height: 160px;
	    width: 100%;
	  }
}
.x-foot{
	 padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.x-foot a{
	display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #222;
    padding: 12px 0;
    margin-left: 24px
}
#floatbtn{
	bottom: 100px;
}
.x-side-info{
	padding: 15px;
}
.article-metas .metas-title{
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 32px;
}
.article-text{
	font-size: 17px;
}
.x-ad-box{
	position: relative;	
}
.x-ad-box a{
	display: block;
	position: relative;	
}
.x-ad-box a::before{
	content: '广告';
	display: block;
	position:absolute; 
	bottom:0; 
	left:0; 
	background:rgba(104,104,104,0.8);
	color:#FFF;
	font-size:12px;
	padding: 0 5px;
}
.x-mb15{
	margin-bottom: 15px;
}
.article-list .article-title{
	margin-bottom: 10px;
	font-size: 22px;
}

.navbar-nav > li > a{
	font-size: 16px;
	color: #222;
}
.container2{
	padding: 0 20px;
}
.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5{
	font-weight: bold;
}
.article-text p{
	text-indent: 2em;
}
.article-text p img{
	margin: 0;
}
.flinks .tag{
	padding: 0 15px;
	background-color: #f4f6f8;
	color: #222;
}
.article-list .article-title a{
	/*display: block;*/
	font-weight: 500;
	overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.article-list .article-title{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    
}
.article-list .media,
.media-number,
.channel-list .row .media{
	display: flex;
}
.media-left, 
.media-right, 
.media-body{
	display: block;
}
.article-list .media .media-body{
	flex: 1;
}
.index .article-list .media .media-body{
	padding: 0 20px 0 0;
}
.x_tac{
	text-align: center;
}
.channel-list .row .media-heading{
	font-weight: 700;
}
.fromlink a{
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
    background: #007bff;
    text-decoration: none;
    border-radius: 5px;
}
.fromlink a:focus,
.fromlink a:hover {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.article-metas .metas-body {
    color: #222;
    margin: 0px auto;
    background: #f4f6f8;
    padding: 5px 20px;
}
.entry-meta .metainfo{
	background: #f4f6f8;
    padding: 5px;
}
.panel-index .article-list .media .media-body{
	padding-left: 0;
	padding-right: 15px;
}
.index-focus{
	border-radius: 10px;
}
.panel-index{
/*	padding: 0;*/
}
.topping{
	color: #f04142;
    margin-right: 18px;
    font-weight: ;
}
.wh-today{
	color: #fff;
	border-radius: 3px;
	padding: 2px 4px;
	font-size: 20px;
}
.wh-blue{	
	background-color: #007bff;	
}
.wh-red{
	background-color: #f04142;
	font-size: 20px;
}
.wh-date{
	color: #999d9c;	
	float: right;
	font-size: 20px;
}
blockquote{
	background: #f4f6f8;
  border-radius: 10px;
}
.wh-shengming{
    background: #f4f6f8;
    color: #b0b0b0;
    padding: 5px 20px;
   margin: 10px auto;
}
.index_top {
    padding: 20px;
    background: #fcf4f4;
    border-radius: 5px;
}
.index_top .index_top_title{
	font-size: 18px;
}
.warining-box{
    font-size: 16px;
    padding: 20px;
    background: #fcf4f4;
    border-radius: 5px;
    margin-bottom: 15px;
}
.warining-box li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
        height: 35px;
    line-height: 35px;
}
.gq-body li{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
        height: 35px;
    line-height: 35px;
}