/*优化滚动条*/
body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

body:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: white;
}

    body::-webkit-scrollbar-track:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
        background-color: rgba(0,0,0,.01);
    }

body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    background: #f0f0f0; /*min-width: 1920px;*/
}

.ShouYeBody {
    background: url(../image/beijing.png) no-repeat right;
    background-color: #fff;
}

.content {
    background: #fff;
    /*min-height: 1400px;*/
}

.wid1200 {
    width: 1200px;
    margin: auto;
}

.lunbo_txt {
    position: absolute;
    bottom: 0px;
    height: 35px;
    width: 100%;
    line-height: 35px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 0px 20px;
}
.tiele_box {
    padding-bottom: 8px;
}
    .tiele_box h2 {
        text-align: center;
        font-size: 30px;
        color: #245399;
        line-height:60px;
    }

.tiele_boxlook {
    color: #245399;
    font-size: 18px;
    cursor:pointer;
}
    .tiele_boxlook:hover {
        color: #245399;
    }
.title_txt {
    color: #999999;
    font-size: 18px;
    width: 1055px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
}
.shikan_btn {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background-color: #fff;
    color: #d62828;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.shia_box {
    margin-top: 45px;
    margin-bottom: 15px;
}
    .shia_box span {
        color: white;
        font-size: 16px;
        padding-left: 6px;
    }
.jieshao_main {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background: url('../image/gdbackground.jpg') no-repeat;
    /*background-image: url('../image/zjagbg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
  /*  height: 100%;
    background: url('../image/gdbackground.jpg') no-repeat;
    background-size: 100% 100%;*/
}
.jieshao_w{
    width:1200px;
    height:100%;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}

.yaowen {
    float: left;
    width: 380px;
    position: relative;
}

.yaowen_header {
    height: 45px;
    border-bottom: 2px solid #0173BB;
}

.yaowen_header_left {
    background: url(../image/jieshao.png) no-repeat;
    width: 126px;
    margin-left: 20px;
    font-size: 18px;
    display: inline-block;
    color: white;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    text-align: center;
}

.header_right {
    display: inline-block;
    float: right;
    line-height: 45px;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-right: 10px;
}

    .header_right a {
        color: #0274BC;
    }

.yaowen ul, .tongzhi ul {
    padding: 10px;
    overflow: hidden;
    height: 230px;
    border-bottom: 1px solid #ccc;
}

    .yaowen ul li, .tongzhi ul li {
        height: 40px;
        line-height: 40px;
    }

        .yaowen ul li a:hover, .tongzhi ul a:hover {
            color: #d62828;
        }

        .yaowen ul li:last-child, .tongzhi ul li:last-child {
            border-bottom: 0px solid #ccc;
        }

        .yaowen ul li span, .tongzhi ul li span {
            float: right;
            color: #666;
            font-size: 16px;
        }

.yaowan_txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 340px;
    font-size: 17px;
    float: left;
}
.dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #A4A4A4;
    display: block;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}
.yaowan_txt2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 340px;
    font-size: 17px;
    float: left;
}

.layui-carousel img {
    width: 100%;
}

.jieshao {
    background: rgba(0,0,0,0.2);
    width: 300px;
    height: 300px;
    border-radius: 1px;
    padding:10px 20px;
    margin-bottom:10px;
}

.tongzhi_main .jieshao_header {
    height: 45px;
    border-bottom: 1px solid #CFCFCF;
}

.jieshao_header {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #B62628;
    text-align: center;
}
.xuanxiang {
    background: #F5F5F5;
    padding: 10px;
    height: 277px;
    width: 290px;
    float: left;
}
    .xuanxiang .jieshao_header {
        border-bottom: 0px solid #CFCFCF;
        margin-top: 20px;
        margin-left: 20px;
    }
    .xuanxiang .jieshao_header_left {
        border-left: 3px solid #d62828;
        border-bottom: 0px solid #d62828;
        height: 23px;
        line-height: 23px;
        padding-left: 5px;
    }
