.warp{
	width: 100%;
}
.content{
	max-width: 7.5rem;
	background-color: #fff;
	margin: auto;
	overflow: hidden;
}


.indexbg{
	height: 4.5rem;
	width: 100%;
	background-color: #fff;
	background-image: url(../img/toubug.png);
	background-size: 100% 100%;
}
.indexbg img{
	width: 100%;
	height: 100%;
}
.infos{
	height: 1.2rem;
	display: flex;
	margin-left: 0.35rem;
	margin-right: 0.35rem;
	margin-top: 0.3rem;
}
.infos .avatar{
	width: 1.2rem;
	height: 1.2rem;
}
.infos .avatar img{
	border-radius: 50%;
}
.infos .names{
	margin-left: 0.15rem;
	flex: 1;
}
.infos .name{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 0.28rem;
	
}
.infos .type{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 0.05rem;
}
.infos .toin{
	width: 1.15rem;
	height: 0.5rem;
	background: #147BDF;
	border-radius: 0.25rem;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.5rem;
	margin-top: 0.3rem;
}
.canshu{
	display: flex;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 0.55rem;
}
.canshu span{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right: 0.1rem;	
}
.canshu .can1{
	margin-left: 0.41rem;
}
.canshu .can2{
	margin-left: 0.8rem;
}
.canshu .can3{
	margin-left: 0.8rem;
}
.navs{
	margin-top: 0.72rem;
	margin-left: 0.35rem;
	margin-right: 0.35rem;
}

.swiper-slide{
	width: 20% !important;
	text-align: center;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	position: relative;
}
.swiper-slide a{
	color: #999999;
}
.swiper-slide.on{
	font-size: 0.28rem !important;
	font-family: Microsoft YaHei;
	font-weight: 400;
	
}
.swiper-slide.on a{
	color: #333333 !important;
}
.swiper-slide .dline{
	width: 0.44rem;
	height: 0.04rem;
	background: #147BDF;
	border-radius: 0.02rem;
	position: absolute;
	left: 50%;
	margin-left: -0.22rem;
	bottom: -0.1rem;
	display: none;
}
.swiper-slide.on .dline{
	display: block;
}
.neirong{
	margin-left: 0.35rem;
	margin-right: 0.35rem;
	margin-top: 0.5rem;
	padding-bottom: 1.7rem;
	
}
.neirong .text{
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-bottom: 0.3rem;
	/* height: calc(100vh - 7rem);
	overflow-x: hidden;
	overflow-y: scroll; */
}
.newslist{

}
.newslist .item1{
	display: flex;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem dashed #D8DAE0;
}
.newslist .item1 .titles{
	margin-right: 0.4rem;
	flex:1;
}
.newslist .item1 .titles .tts{
	height: 0.8rem;
	line-height: 0.4rem;
	overflow: hidden;
	margin-bottom: 0.2rem;	
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.newslist .item1 .titles .tms{
	display: flex;
	font-size: 0.26rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
}
.newslist .item1 .time{
	flex: 1;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.newslist .item1 .cks{
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.newslist .item1 .pic{
	width: 2.18rem;
	height: 1.27rem;
}
.newslist .item1 .pic img{
	width: 100%;
	height: 100%;
}
.item2{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem dashed #D8DAE0;
}
.item2 .pics{

	display: flex;
}
.item2 .pics .pic{
	width: 33.3%;
	height: 1.27rem;
}
.item2 .pics .pic img{
	width: 100%;
	height: 100%;
}
.item2 .pics .pic:nth-child(2){
	margin-left: 0.14rem;
	margin-right: 0.14rem;
}
.item2 .title{
	margin-top: 0.24rem;
	height: 0.28rem;
	line-height: 0.28rem;
	margin-bottom: 0.33rem;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
}
.item2 .timediv{
	display: flex;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}	
.item2 .timediv .time{
	flex: 1;
}
.item3{
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem dashed #D8DAE0;
}
.item3 .title{
	height: 0.8rem;
	line-height: 0.4rem;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
}
.item3 .timediv{
	display: flex;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}	
.item3 .timediv .time{
	flex: 1;
}

.jztitle{
	text-align: center;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 0.6rem;
	margin-bottom: 0.32rem;
}
.jzaddtime{
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	
	display: flex;
}
.jzaddtime a{
	color: #333;
}
.jzaddtime .pic{
	width: 0.4rem;
	height: 0.4rem;
}
.jzaddtime .pic img{
	border-radius: 50%;
	margin-right: 0.2rem;
}
.jzaddtime .name{
	flex: 1;
	color: #333;
	margin-left: 0.1rem;
}
.jzaddtime .tim{
	color: #999999;
}

.jzxuline{
	height: 0.02rem;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D8DAE0;
	margin-top: 0.33rem;
}
.jztext{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.8;
	word-break: break-all;
}
.jztale{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-top: 0.2rem;
	border-bottom: 0.01rem solid #D8DAE0;
}
.jztale .tr{
	display: flex;
	height: 0.57rem;
	line-height: 0.57rem;
	border-right: 0.01rem solid #D8DAE0;
	
}
.jztale .tr:nth-child(1) .td{
	font-weight: 600;
}
.jztale .tr .td{
	border-left: 0.01rem solid #D8DAE0;
	border-top: 0.01rem solid #D8DAE0;
}
.jztale .tr .td:nth-child(1){
	flex: 5;
}
.jztale .tr .td:nth-child(2){
	flex: 2;
}
.jztale .tr .td:nth-child(3){
	flex: 3;
}
.jztale .tr .td:nth-child(4){
	flex: 4;
}
.jztale .tr .td:nth-child(5){
	flex: 5;
}

.cxline{
	height: 1rem;
	line-height: 1rem;
	display: flex;
	border-bottom: 0.01rem solid #D8DAE0;
}
.cxline .yuan{
	width: 0.63rem;
	height: 0.63rem;
	line-height: 0.63rem;
	background: #D8DAE0;
	border-radius: 50%;
	margin-top: 0.17rem;
	text-align: center;
	color: #fff;
}
.cxline .name{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 0.26rem;
	flex: 1;
}
.cxline .value{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;	
}
.weizhi{
	color: #147BDF !important;
}
.lxtips{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 0.39rem;
}