body{
    background-color: #FFFFFF;
}
.container{
    width: 1240px;
    margin: 0 auto;
}

.sjpj,
.bssj ul{
    display: flex;
    justify-content: space-between;
}

.sjpj{
    padding: 30px 60px 24px 42px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: -100px;
    box-shadow: 0px 3px 30px 0px rgb(93 91 91 / 10%);
}

.bssj{
    width: 56%;
}

.bssj ul li{
    text-align: center;
}

.bssj ul li:first-child{
    text-align: left;
}

.bssj ul li:first-child p:first-child{
    line-height: 40px;
}

.bssj ul li p:first-child{
    margin-bottom: 30px;
}

.bssj ul li p:nth-child(2){
    margin-bottom: 26px;
}

.bssj ul li p{
    font-size: 18px;
    color: #333333;
}

.bssj ul li p .lssz{
    font-size: 30px;
    font-weight: bold;
    color: #0078E7;
}

.bssj .sxsm{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    position: relative;
}

.shuoming{
    display: none;
    position: absolute;
    top: 25px;
    right: -70px;
    width: 300px;
    height: 150px;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid rgba(229,230,232,1);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    color: #000;
    z-index: 1;
}

.bssj .sxsm:hover .shuoming{
    display: block;
}

.xian{
    width: 1px;
    background: url(../images/qiehuausd.png) center no-repeat;
}

.hcp{
    width: 31%;
    text-align: center;
}

.hcp>img{
    margin-bottom: 20px;
}

