@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

.list_dt {
    background-image: url(../img/mo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #3F3126;
    width: 181px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 0 auto;
    margin-bottom: 26px;
}
.list_dt:nth-child(1){
    width: 229px;
    height:55px;
    background-image: url(../img/all.png);
    background-color: transparent !important;
    color: #A61420;
    font-size: 30px;
    line-height: 55px;
    border: 0;
    margin-left: 0;
    margin-bottom: 20px;
    position: relative;
}
.list_dt:nth-child(1) .botArrow{
    width: 18px;
    height: 11px;
    background: url(../img/botArrow.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.list_dt:nth-child(1) .topArrow{
    width: 18px;
    height: 11px;
    background: url(../img/topArrow.png) no-repeat;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.list_dt:not(:nth-child(1)){
    /* display: none; */
}
.list_dt:not(:nth-child(1)):hover{
    background-image: url(../img/xuanzhong.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #A61420;
}
.open {
    background-image: url(../img/xuanzhong.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.list_dt p {
   width: 181px;
   height: 44px;
   line-height: 44px;
   text-align: center;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 26px;
    /*margin-left: 65px;*/
    text-align: center;
    font-family: Microsoft YaHei;
    /* background: linear-gradient(-90deg,rgba(71,153,188,1) 0%,rgba(94,175,198,1) 100%); */
    /* border-radius:8px 0px 0px 8px; */
}
.list_dt:nth-child(1) p{
    width: 229px;
    height:55px;
    line-height: 55px;
    font-size: 30px;
}
.list_dt p span {
    display: inline-block;
    width: 181px;
    overflow: hidden;
}
.open p span{
	color: #A61420;
}
#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;
} */