@charset "utf-8";

div,a,img {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent
}

.fixed-head {
	height: 1.07rem;
	background: #fff
}

.fixed-head .logo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.07rem;
	background: #fff;
	-webkit-box-shadow: 0 0.03rem 0.24rem rgba(0,0,0,.11);
	box-shadow: 0 0.03rem 0.24rem rgba(0,0,0,.11);
	z-index: 10
}

.fixed-head .logo a {
	display: block;
	width: 2.17rem;
	height: 0.57rem;
	margin: 0.32rem 0 0 0.3rem
}

.fixed-head .logo img,.fixed-head .menu img {
	display: block;
	height: 100%
}

.fixed-head .menu {
	position: fixed;
	right: 0;
	top: 0;
	padding: 0.42rem 0.21rem 0.3rem;
	background: #fff;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fixed-head .menu>div {
	width: 0.46rem;
	height: 0.34rem;
	background: #fff
}

.logo.logo-show {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 500ms cubic-bezier(0.19,1,.22,1);
	transition: all 500ms cubic-bezier(0.19,1,.22,1)
}

.logo.logo-hide {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms cubic-bezier(0.55,.055,.675,.19);
	transition: all 300ms cubic-bezier(0.55,.055,.675,.19)
}

.fixed-head .menu.shadow-show {
	top: 0.6rem;
	right: 0.3rem;
	padding: 0.27rem 0.21rem;
	border-radius: 50%;
	box-shadow: 0 0 0.16rem rgba(0,0,0,.44);
	-webkit-transition: all 300ms cubic-bezier(0.55,.055,.675,.19);
	transition: all 300ms cubic-bezier(0.55,.055,.675,.19)
}

.fixed-head .menu.shadow-hide {
	right: 0;
	border-radius: 50%;
	box-shadow: none;
	-webkit-transition: all 500ms cubic-bezier(0.19,1,.22,1);
	transition: all 500ms cubic-bezier(0.19,1,.22,1)
}

.list:before {
	height: .2rem;
	background: #fff
}

.totop {
	display: none;
	position: fixed;
	right: 0.16rem;
	bottom: 0.4rem;
	width: 1.16rem;
	height: 1.16rem;
	background: url(../images/btn-totop.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.totop.activitytop {
	bottom: 1.05rem
}

.list-item h6 {
	max-height: 0.8rem;
	line-height: 1.4;
	margin-top: 0;
	font-weight: 400;
	font-size: .32rem;
	color: #444;
	overflow: hidden;
	text-align: justify;
	word-break: break-all
}

.list-item p {
	line-height: 1.2;
	font-size: .26rem;
	color: #999
}

.list-item.list-item-0 p {
	margin: .19rem 0 0
}

.list-item.list-item-3 p {
	margin: .3rem 0 0
}

.list-item.list-item-2 img {
	display: block;
	width: 100%;
	max-height: 3.64rem;
	border-radius: .1rem
}

.list-item.list-item-2 span {
	position: absolute;
	left: 0.62rem;
	top: 0.72rem;
	padding: 0.1rem 0.2rem;
	background: rgba(0,0,0,.5);
	border-radius: 0.2rem;
	font-size: 0.2rem;
	color: #fff;
	z-index: 1
}

.list-item.list-item-2 h6 {
	position: absolute;
	left: 0.3rem;
	right: 0.3rem;
	bottom: 0;
	max-height: .9rem;
	padding: 0 0.3rem 0.2rem;
	font-size: .3rem;
	color: #fff;
	z-index: 2
}

.list-item.list-item-2>a {
	padding-bottom: 0
}

.list-item.list-item-2 a:before {
	content: "";
	position: absolute;
	left: 0.3rem;
	right: 0.3rem;
	bottom: 0;
	height: 50%;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,0.5));
	border-bottom-right-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
	z-index: 1
}

.list-item.list-item-2 {
	border-bottom: none
}

.article-in .line-lt {
	padding-left: 0.28rem;
	margin-bottom: 0.2rem
}

.article-in .line-lt:before {
	content: "";
	display: inline-block;
	width: 0.04rem;
	height: 0.24rem;
	background: #bf0505;
	margin: 0 0.28rem 0 -0.28rem
}

.article-in b {
	line-height: 1.4;
	color: #333
}

.article-in span {
	color: #999
}

.act-detail h2 {
	margin: .5rem 4% 0.36rem;
	line-height: 1.2;
	font-size: .38rem;
	font-weight: 700;
	color: #303030
}

.act-detail .act-namenum {
	margin-bottom: 0.42rem;
	border-bottom: 1px solid #eeeeee
}

