@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

.list_dt {
    background-image: url(../img/mo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: white;
    width: 253px;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-bottom: 13px;
}

.open {
    background-image: url(../img/xuanzhong.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.list_dt p {
    /*width: 112px;*/
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 28px;
    margin-left: 65px;
    text-align: center;
    font-family: Microsoft YaHei;
}

.list_dt p span {
    display: inline-block;
    width: 112px;
    overflow: hidden;
}

#open {
    background-image: url(../img/xuanzhong.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.list_dt_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: url("../img/off.png") no-repeat;
    margin-top: 30px;
}

#open .list_dt_icon {
    background: url("../img/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    /*background-image: url(../img/mosmall.png);*/
    background-color: #7BB129;
    background-size: 100% auto;
    background-repeat: no-repeat;
    list-style-type: none;
    color: white;
    width: 178px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 13px;
}

.opemsmall {
    /*background-image: url(../img/xuanzhongsmall.png);*/
    background-color: #387314;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.list_li p {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    /*margin-left: 20px;*/
    margin: 0 auto;
    text-align: center;
}











/* .list_li:hover {
    background: #4285F4;
} */