.content1 {
    background-color: #f7f7f7;
    height: 100%;
}

.conmain {
    width: 1220px;
    margin: 0 auto
}
.mainbox {
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 30px;
}

/* mainbox_left */
.mainbox_left {
    width: 340px;
    float: left;
    margin-right: 40px;
}

.mainbox_left .top {
    text-align: center;
    background-color: #1a56a8;
    color: #fff;
    font-size: 22px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 5px;
}

.mainbox_left .top i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background:  no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.mainbox_left .list {
    font-size: 20px;
}

.mainbox_left .list li {
    padding-left: 30px;
    background-color: #f1f1f1;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    margin-bottom: 5px;
}

.mainbox_left .list li a {
    display: block;
    color: #333333;
    background: url(/uploads/image/images/jiantou_right.png) no-repeat;
}

.mainbox_left .list li.cur {
    background-color: #e8eef6;
}

.mainbox_left .list li.cur a {
    color: #1a56a8;
}

/* mainbox_left */
/* mainbox_r */
.mainbox_r {
    padding-left: 0;
    border-left: 1px solid #e6e6e6;
    width: 800px;
    float: left;
    box-sizing: border-box;
}

.mainbox_r.bl_none {
    border-left: none;
    padding-left: 0px;
}

.taxcon {
    margin-bottom: 15px;
    padding-left: 40px;
}

.taxcon.b0 {
    /* padding-left: 40px; */
    margin-bottom: 0px;
    /* border-left: 1px solid #e6e6e6; */
}

.taxcon .title {
    position: relative;
    font-size: 22px;
    color: #333;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #e6e6e6;
    /* overflow: hidden; */
}
.taxcon .title p{
    /* border-bottom: 3px solid #1a56a8; */
    display: inline-block;
    padding-bottom: 15px;
    /* margin-bottom: -1px; */
}
.taxcon .title .totalpage {
    font-size: 16px;
    color: #666666;
    float: right;
    margin-top: 8px;
}

.taxcon .title i {
    position: absolute;
    display: block;
    width: 90px;
    left: 0;
    bottom: -1px;
    border-bottom: 3px solid #1a56a8;
}

.taxcon .infolist {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.taxcon .infolist a {
    float: left;
    display: inline-block;
    width: 640px;
    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 .sign {
    border-right: 2px solid #656565;
    vertical-align: middle;
    display: inline;
    float: none;
    width: auto;
    vertical-align: bottom;
    margin-right: 2px;
    padding-right: 5px;
}

.taxcon .infolist a .sign.cur {
    color: #ffa533;
}

.taxcon .infolist a .sign.lost {
    color: #999999;
}
.taxcon .infolist a p{
    display: inline;
    vertical-align: bottom;
}
.taxcon .infolist li {
    overflow: hidden;
}

.taxcon .infolist li.cur {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.taxcon .infolist li .time {
    display: inline-block;
    color: #999999;
    float: right;
    width: 110px;
    line-height: 2;
}

.taxcon .infolist a i {
    display: block;
    float: left;
    width: 10px;
    color: #1a56a8;
}
.taxcon .infolist a .txt{
    display: block;
    float: left;
    width: 610px;
}

.taxcon .online {
    overflow: hidden;
    background-color: #fbfbfb;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    margin-top: 20px;
}

.taxcon .online .imgbox {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.taxcon .online .imgbox img {
    width: 100%
}

.taxcon .online .conbox {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
}

.taxcon .online .conbox div {
    overflow: hidden;
}

.taxcon .online .conbox div.mb {
    margin-bottom: 30px;
}

.taxcon .online .conbox span {
    display: block;
    float: left;
}

.taxcon .online .conbox .label {
    width: 50px;
}

.taxcon .online .conbox .info {
    width: 258px;
}

.taxcon .fangtan {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    line-height: 2;
    word-break: break-all;
    
}

/* 分页 */
.page {
    font-size: 14px;
    margin: 30px;
    text-align: center;
    line-height: 1;
}

.page a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 11px;
    background-color: #f1f1f1;
    color: #666666;
    margin: 0 4px;
}

.page a.cur {
    background-color: #1e56a8;
    color: #fff;
}

.page a:hover {
    background-color: #1e56a8;
    color: #fff;
}

.page .goto {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 11px;
    background-color: #f1f1f1;
    color: #666666;
    margin: 0 4px;
}

.page .goto input {
    border: 1px solid #e5e5e5;
    outline: none;
    width: 28px;
    height: 18px;
    margin: 0 8px;
}

.page .gotobtn {
    height: 30px;
    line-height: 30px;
    padding: 0px 11px;
    outline: none;
    border: none;
    background-color: #f1f1f1;
    color: #2957a2;
}

/* 分页 */
/* mainbox_r */


/* 移动端 css */
@media (max-width: 768px) and (min-width: 0) {
    .content1 {
        width: 100%;
        background: #fff;
    }

    .conmain {
        width: 100%;
        box-sizing: border-box;
    }
    /* mainbox */
    .mainbox {
        padding: 0 14px;
    }

    .mainbox_left,
    .mainbox_r {
        float: none !important;
        width: 100%;
        margin-right: 0;
    }

    .mainbox_r {
        padding-left: 0px;
        border-left: none;
    }

    .taxcon {
        margin-bottom: 10px;
        padding-left: 0;
    }
    .taxcon:first-child{
        margin-top: 10px;
    }
    .taxcon .title p,
    .taxcon .title a{
        padding-bottom: 10px;
        color: #1a56a8;
    }
    .taxcon.b0 {
        padding-left: 0px;
        border-left: none;
    }

    .taxcon .title {
        font-size: 15px;
        margin-bottom: 11px;
        padding-bottom: 0;
        font-weight: bold;
    }

    .taxcon .title i {
        width: 75px;
    }

    .taxcon .infolist {
        font-size: 14px;
        margin-top: 5px;
    }
    .taxcon .infolist a {
        width: 100%;
        display: flex;
    }

    .o_xs-hide {
        display: none !important;
    }

    .mainbox_left .list li {
        padding-left: 0px;
        background-color: #fff;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 5px;
        box-sizing: border-box;
        width: 49% !important;
        display: inline-block;
    }

    .mainbox_left .list li a {
        color: #2957a2;
        border-radius: 5px;
        border: 1px solid #cccccc;
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mainbox_left .list li.cur {
        background-color: #fff;
    }

    .taxcon .infolist li.cur {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

    .taxcon .fangtan {
        margin-top: 10px;
        font-size: 13px;
        color: #333;
        line-height: 1.5;
    }
    .taxcon .online .conbox{
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .taxcon .online .conbox .info{
        width: 85%;
    }
    .taxcon .online .conbox .label{
        width: 15%;
        font-weight: 600
    }
    .taxcon .online{
        background: none;
        border: none;
    }
    .taxcon .online .conbox div.mb{
        margin-bottom: 14px;
    }
    .taxcon .title .totalpage{
        font-size: 14px;
    }
    /* 分页 */
    .page {
        font-size: 14px;
        margin: 30px 0
    }

    .page a {
        color: #333333;
        background-color: #fff;
        border: 1px solid #cccccc;
        border-radius: 5px;
        height: 23px;
        line-height: 23px;
        margin: 2px;
    }
    

    .page a.cur {
        color: #333333;
        background-color: #fff;
        border: none;
    }

    /* 分页 */

    /* mainbox */
    .o_xs-show{
        display:inline-block !important;
    }
    .mainbox_left{
        margin-bottom: 20px;
    }

    .taxcon .infolist a .txt{
        width: 98%;
    }
    .taxcon .infolist a i{
        width: 2%;
    }
}