html{color:#333;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:14px;font-family:'微软雅黑';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
s{ text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#333;}
h1,h2,h3{margin: 0;}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
ul,li,p,h1,h2,h3,h4{
	list-style: none;
	margin: 0;
	padding: 0;
}
html {
	font-size: 26.66667vw !important;
}

body {
	line-height: 1.2;
	font-size: .16rem;
	background-color: #f9f9f9;
}
img{
	max-width: 100%;
}
a,
a:hover{
	text-decoration: none;
}

.van-nav-bar{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: .15rem;
	z-index: 999;
	background-color: #17181d;
}
.van-nav-bar .v-logo{
	flex: 1;
	text-align: center;
}
.van-nav-bar  .icon{
	width: .18rem;
}
.van-nav-bar .v-logo img{
	height: .22rem;
}
.page-wrap{
	padding-top: .55rem;
}
.page-main{
	padding: .1rem .15rem;
}
.page-search-bar{
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
}
.weui-cell__bd{
	flex: 1;
}
.page-search-bar .s-link{
	display: block;
	line-height: 0;
}
.page-search-bar .s-link img{
	height: .2rem;
}
.search-bar{
	position: relative;
	height: .36rem;
	background-color: #FFFFFF;
	border-radius: 30px;
	margin: 0 .12rem;
}
.search-bar .weui-input{
	width: 100%;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	background-color: transparent;
	font-size: inherit;
	color: inherit;
	height: .36rem;
	padding: 0 .35rem;
	line-height: 1.41176471;
	background: url(../img/so.png) .14rem center no-repeat;
	background-size: .15rem .15rem;
}
.panel{
	margin-bottom: .2rem;
}
.panel-head{
	margin-bottom: .15rem;
}
.panel-head .panel-tt{
	font-size: .16rem;
	color: #000000;
	font-weight: bold;
	padding-left: .05rem;
	line-height: 1;
	border-left: 3px solid #be1f37;
}
.rq-list{
	overflow: hidden;
	margin: 0 -5px;
}
.rq-list li{
	float: left;
	width: 33.33%;
	padding:5px;
}
.rq-box{
	display: block;
}
.rq-cells{
	overflow: hidden;
	padding: .1rem;
	background-color: #FFFFFF;
}
.rq-box .rq-pic{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 1.3rem;
	border-radius: .06rem;
}
.rq-box .rq-title{
	font-size: .15rem;
	margin-top: .1rem;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-list{
	background-color: #FFFFFF;
	padding:0 .1rem;
}
.new-list li{
	padding: .15rem 0;
	border-bottom: 1px solid #efefef;
}
.new-list li:last-child{
	border-bottom: 0;
}
.new-cell{
	display: flex;align-items: center;
	color: #333333;
}
.new-cell .new-pic{
	font-size: 0;
	margin-left: .15rem;
}
.new-cell .new-pic img{
	width: .82rem;
	height: 1.15rem;
	border-radius: 5px;
}
.new-cell .n-head{
	display: flex;
	align-items: center;
	margin-bottom: .1rem;
}
.new-cell .n-head .title{
	font-size:.15rem;
	font-weight: bold;
}
.new-cell .n-head .tag{
	display: inline-block;
	padding: .02rem .06rem;
	border-radius: 5px;
	background-color: #17181d;
	font-size: .12rem;
	color: #FFF;
}

.new-cell .list-desc{
	margin-bottom: .1rem;
	color: #999999;
	font-size: .14rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.new-cell .list-author{
	font-size: .13rem;
	color: #333;
}
.swiper-j .hot-cell{
	background-color: #FFFFFF;
	padding: .1rem;
	border-radius:6px;
	display: block;
	color: #333333;
}
.swiper-j .hot-cell .hot-title{
	font-size: .16rem;
	font-weight: bold;
	margin-bottom: .1rem;
}
.swiper-j .hot-cell .hot-photo{
	font-size: 0;
	margin-bottom: .1rem;
}
.hot-cell .hot-photo img{
	border-radius: 6px;
}
.hot-cell .list-desc{
	font-size: .14rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: .1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.hot-cell .list-author{
	font-size: .12rem;
} 
.swiper-j .swiper-pagination{
	position: static;
	text-align: center;
	margin-top: .1rem;
}
.swiper-j .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0;
	height: 4px;
	width: 22px;
	margin: 0;
}
.swiper-j .swiper-pagination-bullet-active{
	background-color: #be1f37;
}












