@CHARSET "UTF-8";
.conut{
	width:880px;
	height: 300px;
	border: 1px solid #5984A6;
	margin: 49px auto;
}
.count-left-lm{
	float: left;
	text-align: left;
	padding: 0 10px 0 45px;
	width:445px;
	*width:480px;
	margin-top:60px;
}
.count-right-lm{
	text-align: left;
	font-size: 12px;
	border-left: 1px solid #ccc;
	float: left;
	padding:0 10px 0 40px;
	margin-top:100px;
}
.count-left-lm h2{
	color:#5984A6; 
	font-size:22px;
	font-weight:bold;
	height:20px; 
	margin-bottom:20px;
	text-align: left;
}
.uselm-a{
	background: url("../images/people-border.png") no-repeat;
	width: 230px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.uselm-a a{
	color: #5A85A5;
}
.count-left-lm a:hover{
	color: #0068B7;
}
.count-left-lm h3{
	color:#5984A6; 
	font-size:22px;
	font-weight:bold;
	height:20px;
	margin-bottom:20px;
	*margin-bottom:0px;
	text-align: left;
	padding-bottom: 10px;
}
.count-left-lm hr{
	color:#5984A6; 
	margin-bottom:20px;
}
.count-right-lm p{
	text-indent: 2em;
	font-size: 15px;
	line-height: 28px;
	color:#5984A6; 
}
.count-right-lm h4{
	font-size: 15px;
	line-height: 28px;
	color:#5984A6; 
	font-weight: 700;
}
.mylist{
	width: 100%;
	box-sizing: border-box;
}
.mylist li{
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.mylist li a{
	box-sizing: border-box;
	display: block;
	border: 1px solid #BDD2F1;
	border-radius: 3px;
	padding:10px;
	text-align: center;
	background: #F1F1F1;
}
.mobilebtn{
    width: 100%;
    margin-top: 50px;
    text-align: left;
}
.mobilebtns{
    width: 100%;
    margin-top: 100px;
    text-align: left;
}
.mobilebtn a,.mobilebtns a{    
    box-sizing: border-box;
    border: 1px solid #BDD2F1;
    border-radius: 3px;
    padding: 5px 80px;
    margin-left: 58px;
    text-align: center;
    background: #F1F1F1;
}