@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

.list_dt {
    width: 43px;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    float: left;
    margin-right: 22px;
    background: url("../img/button2.png") no-repeat center center;
}

.open {
    background-image: url(../img/button3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.list_dt p {
    /*width: 112px;*/
   width: 43px;
   height: 180px;
   line-height: 46px;
   text-align: center;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 22px;
    /*background: url("../img/button2.png") no-repeat center center;*/
    color: #3F3126;
    writing-mode: tb-rl;
    letter-spacing: 2px;
}
.list_dt.list_first{
    width: 282px;
    height: 110px;
    float: none;
    background: none !important;
}

/*.list_dt:nth-child(1){*/
    /*width: 347px;*/
    /*height:135px;*/
    /*background-image: url(../img/all.png);*/
    /*background-color: transparent !important;*/
    /*color: #A61420;*/
    /*font-size: 30px;*/
    /*line-height: 135px;*/
    /*border: 0;*/
    /*margin-left: 0;*/
    /*margin-bottom: 20px;*/
    /*position: relative;*/
/*}*/
.list_dt.list_first .botArrow{
    width: 18px;
    height: 11px;
    background: url(../img/botArrow.png) no-repeat;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}
.list_dt.list_first .topArrow{
    width: 18px;
    height: 11px;
    background: url(../img/topArrow.png) no-repeat;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.list_first p{
    width: 282px;
    height: 110px;
    line-height: 110px;
    font-size: 28px;
    text-align: center;
    background: url("../img/button1.png") no-repeat center center !important;
    writing-mode: horizontal-tb;
    position: relative;
}
#open.list_first p{
    color: #A61420;
}
.list_dt p span {
    display: inline-block;
    width:100%;
    height: 100%;
    overflow: hidden;
}
.list_dt p span em{
    font-weight: normal;
}
.list_dt p.chuantong{
    position: relative;
    font-size: 16px;
}
.list_dt p.chuantong em:first-child{
    position: absolute;
    left: 6px;
    top: 56px;
}
.list_dt p.chuantong em:last-child{
    position: absolute;
    right: 8px;
    top: 50px;
}
#open p{
   color: #BA1B27;
}
#open{
    background: url("../img/button3.png")  no-repeat center center;
}
.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_item{
    width: 660px;
    overflow: hidden;
}
.list_item .list_dt:nth-child(6) p{
    font-size: 16px;
}
.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;
} */