.f16{font-size: 16px;}

/* @media(max-width:1024px){
    .f16{font-size: 15px;}
}
@media(max-width:768px){
    .f16{font-size: 14px;}
} */

/* 消息标签 */
.tag{line-height: 30px;font-size: 16px;color: rgb(153, 153, 153);display: inline-block;border-radius: 15px;background-color: #f7f8fb;padding: 0 13px;}
.tag.unread{background-color: #093a96; color: #fff;}

.mb50{margin-bottom: 50px;}
/* 分页 */
.pages{text-align: center; padding-top: 2.8%; color: rgb(85, 85, 85); font-weight: normal;}
.pages a{line-height: 46px; color: #555; font-style: normal; border-radius: 5px; display: inline-block; transition: all .3s; background-color: #e6ebf4;}
.pages a.a_cur,
.pages a:hover{background-color: #093a96; color: #fff;}
.pages .a_prev{padding: 0 25px; margin-right: 20px;}
.pages .a_next{padding: 0 25px; margin-left: 20px;}
.pages .num a{width: 46px; text-align: center; margin-right: 10px;}
.pages .num a:last-child{margin-right: 0;}
.pages b{font-weight: normal;}
.pages .p_jump{margin-left: 35px; vertical-align: top;}
.pages .p_jump .i_text{width: 60px; height: 46px; line-height: 46px; text-align: center;border: 0; border-radius: 5px;background-color: #e6ebf4; margin: 0 10px;}
@media(max-width: 640px){
    .pages .num{display: none;}
    .pages .p_jump{display: none;}
}
  
.bottom{ padding: 0 5.36% 0; text-align: center; color: rgb(153, 153, 153); line-height: 1.5;}
.bottom_inner{padding-top: 34px;}
.bottom a{color: rgb(153, 153, 153);}
.bottom a:hover{color: #093a96;}
.column_title h2{font-size: 24px;line-height: 1;margin: 0;margin-bottom: 2.38%;}
.column_title.has_btn{overflow: hidden;}
.column_title.has_btn h2{float: left; line-height: 45px;}
.column_title.has_btn a{float: right; width: 140px; line-height: 45px; text-align: center; border-radius: 25px; background-color: #093a96; color: #fff;}
.message_wrap{border-radius: 10px;background-color: rgb(255, 255, 255);padding: 1.33% 2% 3.6%;}

.message_wrap .cover{position: fixed; width: 100%; height: 100vh; top: 0; left: 0; background-color: rgba(0,0,0,.5); z-index: 100; display: none;}
.message_wrap .cover .window{position: absolute; width: 90%; max-width: 800px; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: #fff; border-radius: 10px;}
.message_wrap .cover .tit-box{line-height: 60px; padding: 0 20px; font-size: 20px; position: relative; border-bottom: 1px solid #eee;}
.message_wrap .cover .close{position: absolute; background: url(../images/close-icon03.png) no-repeat center; width: 25px; height: 25px; top: 50%; right: 20px; cursor: pointer; transform: translateY(-50%);}
.message_wrap .cover .input-box{padding: 20px;}
.message_wrap .cover input{width: 100%; line-height: 45px; height: 45px; border: none; background-color: #f7f8fb; border-radius: 5px; padding: 0 10px;}
.message_wrap .cover ul{padding: 0 20px; margin-bottom: 20px;}
.message_wrap .cover li{line-height: 30px; cursor: pointer; background-color: #f7f8fb; margin: 5px 0; padding: 0 10px; cursor: pointer; border-radius: 3px;border: 1px solid #f7f8fb;}
.message_wrap .cover li:first-child{background: none; cursor: default; border: none;}
.message_wrap .cover li:not(:first-child).on{border: 1px solid #093a96;}
.message_wrap .cover .cname{display: inline-block; width: 70%; vertical-align: top;}
.message_wrap .cover .fname{display: inline-block; width: 25%; vertical-align: top;}
.message_wrap .cover .btn-box{padding: 20px; text-align: center; border-top: 1px solid #eee;}
.message_wrap .cover .btn{display: inline-block; width: 120px; line-height: 40px; border-radius: 3px; cursor: pointer;}
.message_wrap .cover .cancel{background-color: #ddd; margin-right: 10px;}
.message_wrap .cover .confirm{background-color: #093a96; color: #fff;}
.message_wrap .cover .content{padding: 20px;}
.message_wrap .cover p{line-height: 1.5;}
.message_wrap .cover .content1{max-height: 400px; overflow-y: auto; padding-top: 0;}

/* 我的消息 */
.message_item{position: relative;padding-left: 0px;padding-right: 170px;line-height: 70px;padding-bottom: 1px;margin-bottom: 1.4%;}
.message_item::after{content: '';width: 100%; height: 1px;position: absolute; left: 0;bottom: 0;background: url(../images/dashed.png) left bottom;}
.message_item .tag-box{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.essage_item .dot{padding-left: 20px;position: relative;color: rgb(85, 85, 85);}
.message_item .dot::before{content: '';width: 6px;height: 6px; border-radius: 50%;border: 2px solid #079a3f;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;box-sizing: border-box;}
.message_item .dot:hover{color: #093a96;}
.message_time{color: rgb(153, 153, 153);width: 165px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}

/* 我的留言 */
.comment_item{position: relative;padding-bottom: 1px;display: table;width: 100%;table-layout: fixed;}
.comment_item .dot2{color: rgb(85, 85, 85);line-height: 1.875;max-height: 3.75em;max-width: 1210px;}
.comment_item .dot2:hover{color: #093a96;}

.comment_item_inner{position: relative;position: relative;padding-left: 20px;padding-top: 20px;padding-bottom: 1px;display: table-cell;vertical-align: middle;}
.comment_item_inner::before{content: '';width: 6px;height: 6px; border-radius: 50%;border: 2px solid #079a3f;position: absolute;left: 0;top: 32px;box-sizing: border-box;}
.comment_item_inner::after{content: '';width: 100%; height: 1px;position: absolute; left: 0;bottom: 0;background: url(../images/dashed.png) left bottom;}
.comment_item_inner .time{line-height: 3;color: rgb(153, 153, 153);}

  
.comment_item_delete{display: table-cell;vertical-align: middle;width: 100px;text-align: center;}
.comment_item_delete i{width: 50px;height: 50px;border-radius: 50%;background-color: #f7f8fb;background-repeat: no-repeat;background-position: center center;background-image: url(../images/icon_delete.png);transition: background .3s;display: inline-block;}
.comment_item_delete:hover i{background-image:url(../images/icon_delete_active.png) ;background-color: #093a96;cursor: pointer;}

.personl_wrap  .ytable-cell{vertical-align: top}
.personl_wrap .pic{width: 200px;padding-left: 30px;}
.personl_wrap .avater{width: 100px;text-align: center;}
.personl_wrap .bg_cover{width: 100%; padding-top: 100%;border-radius: 50%;margin-bottom: 7px;}
.change_avater{border: 0;background-color: #f7f8fb;color: rgb(187, 187, 187);line-height: 30px;border-radius: 15px;padding: 0 14px;display: inline-block;transition: background .3s;cursor: pointer;}
.change_avater:hover{background-color: #093a96;color: #fff;}

.personl_wrap .ytable{position: relative;padding-top: 2.78%;padding-bottom: 4.58%;margin-bottom: 1.4%;background: url(../images/dashed.png) left bottom repeat-x;}

.personl_form_item{position: relative;padding-left: 100px;}
.personl_form_item .label{position: absolute;color: rgb(187, 187, 187);line-height: 50px;left: 0; top: 0;}
.personl_form_item .input-box{font-size: 0;}
.personl_form_item .text{line-height: 50px;height: 50px;border: 0; width: 100%;max-width: 400px;font-size: 16px;color: rgb(51, 51, 51);transition: border .3s;}

.personl_form_item textarea.text{height: auto;line-height: 2;padding: 10px 0;overflow: auto;vertical-align: top;resize: vertical;}
.personl_form_title{font-size: 24px;color: rgb(51, 51, 51);font-weight: bold;line-height: 1;margin-bottom: 35px;}

.acount_info .text{border-radius: 5px;border-width: 1px;border-color: rgb(238, 238, 238);border-style: solid;padding: 0 15px;height: 45px;line-height: 45px;width: calc(100% - 90px);color: rgb(9, 58, 150);}
.acount_info .text:focus{border-color: rgb(159, 168, 185);}
.acount_info .personl_form_item{margin-bottom: 20px;}
.acount_info .personl_form_item:last-of-type{margin-bottom: 0;}
.acount_info .personl_form_item .label{line-height: 45px;height: 45px;}

.toggleShowPw{color: rgb(187, 187, 187);font-size: 16px;line-height: 45px;padding-left: 25px;display: inline-block;cursor: pointer;display: none;vertical-align: top;}

.personl_submit{text-align: center;padding-top: 20px;}
.personl_submit .btn{width: 240px;height: 60px;line-height: 60px;text-align: center;border: 0;background-color: #093a96;color: #fff;font-size: 16px;border-radius: 30px;cursor: pointer;transition: .3s;}
.personl_submit .btn:hover{opacity: 0.9;}

/* 企业信息 */
.conpany_info{max-width: 740px;margin: 0 auto;padding-top: 20px;}
.conpany_form_item{margin-bottom: 20px;position: relative;padding-left: 120px;}
.conpany_form_item:last-of-type{ margin-bottom: 0;}
.conpany_form_item .input-box{margin-bottom: 10px;}
.conpany_form_item .label{width: 130px; line-height: 55px;position: absolute;left: -20px;color: rgb(51, 51, 51);}
.conpany_form_item.nolbel{padding-left: 0;}

.conpany_form_item .text{height: 53px;line-height: 53px;width: 100%;border: 1px solid #eee;border-radius: 6px;transition: border 0.3s;padding: 0 19px;font-size: 16px;font-family: "Arial";}
.conpany_form_item .text::placeholder{color: rgb(159, 168, 185);}
.conpany_form_item .text:focus{border-color: rgb(159, 168, 185);}


.conpany_form_item .select-box{font-size: 0;}
.conpany_form_item .select{margin-right: 10px;margin-bottom: 10px;position: relative;display: inline-block;}
.conpany_form_item .col1 .select{width: 100%;}
.conpany_form_item .col2 .select{width:calc(50% - 6.66px);}
.conpany_form_item .col2 .select:nth-of-type(2n){margin-right: 0;}
.conpany_form_item .col3 .select{width:calc(33.33% - 6.66px);}
.conpany_form_item .col3 .select:nth-of-type(3n){margin-right: 0;}

.conpany_form_item .select select{width: 100%;height: 55px;opacity: 0;cursor: pointer;position: relative;z-index: 2  ;display: block !important;}
.conpany_form_item .select label{width: 100%; height: 100%;position: absolute;left: 0;top: 0;border: 1px solid #eee;border-radius: 6px;cursor: pointer;font-size: 16px;line-height: 55px;padding: 0 30px 0 20px;color: rgb(159, 168, 185);transition: border 0.3s;}

.conpany_form_item .select label::after{content: '';width: 15px;height: 15px;position: absolute;right: 16px;top: 0;bottom: 0; margin: auto;transition: transform .3s;background: url(../images/select.png) center center no-repeat;}
.conpany_form_item .select label.active::after{transform: rotate(180deg);}
.conpany_form_item .select select:focus+label{border-color: rgb(159, 168, 185);}
.conpany_form_item .submit-box{text-align: center;padding-top: 10px;}
.conpany_form_item .submit-box .btn{display: inline-block; width: 240px;height: 60px;line-height: 60px;border-radius: 30px;background-color: #093a96;color: #fff;font-size: 16px;border: 0;transition: .3s;cursor: pointer;}
.conpany_form_item .submit-box .btn:hover{opacity: 0.9;}

.conpany_form_item .radio-label{line-height: 53px; margin-right: 30px;}
.conpany_form_item .radio-label input{margin-right: 5px;}

.conpany_form_item #license{width: 270px;border-radius: 6px;overflow: hidden;}
.conpany_form_item #license .img-box{display: block;cursor: pointer;}
.conpany_form_item #license .bg_cover{width: 100%; height: 180px;background: #f7f8fb url(../images/license.png) center center no-repeat;}
.conpany_form_item #license .img_label{display: block;width: 100%;line-height: 50px;text-align: center;color: #fff;background-color: #093a96;transition: .3s;
}
.conpany_form_item #license .img_label:hover{opacity: 0.9;
}
  
.conpany_form_item #license .license_img{width: 100%;padding: 10px;background-color: #f7f8fb;
}

.conpany_form_item #member,
.conpany_form_item #member1{width: 270px;border-radius: 6px;overflow: hidden; display: inline-block;}
.conpany_form_item #member{margin-right: 20px;}
.conpany_form_item #member .img-box,
.conpany_form_item #member1 .img-box{display: block;cursor: pointer;}
.conpany_form_item #member .bg_cover,
.conpany_form_item #member1 .bg_cover{width: 100%; height: 180px;background: #f7f8fb url(../images/license.png) center center no-repeat;}
.conpany_form_item #member .img_label,
.conpany_form_item #member1 .img_label{display: block;width: 100%;line-height: 50px;text-align: center;color: #fff;background-color: #093a96;transition: .3s;
}
.conpany_form_item #member .img_label:hover,
.conpany_form_item #member1 .img_label:hover{opacity: 0.9;
}
  
.conpany_form_item #member .member_img,
.conpany_form_item #member1 .member_img{width: 100%;padding: 10px;background-color: #f7f8fb;
}


/* 信息审核 */
.examine_header{text-align: center;background-color: #ecf0f7;border-radius: 10px 10px 0 0;padding: 35px 60px;}
.examine_header span{font-size: 24px;line-height: 2;color: rgb(142, 162, 198);display: inline-block;vertical-align: middle;margin-left: 25px;}
.examine_header.fail .left{text-align: left;}
.examine_header.fail .right{text-align: right;}
.examine_header.fail span{color: rgb(226, 16, 15);}
.examine_header.fail .btn{display: inline-block;width: 140px;line-height: 45px;border-radius: 25px;background-color: #093a96;color: #fff;font-size: 16px;text-align: center;transition: background .3s;}
.examine_header.fail .btn:hover{opacity: 0.9;}
.examine{border-radius: 0 0 10px 10px;}
.examine.success{border-radius: 10px;position: relative;}
.examine.success .success_img{position: absolute;right: 30px;top: -60px;}


.examine .ytable{background: url(../images/dashed.png) left bottom repeat-x;padding: 2.78% 0;margin-bottom: 1.39%;}
.examine .ytable:last-of-type{margin-bottom: 0;background: none;}
.examine .ytable .ytable-cell{width: 50%;padding: 0 30px;vertical-align: top;}
.examine .table td{height: 50px;padding: 5px 5px 5px 0;font-size: 16px;line-height: 1.5;color: rgb(51, 51, 51);}
.examine .table td.reason{color: rgb(226, 16, 15);}
.examine .table .label{width: 150px;color: rgb(187, 187, 187);}

.examine .ytable .img-box{margin-top: 15px;padding: 30px 60px;background-color: #f7f8fb;display: inline-block;}
  
.examine_title h2{font-size: 24px;color: rgb(51, 51, 51);line-height: 1;margin-bottom: 14px;}
.examine .conpany_form_item{padding-left: 0;}
@media(max-width:1366px){
    .examine .ytable .txt{padding-right: 0px;width: 60%;}
    .examine .ytable .pic{width: 40%;}
    .examine .ytable .img-box{padding: 15px;}
    .examine.success .success_img{width: 100px;}
}

.manager_list{
    min-height: 540px;
}
.manager_list .item{float: left;width: 30.666%;padding: 30px;padding-right: 15px;background-color: #fff;border-radius: 10px;margin-right: 4%;cursor: pointer;margin-bottom: 4%;}
.manager_list .item:nth-of-type(3n){margin-right: 0;}
.manager_list .item a{display: block;}
.manager_list .item .pic{ width: 80px;float: left;}
.manager_list .item .pic img{border-radius: 4px;}
.manager_list .item .txt{padding-left:10%;width: calc(100% - 80px);float: left;
}
.manager_list .item .name{font-size: 24px;line-height: 1;color: rgb(51, 51, 51);font-weight: bold;margin-bottom: 18px;padding-top: 6px;}
.manager_list .item .sub{font-size: 16px;color: rgb(85, 85, 85);line-height: 2.25;}
.manager_list .cover{position: fixed; width: 100%; height: 100vh; top: 0; left: 0; background-color: rgba(0,0,0,.5); z-index: 100; display: none;}
.manager_list .cover .window{position: absolute; width: 90%; max-width: 500px; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: #fff; border-radius: 10px; padding: 40px 20px 20px;}
.manager_list .cover .close{position: absolute; background: url(../images/close-icon03.png) no-repeat center; width: 25px; height: 25px; top: 15px; right: 15px; cursor: pointer;}
.manager_list .cover img{width: 100%;}
@media(max-width:1600px){
    .manager_list .item{padding-left: 20px;}
    .manager_list .item .txt{padding-left: 5%;}
  }
  @media(max-width:1500px){
    .manager_list .item{width: 49%; margin-right: 2%;}
    .manager_list .item:nth-of-type(3n){margin-right: 2%;}
    .manager_list .item:nth-of-type(2n){margin-right: 0;}
  }
.publicity_search .search_box{float: left;width: 33.33%;padding-right: 50px;border-radius: 25px;background-color: #fff;padding-left: 20px;position: relative;margin-bottom: 60px;}
.publicity_search .search_box .text{width: 100%;border: 0;height: 50px;line-height: 50px;font-size: 16px;color: rgb(136, 136, 136);}
.publicity_search .search_box .text::placeholder{color: rgb(136, 136, 136);}
.publicity_search .search_box .btn{width: 40px;height: 40px;background: url(../images/iocn_search.png) center center no-repeat;position: absolute;right: 10px;top: 0;bottom: 0;margin: auto;}


.publicity_search .filter{float: left; padding-left: 60px;line-height: 50px;}
.publicity_search .filter span{color: rgb(85, 85, 85);}
.publicity_search .radio_group{display: inline-block;}
.publicity_search .radio_group label{display: inline-block;margin-right: 25px;cursor: pointer;}
.publicity_search .release{float: right;width: 140px;height: 50px;line-height: 50px;text-align: center;background-color: #093a96;color: #fff;transition: .3s;border-radius: 25px;}
.publicity_search .release:hover{opacity: 0.9;}

.publicity_table {min-height: 540px;border-radius: 10px;overflow-y: auto;}

.publicity_table table{width: 100%;text-align: left;}

.publicity_table thead{color: rgb(159, 168, 185);font-weight: normal;background-color: #ecf0f7;line-height: 70px;
}
.publicity_table thead th{font-weight: normal;}
.publicity_table .th1{width: 29%; padding-left: 30px;}
.publicity_table .th2{width: 12.667%;}
.publicity_table .th3{width: 17%;}
.publicity_table .th4{width: 8%;}
.publicity_table .th5{width: 9.33%;}
.publicity_table .th6{width: 7.33%;}

.publicity_table tbody{background-color: #fff;}
.publicity_table td{font-size: 16px;color: rgb(85, 85, 85);height: 70px;line-height: 1.5;padding: 0;}
.publicity_table td:first-of-type{padding-left: 30px;}
.publicity_table td:last-of-type{padding-right: 30px;}
.publicity_table td:last-of-type span{padding-right: 0;}

.publicity_table td span{display: inline-block;vertical-align: middle;height: 100%;width: 100%;padding: 5px;padding-left: 0;padding-right: 5px;line-height: 60px;background: url(../images/dashed.png) left bottom repeat-x;/* white-space: nowrap; */}
.publicity_table tr:last-of-type span{background: none;}
.publicity_table td .handle{text-align: justify;text-align-last: justify;}
.publicity_table td .handle a{display: inline-block;vertical-align: middle;color: rgb(9, 58, 150);}

.publicity_table td .handle a:last-of-type{margin-right: 0;}

.publicity_table .delete{width: 20px;height: 20px;background: url(../images/icon_delete-1.png) center center no-repeat;}

@media(max-width:1600px){
    .publicity_table td,
    .publicity_table thead{
        font-size: 15px;
    }
}
@media(max-width:1440px){
    .publicity_table td,
    .publicity_table thead{
        font-size: 14px;
        line-height: 60px;
    }
}
@media(max-width:1366px){
    .publicity_table td,
    .publicity_table thead{
        font-size: 13px;
    }
}
@media(max-width:1280px){
    .publicity_table td,
    .publicity_table thead{
        font-size: 12px;
    }
}
@media(max-width:1200px){
    .publicity_table td:first-of-type{padding-left: 15px;}
    .publicity_table td:last-of-type{padding-right: 15px;}
    .publicity_table .th5{width: 9.33%;}
    .publicity_table .th3{width: 20%;}
    .publicity_table .th1{width: 26%;}
}
.announce{padding-top: 40px;}
/* 表格 */

.conmon_form{padding: 0 10px; padding-top: 20px;}
.common_form_item{margin-bottom: 20px;position: relative;}
.common_form_item:last-of-type{margin-bottom: 0;}
.common_form_item .input-box{margin-bottom: 10px;}
.common_form_item .label{width: 120px; line-height: 55px;position: absolute;left: 0;color: rgb(51, 51, 51);}
.common_form_item.nolbel{padding-left: 0 !important;}
.common_form_item .btn.green{color: #079a3f; margin-left: 20px;}

.common_form_item.aligncenter .label{top: 50%; transform: translateY(-50%);}
.label120 .common_form_item{padding-left: 120px;}
.label120 .label{width: 120px;}

.label100 .common_form_item{padding-left: 100px;}
.label100 .label{width: 100px;}


.common_form_item .text{height: 53px;line-height: 53px;width: 100%;border: 1px solid #eee;border-radius: 6px;transition: border 0.3s;padding: 0 19px;font-size: 16px;font-family: "Arial";}
.common_form_item .text::placeholder{color: rgb(159, 168, 185);}
.common_form_item .text:focus{border-color: rgb(159, 168, 185);}


.common_form_item .select-box{font-size: 0;}
.common_form_item .select{margin-right: 10px;margin-bottom: 10px;position: relative;display: inline-block;}
.common_form_item .col1 .select{width: 100%;}
.common_form_item .col3 .select{width:calc(33.33% - 6.66px);}
.common_form_item .col3 .select:nth-of-type(3n){margin-right: 0;}

.common_form_item .select select{width: 100%;height: 55px;opacity: 0;cursor: pointer;position: relative;z-index: 2  ;display: block !important;}
.common_form_item .select label{width: 100%; height: 100%;position: absolute;left: 0;top: 0;border: 1px solid #eee;border-radius: 6px;cursor: pointer;font-size: 16px;line-height: 55px;padding: 0 30px 0 20px;color: rgb(159, 168, 185);transition: border 0.3s;}

.common_form_item .select label::after{content: '';width: 15px;height: 15px;position: absolute;right: 16px;top: 0;bottom: 0; margin: auto;transition: transform .3s;background: url(../images/select.png) center center no-repeat;}
.common_form_item .select label.active::after{
    transform: rotate(180deg);
}
.common_form_item .select select:focus+label{
    border-color: rgb(159, 168, 185);
}
.common_form_item .submit-box{padding-top: 10px;}
.common_form_item .submit-box.center{text-align: center;}
.common_form_item .submit-box .btn{width: 240px;height: 60px;line-height: 60px;border-radius: 30px;background-color: #093a96;color: #fff;font-size: 16px;border: 0;transition: .3s;cursor: pointer;}
.common_form_item .submit-box .btn:hover{opacity: 0.9;}
.common_form_item .submit-box .btn.green{background-color: #079a3f;}

/* 证书上传 */
.common_form_item #license{width: 270px;border-radius: 6px;overflow: hidden;}
.common_form_item #license .img-box{display: block;cursor: pointer;}
.common_form_item #license .bg_cover{width: 100%; height: 180px;background: #f7f8fb url(../images/license.png) center center no-repeat;}
.common_form_item #license .img_label{display: block;width: 100%;line-height: 50px;text-align: center;color: #fff;background-color: #093a96;transition: .3s;}
.common_form_item #license .img_label:hover{opacity: 0.9;}
.common_form_item #license .license_img{width: 100%;padding: 10px;background-color: #f7f8fb;}

/* 时间选择 */
.common_form_item .time-box{font-size: 0; line-height: 55px;}
.common_form_item .time-box>div{display: inline-block;}
.common_form_item .time-box .time_right,
.common_form_item .time-box .time_left{width: calc(50% - 20px);}
.common_form_item .time-box .time_mid{width: 40px; font-size: 16px; text-align: center;color: rgb(136, 136, 136);}
.common_form_item .time-box .layui-input{width: 100%; height: 53px; line-height: 53px;border: 1px solid #eee;border-radius: 6px;transition: border 0.3s;padding: 0 19px;font-size: 16px;font-family: "Arial"; background: url(../images/icon_date.png) 95% center no-repeat; padding-right: 36px;}
.common_form_item .time-box .layui-input::placeholder{  color: rgb(159, 168, 185);}



/* 文件上传 */
.common_form_item .file-box{padding-right: 120px;position: relative;}
.common_form_item .file-box .name{width: 100%; height: 55px; line-height: 55px; padding: 0 19px; border-radius: 6px 0 0 6px; border: 1px solid #eee; border-right: 0; color: rgb(159, 168, 185);}
.common_form_item .file-box .btn{width: 120px; height: 55px; line-height: 55px ; border-radius: 0 6px 6px 0; background-color: #b5c4df; color: #fff; text-align: center; position: absolute; right: 0; top: 0; cursor: pointer; transition: .3s;} 
.common_form_item .file-box .btn:hover{background-color: #093a96;}

.common_form_item.w50{width: 50%; float: left;}
/* 图片上传 */
/* .common_form_item .img-box {margin-bottom: 30px;} */
.common_form_item .img-box .img{border-radius: 10px; background-color: rgb(242, 243, 246); }
.common_form_item .img-box .tips{ color: rgb(187, 187, 187);line-height: 1.5; margin-bottom: 45px;}

.common_form_item .img-box .img.mini{width: 100px; height: 100px;}
.common_form_item .img-box .img.primary{width: 160px; height: 160px;}
.common_form_item .img-box .img.bglogo{background-image: url(../images/upload_logo.png); cursor: pointer;}
.common_form_item .img-box .img.bgimg{background-image: url(../images/upload_img.png); cursor: pointer;}

/* 编辑器 */
.tox-tinymce{border: 1px solid #eee !important; border-radius: 6px !important;}
.tox .tox-statusbar{border-top-color: #eee !important;}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right: 1px solid #eee !important;}
.tox-toolbar{background: #f8f8f8 !important; }



.publicity-detail {margin-bottom: 20px;}

.publicity-detail .title{font-size: 30px;color: rgb(51, 51, 51);line-height: 1.333; border-bottom: 1px solid #e5e5e5; padding-bottom: 33px;}
.publicity-detail .time{ font-size: 16px; color: rgb(136, 136, 136);  line-height: 2; padding-top: 13px;}
.publicity-detail .content{ color: rgb(85, 85, 85);line-height: 2.25; padding-top: 40px; border-bottom: 1px solid #eee; padding-bottom: 6%;}
.publicity-detail .back{ margin: 2.666% auto 0 auto; border-radius: 46px; width: 160px; line-height: 46px; text-align: center; background-color: #e7ebf4; color: #333; font-family: 'Light'; display: block; cursor: pointer; transition: all .3s; }
.publicity-detail .back:hover{background-color: #093a96; color: #fff;}