.act-detail .act-namenum p {
	margin: 0 4% 0.3rem;
	line-height: 1.5;
	font-size: 0.26rem;
	color: #999
}

.nav-mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11;
	overflow-y: auto
}

.nav-item {
	position: relative;
	height: 100%;
	padding: 1.16rem 0.3rem;
	box-sizing: border-box;
	background: #f8f8f8;
	overflow-y: auto
}

.nav-item .btn-nav-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 0.5rem 0.3rem;
	box-sizing: border-box;
	z-index: 12
}

.nav-item .btn-nav-close:after {
	display: block;
	content: '';
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/icon-nav-close.png) no-repeat;
	background-size: 100% 100%
}

.nav-item .nav-logo {
	display: block;
	width: 3.69rem;
	height: 1.05rem;
	margin: 0 auto
}

.nav-item .nav-search {
	position: relative;
	width: 100%;
	height: 0.68rem;
	margin-top: 0.56rem;
	margin-bottom: 0.8rem
}

.nav-item .nav-search input {
	display: block;
	width: 100%;
	height: 0.68rem;
	padding: 0.18rem 1.1rem 0.15rem 0.4rem;
	border-radius: 0.34rem;
	background: #fff;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
	font-size: 0.28rem;
	color: #0a0404;
	caret-color: red
}

.nav-item .nav-search .btn-nav-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 0.18rem 0.36rem 0.17rem;
	z-index: 12
}

.nav-item .nav-search .btn-nav-search:before {
	content: '';
	display: block;
	width: 0.34rem;
	height: 0.33rem;
	background: url(../images/btn-nav-search.png) no-repeat;
	background-size: 100% 100%
}

.nav-item .nav-column {
	width: 100%;
	margin-top: 0.6rem;
	overflow: hidden
}

.nav-item .nav-column h3 {
	position: relative;
	padding-left: 0.26rem;
	margin-bottom: 0.6rem;
	line-height: 1.2;
	font-size: 0.36rem;
	color: #333
}

.nav-item .nav-column h3:before {
	position: absolute;
	left: 0;
	top: 0.12rem;
	content: '';
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/icon-circle.png) no-repeat;
	background-size: 100% 100%
}

.nav-item .nav-column .column {
	width: 104%
}

.nav-item .nav-column .column li {
	margin-right: 0.28rem;
	margin-bottom: 0.2rem;
	box-shadow: 0 0.02rem 0.2rem rgba(0,0,0,.1)
}

.nav-item .nav-column .column li a {
	display: block;
	width: 1.5rem;
	height: 0.75rem;
	line-height: 0.75rem;
	background: #fff;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	color: #0a0404;
	text-align: center
}

.nav-item .app-download {
	display: block;
	width: 5.0rem;
	padding: 0.23rem 0;
	margin: 0.8rem auto 0;
	border: 1px solid #e12929;
	background: #c70000;
	border-radius: 0.46rem;
	box-shadow: 0 0.05rem 0.1rem rgb(254,165,165);
	font-size: 0.28rem;
	color: #fff;
	text-align: center
}

.nav-item .nav-about {
	padding: 0.78rem 0 0.4rem;
	font-size: 0.24rem;
	text-align: center
}

.nav-item .nav-about>ul {
	display: inline-block
}

.nav-item .nav-about li {
	position: relative;
	padding: 0 0.18rem
}

.nav-item .nav-about li a {
	color: #999
}

.nav-item .nav-about li:before {
	position: absolute;
	left: 0;
	top: 0.05rem;
	display: block;
	content: '';
	height: 0.24rem;
	width: 1px;
	background: #9f9f9f
}

.nav-item .nav-about li:first-child:before {
	background: #f8f8f8
}

.swiper-slide .icon-ad {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	display: block;
	padding: 0.03rem 0.04rem;
	background: rgba(0,0,0,.5);
	border-radius: 1px;
	border: 1px solid rgba(255,255,255,.5);
	font-size: 0.16rem;
	color: #fff;
	z-index: 1
}

input::-webkit-input-placeholder {
	color: #d7d7d7
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	z-index: 11
}

.attention-pop {
	position: fixed;
	top: 30%;
	left: 50%;
	margin: 0 0 0 -3.45rem;
	width: 6.9rem;
	padding: 0.82rem 0.53rem 0.24rem;
	background: #fff;
	border-radius: 0.1rem;
	box-sizing: border-box;
	font-size: 0.34rem;
	color: #303030;
	z-index: 12
}

.attention-pop p {
	line-height: 1.5;
	margin-bottom: 0.2rem
}

.attention-pop a {
	display: block;
	padding: 0.2rem 0;
	font-size: 0.28rem;
	color: #bf0505;
	text-align: center
}

