* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 0.12rem;
    text-decoration: none;
}
a{
	font-size:14px;
}
/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.mainPage {
	margin:0 auto;
	padding:0.15rem;
}
.mainPage ul {
	display:block;
	margin:0 auto;
	overflow:hidden;
}
.mainPage ul li {
	float:left;
	display:inline;
	height:22px;
	line-height:22px;
	padding:0 5px;
	color:#000;
	margin-right: 3px;
	border:1px solid #dedede;
	font-size:12px;
}
.mainPage ul li a {
	color:#000;
	font-size:12px;
}
.mainPage ul li.thisclass {
	background:#3f51b5;
	border:1px solid #3f51b5;
	color:#fff;
	font-size:12px;
}
.mainPage ul li.thisclass a {
	color:#fff;
}
.mainPage ul li a:hover,a:focus {
	color:hsl(209,93%,48%);
	text-decoration:none;
}
.mainPage ul li select,.mainPage ul li span,.mainPage ul li strong{
	font-size:12px;
}
.pdmc {
    text-align: center;
    line-height: 27px;
    padding: 0.08rem;
    background-color: #3f51b5;
    margin: 0 0.15rem;
    border-radius: 10px;
    margin-top: 20px;
}
.pdmc h1 {
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
}
.lmfl{
    padding:0.15rem;
}
.lmfl ul{
	overflow: hidden;
}
.lmfl ul li{
	width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    line-height: 33px;
    background-color: #eee;
	margin-bottom: 2%;
}
.lmfl ul li:nth-child(3n){
    margin-right: 0;
}
.lmfl ul li a{
	color: #333;
    display: block;
}