.content1 {
    background-color: #f7f7f7;
    height: 100%;
}

.conmain {
    width: 1220px;
    margin: 0 auto
}
.mainbox {
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

/* mainbox_left */
.mainbox_left {
    width: 340px;
    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 li {
    padding-left: 30px;
    background-color: #f1f1f1;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 20px;
}

.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 .list li:hover{
    background-color: #e8eef6;
}
.mainbox_left .list li:hover a{
    color: #1a56a8;
}
/* mainbox_left */
/* mainbox_r */
.mainbox_r {
    padding-left: 40px;
    border-left: 1px solid #e6e6e6;
    width: 800px;
    box-sizing: border-box;
    min-height: 735px;
    border-left: 1px solid #e6e6e6; 
    height: 100%;
    overflow: hidden;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
    padding-top: 25px;
}

.mainbox_r.bl_none {
    /* border-left: none; */
    padding-left: 0px;
}

.taxcon {
    margin-bottom: 50px;
}

.taxcon.b0 {
    padding-left: 40px;
    margin-bottom: 0px;
    /* border-left: 1px solid #e6e6e6; */
    /* height: 100%; */
    /* overflow: hidden; */
    /* padding-bottom: 9999px; */
    /* margin-bottom: -9999px; */
}

.taxcon .title {
    position: relative;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    /* overflow: hidden; */
}
.taxcon .title p{
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
}
.taxcon .title p:after{
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1a56a8;
    position: absolute;
    left: 0;
    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;
    z-index: 4;
}

.taxcon .infolist {
    font-size: 16px;
    color: #333;
}

.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{
    margin-top: 10px;
}
.taxcon .infolist li {
    margin-top: 0px;
    overflow: hidden;
}
.taxcon .infolist div.dashed{
    border-bottom: 1px dashed #e6e6e6;
    width: 100%;
    margin: 30px 0;
}
.taxcon .infolist div.dashed:first{
    display: none;
}
.taxcon .infolist li .time {
    display: inline-block;
    color: #999999;
    float: right;
    width: 110px;
    line-height: 32px
}
.taxcon .infolist a i {
    display: block;
    float: left;
    padding-right: 10px;
    color: #1a56a8;
    font-weight: bold;
}
.taxcon .infolist a span{
    display: block;
    float: left;
    width: 610px;
}


/* 分页 */
.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;
}

/* 分页 */
/* 底部白色遮挡 */
.white_cover{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
}
/* 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;
        padding-top: 0;
    }


    .mainbox_r {
        padding-left: 0px;
        border-left: none;
        min-height: 0;
    }

    .taxcon {
        margin-bottom: 25px;
    }

    .taxcon.b0 {
        padding-left: 0px;
        border-left: none;
    }

    .taxcon .title {
        font-size: 15px;
        margin-bottom: 11px;
    }
    .taxcon .title p{
        padding: 11px 0;
        color: #1a56a8;
        font-weight: bold;
    }
    .taxcon .title p a{
        color: #1a56a8;
    }
    .taxcon .title i {
        width: 75px;
    }

    .taxcon .infolist {
        font-size: 14px;
    }

    .taxcon .infolist {
        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: 50% !important;
        display: inline-block;
    }
    .taxcon .infolist div.dashed{
        display: none;
    }
    .mainbox_left .list li a {
        color: #2957a2;
        border-radius: 5px;
        border: 1px solid #cccccc;
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        text-align: justify;
        text-justify: newspaper;
        word-break: break-all;
        vertical-align: top;
    }

    .mainbox_left .list li.cur {
        background-color: #fff;
    }
    .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 span,.module .infolist .info span{
        width: 100%;
    }
    .taxcon .infolist a i,.module .infolist .info i{
        /* width: 2%; */
    }


    .mainbox_left .list li:hover{
        background-color: #fff;
    }
    .mainbox_r.bl_none {
        border: none;
    }
    .white_cover{
        display: none;
    }
}
/* 专题列表页 */
.content_part{
    padding-top: 15px;
    font-size: 0;
}
.content_part p.content_part_title{
    font-size: 20px;
    line-height: 42px;
    color: #333;
}
.content_part  ul{
    width: 100%;
}
.content_part  ul li{
    width: 50%;
    display: inline-block;
}
.content_part  ul li i{
    display: inline-block;
    vertical-align: middle;
}
.content_part  ul li a{
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    max-width: 335px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px;
}
@media (max-width: 768px) and (min-width: 0){
    .taxcon.zhuanti{
        margin-bottom: 10px;
    }
    .taxcon.zhuanti .title p{
        padding: 15px 0;
        font-size: 15px;
    }
    .taxcon.zhuanti .title{
        margin-bottom: 0;
    }
    .taxcon.zhuanti .title p a,
    .taxcon.zhuanti .title p{
        color: #1a56a8;
    }
    .content_part{
        padding-top: 7px;
    }
    .content_part p.content_part_title{
        font-size: 14px;
        line-height: 34px;
        font-weight: bold;
    }
    .content_part  ul li i img{
        width: 15px;
        height: 15px;
    }
    .content_part  ul li a{
        max-width: 85%;
        margin-left: 5px;
        font-size: 14px;
        line-height:2em;
    }
}