.bg_fff {
    background: #fff;
}

.edit{
    color:blue;
    padding: 0 5px;
}
.del{
    color:red;
    padding: 0 5px;
}
/* 首页 */

.banner {
    margin-top: 10px;
}

.main_left {
    width: 790px;
    float: left;
}

.dynamic,
.news,
.law {
    background: #fff;
    margin-top: 10px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.main_title {
    width: 100%;
    padding: 17px;
    box-sizing: border-box;
    background: #e8f2fb;
    border-bottom: 4px solid #227acf;
    font-size: 18px;
    color: #227acf;
    font-weight: bold;
}

    .main_title img {
        vertical-align: text-top;
        margin-right: 10px;
    }

    .main_title a {
        text-align: right;
        font-size: 14px;
        float: right;
        line-height: 23px;
        font-weight: 400;
    }

.list {
    padding: 20px;
}

.dynamic_main .list li .list_title,
.news .list li .list_title {
    width: 600px;
}

.list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.dynamic .list li:last-child,
.news .list li:last-child,
.law .list li:last-child {
    border-bottom: 0;
}

.list li .list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    max-width: 1000px;
}

.list li img {
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.list li span {
    float: right;
    color: #227acf;
}

.law {
    width: 390px;
    float: right;
}

    .law .list li {
        display: flex;
    }

        .law .list li img {
            height: 19px;
        }

        .law .list li .list_title {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            white-space: inherit;
            float: inherit;
        }

        .law .list li span {
            float: inherit;
            padding-left: 10px;
        }

.member {
    width: 100%;
    clear: both;
    padding-bottom: 50px;
    overflow: hidden;
}

    .member .main_title {
        background: #f6f6f6;
        border: 0;
        padding: 30px 17px;
    }

    .member ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 0;
        overflow: hidden;
        width: 190px;
    }

        .member ul li:nth-child(6n) {
            margin-right: 0;
        }

.banner_img {
    width: 790px;
    height: 455px;
    overflow: hidden;
    float: left;
}

    .banner_img img {
        width: 100%;
        background-color: #cdcdcd;
    }

.login {
    width: 390px;
    float: right;
    /*border-top: 4px solid #227acf;*/
}

.login_top {
    padding: 20px 25px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    /* margin-bottom: 10px; */
    height: 454px;
    box-sizing: border-box;
    text-align: center;
}

    .login_top h3 {
        font-size: 18px;
        /*color: #227acf;*/
        text-align: center;
        font-weight: bold;
        display: inline-block;
        padding: 0 30px;
    }

.login_input input {
    width: 100%;
    height: 38px;
    padding-left: 50px;
    margin-top: 40px;
    box-sizing: border-box;
}

.login_input {
    position: relative;
}

.login_input_img {
    text-align: center;
    position: absolute;
    width: 38px;
    bottom: 1px;
    height: 36px;
    left: 1px;
    background: #0069B7;
}

    .login_input_img img {
        margin-top: 7px;
    }

.auto_login {
    margin: 25px 0 10px;
}

.login_btn {
    width: 100%;
    background: #0069B7;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 5px;
    font-size: 16px;
    margin-top: 40px;
}

.dxlogin {
    text-align: right;
    margin-top: 20px;
}

.phonecode {
    height: 37px;
    background-color: #1e9fff;
    color: #ffffff;
    border-radius: 5px;
    width: 110px;
    margin-top: 10px;
    padding-left: 0px;
}

.phonecodezr {
    height: 37px;
    background-color: #1e9fff;
    color: #ffffff;
    border-radius: 5px;
    width: 110px;
    margin-top: 10px;
    padding-left: 0px;
}

.go_login {
    display: block;
    color: #227acf;
    margin-top: 10px;
    font-size: 16px;
}

.sign_out {
    display: block;
    color: #19afc9;
    margin-top: 35px;
    font-size: 16px;
}

.regsiter {
    text-align: center;
    margin-top: 20px;
}

.dynamic_main_top {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

    .dynamic_main_top h3 {
        color: #0069B7;
        line-height: 30px;
    }

    .dynamic_main_top p span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: inherit;
    }

.sqrh,
.hycx {
    width: 190px;
    height: 98px;
    background: #0069B7;
    border: 1px solid #0069B7;
    color: #fff;
    text-align: center;
}

.sqrh {
    float: left;
}

.hycx {
    float: right;
    background: #19afc9;
}

.sqrh img {
    margin: 13px 0 5px;
}

.hycx img {
    margin: 9px 0 3px;
}

.sqrh p,
.hycx p {
    font-size: 16px;
    color: #fff;
}


/* 简介 */

.PathNavigation {
    padding: 20px 0;
}

