@charset "utf-8";

/****清除初始样式****/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

body {
    font-family: "微软雅黑", "arial";
    background-color: #f8f8f7;
    font-size: 16px;
}

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;
    padding: 20px 0px 40px 0px;
}


/* 当前位置 */

.weizhi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    background: #fff url(weizhi.png) no-repeat 26px center;
    padding-left: 51px;
}


.wz_span {
    text-align: left;
    color: #333;
}

.weizhi .wz_span a {
    font-size: 14px;
    color: #333;
}


/* 主体内容部分 */

.main_box {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
}

.lm_title {
    background-color: #fff;
    border-bottom: 1px solid #189352;
    padding-left: 2px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #189352;
    margin: 20px 24px 0;
}

.lm_list {
    width: 100%;
    min-height: 100px;
    padding: 10px 26px 30px;
    background-color: #fff;
}

.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: 1020px;
    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: #189352;
}

.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;
	} */
}