body{
    max-width: 450px;
    margin: 0 auto;
    background: #f7f7f7;
}
.list{
  margin-top:.1rem;
}
.list-title{
	width: 100%;
	height: 0.8rem;
	background: #fcfcfc;
	position: fixed;
	z-index: 9999;
	max-width: 450px;
}
.list-nav{
	height: 0.8rem;
}
.list-nav li{
	/*padding: 0 0.27rem;*/
	height: 0.8rem;
	color: #5c5c5c;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.3rem;
	display: inline-block;
	width:auto
}
.list-nav  .list-active{
	color: #237cd9;
	font-size: 0.34rem;
}
.list-nav li a{
	display: block;
	padding: 0 0.27rem;
}


.list-content{
	width: 100%;
	padding-top: 0.8rem;
}
.swiper2{
	height: 5rem;
	width: 100%;
}
.list-carou{
	height: 100%;
	width: 100%;
}
.list-carou-li{
	width: 100%;
	height: 100%;
	/*height: 3.68rem;*/
}
.list-carou-li img{
	width: 100%;
	height: 100%;
	/*height: 3.68rem;*/
	max-width: 450px;
}
.list-carou-text{
	position: absolute;
	/*height:0.6rem;*/
	height: 50%;
	width: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	color: #FFFFFF;
	line-height: 0.6rem;
	font-size: 0.3rem;
	bottom:0;
	left: 0;
	max-width: 450px;
}
.list-carou-text11{
	position: absolute;
	margin: 0.5rem;
	bottom: 0.2rem; left: 0;
	/*width: 85%;*/
	/*height:0.6rem;*/
	font-size: 0.42rem;
	/*text-indent: 0.3rem;*/
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	/*width:0.08rem;
	height:0.08rem;*/
	opacity: 1;
	background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	/*width:0.1rem;
	height:0.1rem;*/
	background: #007aff;
}
.list-simg9-list{
	width: 7.12rem;
	padding: 0.26rem 0.18rem 0.22rem 0.2rem;
	border-bottom: #f3f3f3 solid 0.02rem;
}
A{
    color: currentColor;
    -webkit-tap-highlight-color: rgba(0,0,0,0.2);
    }


.item {
    position: relative;
    display: block;
    margin-bottom: 0.1rem;
    background: #fff;
    color: currentColor;
}
.item a {
	display: block;
}
.item-content {
  /*padding: 0.24rem 0.4rem;*/
}
.item-image-box {
  position: relative;
}
.image {
  display: block;
  width: 100%; height: 100%;
}
.title {
  font-size: 0.36rem;
  line-height: 0.44rem;
}
.brief {
  padding: 0 0.24rem .35rem 0.24rem;
  font-size: 0.28rem;
  line-height: .42rem;
  color: #777;
}
.play-icon {
  display: block;
  position: absolute;
  width: 0.6rem; height: 0.6rem;
  /*left: 0.2rem; bottom: 0.2rem;*/
  /*width: 0.9rem; height: 0.9rem;*/
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/player-icon.png) no-repeat center center;
  background-size: 100%;
}
/*文字*/
.text-item .title{
  padding: 0.32rem 0.24rem 0.2rem 0.24rem;
}
/*图文*/
.small-image-item {
  height: 2rem;
}
.small-image-item .item-content{
  padding-right: 3.1rem;
}
.small-image-item .item-image-box {
  position: absolute;
  right: .23rem;
  top: 0;
  width: 2.66rem;
  height: 2rem;
}
.small-image-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 1.32rem;
  margin-bottom: 0.1rem;
  padding: .12rem 0 0rem .24rem;
}
/*大图*/
.big-image-item .title {
  padding: 0.16rem .24rem;
}
.big-image-item .item-image-box{
  padding: 0 .24rem .17rem .24rem;
}

/*三图*/
.three-image-item .title {
  padding: 0.16rem .24rem;
}
.three-image-item .item-image-box {
  padding: 0 .24rem .16rem .24rem;
  display: flex;
  justify-content: space-between;
  /*margin: 0 0.2rem;*/
}
.three-image-item .item-image-box img {
  width: 2.26rem;
  height: 1.69rem;
}
/*广告*/

/*专题*/
.theme-item {
  color: #fff;
}
.theme-item .theme-text{
  position: absolute;
  bottom: 0.28rem;
  z-index: 2
}
.theme-item:after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
.theme-item .time {
  /*position: absolute;
  bottom: 0.8rem;*/
  padding: 0.1rem 0.2rem;
  font-size: 0.26rem;
  z-index: 2;
}
.theme-item .title{
  /*position: absolute;
  bottom: 0.28rem;*/
  padding: 0.1rem 0.2rem;
  font-size: 0.34rem;
  line-height: .5rem;
  z-index: 2;
}
/*滑动展示*/
.scroll-theme-item .title{
  padding: .26rem .24rem .16rem .24rem;
}
.scroll-theme-item-outer {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.scroll-theme-item-outer::-webkit-scrollbar{
  width: 0; height: 0;
  overflow:hidden;
}
.scroll-theme-item-inner {
  width: 4.96rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px solid #ececec;
}
.scroll-theme-item-inner:first-child {
  margin-left: 0.24rem;
}
.scroll-theme-item-inner .image{
  width: 4.96rem;
  height: 3.72rem;
}
.scroll-theme-item-inner .title {
  padding: 0.24rem 0.24rem 0 0.24rem;
  margin-bottom: 0.24rem;
  font-size: 0.28rem;
  line-height: .35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .7rem;
}
.scroll-theme-item-inner .list-info {
  padding: 0.12rem 0.24rem;
}

.list-info {
  padding: 0rem 0.24rem .16rem 0.24rem;
  font-size: 0.22rem;
  line-height: .32rem;
  color: #696969;
  vertical-align: top;
}
.news-tag {
}
/*.comment-num {
  padding-left: 0.3rem;
  background: url(../imgs/comment-icon.png) no-repeat left center;
  background-size: 0.26rem auto;
}*/
.news-list-more {
    display: block;
    padding: 0.3rem;
    text-align: center;
    color: #999;
    font-size: 0.3rem;
}

.theme-list .list{
  margin-top: 0rem; 
}
.theme-list .list .item:last-child{
  margin-bottom:0rem;
}