.attention-pop i,.success-tips .btn-attention-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.3rem;
	cursor: pointer
}

.attention-pop i:before,.success-tips .btn-attention-close:before {
	content: '';
	display: block;
	width: 0.23rem;
	height: 0.24rem;
	background: url(../images/icon-attention-close.png) no-repeat;
	background-size: 100% 100%
}

.common-list {
	margin: 0.5rem 4%
}

.common-list ul li {
	width: 100%;
	border-radius: 0.1rem;
	padding: 0 0 0.18rem 0;
	margin-bottom: 0.8rem;
	box-shadow: 0 0.03rem 0.25rem rgba(0,0,0,.11)
}

.common-list ul li a {
	position: relative;
	display: block
}

.common-list ul li:last-child {
	margin-bottom: 0
}

.common-list ul li img {
	display: block;
	width: 100%;
	height: 3.65rem;
	border-radius: 0.1rem
}

.common-list ul li .common-list-title {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	padding: 0.28rem 0.36rem 0;
	font-weight: normal;
	font-size: 0.34rem;
	color: #333
}

.common-list ul li .common-list-p {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.08rem 0.3rem 0 0.36rem;
	line-height: 1.8;
	font-size: 0.24rem;
	color: #999
}

.common-list ul li .common-list-p span {
	position: absolute;
	right: 0.3rem;
	bottom: 0;
	color: #bf0505
}

.common-list ul li .icon-game {
	position: absolute;
	top: 2.97rem;
	right: 0.3rem;
	padding: 0.08rem 0.13rem;
	border-radius: 0.05rem;
	font-size: 0.22rem;
	color: #fff
}

.orange-bg {
	background: #ffa000
}

.red-bg {
	background: #c70000
}

.black-bg {
	background: #eae9e9;
	color: #606060 !important
}

.common-list.common-list-1 ul li {
	padding-bottom: 0.2rem;
	margin-bottom: 0.6rem
}

.common-list.common-list-1 ul li .common-list-title {
	padding-top: 0.22rem;
	white-space: normal;
	word-break: break-all;
	max-height: 1.1rem;
	line-height: 1.4;
	font-size: 0.32rem;
	color: #444;
	text-align: justify
}