.jieshao_btn {
    width: 220px;
    height: 45px;
    margin: 25px auto;
    background: linear-gradient(#FFFFFF, #D3E9F4);
    border: 1px solid #A6D7EF;
    border-radius: 10px;
    color: black;
    text-align: center;
    line-height: 40px;
}

.jd_btn {
    width: 210px;
    height: 45px;
    margin: 15px auto;
    background: #F3F3F3;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    color: black;
    line-height: 45px;
}

    .jd_btn span {
        width: 45px;
        height: 50px;
        display: inline-block;
        margin-left: 35px;
    }

    .jd_btn:hover {
        background: #dbedf6;
        border: 1px solid #A6D7EF;
    }

.jieshao_btn span {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.jd_btn2 {
    width: 203px;
    height: 65px;
    float: left;
    margin: 10px;
    background: #F3F3F3;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    color: black;
    line-height: 65px;
}

    .jd_btn2 span {
        width: 45px;
        height: 65px;
        display: inline-block;
        margin-left: 35px;
    }

    .jd_btn2:hover {
        background: #dbedf6;
        border: 1px solid #A6D7EF;
    }

.rightfloat {
    float: right;
}

.leftfloat {
    float: left;
}

.btn_main {
    height: 225px;
}

.yanzhengma {
    width: 160px;
    float: left;
}

.yzm_btn {
    height: 35px;
    width: 90px;
    text-align: center;
    line-height: 35px;
    background: #0173BB;
    display: inline-block;
    color: white;
    border-radius: 3px;
    float: right;
}

.blueright {
    color: #0290E2;
    padding-left: 20px;
}

.curriculum_main {
    min-height: 220px;
}

    .curriculum_main img {
        width: 100%;
    }

.tongzhi {
    margin: 0px 50px;
    float: left;
    width: 380px;
    position: relative;
}

.hengfu {
    width: 100%;
    margin: 25px 0px;
    display:flex;
    justify-content:space-between;
}
.hengfu div{width:33%;}
.hengfu div img{width:100%;}
.more {
    line-height: 45px;
    height: 45px;
  
    color: #BBBBBB;
    font-size: 18px;
}

    .more a {
        color: #BBBBBB;
    }

.chaxun {
    padding: 20px;
    height: 154px;
}

.marginauto {
    margin: auto;
}

.chaxun .layui-input-block {
    margin-left: 130px;
}

.chaxun .layui-form-label {
    width: 100px;
}

.xuanxiang .layui-tab-card {
    border: 0px solid #fff;
    box-shadow: none;
    margin-top: 20px;
}

    .xuanxiang .layui-tab-card > .layui-tab-title {
        background: #fff;
        padding: 0px 20px;
        border-bottom: 1px solid #ccc;
    }

        .xuanxiang .layui-tab-card > .layui-tab-title li {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .xuanxiang .layui-tab-card > .layui-tab-title .layui-this {
            background: #21ACF1;
            color: white;
        }

.curriculum {
    float: left;
    margin-top: 0px !important;
    margin-right: 20px;
}
.trainTarget .layui-this{
    font-weight:700;
}
.jieshao .layui-tab-content {
    padding-top: 25px;
}
.layui-form-checkbox[lay-skin=primary] span, .forget-password {
    color: white;
}
    .forget-password:hover {
        color: white;
    }
.marginTop15 {
    margin-top: 10px;
}
.marginTop25{margin-top:25px;}
.layui-tab-title {
    border-color: #fff;
}
    .layui-tab-title li {
        font-size: 20px;
        color: #fff;
    }
.denglu_btn {
    text-align: center;
    color: white;
    width: 296px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 4px;
    background: #d62828;
    display: block;
}

    .denglu_btn:hover {
        color: white;
    }

.marginTop10 {
    margin-top: 10px;
}
.fenl_box {
    width: 100%;
    padding-top: 40px;
}
    .fenl_box ul {
        display:flex;
        justify-content:center;
    }
        .fenl_box ul li {
            width: 160px;
            height: 56px;
            background: #F8ECEC;
            border-radius: 5px;
            font-size: 24px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #B62628;
            text-align:center;
            line-height: 53px;
            margin-left:60px;
        }
        .fenl_box ul li:first-child {
            margin-left:0px;
        }
.btn-this {
    background: linear-gradient(0deg, #93291E 0%, #ED213A 100%)!important;
    font-size: 24px!important;
    font-weight: bold!important;
    color: #FFFFFF!important;
}
.trainTarget {
    margin-top:30px;
    box-sizing:border-box;
    width: 1200px;
    height: 80px;
    background: #FBF7F7;
    border-radius: 5px;
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
}
    .trainTarget li {
        cursor:pointer;
        width: 216px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 5px;
        text-align:center;
        line-height:50px;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #666666;
    }
    .trainTarget .layui-this {
        background: linear-gradient(0deg, #93291E 0%, #ED213A 100%);
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }
.clearfix_main {
    clear: both;
    padding: 0px 25px;
    padding-top: 30px;
}

    .clearfix_main:after {
        content: '\0020';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.index-card-container {
    float: left;
    margin-left: 18px;
    border-radius: 4px;
    margin-bottom: 12px;
}

    .index-card-container:nth-child(1), .index-card-container:nth-child(1), .index-card-container:nth-child(5), .index-card-container:nth-child(9), .index-card-container:nth-child(14) {
        margin-left: 0;
    }

.course-card-container {
    width: 274px;
    height: 230px;
    position: relative;
    transition: .3s all linear;
}



    .course-card-container:hover .course-card-name {
        color: #d62828 !important
    }

.course-card-content {
    padding: 12px 8px;
}

.course-card-top .course-banner {
    width: 100%;
    height: 100%;
    background-color: #f3f5f7;
    border-radius: 3px;
}

.course-card-top.hashadow {
    overflow: hidden;
}

.course-card-container .course-card-top {
    width: 274px;
    height: 150px;
    position: relative;
    border-radius: 3px;
    transition: all .3s;
}

.course-card-content .course-card-name {
    font-size: 17px;
    color: #07111B;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 46px;
    transition: all .3s;
}

.course-card-content .course-card-info {
    font-size: 12px;
    color: #93999F;
    line-height: 24px;
    margin-top: 8px;
    font-weight: 400;
    width: 100%;
}

    .course-card-content .course-card-info span {
        display: inline-block;
       
    }
.classnum{
    font-size:15px;
}
    .classnum span {
        color: #d62828;
    }
.moneys {
    color: #DB3D50;
    font-size: 17px;
}
.course-card-price {
    font-size: 12px;
    color: #4D555D;
    float: right;
    line-height: 24px;
    margin-top: 8px;
}

    .course-card-price.sales {
        color: #2F7BE3 !important;
    }

.picScroll-left {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

    .picScroll-left .hd ul {
        float: right;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
        zoom: 1;
    }

        .picScroll-left .hd ul li {
            float: left;
            width: 9px;
            height: 9px;
            overflow: hidden;
            margin-right: 5px;
            text-indent: -999px;
            cursor: pointer;
            background: url("../image/icoCircle.gif") 0 -9px no-repeat;
        }

            .picScroll-left .hd ul li.on {
                background-position: 0 0;
            }

    .picScroll-left .bd {
        padding: 10px 0px;
        float:left;
    }

        .picScroll-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picScroll-left .bd ul li {
                margin: 0 0px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
            }
                
                .picScroll-left .bd ul li .pic {
                    text-align: center;
                    width: 214px;
                    padding:0 11px;
                    height: 290px;
                    
                }
                .picScroll-left .bd ul li:first-child {
                    margin-left: 0px;
                }

                .picScroll-left .bd ul li:last-child {
                    margin-right: 0px;
                }
                    .picScroll-left .bd ul li .pic img {
                        width: 100%;
                        display: block;
                        margin: auto;
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                        overflow: hidden;
                    }

                    .picScroll-left .bd ul li .pic a:hover img {
                        border-color: #999;
                    }

                .picScroll-left .bd ul li .title {
                    line-height: 24px;
                    text-align: left;
                    padding: 0 20px;
                    padding-top: 5px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    background: #F6F6F6;
                    padding-bottom: 5px;
                }

                    .picScroll-left .bd ul li .title h2 {
                        text-align: center;
                        padding-top: 5px;
                    }

                    .picScroll-left .bd ul li .title h3 {
                        text-align: center;
                        color: #d62828;
                        line-height: 33px;
                    }

                    .picScroll-left .bd ul li .title p {
                        padding: 0 10px;
                        color: #666666;
                    }

    .picScroll-left ul li .btn.sq {
        background-color: #e6e6e6;
    }

/*.tempWrap {
    left: 24px;
}*/

    .picScroll-left .sNext,
    .picScroll-left .sPrev {
        opacity: 0;
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        display: inline-block;
        cursor: pointer;
        z-index: 1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 33px;
        color: #d62828;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        background: #F6F6F6;
        font-family: simsun;
        transition: all ease-in .4s;
    }

.picScroll-left .sNext {
    left: 15px;
}

.picScroll-left .sPrev {
    right: 5px;
}

.picScroll-left:hover .sNext {
    opacity: 1;
}

.picScroll-left:hover .sPrev {
    opacity: 1;
}

.friendship {
    height: 100px;
}
    .friendship ul{display:flex;justify-content:space-between;}
    .friendship ul li {
        margin: 20px 0px;
        padding: 0px 5px;
        width: 282px;
    }
        .friendship ul li img{
            width:100%;
        }
        /*ç½‘ä¸ŠæŠ¥åé¡µé¢*/
        .layui-tab-brief > .layui-tab-title .layui-this {
            color: #fff;
        }

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border: none;
        border-radius: 0;
        border-bottom: 3px solid #fff;
    }
.curriculum_main .layui-tab-brief > .layui-tab-title .layui-this {
    color: #666666;
}
.contents {
    width: 100%;
    background: url(../image/beijing.png) no-repeat center bottom;
    background-image: url(../image/beijing.png);
    background-color: #eaf2f7;
}
.curriculum_main .layui-tab-title li {
    font-size: 20px;
    color: #666666;
}
.curriculum_main .layui-tab-title .layui-this:after {
    border: 0px;
}
.vid_head {
    height: 50px;
    background: #fff;
    line-height: 50px;
}

.vid_head_lf span {
    font-size: 16px;
    padding: 0 5px;
}

.vid_head_rg span {
    font-size: 16px;
    padding: 0 5px;
    color: #666;
}

.videobox {
    width: 1200px;
    height: 600px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -moz-box-shadow: #D8E1EC 0 0 5px;
    -webkit-box-shadow: #D8E1EC 0 0 5px;
    box-shadow: #D8E1EC 0 0 5px;
    margin: 20px auto;
    position: relative;
}

.bofang_main {
    overflow: hidden;
}

.BoFangLieBiao .bofang_list {
    height: 600px;
    background: #333;
    padding: 10px 15px;
    color: white;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 93%;
}
/*.BoFangLieBiao .bofang_list::-webkit-scrollbar {display: none;}*/
.BoFangLieBiao .bofang_video {
    width: 100%;
    height: 620px;
}

.bofang_list > h3 {
    line-height: 35px;
    height: 35px;
}

.bofang_list ul li {
    height: 80px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    cursor: pointer;
}

.bofang_list_img {
    width: 120px;
    height: 70px;
    float: left;
}

    .bofang_list_img > img {
        width: 100%;
        height: 100%;
    }

.bofang_list_name {
    float: left;
    width: 135px;
    padding-left: 10px;
}

.bofang_list_name_title {
    color: #41a9f3;
}

.bofang_list_name_time {
    float: left;
    margin-top: 5px;
}

.bofang_list_name_wanchengdu {
    float: right;
    margin-top: 3px;
}

.BoFangLieBiao .bofang_list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.BoFangLieBiao .bofang_list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

.BoFangLieBiao .bofang_list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

.BoFangLieBiao .bofang_list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

.BoFangLieBiao .bofang_list::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

    .BoFangLieBiao .bofang_list::-webkit-scrollbar-track:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
        background-color: rgba(0,0,0,.01);
    }

.menuBar2 {
    position: absolute;
    top: 40%;
    right: -10px;
    padding-left: 5px;
    width: 25px;
    height: 90px;
    background: url(../image/shousuo2.png) no-repeat;
    z-index: 999;
    line-height: 90px;
    color: #ddd;
}

.menuBar {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    background: #f3f4f5;
}

.layui-nbzjmain {
    overflow: hidden
}

.iconzhuan:before {
    display: inline-block;
    line-height: 0px;
    transform: rotate(180deg);
}

.video_list {
    border: 0px solid transparent;
    margin-bottom: 5px;
}

.bofang_list_biao {
    border: 0px solid transparent;
    padding: 0px;
}

.video_title {
    background: #222;
    color: white;
    border-left: 2px solid #1ac4c6;
    padding: 0 15px 0 15px;
}

.layui-colla-icon {
    right: 15px !important;
    left: inherit;
}


/*12.3加名师简介二级页面*/
.teacher_main_box {
    margin-top: 14px;
    border-top: 1px solid #ccc;
}

    .teacher_main_box li {
        margin-top: 10px;
        border-top: 1px dashed #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
        min-height: 160px;
    }

        .teacher_main_box li:first-child {
            border-top: 0px dashed #ccc;
        }

        .teacher_main_box li:hover {
            cursor: pointer;
        }

.teacher_main_box_left {
    float: left;
}
    .teacher_main_box_left p {
        text-indent: 2em;
    }
    .teacher_main_box_left h3 {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 10px;
    }

.teacher_main_box_right {
    float: right;
    width: 145px;
    height: 170px;
}

    .teacher_main_box_right img {
        float: right;
        width: 145px;
        height: 170px;
    }

.pol_title {
    display: inline-block;
    border-left: 2px solid #d62828;
    font-size: 22px;
    padding-left: 5px;
    font-weight: 700;
    color: #333;
}

.content_pol {
    width: 100%;
    font-family: Arial,Helvetica,sans-serif;
    background: url(/Content/Account/image/beijing.png) no-repeat center bottom;
    background-image: url(/Content/Account/image/beijing.png);
    background-size: 100%;
    background-color: #eaf2f7;
}

.iftbox {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: #D8E1EC 0 0 5px;
    -webkit-box-shadow: #D8E1EC 0 0 5px;
    box-shadow: #D8E1EC 0 0 5px;
    min-height: 530px;
    margin: 30px auto;
}

.backgroundimg {
    background: url(../image/beijing.png) no-repeat center bottom;
}
/*12.3加名师简介二级页面end*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {
    body {
        min-width: 1280px;
    }

    .Inquiry_main {
        height: 500px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    body {
        min-width: 1366px;
    }

    .Inquiry_main {
        height: 500px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1920px) {
    body {
        min-width: 1200px;
    }
}

.abubox {
    width: 1200px;
    margin: auto;
    min-height: 600px;
    background: url(../image/beijing.png) no-repeat center bottom;
    background-image: url(../image/beijing.png);
}

.abubox-lf {
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: #D8E1EC 0 0 3px;
    -webkit-box-shadow: #D8E1EC 0 0 3px;
    box-shadow: #D8E1EC 0 0 3px;
    min-height: 500px;
    margin: 30px auto;
    float: left;
}

.abubox-rg {
    width: 98%;
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: #D8E1EC 0 0 3px;
    -webkit-box-shadow: #D8E1EC 0 0 3px;
    box-shadow: #D8E1EC 0 0 3px;
    min-height: 500px;
    margin: 30px auto;
    float: right;
    padding: 20px;
}

.abu_tit {
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0px;
}

    .abu_tit img {
        padding-right: 5px;
        margin-top: -5px;
    }

.abubox-lf ul li {
    padding: 13px 0px;
    text-align: center;
    cursor: pointer;
}

    .abubox-lf ul li:hover {
        background: #fdf2f2;
        border-left: 2px solid #d62828;
        color: #d62828;
    }

.abu_this {
    background: #d62828;
    border-left: 2px solid #269eea;
    color: #108DDC;
}

.abubox-rg > span {
    display: inline-block;
    border-left: 2px solid #d62828;
    font-size: 18px;
    width: 100%;
    padding-left: 5px;
    font-weight: 100;
    color: #333;
}

.abu_con {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-left: 15px;
}

.abubox {
    width: 1200px;
    margin: auto;
    min-height: 600px;
}

.abubox-lf {
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: #D8E1EC 0 0 3px;
    -webkit-box-shadow: #D8E1EC 0 0 3px;
    box-shadow: #D8E1EC 0 0 3px;
    min-height: 500px;
    margin: 30px auto;
    float: left;
}

.abubox-rg {
    width: 98%;
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: #D8E1EC 0 0 3px;
    -webkit-box-shadow: #D8E1EC 0 0 3px;
    box-shadow: #D8E1EC 0 0 3px;
    min-height: 500px;
    margin: 30px auto;
    float: right;
    padding: 20px;
}

.abu_tit {
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0px;
}

    .abu_tit img {
        padding-right: 5px;
        margin-top: -5px;
    }

.abubox-lf ul li {
    padding: 13px 0px;
    text-align: center;
    cursor: pointer;
}

    .abubox-lf ul li:hover {
        background: #fdf2f2;
        border-left: 2px solid #d62828;
        color: #d62828;
    }

.abu_this {
    background: #fdf2f2;
    border-left: 2px solid #d62828;
    color: #d62828;
}

.abubox-rg > span {
    display: inline-block;
    border-left: 4px solid #d62828;
    font-size: 22px;
    width: 100%;
    padding-left: 10px;
    font-weight:bold;
    color: #333;
}

.abu_con {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-left: 15px;
}

.log {
    padding: 30px 0px;
}

    .log span {
        font-size: 18px;
    }

    .log img {
        width: 40px;
    }

.abu_con p {
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 16px;
}

.new_main .xw_list {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 415px;
}

    .new_main .xw_list li {
        width: 557px;
        float: left;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px #ddd solid;
        margin-right: 40px;
    }

        .new_main .xw_list li .tup {
            width: 182px;
            position: relative;
            margin-right: 20px;
            float: left;
        }

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.new_main .xw_list li .tup img {
    width: 180px;
    height: 135px;
    border: 1px #ddd solid;
}

.new_main .xw_list li .tup span {
    width: 50px;
    height: 35px;
    background-color: rgba(32, 123, 230, 0.7);
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding-top: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.new_main .xw_list li .xinw {
    width: 340px;
    float: left;
}

    .new_main .xw_list li .xinw h4 {
        color: #222;
        font-size: 16px;
        font-weight: normal;
        border-bottom: 1px #ddd solid;
        padding-bottom: 5px;
        height: 45px;
    }

    .new_main .xw_list li .xinw p {
        color: #444;
        text-align: left;
        padding: 6px 0 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .new_main .xw_list li .xinw p a {
            color: #444;
            line-height: 24px;
            font-size: 12px;
            padding: 0;
        }

            .new_main .xw_list li .xinw h4 a:hover,
            .new_main .xw_list li .xinw p a:hover {
                color: #207be6;
            }

.pages {
    width: 600px;
    margin: auto;
}

.polbox {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: #D8E1EC 0 0 5px;
    -webkit-box-shadow: #D8E1EC 0 0 5px;
    box-shadow: #D8E1EC 0 0 5px;
    min-height: 500px;
    margin: 30px auto;
}

.polbox .layui-tab-content {
    padding: 10px 0px;
}

.pol_title {
    display: inline-block;
    border-left: 4px solid #d62828;
    font-size: 22px;
    padding-left: 10px;
    font-weight: 700;
    color: #333;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

    .slideTxtBox .hd {
        height: 30px;
        line-height: 30px;
        padding: 0;
        position: relative;
    }

        .slideTxtBox .hd ul {
            float: left;
            height: 32px;
        }

            .slideTxtBox .hd ul li {
                float: left;
                padding: 0 15px;
                cursor: pointer;
            }

                .slideTxtBox .hd ul li.on {
                    height: 30px;
                    border: 1px solid #d62828;
                    border-radius: 4px;
                    color: #d62828
                }

    .slideTxtBox .bd ul {
        padding: 15px 0px;
        zoom: 1;
    }

    .slideTxtBox .bd li {
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .slideTxtBox .bd li a:hover {
            color: #d62828;
        }

        .slideTxtBox .bd li a {
        }

        .slideTxtBox .bd li .date {
            float: right;
            color: #999;
        }

.xial {
    position: relative;
}

.xuanz {
    position: absolute;
    top: 0;
    left: 600px;
}

    .xuanz .layui-form-label {
        width: 85px;
        color: #666666;
    }

    .xuanz .layui-input-block {
        margin-left: 115px;
    }

.layui-form-select dl dd.layui-this {
    background-color: #d62828!important;
    color: #fff;
}

.zhs-inbox {
    min-height: 600px;
    padding-left: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: none;
    -moz-box-shadow: #D8E1EC 0 0 5px;
    -webkit-box-shadow: #D8E1EC 0 0 5px;
    box-shadow: #D8E1EC 0 0 5px;
}

.boxa {
    border-top: 2px solid #ededed;
    padding: 30px 30px 0 0;
}

.blxpad {
    width: 17%;
    background-color: #d62828;
    float: left;
    border-radius: 5px;
    box-shadow: #D8E1EC 0 0 2px;
    text-align: center;
    box-sizing: border-box;
}

.zhs-left {
    width: 100%;
    min-height: 260px;
    color: #fff;
}

    .zhs-left li {
        line-height: 2em;
        padding: 10px 0;
    }

        .zhs-left li a {
            font-size: 14px;
            color: #fff;
            transition: font-size 0.05s linear;
            white-space: nowrap;
        }

        .zhs-left li.active {
            background-color: #fdf2f2;
        }

            .zhs-left li.active a {
                font-size: 14px;
                padding: 5px 10px;
                color: #d62828;
            }

.blxpad .title-h {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0 20px 0;
    color: #fff;
}
/*right*/
.boxch {
    width: 83%;
    float: left;
    min-height: 334px;
}

    .boxch li.blxz {
        width: 100%;
        height: 100%;
        line-height: 100%;
        vertical-align: middle;
        padding: 0 auto;
        font-size: 50px;
        color: #000;
        text-align: center;
        display: none;
    }

        .boxch li.blxz.block {
            display: block;
        }

.col9 {
    color: #999;
}

.sgxcbox {
    min-height: 500px;
    margin-left: 10px;
}

    .sgxcbox li {
        width: 19%;
        height: 215px;
        display: block;
        margin-left: 1%;
        float: left;
        color: #333;
        font-size: 14px;
        line-height: 1.5em;
        text-align: left;
        overflow: hidden;
    }

        .sgxcbox li>a>div>img {
            width: 266px;
            height: 150px;
            border-radius: 10px;
        }

        .sgxcbox li p {
            width: 100%;
            color: #333;
            font-size: 16px;
            box-sizing: border-box;
            padding-left: 4px;
            line-height: 2em;
            text-align: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
        }

        .sgxcbox li .bl_span {
            box-sizing: border-box;
            padding: 0 4px;
            font-size: 12px;
            line-height: 1.4em;
            margin-bottom: 5px;
            text-align: left;
        }

            .sgxcbox li .bl_span span.col9 {
                margin-right: 20px;
            }

        .sgxcbox li.sgl_ge {
            width: 37%;
            height: 340px;
        }

        .sgxcbox li a:hover {
            color: #D62828;
        }

.gwopq li {
    width: 28.5%;
}

    .gwopq li.sgl_ge {
        width: 37.5%;
        height: 345px;
    }

.kc_title {
    border-left: 4px solid #d62828;
    box-sizing: border-box;
    margin: 20px 0px;
    font-size: 22px;
    padding: 0 10px;
    font-weight:bold;
    text-align: left;
    box-sizing:border-box;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #d62828 !important;
    box-shadow: 0 0 0 2px rgb(184 58 58 / 20%);
}