.content {
    background: #eee;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 86px;
}

.mat_bg {
    height: 280px;
    width: 100%;
    background-image: url(../images/ma_bg.jpg);
}

.mat_down {
    width: 1200px;
    margin: 30px auto;
    /*background: #fff;*/
    /*padding: 43px 30px 33px;*/
}

.md_p {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: rgba(96,96,96,1);
    text-align: center;
    margin-bottom: 48px;
    margin-top:20px;
}

.ml_tit {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(220,220,220,1);
}

.ml_sp {
    width: 25%;
    position: relative!important;
    display: block;
    /*width: 50%;*/
    line-height: 60px;
    text-align:center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(59,59,59,1);
    cursor: pointer;
}
.clickitem {
    color: #FA7911;
    width: 25%;
    border-bottom: 3px solid rgba(250,121,17,1);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.md_con {
    width: 100%;
    overflow: hidden;
    /*background: #fff;*/
    /*margin-top:10px;*/
    padding:0 30px;
    margin-bottom:30px;
}

.mc_left {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.ml_li {
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size:14px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*padding: 10px 20px 30px 40px;*/
    float: left;
}

    .ml_li > span:nth-of-type(1) {
        width: 275px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(59,59,59,1);
        margin-left:12px;
    }

    .ml_li > span:nth-of-type(2) {
        color: rgba(59,59,59,1);
        margin-left: 10px;
        width: 100px;
        margin-right: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ml_li > a {
        width: 79px;
        height: 35px;
        border: 1px solid rgba(250,121,17,1);
        border-radius: 2px;
        line-height: 35px;
        text-align: center;
        color: rgba(250,121,17,1);
    }
        .ml_li > a:hover {
            background: rgba(250,121,17,1);
            color:#fff;
        }
        .mc_right {
            float: right;
            width: 600px;
            padding: 10px 21px 30px 49px;
        }

.ml_qy {
    border-left: 1px solid #fff;
}
