.section1{
    
}
.section-bar{
	margin-top: 0.65rem;
    margin-bottom: 0.5rem;
}
.section-bar img{
    margin-bottom: -0.05rem;
    margin-right: 0.15rem;
}
.section-bar a{
    font-size: 0.18rem;
    color: #333;
    cursor: pointer;
}
.section-bar span{
    font-size: 0.18rem;
    color: #0d0d3b;
    cursor: not-allowed;
}

.section-title{
    text-align: center;
}
.section-title-ch{
    margin-bottom: 0.15rem;
    font-size: 0.34rem;
}
.section-title-en{
    margin-bottom: 1.24rem;
    font-size: 0.24rem;
}

.ml-l{
	width: 217px;
	height: 217px;
	float: left;
}
.ml-l img{
	display: block;
	height: 100%;
	width: 100%;
}
.ml-r{
	width: calc(100% - 267px);
	float: right;
}
.mlh-l{
	font-size: 33px;
	color: #333333;
	float: left;
}
.ml-head a{
	display: block;
	width: 96px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	background-color: #48a4ff;
	float: right;
}
.ml-body{
	padding-top: 30px;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	text-align: justify;
}
.my-list li{
	padding: 29px 0px;
	border-bottom: 1px dashed #cecece;
}
.my-list li:last-child{
	border: none;
}
.my-list{
	padding-bottom: 160px;
}

@media screen and (max-width:1600px) {
	
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:980px) {
	.my-list{
		padding: 0.2rem;
	}
	.section1{
		padding: 0px 0.2rem;
	}
	.section-title-ch{
		font-size: 0.24rem;
	}
	.section-title-en{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:750px) {
	.section-bar{
		margin: 0.3rem 0rem;
	}
	.section-title-en{
		margin-bottom: 0.3rem;
	}
	.ml-l{
		width: 60%;
		height: auto;
		margin-left: 20%;
	}
	.ml-r{
		width: 100%;
		padding-top: 0.3rem;
	}
	
	
}