.ms85-ad-main{
	width: 1200px;
	min-height: 300px;
	margin: auto;
	margin-top:50px;
	margin-bottom: 100px;
	/* border:1px solid red; */
}
.ms85-ad-main-layer1{
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom:1px solid #eee;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #444;
	font-weight: 600;
}
.ms85-ad-main-sx{
	width: 3px;
	height: 25px;
	background-color: #385A73;
}
.ms85-ad-main-layer2{
	width:100% ;
	padding: 40px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ms85-ad-main-layer2-left{
	width: 1000px;
}
.ms85-ad-main-layer2-right{
	width:115px;
	height: 60px;
}
.ms85-ad-main-layer2-right-o1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color:#385A73 ;
	color: #fff;
	font-size: 16px;
}
.ms85-ad-main-layer2-right-o2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	color: #444;
	font-size: 16px;
}
.ms85--ad-main-layer2-l-bottom{
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
}

/* 资料下载 */
.ms85-dd-listli{
	width:100%;
	height: 400px;
	border:1px solid red
}
.ms85-dd-li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.ms85-dd-li-left{
	width: 70%;
	align-items: center;
	display: flex;
}
.ms85-dd-text{
	width: 70%;
}
.ms85-dd-fkbox{
	width: 5px;
	height: 5px;
	background-color: #385A73;
	margin-right: 10px;
}
.ms85-dd-li-right{
	color:  #385A73;
}