.content1 {
    background-color: #f7f7f7;
    height: 100%;
}
.none{
    display: none;
}
.conmain {
    width: 1220px;
    margin: 0 auto
}
.mainbox {
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;

}

/* mainbox_l */
.mainbox_l {
    width: 765px;
    float: left;
    padding-top: 20px;
}

.module {
    margin-bottom: 40px;
}

.module .table {
    border-bottom: 1px solid #cccccc;
    font-size: 22px;
    color: #333;
    /* overflow: hidden; */
}

.module .table a {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: -1px;
}

.module .table span.r {
    float: right;
    font-size: 16px;
    margin-right: 0;
    margin-top: 5px;
    display: none;
}

.module .table span.r a {
    color: #666666;
    margin-left: 40px;
    margin-right: 0;
}

.module .table a .bottom_line {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #1a56a8;
}

.module .table a.cur {
    color: #1a56a8;
    font-weight: bold;
}

.module .table a.cur .bottom_line {
    display: block;
}

.module .infolist {
    margin-top: 10px;
    display: none;
}
.module.o_xs-show .infolist{
    display: block;
}
.module .tabcon .infolist:first-child{
    display: block;
}
.module .infolist li {
    margin-top: 0px;
    font-size: 16px;
}

.module .infolist .info {
    display: inline-block;
    width: 645px;
    cursor: pointer;
    line-height: 2;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    vertical-align: top;
    color: #333;
}

.module .infolist .info:hover {
    color: #1a56a8
}

