/* 内容 */
.content{
	padding: 0.58rem 2.5rem;
}
.left-box{
	width: 3.4rem;
}

.left-box-inside{
	background: #0087ee;
	border-radius: 0.16rem;
	padding: 0.22rem 0.2rem;
}

.left-box .title{
	width: 100%;
	height: 0.58rem;
	line-height: 0.58rem;
	font-size: 0.4rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0.18rem;
}
.left-box .title-line{
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg,rgba(51,167,255,0.00), #33a7ff 48%, rgba(51,167,255,0.00));
}
.left-box .ul-box{
	padding: 0 0.2rem;
	padding-bottom: 0.58rem;
}

.left-box .ul-box li{
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.22rem;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	cursor: pointer;
}	
.left-box .ul-box li .icon{
	float: right;
	margin-right: 0.2rem;
}
.left-box .ul-box li .img{
	width: 0.12rem;
	height: 0.12rem;
}
.right-box{
	background: #ffffff;
	border-radius: 0.16rem;
	box-shadow: 0px 0px 0.1rem 0px rgba(0,0,0,0.16);
	margin-left: 0.2rem;
	padding: 0.28rem 0.6rem;
}
.right-box .title{
	width: 100%;
	font-size: 0.32rem;
	font-weight: 700;
	text-align: center;
	color: #24599D;
	height: 0.88rem;
	line-height: 0.88rem;
	border-bottom: 1px solid #dddddd;
}

.mien-list {
	margin-top: 0.32rem;
	/*overflow-y:auto;*/
}
.mi-item{
	margin-bottom: 0.32rem;
}

.ml-img {
	width: 1.5rem;
	margin-right: 0.28rem;
}

.ml-img img {
	width: 100%;
	height: 1.05rem;
}


.ml-content{
	border-bottom: 1px solid #dddddd;
	width: 100%;
}

.mlc-title {
	height: 0.48rem;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.24rem;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mlc-date {
	color: #cccccc;
	margin-top: 0.12rem;
	margin-bottom: 0.12rem;
	line-height: 0.2rem;
}