.bjpj span{
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

.bjpj span img{
    vertical-align: top;
}

.bjpj span:last-child{
    color: #000000;
}

.zjpj{
    margin-top: 20px;
}

.zjpj a{
    display: inline-block;
}

.znyjzj{
    border: 1px solid #0078E7;
    border-radius: 6px;
    font-size: 16px;
    color: #0078E7;
    padding: 12px 32px;
    margin-right: 20px;
}

.cksypj{
    background: #0078E7;
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 13px 33px;
}


.main_a{
    margin-top: 40px;
    position: relative;
}

.main_a>p,
.main_b>p{
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 26px;
}

table{
    width: 100%;
    border: 1px #d4d4d4 solid;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
}

.main_a table td{
    border-bottom: 1px dashed #d4d4d4;
    font-size: 16px;
    color: #000000;
    padding: 15px 31px;
}

.td_name{
    width: 13.9%;
    background: #FAFAFA;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.more {
    width: 100%;
    height: 60px;
    font-size: 16px;
    background-color: #fafafa;
    text-align: center;
    line-height: 60px;
    font-weight: bolder;
    cursor: pointer;
    border: 1px solid #D4D4D4;
}

.hidden{
    display: none;
}

.main_b{
    margin-top: 40px;
    padding-bottom: 48px;
}

.bsznbt{
    display: flex;
    justify-content: space-between;
    border: 1px solid #D4D4D4;
    margin-bottom: 20px;
}

.bsznbt li{
    width: 12.5%;
    text-align: center;
    padding: 32px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.bsznbt li::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 52px;
    background: #D4D4D4;
}

.bsznbt li:last-child::after{
    display: none;
}


.bsznbt li img{
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

.bsznbt li.on{
    background: #0078E7;
    color: #FFFFFF;
}

.bsznbt li.on img{
    display: inline-block;
}

.bsznbt li.on::after{
    display: none;
}

.ckqbcl{
    width: 100%;
    padding: 33px 59px 33px 34px;
    background: #FAFAFA;
    border: 1px solid #D4D4D4;
    margin-bottom: 19px;
}

.clzi{ 
    font-size: 24px;
    font-weight: bold;
    color: #0078E7;
    margin-top: 6px;
}

.clzi img{
    vertical-align: middle;
    margin-right: 19px;
}

.qxyd{
    width: 213px;
    text-align: center;
    padding: 13px 0;
    border: 1px solid #D4D4D4;
    font-size: 18px;
    font-weight: bold;
    color: #0078E7;
    cursor: pointer;
}

.qxyd img{
    vertical-align: middle;
    margin-right: 13px;
}

.main_b table th {
    background-color: #fafafa;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    border-bottom: 1px #d4d4d4 solid;
    border-right: 1px #d4d4d4 dashed;
    height: 72px;
    line-height: 25px;
    box-sizing: border-box;
}

.main_b table tr {
    border: 1px #d4d4d4 solid;
}

.main_b table td {
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 13px;
    height: 94px;
    line-height: 25px;
    text-align: left;
    border: 1px #d4d4d4 dashed;
}

.lysm{
    display: block;
    color: #0078E7;
    cursor: pointer;
}

.kb {
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #0078E7;
    color: #0078E7;
    margin: 5px 0;
    cursor: pointer;
}

.xsnr{
    /*display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
	display:block;
	height:50px;
    overflow: hidden;
}

.zkai {
    display: block;
    cursor: pointer;
    color: #0078E7;
}

/* 弹窗 */

.main{
    position: relative;
}

.moreAddTc {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    z-index: 1111111;
    display: none;
}

.moreAddTc .alert{
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.moreAddTc .alert-warning{
    width: 540px;
}

.alert-dismissible .close{
    border: none;
    background: none;
    cursor: pointer;
}

.tcbtqy {
    height: 68px;
    background-color: #0078E7;
    box-sizing: border-box;
    padding: 12px 10px 25px 37px;
}

.tcbtqy p{
    color: #FFFFFF;
    font-size: 21px;
    margin-top: 10px;
}

.tcbtqy button{
    color: #FFFFFF;
    font-size: 21px;
}

.tcnr {
    height:280px;
    box-sizing: border-box;
    padding: 34px 37px 50px 37px;
    font-size: 16px;
    background-color: #FFFFFF;
    overflow-y: scroll;
}

/*  */


.qxzqx{
    display: none;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 34px;
    background: #FAFAFA;
    border: 1px solid #D4D4D4;
}

.qxzqx img{
    margin-top: 10px;
    margin-right: 19px;
}

.qxzqx .qxzi{
    font-size: 24px;
    font-weight: bold;
    color: #0078E7;
    margin-bottom: 14px;
}

.qxzqx .ts{
    font-size: 16px;
    color: #999999;
}

.ts span{
    color: #0078E7;
    font-weight: bold;
    cursor: pointer;
}

.xzqy{
    display: none;
    width: 100%;
    padding: 47px 41px 41px 64px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
}

.xz_title{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.xzqy .xzx div{
    margin: 18px 0 18px 24px;
    cursor: pointer;
}

.xzqy img{
    vertical-align: top;
    margin: 2px 5px 0 0;
}

.xzqy span{
    font-size: 16px;
    color: #000000;
}

.xzqy .btn{
    margin: 35px 0 0;
    text-align: right;
}

.xzqy .btn input{
    border: none;
    outline: none;
    padding: 15px 31px;
    border: 1px solid #0078E7;
    border-radius: 6px;
    cursor: pointer;
}

.xzqy .btn input.xhl{
    background: #0078E7;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 30px;
}

.xzqy .btn input.chongx{
    font-size: 16px;
    background-color: #FFFFFF;
    color: #0078E7;
}

.jcqxbg{
    display: none;
    margin-top: 30px;
}

.bllc,
.jgmcjyb,
.sdyj,
.sfbzjyj,
.cjwt{
    /* display: none; */
}

.xsxxbl {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.xsxxbl a {
    display: block;
    line-height: 44px;
    border: 2px solid #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 19px;
    padding: 0 40px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #0078E7;
    margin: 0 20px;
}


.cklct{
    font-size: 18px;
    padding: 20px 60px;
    background-color: #e4f2ff;
    color: #0078E7;
    font-weight: bold;
    margin-bottom: 25px;
}

.main_b .jgmcjyb table,
.main_b .sdyj table,
.main_b .sfbzjyj table,
.main_b .fljj table{
    table-layout:auto;
}

.main_b .sdyj table,
.main_b .fljj table{
    margin-bottom: 30px;
}

.jgname{
    background-color: #f5f5f5 !important;
}

.main_b .jgmcjyb table td,
.main_b .jgmcjyb table th,
.main_b .sdyj table td,
.main_b .sdyj table th,
.main_b .sfbzjyj table th,
.main_b .sfbzjyj table td,
.main_b .fljj table th,
.main_b .fljj table td{
    height: 41px;
    padding: 10px 20px;
    text-align: left;
}

.main_b .jgmcjyb table th,
.main_b .sdyj table th,
.main_b .sfbzjyj table th,
.main_b .fljj table th{
    width: 13.7%;
}

.main_b .jgmcjyb table td,
.main_b .sdyj table td{
    width: 61.2%;
}

.main_b .jgmcjyb table td a,
.main_b .sdyj table td a{
    color: #0078E7;
}

.sfbzjyj p,
.zjfw p{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.cjwt .wt{
    border: 1px #d4d4d4 solid;
    margin-bottom: 22px;
}

.cjwt .wt .wtms{
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 20px;
    line-height: 25px;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 16px;
    color: #0078E7;
}

.cjwt .wt .wtda{
    padding: 30px;
    font-size: 16px;
}

.lcbg ul li{
    margin-bottom: 25px;
    position: relative;
}

.lcbg ul li>p{
    position: absolute;
    top: 150px;
    left: 163px;
    width: 1px;
    height: 100%;
    background: #0078E7;
}

.lcbg ul li:nth-last-child(2)>p{
    display: none;
}

.lcbg ul li div{
    float: left;
}

.time_num{
    width: 18%;
    margin-top: 120px;
}


.time_tab{
    width: 82%;
}

.time_num .lc_name{
    display: inline-block;
    font-size: 22px;
    color: #0078E7;
    letter-spacing: -0.9px;
    font-weight: bold;
    margin: 0 20px 0 14px;
    width: 48%;
    text-align: right;
	float:left;
}

.time_num .lc_num {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #0078E7;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.9px;
    font-weight: 500;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
	float:left;
}

.time_tab table{
    margin-bottom: 10px;
}

.time_tab table th{
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
}

.time_tab table td{
    padding-left: 30px;
}

.sd-name img {
    width: 18px;
    height: 18px;
    vertical-align: top;
    margin: 5px 5px 0 0;
}

.left_nav{
    text-align: right;
    position: absolute;
    top: 55px;
    left: -135px;
    padding-right: 15px;
    border-right: 1px solid #D4D4D4;
}

.left_nav li{
    cursor: pointer;
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
}

.left_nav li:first-child{
    margin-top: 20px;
}

.left_nav li.on{
    color: #0078E7ed;
   position: relative;
}

.left_nav li.on::after{
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 6px;
    height: 32px;
    background: url(../images/dauud.png) no-repeat;
}

.left_scroll{
    position: fixed;
    /* top: 30px;
    left: 190px; */
    top: 55px;
    left: 197px;
}

@media screen and (max-width:768px) {
    .container,
    .bssj,
    .hcp{
        width: 100%;
    }
    
    .sjpj,
    .bsznbt{
        flex-wrap: wrap;
    }

    .sjpj{
        padding:30px 10px;
    }

    .bssj ul li p:nth-child(2){
        text-align: left;
    }

    .xian{
        display: none;
    }

    .hcp{
        margin-top: 20px;
    }

    .main_a>p, 
    .main_b>p{
        padding-left: 10px;
    }

    .kb{
        border: none;
    }

    .main_b table td{
        padding-left: 0;
        word-break: break-word;
    }

    .xsnr{
        -webkit-line-clamp: 6;
    }

    .moreAddTc .alert-warning{
        width: 90%;
    }

    .xzqy .btn input.xhl{
        margin-right: 6px;
    }

    .xsxxbl a{
        margin: 0 10px;
    }
    .left_nav{
        display: none;
    }
    .lcbg ul li>p{
        left: 20px;
    }
    .time_num .lc_name{
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .cklct{
        margin-right: 40px;
    }
    .bsznbt li{
        width: 50%;
        padding: 20px 0;
    }
}

.wzazzms .container,
.wzazzms .bssj,
.wzazzms .hcp{
    width: 100%;
}

.wzazzms .bssj ul li p,
.wzazzms .bjpj span,
.wzazzms .main_a table td,
.wzazzms .qxyd,
.wzazzms .more,
.wzazzms .tcnr,
.wzazzms .xz_title,
.wzazzms .xzqy span,
.wzazzms .xzqy .btn input.xhl,
.wzazzms .xzqy .btn input.chongx,
.wzazzms .xsxxbl a{
    font-size: 34px;
}

.wzazzms .bssj .sxsm{
    font-size: 24px;
}

.wzazzms .shuoming{
    font-size: 24px;
    width: 330px;
    height: 200px;
}

.wzazzms .hcp>img{
    width: 20%;
}

.wzazzms .znyjzj,
.wzazzms .cksypj{
    font-size: 28px;
}

.wzazzms .sjpj,
.wzazzms .bsznbt{
    flex-wrap: wrap;
}

.wzazzms .bsznbt{
    justify-content: flex-start;
}

.wzazzms .xian{
    display: none;
}

.wzazzms .main_a>p, 
.wzazzms .main_b>p{
    font-size: 50px;
}

.wzazzms .main_b table th,
.wzazzms .main_b table td{
    font-size: 34px;
    line-height: initial;
    word-break: break-word;
}

.wzazzms .bssj ul li p .lssz,
.wzazzms .clzi,
.wzazzms .tcbtqy p,
.wzazzms .qxzqx .qxzi{
    font-size: 38px;
}

.wzazzms .more img{
    width: 2%;
}

.wzazzms .tcbtqy{
    height: auto;
}

.wzazzms .qxzqx .ts{
    font-size: 28px;
}

.wzazzms .qxzqx>div{
    width: 90%;
}

.wzazzms .xzqy img{
    vertical-align: initial;
}

.wzazzms .bsznbt li{
    width: 33%;
    font-size: 34px;
}

.wzazzms .time_num{
    width: 25%;
}

.wzazzms .time_tab{
    width: 75%;
}

.wzazzms .time_num .lc_name{
    font-size: 38px;
    width: 56%;
}

.wzazzms .time_num .lc_num{
    font-size: 34px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.wzazzms .lcbg ul li>p{
    left: 230px;
}

.wzazzms .cklct,
.wzazzms .sfbzjyj p,
.wzazzms .zjfw p,
.wzazzms .cjwt .wt .wtms,
.wzazzms .cjwt .wt .wtda,
.wzazzms .left_nav li{
    font-size: 34px;
}

.wzazzms .sd-name img{
    width: 30px;
    height: 30px;
    margin: 10px 5px 0 0;
}

.wzazzms .left_nav{
    top: 75px;
    left: -270px;
}

.wzazzms .left_scroll{
    top: 155px;
    left: 80px;
}