.common-list.common-list-1 ul li .common-list-p {
	width: 88%;
	box-sizing: border-box;
	padding-top: 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.common-list.common-list-1 ul li img {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.flash {
	position: relative;
	margin: 0.84rem 4% 0
}

.fresh {
	position: absolute;
	right: 0.3rem;
	top: 0;
	font-size: 0.22rem;
	color: #999;
	cursor: pointer
}

.fresh.default i {
	background: url(../images/check.png) no-repeat;
	background-size: 100% 100%
}

.fresh i {
	position: relative;
	top: 0.03rem;
	display: inline-block;
	width: 0.21rem;
	height: 0.21rem;
	margin-right: 0.04rem;
	background: url(../images/checked.png) no-repeat;
	background-size: 100% 100%
}

.fresh b {
	font-weight: normal
}

.flash-news {
	margin-bottom: 0.4rem
}

.flash-news .flash-news-con {
	margin-bottom: 0.8rem
}

.flash-news .flash-news-con ul {
	margin-top: 0.56rem;
	font-size: 0.25rem
}

.flash-news .flash-news-con ul li {
	position: relative;
	padding: 0.8rem 0 0 0.48rem;
	border-left: 2px solid #f6f6f6
}

.flash-news .flash-news-con ul li:first-child {
	padding-top: 0
}

.flash-news .flash-news-con ul li:before {
	position: absolute;
	left: -0.12rem;
	top: 0.84rem;
	content: '';
	display: block;
	width: 0.18rem;
	height: 0.18rem;
	background: url(../images/icon-circle1.png) no-repeat;
	background-size: 100% 100%
}

.flash-news .flash-news-con ul li:first-child:before {
	top: 0.02rem
}

.flash-news .flash-news-con h3 {
	font-size: 0.3rem;
	color: #303030
}

.flash-news .flash-news-con ul li .time {
	margin-bottom: 0.14rem;
	font-size: 0.3rem;
	color: #e02828
}

.flash-news .flash-news-con ul li.flash-list1 .time {
	margin-bottom: 0.1rem
}

.flash-news .flash-news-con ul li h4 {
	line-height: 1.5;
	font-weight: normal;
	font-size: 0.34rem;
	color: #303030
}

.flash-news .flash-news-con ul li.flash-list1 h4 {
	display: inline;
	position: relative;
	top: 0.06rem
}

.flash-news .flash-news-con ul li .intro {
	line-height: 1.5;
	font-size: 0.25rem;
	color: #606060
}

.flash-news .flash-news-con ul li.flash-list1 .intro {
	margin-top: 0.12rem
}

.flash-news .flash-news-con ul li.flash-list2 .intro {
	display: inline
}

.flash-news .flash-news-con ul li .icon-info {
	margin-right: 0.05rem;
	padding: 0.05rem 0.14rem;
	border-radius: 0.03rem;
	font-size: 0.2rem;
	color: #fff
}

.good {
	background: #ff4c4c
}

.bad {
	background: #22bb7e
}

.neuter {
	background: #b0b0b0
}

.flash-news .flash-news-con dl {
	margin-top: 0.2rem
}

.flash-news .flash-news-con dl dt {
	float: left;
	margin-right: 0.2rem;
	padding: 0.04rem 0.14rem;
	border-radius: 0.03rem;
	background: #f5f5f5;
	font-size: 0.2rem;
	color: #999
}

.flash-news .flash-news-con dl dd {
	float: left;
	font-size: 0.25rem;
	color: #999;
	text-align: center
}

.flash-news .flash-news-con dl dd .up-num,.flash-news .flash-news-con dl dd .down-num {
	position: relative;
	padding: 0 0.23rem 0 0.1rem
}

.flash-news .flash-news-con dl dd .zero-num {
	padding: 0 0 0 0.1rem
}

.flash-news .flash-news-con dl dd .down-num {
	color: #22bb7e
}

.flash-news .flash-news-con dl dd .up-num {
	color: #ff4c51
}

.flash-news .flash-news-con dl dd .zero-num {
	color: #999
}

.flash-news .flash-news-con dl dd .down-num:after,.flash-news .flash-news-con dl dd .up-num:after {
	position: absolute;
	right: 0;
	top: 0.06rem;
	display: block;
	width: 0.13rem;
	height: 0.19rem;
	content: ''
}

.flash-news .flash-news-con dl dd .down-num:after {
	background: url(../images/icon-down.png) no-repeat;
	background-size: 100% 100%
}

.flash-news .flash-news-con dl dd .up-num:after {
	top: 0.04rem;
	background: url(../images/icon-up.png) no-repeat;
	background-size: 100% 100%
}

.flash-news .flash-news-con dl dd:nth-child(3):before {
	content: '';
	display: inline-block;
	margin: 0 0.2rem;
	width: 1px;
	height: 0.19rem;
	background: #dedede
}

.video-list {
	margin: 0.5rem 4% 0
}

.video-list ul li {
	padding: 0.4rem 0 0;
	border-top: 1px solid #eeeeee
}

.video-list ul li:first-child {
	padding: 0;
	border-top: none
}

.video-list ul li a {
	display: block
}

.video-list ul li a img {
	display: block;
	width: 100%;
	height: 4.0rem;
	border-radius: 0.1rem
}

.video-list ul li a h4 {
	padding: 0.32rem 0;
	line-height: 1.3;
	font-size: 0.32rem;
	color: #333
}

.video-list ul li .video-pic {
	position: relative;
	height: 4.0rem;
	width: 100%
}

.video-list ul li .video-pic:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -0.47rem 0 0 -0.47rem;
	content: '';
	display: block;
	width: 0.94rem;
	height: 0.94rem;
	background: url(../images/btn-video.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2
}

.video-list ul li .video-pic:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 25%;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,0.75));
	-webkit-border-bottom-right-radius: 0.1rem;
	-webkit-border-bottom-left-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
	border-bottom-left-radius: 0.1rem;
	z-index: 1
}

.video-list ul li a span {
	position: absolute;
	right: 0.22rem;
	bottom: 0.26rem;
	font-size: 0.24rem;
	color: #fff;
	z-index: 2
}

.act-detail li {
	padding-top: 0.02rem
}

.page-default {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5.27rem;
	height: 2.42rem;
	margin: -1.21rem 0 0 -2.6rem
}

.default-page-img {
	display: block;
	width: 5.27rem;
	height: 1.96rem;
	margin-bottom: 0.2rem
}

.page-default p {
	font-size: 0.2rem;
	color: #999;
	text-align: center
}

.search-header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7.5rem;
	height: 1.38rem;
	background: #f9f9f9;
	padding: 0.32rem 0 0.32rem 0.3rem;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.24rem;
	color: #999;
	box-sizing: border-box;
	z-index: 10;
}

.search-header .search-header-con {
	position: relative;
	border: 1px solid #f0f0f0;
	border-radius: 0.1rem;
	background: #fff;
	font-size: 0.24rem;
}

