[v-cloak] {
    display: none;
}
.list_wrap {
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px auto 60px auto;
}
.list_t_icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.list_box_l {
    width: 276px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.par_title {
    width: 100%;
    height: 56px;
    background: url('./list_back.png') no-repeat;
    background-size: 100%;
    padding-left: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.son_title {
    width: 100%;
    height: 56px;
    padding: 0 20px 0 24px;
    justify-content: space-between;
    color: #333;
    font-weight: 400;
}
.menu_active {
    background: #DDEFFF;
    color: #00489D;
}
.son_title:hover {
    background: #DDEFFF;
}
.list_box_r {
    width: 844px;
}
.years_show {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
}
.years_wrap {
    overflow: hidden;
    height: 106px;
    transition: 0.5s;
}
.years_item {
    height: 53px;
    padding: 0 20px;
    border-bottom: 1px solid #eeeeee;
    font-family: ArialMT;
}
.years_item .ye_title {
    font-weight: bold;
    margin-right: 20px;
}
.years_item .ye_ops {
    color: #666666;
    margin-right: 15px;
}
.years_item .currentOps {
    padding: 2px 6px;
    background: #DDEFFF;
    border-radius: 12px;
    color: #00489D;
    margin-right: 9px;
    margin-left: -6px;
}
.years_item .ye_ops:hover {
    color: #00489D;
}
.zkgd, .sqgd {
    height: 34px;
    background: #DDEFFF;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00489D;
    font-weight: 500;
    cursor: pointer;
}
/* .h106 {
    height: 106px;
} */
/* .hauto {
    height: auto;
} */
.tjsj_content {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 20px;
}
.tjsj_content p {
    margin-bottom: 20px;
}
.tjsj_content .top {
    justify-content: space-between;
}
.tjsj_content .top .title {
    color: #101D37;
    font-size: 24px;
    font-weight: 500;
    margin-right: 8px;
}
.tjsj_content .top .time_bc {
    width: 114px;
    height: 30px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E7F8FF;
    border-radius: 15px;
    font-size: 14px;
    color: #00A7EA;
}
.tjsj_content .top .time {
    color: #999999;
    margin-top: 10px;
    font-weight: 400;
}
.xsl_item {
    width: 92px;
    height: 30px;
    background: #F5FFFB;
    border-radius: 4px;
    border: 1px solid #62C558;
    font-weight: 500;
    color: #62C558;
    font-size: 14px;
    justify-content: center;
    margin-right: 8px;
}
.xsl_item svg, .pdf_item svg {
    margin-right: 3px;
}
.pdf_item {
    width: 92px;
    height: 30px;
    background: #F5FFFB;
    border-radius: 4px;
    border: 1px solid #FF4867;
    font-weight: 500;
    color: #FF4867;
    font-size: 14px;
    justify-content: center;
}
.xsl_item:hover {
    background: #D0FAE8;
}
.pdf_item:hover {
    background: #FFE6E6;
}
/* 表格开始 */
.tjsj_table {
    width: 100%;
    margin: 20px 0;
}
.tjsj_table .w15 {
    width: 15%;
}
.tjsj_table .w20 {
    width: 20%;
}
.tjsj_table .w25 {
    width: 25%;
}
.tjsj_table .w30 {
    width: 30%;
}
.tjsj_table .w35 {
    width: 35%;
}
.tjsj_table .w40 {
    width: 40%;
}
.tjsj_table .w45 {
    width: 45%;
}
.tjsj_table .w50 {
    width: 50%;
}
.em-1 {
    text-indent: 1em;
}
.em-2 {
    text-indent: 2em;
}
.em-3 {
    text-indent: 3em;
}
.em-4 {
    text-indent: 4em;
}
.em-5 {
    text-indent: 5em;
}
.em-6 {
    text-indent: 6em;
}
.em-7 {
    text-indent: 7em;
}
.em-8 {
    text-indent: 8em;
}
.tjsj_table .head, .tjsj_table .rows {
    height: 46px;
    background: #00489D;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}
.tjsj_table .t_a_l {
    text-align: left;
}
.tjsj_table .pl20 {
    padding-left: 20px;
}
.tjsj_table .rows {
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #DDDDDD;
}
.tjsj_table .rows:hover {
    border: 1px solid #00A7EA;
}
.tjsj_table .rows:nth-child(2n) {
    background: #FFFFFF;
}
.tjsj_table .rows:nth-child(2n+1) {
    background: #F5F8FB;
}
.tjsj_table .d_back {
    background: #E5EAF9 !important;
    color: #014493 !important;
    font-weight: bold;
}
.tjsj_table .blue_back {
    background: #DDEFFF !important;
    color: #014493 !important;
}
.tjsj_table .wt_back {
    background: #00A7EA !important;
    color: #fff !important;
    font-weight: bold;
}
.tjsj_table .river {
    position: relative;
}
.tjsj_table .river::before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #014493;
    position: absolute;
    left: 20px;
    top: 6px;
}
.tjsj_table .t_a_r {
    text-align: right;
    padding-right: 30px;
}
.rk_remark {
    color: #014493;
    font-weight: 400;
    line-height: 24px;
    /* font-family: 楷体, 楷体_GB2312, SimKai; */
    margin-bottom: 80px;
}
.tjsj_remark {
    /* font-family: 楷体, 楷体_GB2312, SimKai; */
    font-size: 16px;
    font-weight: 400;
    color: #014493;
    line-height: 24px;
}
.zbjs_remarks {
    font-size: 16px;
    /* font-family: 楷体, 楷体_GB2312, SimKai; */
    color: #333333;
    line-height: 24px;
}
.zbjs_remarks .title {
    font-weight: bold;
}
.r_line {
    height: 2px;
    background: #D6DAE6;
    margin: 10px 0;
}
.rk_justify {
    display: flex;
}
.rk_justify .time {
    margin-right: 4px;
}
.dqsczz_e_title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 16px;
}
.dqcczz_e_wrap {
    margin: 26px 0;
}
.y_items_wrap {
    flex-wrap: wrap;
}
#dqcczz1, #dqcczz2, #dqcczz3, #dqcczz4, #dqcczz5, #dqcczz6, #dqcczz7 {
    background: #F8FAFE;
    height: 398px;
}
#dqcczz3 {
    height: 472px;
}
@media screen and (max-width: 769px) {
    .list_wrap {
        padding: 10px;
        margin: 0;
    }
    .list_box_l {
        display: none;
    }
    .list_box_r {
        width: 100%;
    }
    .years_show {
        font-size: 12px;
    }
    .years_item {
        padding: 0 10px;
    }
    .tjsj_content .top .title {
        font-size: 16px;
    }
    .tjsj_content .top .time_bc {
        font-size: 12px;
        width: 94px;
        min-width: 94px;
    }
    .tjsj_content .top .time {
        font-size: 12px;
        margin-top: 5px;
    }
    .years_item .ye_title {
        margin-right: 10px;
        min-width: 48px;
    }
    .years_item .ye_ops {
        margin-right: 8px;
    }
    /* .years_item .ye_ops:nth-child(8){
        margin-left: 58px;
    } */
    .tjsj_content .top {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .xsl_item, .pdf_item {
        width: 70px;
        height: 26px;
        font-size: 12px;
    }
    .tjsj_content {
        padding: 10px;
    }
    .fj_list {
        margin-top: 10px;
    }
    .tjsj_table .head {
        font-size: 14px;
    }
    .tjsj_table .rows {
        font-size: 12px;
        height: 42px;
    }
    .tjsj_table .t_a_r {
        padding-right: 8px;
    }
    .tjsj_table .pl20 {
        padding-left: 8px;
    }
    .tjsj_table .river::before {
        border: 4px solid transparent;
        border-top: 6px solid #014493;
        left: 10px;
        top: 5px;
    }
    .tjsj_remark, .zbjs_remarks, .dqsczz_e_title {
        font-size: 14px;
        line-height: 22px;
    }
    #dqcczz1, #dqcczz2, #dqcczz3, #dqcczz4, #dqcczz5, #dqcczz6 {
        height: 300px;
    }
    
}