.companyProfile_main {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.companyProfile {
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    min-height: 300px;
}

    .companyProfile p {
        margin-bottom: 30px;
    }


/* 详情页 */

.detal_lt {
    float: left;
    margin: 0;
}

.detal_right {
    float: right;
    width: 790px;
    background: #fff;
}

    .detal_right h3 {
        line-height: 60px;
        font-size: 18px;
        text-align: center;
        background: #f6f6f6;
        border: 1px solid #e7e7e7;
    }

.detal_main {
    border: 1px solid #ccc;
    padding: 20px 30px 100px;
}

.detal_right article {
    padding-bottom: 20px;
}
.detal_right article img{
    max-width:100%!important;
}


.detal_right a {
    line-height: 30px;
}

.dividing_line {
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin: 30px 0;
}


/* 注册 */

.zc_3_centen .zc_2_input .width_470 {
    width: 470px;
}

.width_70 {
    width: 70px;
}

.width_110 {
    width: 110px;
}

.zc .main_title {
    border: 1px solid #e7e7e7;
    border-bottom: 4px solid #227acf;
}

.zc_1,
.zc_2,
.zc_4 {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-top: 0;
    overflow: hidden;
}

.zc_4,
.zc_2,
.zc_3 {
    display: none;
}

    .zc_1 h1,
    .zc_2 h1 {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #000;
        padding-top: 34px;
    }

    .zc_3 h1 {
        line-height: 60px;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #000;
        border-top: 2px solid #ccc;
    }

.zc_1_centen {
    padding-left: 190px;
    padding-bottom: 20px;
}

    .zc_1_centen h3 {
        padding-top: 30px;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
    }

    .zc_1_centen p {
        line-height: 30px;
    }

.next1,
.next2,
.back,
.sub {
    text-align: center;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background: #227acf;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 50px;
    border: 0;
    cursor: pointer;
}

.sub {
    display: inline-block;
}

.back {
    display: inline-block;
    margin-right: 20px;
}

.zc_2_centen {
    padding: 20px 0 30px;
}

.zc_2_input {
    margin-top: 20px;
}

    .zc_2_input label em {
        color: #f00;
        padding: 5px;
    }

.zc_2_centen label {
    display: inline-block;
    width: 480px;
    text-align: right;
}

.zc_3_centen,
.zc_3_zj {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-top: 10px;
    padding-top: 20px;
}

    .zc_3_centen label {
        width: 425px;
    }

.zc_2_centen input {
    padding: 10px 20px;
    width: 220px;
    margin: 0 10px;
}

.zc_2_input textarea {
    margin-left: 10px;
}

.zc_3_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: url("../img/line.png")no-repeat;
    background-position: 22px 10px;
}

.zc_3_zj_main {
    display: flex;
    padding-bottom: 30px;
}

.zc_3_zj_upload {
    flex: 0.33;
    text-align: center;
}

.zj_upload {
    box-sizing: border-box;
    width: 240px;
    height: 160px;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
}

.zc_3_zj_upload p {
    line-height: 70px;
    font-weight: bold;
}

    .zc_3_zj_upload p em {
        color: #f00;
        padding: 5px;
    }

.zc_3_bottom {
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

    .zc_3_bottom .zc_3_title {
        background: url("../img/line.png")no-repeat;
        background-position: 0px 10px;
    }

.zc_3_bottom_list {
    margin-top: 20px;
}

.zc_3_bottom input {
    height: 30px;
    margin-right: 4px;
    padding-left: 3px;
    margin-bottom: 20px;
}

.zc_3_bottom_list span {
    cursor: pointer;
}

.next3 {
    margin: 0 auto;
    width: 325px;
    margin-top: 60px;
}

.zc_4_centen {
    text-align: center;
    padding: 70px 0 50px;
}

    .zc_4_centen img {
        padding-bottom: 30px;
    }

    .zc_4_centen p {
        font-size: 16px;
        color: #1aa939;
        line-height: 30px;
        font-weight: bold;
    }

.looking {
    display: block;
    width: 180px;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: bold;
    background: #227acf;
    margin: 30px auto;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    display: none;
}


/* 登录 */

.width_86 {
    width: 86px;
}

.width_40 {
    width: 40px;
}

.login_main {
    display: flex;
}

.login_lt {
    width: 180px;
    height: 600px;
    border: 1px solid #e7e7e7;
    margin-right: 10px;
    padding-top: 10px;
    margin-bottom: 50px;
}
  .login_lt ul .active{
        background: #dcf0ff;
        border-left: #227acf 4px solid;
    }
    .login_lt .edit_active {
        background: #dcf0ff;
        border-left: #227acf 4px solid;
    }

    .login_lt ul li {
        height: 40px;
        padding-left: 30px;
        font-size: 16px;
        line-height: 40px;
        border-left: 4px transparent solid;
        color: #000;
        cursor: pointer;
    }

.login_rt {
    flex: 1;
    position: relative;
}

    .login_rt .zc_2_centen label {
        width: 380px;
    }
  
.shenhe_table {
    padding: 20px;
    text-align: center;
}

    .shenhe_table table thead {
        background: #f1f8fc;
        border: 1px solid #ddeffa;
    }

    .shenhe_table table td {
        padding-top: 25px;
    }

    .shenhe_table table th {
        padding: 5px 0;
    }

.shenhe {
    display: none;
}

.edit {
    position: relative;
}

.edit_menu {
    position: absolute;
    top: 100px;
    width: 140px;
    height: 350px;
    border-right: 1px dashed #e3e5e7;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: #000;
}

.edit_jb {
    color: #227acf;
}

.edit .zc_3_title {
    margin: 0 20px;
    background: url(../img/line.png)no-repeat;
    background-position: -96px 10px;
}


/* 会议管理 */

.meeting_main {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

    .meeting_main .list_title {
        width: 500px;
        line-height: 35px;
    }

        .meeting_main .list_title img {
            margin-top: 10px;
        }

    .meeting_main .list li:last-child {
        border-bottom: 1px dashed #ccc;
    }

    .meeting_main .list li span {
        float: left;
        line-height: 35px;
        margin-left: 150px;
    }

.bmcj {
    float: left;
    width: 100px;
    height: 35px;
    background: #227acf;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    margin-left: 200px;
}

.bmcj2 {
    float: left;
    width: 100px;
    height: 35px;
    background: #ccc;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    margin-left: 200px;
}

#pagination {
    text-align: right;
    padding-right: 20px;
}

    #pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #227acf;
    }

    #pagination .layui-laypage-next em,
    #pagination .layui-laypage-prev em {
        font-size: 14px;
    }


