@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";
	background-color: #fff;
	font-size: 16px;
	position: relative;
}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}

input {
	outline: none;
}

i {
	font-style: normal;
}

ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
a:focus{
	outline: none;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}
/* 主题内容 */
.main{
	min-height: 10px;
	width: 1200px;	
	margin: 0px auto;
	background: #FFF;
	padding: 0px 0px 30px 0px;
}
/* 当前位置 */
.weizhi{
	width: 1200px;
    min-height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    background: #ededed;
	padding: 0px 10px;
}
.wz_span{
	padding: 0px 25px;	
    text-align: left;
	font-size: 16px;
	color: #333333;
	background: url(weizhi.png) no-repeat left center;
}
.weizhi .wz_span a{
	font-size: 16px;
    color: #333333;
}
/* 主体内容部分 */
.main_box{
	width: 100%;
	min-height: 400px;
	
}
.lm_title{
	background-color: #efefef;
    padding-left: 25px;
	line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #006eab;
	margin: 20px 0px;
}

.lm_list{
	width: 100%;
	border: 1px solid #dedede;
    min-height: 100px;
    padding: 10px 25px 30px 25px;
    background-color: #f9f9f9;
}
.lm_list .right_title{
	width: 100%;
	height: 40px;
	border-bottom: 2px #bd1a2d solid;
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #bd1a2d;
 }
.lm_list li{
	width: 100%;
	height: 50px;
	border-bottom: 1px #DEDEDE dashed;
}
/* .lm_list li:nth-child(5){
	border-bottom: 1px #d8d8d8 solid;
	height: 60px;
}
.lm_list li:nth-child(6){
	margin-top: 10px;
}
.lm_list li:nth-child(10){
	border-bottom: 1px #d8d8d8 solid;
	height: 60px;
}
.lm_list li:nth-child(11){
	margin-top: 10px;
} */
.lm_list li a{
	float: left;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: url(dian.png) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
}
.lm_list li a:hover{
	color: #0a55a1;
}
.lm_list li span{
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
.pagination{
	text-align: center;
}
.layui-laypage a, .layui-laypage span{
	background-color: #f9f9f9!important;
}
@media screen and (max-width: 768px) {		
	.main{
		width: 100%;
		padding: 0px 0.2rem;
	}
	/* .weizhi{
		width: 100%;
	}
	.lm_list li a{
		width: 66%;
	}
	.lm_list{
		padding: 10px 10px 30px 10px;
	} */
}