.search-header .search-list {
	position: relative;
	float: left;
	height: 0.7rem;
	box-sizing: border-box;
	padding: 0 0.5rem 0 0.3rem;
}

.search-header .search-list:after {
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.085rem;
	display: block;
	width: 0.09rem;
	height: 0.17rem;
	content: '';
	background: url(../images/btn-more.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.search-header .search-list.search-list-1:after {
	background: url(../images/btn-more-lt.png) no-repeat;
	background-size: 100% 100%;
}

.search-header .search-list:before {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.15rem;
	display: block;
	width: 0.02rem;
	height: 0.3rem;
	content: '';
	background: #f7f7f7;
	z-index: 2;
}

.search-header .search-list ul.open li {
	display: block;
}

.search-header .search-list ul li {
	float: left;
	display: none;
	margin-left: 0.3rem;
	padding: 0.2rem 0;
}

.search-header .search-list ul li.active {
	display: block;
	color: #bf0505;
}

.search-header .search-list ul li:first-child {
	margin-left: 0;
}

.search-header .search-header-con form {
	display: block;
	float: left;
}

.search-header input#search {
	width: 4.82rem;
	height: 0.7rem;
	box-sizing: border-box;
	padding: 0.2rem 0.78rem 0.2rem 0.3rem;
	font-size: 0.24rem;
	color: #333;
	caret-color: red;
}

.search-header .btn-remove {
	display: none;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -0.19rem;
	width: 0.38rem;
	height: 0.38rem;
	background: url(../images/btn-remove.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.search-header input:valid+.btn-remove {
	display: block;
}

.search-header .btn-cancel {
	position: absolute;
	right: -0.98rem;
	top: 0;
	display: block;
	padding: 0.2rem 0.3rem 0.2rem 0.2rem;
	font-size: 0.24rem;
	color: #bf0505;
	z-index: 10;
}

.search-box {
	padding: 2.08rem 0.3rem 0;
}

.search-box .box-tit {
	position: relative;
	font-weight: normal;
	margin-bottom: 0.4rem;
	font-size: 0.24rem;
	color: #999;
}

.search-box .box-tit i {
	position: absolute;
	right: 0.06rem;
	top: 0;
	display: block;
	width: 0.25rem;
	height: 0.24rem;
	box-sizing: border-box;
	background: url(../images/btn-empty.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.search-box ul li {
	float: left;
	padding: 0 0.24rem;
	height: 0.52rem;
	margin: 0 0.18rem 0.36rem 0;
	border-radius: 0.05rem;
	line-height: 0.52rem;
	background: #f5f5f5;
	font-size: 0.24rem;
	color: #303030;
}

.search-box ul li.active {
	background: #bf0505;
	color: #fff;
}

.search-box>div {
	margin-bottom: 0.4rem;
}

.search-box1 {
	padding: 1.38rem 0 0;
}

.zixun {
	position: relative;
	padding: 0.18rem 0 0.18rem 0.62rem;
	border-bottom: 0.02rem solid #eeeeee;
	line-height: 1.6;
	font-weight: normal;
	font-size: 0.24rem;
	color: #999;
}

.zixun:before {
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	content: '';
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../images/icon-circle.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.news-com {
	margin-top: 0.22rem;
	border-bottom: 0.3rem solid #f8f8f8;
}

.news-com ul {
	padding: 0 0.3rem;
}

.news-com ul li {
	border-bottom: 0.02rem solid #eeeeee;
}

.news-com ul li h3 {
	margin-bottom: 0.16rem;
	line-height: 1.6;
	font-weight: normal;
	font-size: 0.28rem;
	color: #444;
}

.news-com ul li p {
	line-height: 1.6;
	font-size: 0.24rem;
	color: #ccc;
}

.news-com ul li a {
	display: block;
	padding: 0.34rem 0;
}

.news-com ul li a em {
	font-style: normal;
	color: #c70000;
}

.news-com .news-more {
	margin-bottom: 0.2rem;
	font-size: 0.24rem;
	text-align: center;
}

.news-com .news-more a {
	position: relative;
	padding: 0.36rem 0;
	display: inline-block;
	font-size: 0.24rem;
	color: #999;
}

.news-com .news-more a:after {
	position: absolute;
	right: -0.32rem;
	top: 50%;
	margin-top: -0.11rem;
	display: block;
	content: "";
	width: 0.13rem;
	height: 0.22rem;
	background: url(../images/btn-more-news.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.search-box1 .list:before {
	height: 0;
}

.search-empty {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.72rem 0 0 -1.72rem;
	display: block;
	width: 3.44rem;
	height: 3.44rem;
}