.fl{
    float: left;
}
.fr{
    float: right;
}
.fix::after{
    content: "";
    display:table;
    clear: both;
}
body{
    background-color: #F1F1F1;
    font-family:Microsoft YaHei;
}
.con{
    width: 1200px;
    padding: 20px;
    background-color: #fff;
}
.bt,.lm{
    width: 100%;
}
.lm{
    margin-top: 20px;
    background-color: #F0F8FF;
    height: 50px;
    line-height: 50px;
}
.lm span{
    padding: 0 15px;
    display: inline-block;
    background-color: #015293;
    width: auto;
    height: 100%;
    font-size:20px;
    text-align: center;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.lm-list{
    width: 100%;
    margin-top:35px;
    padding-left:20px;
}
.lm-list li{
    width: 100%;
    list-style-type: disc;
    height: 36px;
    line-height:36px;
    font-size: 16px;
    font-weight: 400;
}
.lm-list li a{
    float: left;
    display: block;
    width:90%;
    color:rgba(0,0,0,1);
    overflow: hidden;                                    
    text-overflow:ellipsis;
    white-space: nowrap;
}
.lm-list li span{
    float:right;
    display: block;
    width: 9%;
    color:rgba(136,136,136,1);
}
hr{
    width: 97%;
    margin: 35px 0px;
    border-bottom: 1px dotted #ddd;
}
@media(max-width:1200px){
    .con{
        width: 100%;
    }
.lm span{
font-size:18px;
width:22%;
}
.lm-list li span {
    width: 10%;
}
}
@media(max-width:768px){
    .lm-list li a{
        width: 87%;
    }
    .lm-list li span {
        width: 13%;
    }
 .lm span{
        width:26%;
font-size:16px;

    }
}
@media(max-width:500px){
    .lm span{
        width:60%;
font-size:16px;
    }
    .lm-list li span {
        width: 29%;
    }
    .lm-list li a {
        width: 71%;
    }
}
@media(max-width:360px){
    .lm-list li span {
        width: 35%;
    }
    .lm-list li a {
        width:65%;
    }
.lm span {
    width: 66%;
}
}
