* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 0.12rem;
    text-decoration: none;
}
/* 清除浮动 */
.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 3px;color:#000;margin: 0 3px; border:1px solid #dedede; font-size:12px;}
.mainPage ul li a{color:#000;font-size:12px; }
.mainPage ul li.thisclass{background:#0c5ba0;border:1px solid #218EC1;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;
}
.pdmc {
    text-align: center;
    line-height: 27px;
    padding: 0.08rem;
    background-color: #0c5ba0;
    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;
}
.fuwulm{
	margin: 20px auto;
}
.fuwulm ul{
	overflow: hidden;
}
.fuwulm ul li{
	width: 48.5%;
    float: left;
    margin-right: 3%;
    text-align: center;
    line-height: 33px;
	margin-bottom: 2%;
}
.fuwulm ul li:nth-child(2n){
    margin-right: 0;
}
.fuwulm ul li img{
	width: 100%;
}
.fuwulm ul li p{
    line-height: 32px;
	color:#333;
}