.mianbao {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0.26rem auto;
		color: #a1a1a1;
}
*{
	margin: 0;padding: 0;
}
body{
	padding-bottom: 1rem;
}
.mianbao .span {
    color: #a1a1a1;
    font-size: 0.14rem;
		margin:0 5px
}
.mianbao .span:nth-of-type(1){
	margin-left: 0;
}
.content{
	width: 100%!important;
	max-width: 1200px!important;
	margin: 0.4rem auto 0!important;
}
.titles {
    width: 100%;
    height: 0.64rem;
    margin-top: 0.25rem;
    position: relative;
}

.titles .span {
		font-size: 0.36rem;
		width: 100%;
		text-align: center;
    color: #23a4ff;
    opacity: 0.2;
    position: absolute;
    left: 50%;
		font-weight: 750;
    top: -0.1rem;
    transform: translateX(-50%)
}

.titles .span2 {
    font-size: 0.36rem;
    color: #23a4ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.015rem;
    font-weight: bold;
}
.tab{
	font-size: 0.18rem;
	color: #22a3fe;
}
.tab1{
	font-size: 0.18rem;
	color: #a9a9a9;
}
.tab1:hover{
	font-size: 0.18rem!important;
	color: #a9a9a9!important;
	text-decoration: none!important;
}
.ul{
	width: 100%;
}
.ul li{
	width: 100%;
	display: flex;
	padding: 5px 0;
	justify-content: space-between;
}
.ul li a{
	font-size: 0.16rem;
	color: #333333;
	text-decoration: none;
	display: flex;
	align-items: center;
	line-height: 30px;
}
.ul li a .i{
	width: 0.08rem;
	height: 0.08rem;
	background: #dddddd;
	border-radius: 50%;
	margin-right: 0.18rem;
}
.ul li span{
	font-size: #666;
	color: 0.16rem;
}
.ul li:hover>a{
	color:#23a4ff ;
}
.ul li:hover>a .i{
	background: #23a4ff;
}
.ul li:hover>span{
	color:#23a4ff ;
}
.ckml{
	margin-top: 0.24rem;
}
.guanggao{
	width: 100%;
	display: block;
	padding:0 0 0.3rem 0;
}
.guanggao img{
	width: 100%;
	border-radius: 6px;
	display: block;
}
.content .div{
	width: 0.8rem;
	height: 2px;
	background: #22a3fe;
}
.cont{
	width: 100%;
	border-bottom: 1px solid #dddddd;
	display: flex;
}
.bor_top_dashed{
	border-bottom: 1px dashed #DDDDDD;
	margin-bottom: 0.1rem;
	padding-bottom: 0.2rem!important;
}
.fenye {
    width: 100%;
    display: flex;
    margin-bottom: 0.8rem;
    justify-content: center;
}

.fenye .span {
    color: #999;
    font-size: 0.14rem;
}

.fenye .xspan {
    color: #23a4ff!important;
}

.fenye .span1 {
    width: 0.3rem;
    height: 0.24rem;
    border-radius: 0.7rem;
    border: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
    color: #999;
    margin: 0 5px;
	cursor: pointer;
}

.fenye .xspan1 {
    background: #23a4ff!important;
    color: #fff!important;
    border: 1px solid #23a4ff!important;
}

.fenye .left {
    margin-right: 0.18rem;
	cursor: pointer;
}

.fenye .right1 {
    margin-left: 0.18rem;
	cursor: pointer;
}
@media screen and (max-width:750px)  {
	.adjk{display:none;}
	.navs{
		padding-left: 0.15rem!important;
	}
	.content{
		margin: 0!important;
	}
	.mianbao{
		margin: 0.13rem;
	}
	.ckml ul li a{
		font-size: .18rem;
	} 
	.gg{
		padding: 0!important;
		display: flex;
		flex-wrap: wrap;
		padding: 0.15rem;
		justify-content: space-between;
	}
	.guanggao{
		width: 48%;
	}
}