.module .infolist .info i {
    color: #1a56a8
}
.module .infolist .info i{
    display: block;
    width: auto;
    float: left;
    font-weight: bold;
    padding-right: 10px;
}
.module .infolist .info span{
    display: block;
    width: 620px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module .infolist .time {
    width: 115px;
    text-align: right;
    display: inline-block;
    color: #999999;
    line-height: 2;
}

/* mainbox_l */
/* mainbox_r */
.mainbox_r {
    /* margin-left: 75px; */
    width: 340px;
    float: right;
}

.opentable {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.opentable li {
    margin-bottom: 15px;
    width: 100%;
}

.opentable .tabletop {
    background-color: #1a56a8;
    color: #ffffff;
    height: 74px;
    line-height: 74px;
    border-radius: 5px;
    font-size: 22px;
    border: none;
}


.opentable .iconimg {
    display: inline-block;
    margin-right: 6px;
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
        /* background-size: 100% 100% */
}

.opentable .icon.icon1 {
    display: inline-block;
    margin-right: 10px;
    width: 31px;
    height: 32px;
    background:  no-repeat;
    background-size: 100% 100%
}

.opentable a {
    color: #333333;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.opentable .tablesnd a {
    width: 166px;
    text-align: center;
}

.opentable a.padding {
    padding-left: 23px;
}

.opentable a .callback {
    margin-left: 70px;
    line-height: 32px;
}
.opentable .tabletop a{
    text-align: center;
    color: #ffffff;
    height: 100%;
    font-size: 22px;
    line-height: 74px;
    border: none;
}
.opentable .tabletop a:hover{
    color: #ffffff!important;
}
.opentable .tablelast{
    position: relative;
}
.opentable .tablelast>span{
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #ffffff;
}
.opentable .tablelast .callback a{
    display: inline-block;
    line-height: 32px;
    font-size: 16px;
    color: #1a56a8;
    padding-left: 20px;
    border: none;
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px;
    height: auto;
    width: auto;
}
.opentable .tablelast .callback:after{
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.opentable .tablelast .callback a:hover{
    
}
.taxcon {
    margin-top: 35px;
    margin-bottom: 50px;
}

.taxcon .title {
    position: relative;
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.taxcon .title i {
    position: absolute;
    display: block;
    width: 90px;
    left: 0;
    bottom: -1px;
    border-bottom: 3px solid #1a56a8;
}

.taxcon .infolist {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.taxcon .infolist a {
    display: block;
    width: 100%;
    line-height: 2;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
}
.taxcon .infolist a:hover {
    color: #1a56a8;
}

.taxcon .infolist a i {
    display: block;
    float: left;
    width: 10px;
    color: #1a56a8;
}
.taxcon .infolist a span{
    display: block;
    float: left;
    width: 330px;
}

/* mainbox_r */

/* floorf */
.floorf {
    margin-bottom: 30px;

}

.floorf .swiper-bottom {
    width: 1220px;
    /* height: 250px; */
    color: #fff;
    position: relative;
}


.floorf .swiper-bottom>img.prev {
    width: 20px;
    position: absolute;
    left: 0;
    top: 30px;
}

.floorf .swiper-bottom>img.next {
    width: 20px;
    position: absolute;
    right: 25px;
    top: 30px;
}

/* floorf */

/* ç§»åš¨ç«¯ css */
@media (max-width: 768px) and (min-width: 0) {
    .content1 {
        width: 100%;
        background: #fff;
    }
    .none{
        display: block;
    }
    .conmain {
        width: 100%;
        box-sizing: border-box;
    }
    .mainbox {
        padding: 0 14px;
        padding-top: 14px;
    }

    .mainbox_l,
    .mainbox_r {
        float: none !important;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    .module {
        margin-bottom: 17px;
    }

    .module .table {
        font-size: 15px;
    }

    .module .infolist .info {
        width: 100%;
        line-height: 24px;
        display: flex;
    }

    .module .infolist {
        margin-top: 12px;
    }

    .module .infolist li {
        margin-top: 0px;
        font-size: 14px;
        line-height: 1.5;
    }

    .module .table a {
        margin-right: 10px;
        padding-bottom: 17px;
        overflow: inherit;
        line-height: 1em;
        padding: 0;
        height: 29px;
        margin-bottom: -1px;
    }

    .module .table span.r {
        font-size: 14px;
        margin-top: 0;
    }

    .module .table span.r a {
        margin-left: 5px;
    }

    .o_xs-hide {
        display: none !important;
    }
    .o_xs-show{
        display: block !important;
    }

    .opentable {
        font-size: 14px;
        overflow: hidden;
        display: none!important;
    }

    .opentable .tabletop {
        background-color: #1a56a8;
        color: #ffffff;
        height: 32px;
        line-height: 32px;
        border-radius: 5px;
        font-size: 14px;
    }

    .opentable li {
        box-sizing: border-box;
        margin-bottom: 5px;
        padding: 5px 0;
        box-sizing: border-box
    }

    .opentable li.w50 {
        width: 50%;
        float: left;
        display: inline-block;
    }
    
     @media(max-width:768px){
    .opentable li.w51 {
        width: 50%;
        float: left;
        display: none
    }
    }
    .opentable a {
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .opentable a.padding {
        padding-left: 15px;
    }

    .opentable .iconimg {
        margin-right: 10px;
        width: 14px;
        height: 14px;
    }

    .opentable .tablesnd {
        overflow: hidden;
    }
    
    @media(max-width:768px){
       .opentable .tablesnd1 {
        overflow: hidden;
        display :none;
    } 
    }
    

    .opentable .tablesnd a {
        width: 49%;
        text-align: left;
        padding-left: 15px;
        float: left;
    }

    .opentable .tablesnd a.ml {
        margin-left: 1%
    }

    .opentable .tablesnd a.mr {
        margin-right: 1%;
    }

    .opentable li.pl {
        padding-left: 1%;
    }

    .opentable li.pr {
        padding-right: 1%;
    }

    .taxcon {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .taxcon .title {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .taxcon .title a{
        color: #1a56a8;
        font-weight: bold;
    }
    .taxcon .title i{
        width: 60px;
        border-bottom:2px solid #1a56a8; 
    }

    .taxcon .infolist {
        font-size: 14px;
        margin-top: 5px;
    }
    .taxcon .infolist a span,.module .infolist .info span{
        width: auto;
        display: inline-block;
        float: none;
    }
    .taxcon .infolist a i,.module .infolist .info i{
        width: auto;
        display: inline-block;
        padding-right: 10px;
        font-size: 16px;
        float: none;
        font-weight: bold;
    }
    .subclass{
        margin-top: 6px;
    }
     .subclass .subclass_icon{
        width: 10px;
        height: 10px;
        display: inline-block;
        background:  no-repeat;
        background-size: 100%;
        margin-right: 4px;
    }
   .subclass .subclass_title{
        font-size: 0;
        display: inline-block;
    }
    .subclass .subclass_title a{
        color: #1a56a8;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
    }
     .subclass ul li{
        position: relative;
        display: flex;
    }
   .subclass ul li .dot{
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #1a56a8;
        display: inline-block;
        padding-right: 10px;
    }
    .subclass ul li a{
        font-size: 14px;
        line-height: 24px;
        color: #333;
        display: inline-block;
        word-break: break-all;
    }
    .taxcon .infolist a{
        display: flex;
        line-height: 24px;
    }
}

/* ç§»åš¨ç«¯ css */
/* åˆ†å±€å³è¾¹ */
.mainbox_r.fenju_right .opentable li.parent a.padding{
    background-color: #e9eef6;
}
.mainbox_r.fenju_right .opentable li.parent.cur a.padding{
    background-color: #1a56a8;
    color: #fff;
}
.mainbox_r.fenju_right .opentable li.parent.cur a.padding:hover{
    color: #fff!important;
}
.mainbox_r.fenju_right .opentable li.parent a.padding img.iconimg.img2{
    display: none;
}
.mainbox_r.fenju_right .opentable li.parent.cur a.padding img.iconimg.img1{
    display: none;
}
.mainbox_r.fenju_right .opentable li.parent.cur a.padding img.iconimg.img2{
    display: inline;
}