/* 权利义务 */

.qlyw_main {
    padding-left: 100px;
    background: #fff;
    padding-bottom: 50px;
}

    .qlyw_main h3 {
        padding: 30px 0 20px;
        font-size: 18px;
        color: #227acf;
        font-weight: bold;
    }

    .qlyw_main p {
        padding-bottom: 10px;
    }

/* 会员中心-banner图 */
.bannertu {
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
/*研学产品*/
.video_main {
    margin-top: 10px;
    position: relative;
}

    .video_main .list {
        padding: 0;
    }

    .video_main ul li {
        width: 230px;
        /*height: 240px;*/
        min-height: 240px;
        float: left;
        border: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #fff;
        padding: 0;
    }

        .video_main ul li:nth-child(5n) {
            margin-right: 0;
        }

.list li .video_list img {
    width: 230px;
    height: 130px;
    display: block;
    margin-right: 0px;
    overflow: hidden;
    float: inherit;
}

.video_list a {
    position: relative;
}

.video_list .play {
    top: -82px;
    left: 90px;
}

.video_list p {
    margin: 20px 10px;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
}
/*招贤纳士*/
.Careers {
    padding: 20px;
    margin-top: 10px;
}

    .Careers h3 {
        padding-left: 16px;
        border-left: 6px solid #0068b7;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.Careers_Txt h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}

.Careers_Txt p {
    font-size: 14px;
    line-height: 24px;
}

.Careers_apply {
    display: flex;
    margin-bottom: 20px;
}

.Careers_apply_select lable {
    padding: 10px 0px;
}

.Careers_apply_select span {
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    margin-right: 30px;
}

.Careers_apply_select .active {
    border: 1px solid #0068b7;
    color: #0068b7;
}

.Careers_apply label {
    width: 100px;
}

.Careers_apply ul {
    flex: 1;
}

    .Careers_apply ul li {
        display: inline-block;
    }

        .Careers_apply ul li a {
            display: inline-block;
            color: #0068b7;
            padding: 0 5px;
        }

.lookApply {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

    .lookApply .msg {
        color: #c03048;
        position: absolute;
        top: 10px;
        padding-left: 20px;
    }

/*简历填写*/
.remuse {
    display: flex;
}

.remuse_left {
    width: 300px;
}

.remuse_right {
    flex: 1;
    margin-left: 10px;
    padding: 20px;
}

.remuse_left_top {
    display: flex;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
}

.remuse_left_top_img {
    flex: 1;
}

.menu_slide {
    padding: 20px;
    font-weight: bold;
    color: #999;
}

    .menu_slide li {
        line-height: 36px;
        padding-left: 40px;
        font-size: 16px;
        border-left: 4px solid transparent;
    }

    .menu_slide .active {
        border-left: 4px solid #0094ff;
        color: #0094ff;
    }

.remuse_right h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #000;
}

.remuse_right .msg {
    color: red;
    line-height: 2;
    margin-bottom: 20px;
}

.remuse_right .layui-form-label {
    text-align: left;
}

 .ApplyCenterLoginMenu li{
        display: inline-block;
        padding: 10px 20px;
        font-size:16px;
    }
     .ApplyCenterLoginMenu .active a{
        color:#0094ff;
        font-weight: bold;
    }