.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}


.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #226EBC);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #226EBC);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #226EBC);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #226EBC);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 30px 0 0 0;
}

.page .bottom_main .banner {
    display: flex;
    align-items: flex-start;
    /*column-gap: 10px;*/
}

.page .bottom_main .banner .sidebar {
    background: #fff;
    height: 389px;
    position: relative;
    border-radius: 4px;
}

.page .bottom_main .banner .sidebar .some {
    width: 270px;
    position: relative;
}

.page .bottom_main .banner .sidebar .some .remaining2 {
    position: absolute;
    /*bottom: -337px;*/
    background: white;
    z-index: 99;
    border: 1px solid #fff;
    width: 99%;
    height: 910px;
}

.page .bottom_main .banner .sidebar .some ul {
    width: 100%;
    height: 100%;
    /*outline: 1px solid red;*/
}

.page .bottom_main .banner .sidebar .some ul li {
    padding: 0 15px;
    height: 41.5px;
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 4px;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: 0px;
    z-index: 11;
    width: 620px;
    background: #fff;
    padding: 15px;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0 0 5px rgb(240 240 240);
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a {
    display: inline-block;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a:hover {
    color: #226EBC;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.page .bottom_main .banner .sidebar .some ul li>.category1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 19px;
    padding: 11px 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page .bottom_main .banner .sidebar .some ul li>.category1 .title {
    display: inline-block;
    margin-right: 5px;
}

.page .bottom_main .banner .sidebar .some ul li>.category1>img {
    width: 7px;
    height: 12px;
    margin-left: 8px;
}

.page .bottom_main .banner .sidebar .some ul li>.category1>a {
    margin-right: 5px;
}

.page .bottom_main .banner .sidebar .some ul li > .category1 > .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #666 !important;
}

.page .bottom_main .banner .sidebar .some ul li > .category1 > .subtitle:hover{
    color: #226EBC !important;
}

.category1 > .title:hover{
    color: #226EBC !important;
}

.page .bottom_main .banner .sidebar .anniu {
    height: 40px;
    padding: 0 15px;
    color: #000;
    position: relative;
    /* outline: 1px solid red; */
}

.page .bottom_main .banner .sidebar .anniu>a {
    /* height: 100%; */
    width: 100%;
    display: inline-block;
    /* line-height: 40px; */
    color: #226EBC;
    /* outline: 1px solid red; */
    padding: 11px 0;
}

.page .bottom_main .banner .sidebar .anniu .remaining {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    display: none;
}

.page .bottom_main .banner .sidebar .anniu .remaining li {
    padding: 0 15px;
    height: 40px;
    position: relative;
    line-height: 40px;
}

.page .bottom_main .banner .sidebar .anniu .remaining li>a {
    display: flex;
    align-items: center;
}

.page .bottom_main .banner .sidebar .anniu .remaining li .other_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: -10px;
    z-index: 11;
    width: 620px;
    background: #fff;
    padding: 15px;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0 0 5px rgb(240 240 240);
}

.other_msg .other_child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.other_msg .comName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 151px;
}

.other_msg .other_child a:hover {
    color: #226EBC;
}

.page .bottom_main .banner .sidebar .anniu .remaining li>a {
    display: flex;
    align-items: center;
    display: inline-block;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.page .bottom_main .banner .banner_box {
    display: flex;
    flex-direction: column;
    width: 605px;
    margin: 0 10px;
}

.page .bottom_main .banner .banner_box .img_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.page .bottom_main .banner .banner_box .img_box a img{
    max-width: 200px;
    border-radius: 4px;
}

.page .bottom_main .banner .banner_box .img_box>a:nth-child(2){
    margin: 0 2px;
}

.page .bottom_main .advert {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.page .bottom_main .advert a{
    margin-bottom: 10px;
}
.page .bottom_main .advert a img{
    width: 1170px;
    height: 65px;
    border-radius: 4px;
}
.page .bottom_main .choice {
    margin-top: 40px;
}

.page .bottom_main .choice .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
}

.page .bottom_main .choice .title .left_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .choice .title .right_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .choice .title h3 {
    font-size: 24px;
    font-weight: 600;
}

.page .bottom_main .choice .options_box .layui-tab .layui-tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
}

.page .bottom_main .choice .options_box .layui-tab .layui-tab-title li {
    font-size: 16px;
    color: #666 !important;
}

.page .bottom_main .choice .options_box .layui-tab .layui-tab-title li:hover{
    color: #226EBC !important;
}

.page .bottom_main .choice .options_box .layui-tab .layui-tab-title .layui-this {
    color: #226EBC !important;
}

.layui-tab-brief>.layui-tab-more li .layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #226EBC !important;
    top: 4px !important;
}

.page .bottom_main .banner .peo_center {
    /*flex: 1;*/
    height: 389px;
    background: white;
    padding: 0 16px;
    width: 270px;
    border-radius: 4px;
}

.page .bottom_main .banner .peo_center .noLogin .welcome {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.page .bottom_main .banner .peo_center .noLogin .login_change {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.page .bottom_main .banner .peo_center .noLogin .login_change .active {
    color: #226EBC;
    padding-bottom: 4px;
    border-bottom: 2px solid #226EBC;
}

.page .bottom_main .banner .peo_center .noLogin .login_change p {
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
}
.page .bottom_main .banner .peo_center .noLogin .login_change p:hover {
    color: #226EBC;
}
.page .bottom_main .banner .peo_center .noLogin .login_change span {
    padding: 0 24px;
}

.page .bottom_main .banner .peo_center .hasLogin .title {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 6px;
    border-left: 2px solid #226EBC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.page .bottom_main .banner .peo_center .hasLogin .subtitle {
    font-size: 16px;
}

.page .bottom_main .banner .peo_center .hasLogin .title>.rash {
    font-size: 12px;
    font-weight: 400;
    color: #226EBC;
    line-height: 14px;
    display: flex;
    align-items: center
}

.page .bottom_main .banner .peo_center .hasLogin .title>.rash>img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 12px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info p .name {
    font-size: 16px;
    /* font-weight: bold; */
    margin-right: 6px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info p .status {
    color: #FFA100;
    font-size: 12px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info .other_msg {
    display: flex;
    /* align-items: center; */
    column-gap: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}

.page .bottom_main .banner .peo_center .hasLogin .number {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page .bottom_main .banner .peo_center .hasLogin .number>p {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    cursor: pointer;
}

.page .bottom_main .banner .peo_center .hasLogin .number>p .sum {
    font-size: 28px;
    color: #226EBC;
    font-weight: bold;
}

.page .bottom_main .banner .peo_center .hasLogin .resume {
    display: flex;
    justify-content: space-between;
    column-gap: 18px;
    margin-bottom: 30px;
}

.page .bottom_main .banner .peo_center .hasLogin .resume .layui-btn {
    height: 30px;
    line-height: 30px;
    flex: 1;
    border: 1px solid #226EBC !important;
    font-size: 14px !important;
    color: #226EBC !important;
    padding: 0;
}

.page .bottom_main .banner .peo_center .hasLogin .resume .layui-btn a{
    color: #226EBC !important;
    display: inline-block;
    width: 100%;
}

.page .bottom_main .banner .peo_center .hasLogin .enter .layui-btn {
    width: 100%;
    background: #226EBC;
    font-size: 14px;
    padding: 0;
}

.page .bottom_main .banner .peo_center .hasLogin .enter .layui-btn a {
    color: white;
    display: inline-block;
    width: 100%;
}

.about {
    background: #2E3139;
    margin-top: 20px;
}

.about_na {
    width: 1170px;
    margin: auto;
}

.about_box {
    padding: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.about_box .left_about {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0 60px 0 0;
}

.left_about .title_left .bigfont {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.left_about .title_left {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_about .title_left div p {
    font-size: 14px;
}

.left_about .title_right div p {
    font-size: 14px;
}

.left_about .title_right {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_about .title_right .bigfont {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.center_about {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 5px 50px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.center_about .center_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.center_about .center_box img {
    height: 120px;
    width: 120px;
}

.center_about .center_box p {
    margin: 0 0 15px 0;
    color: white;
    font-size: 18px;
}

.right_about {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 50px;
}

.right_about p {
    color: white;
    margin: 15px;
    font-size: 18px;
}

.right_about div p {
    color: #FFA100;
    margin: 8px;
    font-size: 14px;
    font-weight: 800;
}

.talkus {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}

.talkus .company_box p {
    color: white;
    font-size: 13px;
}

.talkus .company_box p span {
    color: #FFA100;
    font-size: 24px;
}

.talkus .company_box .name {
    font-size: 16px;
}

.copyright {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright p {
    color: #666;
    font-size: 14px;
}

.copyright .nocp {
    margin-bottom: 0;
}

.copyright p a {
    color: white;
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

.layui-form-radio {
    display: flex;
    align-items: center;
    margin: 0;
}

.layui-form-radio>div {
    white-space: pre;
}

#demo10 {
    text-align: center;
}

#demo9 {
    /* width: 60px; */
    height: 44px;
    /* text-align: center; */
    line-height: 44px;
    border: 0;
    padding: 0 27px;
    font-size: 16px;
    background-color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#demo9>.iconfont,
#key_word_2>.iconfont {
    vertical-align: middle;
    margin-left: 5px;
    color: #226EBC;
    font-size: 12px;
}

#demo0 {
    text-align: center;
    background: white;
}

#reset {
    cursor: pointer;
    color: #226EBC;
}

#more_province {
    cursor: pointer;
    color: #226EBC;
}

#more_province .iconfont {
    color: #226EBC;
}

#more_citys {
    cursor: pointer;
    color: #226EBC;
}

#more_citys .iconfont {
    color: #226EBC;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.layui-form-item .layui-input-inline {
    width: 130px;
}

.layui-form-select .layui-input::placeholder {
    color: #666 !important;
}

#advert {
    width: 610px !important;
    height: 278px !important;
}

#advert .carousel img {
    /*width: 100%;*/
    width: 605px;
    height: 100%;
    border-radius: 4px;
}

.pwd_login .layui-form-item {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    /* margin-bottom: 20px !important; */
}

.pwd_login .layui-form-item input {
    border: 0;
    border-radius: 0;
    font-size: 13px;
}

.pwd_login .layui-form-item .iconfont {
    font-size: 20px;
    padding: 0 10px;
    color: #666;
}

.pwd_login .remember {
    background: white;
    border: 0;
}

.pwd_login .password {
    margin-bottom: 0;
}

.pwd_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 8px !important;
}

.pwd_login .submit button {
    flex: 1;
    background: #226EBC !important;
    font-size: 14px !important;
}

.pwd_login .forget {
    background: white;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.pwd_login .forget div {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.pwd_login .forget div>a {
    font-size: 13px !important;
    font-weight: 400;
    color: #666 !important;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    display: flex;
    align-items: center;
    margin-top: 13px
}

.layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px !important;
    font-weight: 400;
    color: #666 !important;
    line-height: 14px !important;
}

.layui-form-checkbox[lay-skin=primary] i {
    width: 14px !important;
    height: 14px !important;
}

.message_login .layui-form-item {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    margin-bottom: 15px !important;
}

.message_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
}

.message_login .submit button {
    flex: 1;
    background: #226EBC !important;
}

.message_login .free {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
}

.message_login .free div {
    flex: 1;
    display: flex;
    justify-content: end;
}

.message_login .free div a {
    color: #666;
    font-size: 12px;
}

.message_login .layui-form-item .iconfont {
    font-size: 20px;
    padding: 0 10px;
    color: #666;
}

.message_login .layui-form-item input {
    background: white;
    border: 0;
    border-radius: 0;
    font-size: 13px;
}

.message_login .layui-form-item .input_2 {
    background: white;
    border: 0;
    border-radius: 0;
    font-size: 13px;
}

.message_login .layui-form-item .input_33 {
    font-size: 12px;
    padding-right: 4px;
    border: 0;
    color: #226EBC;
    width: fit-content;
    cursor: pointer;
}

.message_login {
    display: none;
}

.options_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.options_list a {
    width: 382px;
    background: white;
    margin-bottom: 12px;
    border-radius: 4px;
}

.options_list a:hover {
    box-shadow: 0 16px 40px 0 rgba(138,149,158,.2);
}

.options_list a .item {
    padding: 0 16px;
}

.icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.options_list a .item .top {
    display: flex;
    flex-direction: column;
    /*row-gap: 8px;*/
    padding: 20px 0 16px 0;
    border-bottom: 1px dashed #BCBCBC;
}

.options_list a .item .top .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.options_list a .item .top .option .name {
    font-size: 16px;
    font-weight: 500;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.options_list a:hover .item .top .option .name{
    color: #226EBC;
}

.options_list a .item .top .option .money {
    color: #226EBC;
    font-size: 16px;
}

.options_list a .item .top .welfare {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.options_list a .item .top .welfare span {
    padding: 2px 4px;
    border: 1px solid #E2EFFF;
    color: #226EBC;
}

.options_list a .item .top .stu {
    display: flex;
    color: #666666;
    column-gap: 6px;
    width: 350px;
    overflow: hidden;        /*内容会被修剪，并且其余内容是不可见的*/
    text-overflow:ellipsis;  /*显示省略符号来代表被修剪的文本。*/
    white-space: nowrap;     /*文本不换行*/
}

.options_list a .item .bottom img {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.options_list a .item .bottom {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.options_list a .item .bottom .b_right {
    display: flex;
    flex-direction: column;
    /*row-gap: 5px;*/
}

{
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.options_list a .item .bottom .b_right p:nth-child(1){
    margin-bottom: 5px;
}

.options_list a .item .bottom .b_right p:nth-child(1) span{
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.options_list a .item .bottom .b_right p {
    display: flex;
    align-items: center;
}
.options_list a .item .bottom .b_right p span{
    margin-right: 5px;
}
.options_list a .item .bottom .b_right .people {
    display: flex;
    align-items: center;
    width: 290px;
    overflow: hidden;        /*内容会被修剪，并且其余内容是不可见的*/
    text-overflow:ellipsis;  /*显示省略符号来代表被修剪的文本。*/
    white-space: nowrap;     /*文本不换行*/
}

.hyh,
.hyh2,
.hyh3,
.hyh4 {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

.hyh .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.hyh2 .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.hyh3 .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.hyh4 .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.page .bottom_main .hot_contend {
    margin-top: 10px;
}

.page .bottom_main .hot_contend .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
}

.page .bottom_main .hot_contend .title .left_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .hot_contend .title .right_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .hot_contend .title h3 {
    font-size: 24px;
    font-weight: 600;
}

.com_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.com_list .com_item {
    width: 283px;
    background: white;
    margin-bottom: 12px;
    border-radius: 4px;
}
.com_list .com_item:hover{
    box-shadow: 0 16px 40px 0 rgba(138,149,158,.2);
}

.com_list .com_item a {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
    align-items: center;
}

.com_list .com_item a .comname {
    font-size: 16px;
    width: 240px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.com_list .com_item a:hover .comname{
    color: #226EBC;
}

.com_list .com_item a .comtype {
    color: #666;
    width: 240px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.com_list .com_item a .week {
    color: #666;
    padding: 5px 15px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 10px;
}

.com_list .com_item a .week span {
    color: #226EBC;
}

.com_list .com_item a img {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.gg2 img {
    border-radius: 4px;
    width: 1170px;
    height: 120px;
}
.page .bottom_main .talent {
    margin-top: 30px;
}

.page .bottom_main .talent .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin: 24px 0;
}

.page .bottom_main .talent .title .left_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .talent .title .right_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .talent .title h3 {
    font-size: 24px;
    font-weight: 600;
}

.peo_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.peo_list .peo_item {
    width: 382px;
    background: white;
    position: relative;
    margin-bottom: 12px;
    border-radius: 4px;
}

.peo_list .peo_item:hover{
    box-shadow: 0 16px 40px 0 rgba(138,149,158,.2);
}

.peo_list .peo_item a {
    display: flex;
    row-gap: 10px;
    padding: 20px 16px;
    align-items: center;
}

.peo_list .peo_item>a>div>div>.icon1 {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.peo_list .peo_item>a>div>div {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.peo_list .peo_item .name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
}

.peo_list .peo_item a:hover .name{
    color: #226EBC;
}

.peo_list .peo_item a img {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    margin-right: 8px;
}

.page .bottom_main .workplace {
    margin-top: 10px;
}

.page .bottom_main .workplace>.title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
}

.page .bottom_main .workplace .title .left_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .workplace .title .right_line {
    width: 40px;
    height: 1px;
    border-top: 1px solid #999;
}

.page .bottom_main .workplace .title h3 {
    font-size: 24px;
    font-weight: 600;
}

.page .bottom_main .workplace .bottom {
    display: flex;
    background: white;
    height: 345px;
    /*column-gap: 45px;*/
    padding: 20px;
    padding-bottom: 0;
    border-radius: 4px;
}

.page .bottom_main .workplace .bottom .first {
    display: flex;
    flex-direction: column;
    /*row-gap: 24px;*/
    flex: 1;

}

.page .bottom_main .workplace .bottom .first .top{
    margin-bottom: 24px;
}

.page .bottom_main .workplace .bottom .first .top a {
    display: flex;
}

.page .bottom_main .workplace .bottom .first .top a img {
    width: 186px;
    height: 116px;
    margin-right: 10px;
    border-radius: 5px;
}

.page .bottom_main .workplace .bottom .first .top a .subject {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
}

.page .bottom_main .workplace .bottom .first .top a .subject .title {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

.page .bottom_main .workplace .bottom .first .top a:hover .subject .title{
    color: #226eb4;
}

.page .bottom_main .workplace .bottom .first .top a .subject>div {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #777;
}

.page .bottom_main .workplace .bottom .first .top a .subject>div p span {
    margin-right: 5px;
}

.page .bottom_main .workplace .bottom .first .news_list ul {
    display: flex;
    flex-direction: column;
    /*row-gap: 18px;*/
}

.page .bottom_main .workplace .bottom .first .news_list ul li a p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.news-title {
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-title:hover{
    color: #226eb4;
}

.page .bottom_main .workplace .bottom .first .news_list ul li a p .time {
    color: #777;
}

.page .bottom_main .workplace .bottom .second {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 45px 24px 45px;
}
.page .bottom_main .workplace .bottom .second .top{
    margin-bottom: 24px;
}

.page .bottom_main .workplace .bottom .second .top a {
    display: flex;
}

.page .bottom_main .workplace .bottom .second .top a img {
    max-width: 186px;
    min-width: 186px;
    height: 116px;
    margin-right: 10px;
    border-radius: 4px;
}

.page .bottom_main .workplace .bottom .second .top a .subject {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
}

.page .bottom_main .workplace .bottom .second .top a .subject .title {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

.page .bottom_main .workplace .bottom .second .top a:hover .subject .title{
    color: #226eb4;
}

.page .bottom_main .workplace .bottom .second .top a .subject>div {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #777;
}

.page .bottom_main .workplace .bottom .second .top a .subject>div p span {
    margin-right: 5px;
}

.page .bottom_main .workplace .bottom .second .news_list ul {
    display: flex;
    flex-direction: column;
    /*row-gap: 18px;*/
}

.page .bottom_main .workplace .bottom .second .news_list ul li a p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.page .bottom_main .workplace .bottom .second .news_list ul li a p .time {
    color: #777;
}

.page .bottom_main .workplace .bottom .third {
    flex: 1;
}

.page .bottom_main .workplace .bottom .third .problem_list ul {
    display: flex;
    flex-direction: column;
}

.page .bottom_main .workplace .bottom .third .problem_list ul li a p {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.page .bottom_main .workplace .bottom .third .problem_list ul li a p .number {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: white;
    margin-right: 5px;
}

.number1{
    background: #FF6600;
}

.number2{
    background: #FF8B3E;
}

.number3{
    background: #F4AB2B;
}

.number4, .number5, .number6, .number7, .number8{
    background: #E2EFFF;
    color: #1C85FF !important;
}


.page .bottom_main .workplace .bottom .third .problem_list ul li a p .describe {
    display: inline-block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page .bottom_main .workplace .bottom .third .problem_list ul li a:hover p .describe{
    color: #226eb4;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.select_positions {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
    background: white;
    width: 650px;
}

.select_positions .top {
    display: flex;
    border-radius: 30px;
    border: 1px solid #009A44;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
}

.select_positions .top span {
    padding: 10px 20px;
}

.select_positions .top input {
    flex: 1;
    border: 0;
    border-left: 1px solid gray;
    height: 30px;
    padding: 0 20px;
}

.select_positions .top button {
    padding: 10px 30px;
    background: green;
    color: white;
    border-radius: 30px;
    border: 0;
}

#box {
    display: flex;
    justify-content: space-between;
}

#box .data_left ul {
    width: 120px;
    height: 350px;
    overflow: auto;
    padding: 0;
    margin: 0;
    background: #F6F6F6;
}

#box .data_left ul li {
    background: #F6F6F6;
    padding: 15px;
    list-style: none;
}
/* #box .data_left ul li:hover {
    background: #E5E5E5;
} */

#box .data_right {
    flex: 1;
    padding: 0 20px;
}

#box .data_left ul .active {
    color: green;
    background: white;
    border-left: 5px solid #009A44;
}

#box .data_right ul {
    overflow: auto;
    width: 100%;
    padding: 0;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
/* #box .data_right ul li {
    list-style: none;
    float: left;
    align-items: center;
    white-space: nowrap;
    width: 33.33%;
    padding: 10px 0;
    font-size: 16px;
} */

#box .data_right .right_list ul {
    width: 100%;
    padding: 0 30px;
    align-items: baseline;
}

#box .data_right ul label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* width: 33.33%; */
    font-size: 16px;
}

#box .data_right ul label input {
    margin-right: 10px;
}

#box .data_right .right_list {
    display: none;
}

#box .data_right .active {
    display: block;
}

#checked_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    background: white;
    padding: 10px 15px;
    row-gap: 10px;
}

#checked_box .position {
    display: flex;
    align-items: center;
    background: #009A44;
    padding: 5px 2px;
    color: white;
    border-radius: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
}

#checked_box .position .iconfont {
    margin-right: 5px;
}

.footer {
    width: 100%;
    display: flex;
    padding: 20px 0 0 0;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EEEEEE;
    background: #2e3139;
}

.footer button {
    margin-right: 50px;
}

.footer .cancel {
    background-color: white;
    border: 1px solid black;
    padding: 5px 20px;
    color: black;
    border-radius: 20px;
    cursor: pointer;
}

.footer .sure {
    background-color: #009A44;
    border: 0;
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}

#result_res ul {
    padding: 0 20px;
    display: flex;
    align-items: center;
    row-gap: 5px;
    column-gap: 10px;
    flex-wrap: wrap;
}

#result_res ul li {
    padding: 4px 10px;
}

#checked_box2 {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
}

#checked_box2 .new_li {
    align-items: center;
    background: #009A44;
    padding: 5px 2px;
    color: white;
    border-radius: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.Untreated {
    background: #FEE8E5;
    color: #F9545B;
    padding: 5px 10px;
    margin-bottom: 6px;
}

.Untreated img {
    width: 16px;
    height: 16px;
}

.link {
    width: calc(1170px - 40px);
    /* height: 140px; */
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.link>.title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    border-left: 2px solid #226EBC;
    padding-left: 4px;
    margin-bottom: 20px;
}

.link>.count>a>span {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-left: 6px;
}

.link>.count>a:hover>span{
    color: #226EBC;
}

.link>.count>a>span {
    display: inline-block;
    margin-right: 8px;
    line-height: 30px;
    cursor: pointer;
}

.icon-youjiantou{
    color: #666;
}


.hyh .layui-btn:hover,
.hyh2 .layui-btn:hover,
.hyh3 .layui-btn:hover,
.hyh4 .layui-btn:hover {
    padding: 0 100px;
    background: #226EBC;
    border: 1px solid #fff !important;
    color: #fff !important;
}
 .hide_msg>.title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    margin: 5px 0 16px 0;
    margin-bottom: 20px !important;
}

.cat_title{
    margin-bottom: 15px !important;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 16px;
    padding: 10px;
}

.text-agreement{
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.user-agreement{
    color: #226EBC;
}

.user-agreement:hover {
    color: #226EBC;
}

.layui-form-checkbox[lay-skin="primary"]{
    padding-left: 0px;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #226ebc !important;
    background-color: #226ebc !important;
    color: #fff;
    line-height: 14px !important;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #226ebc !important;
}

.sel{
    font-size: 16px;
    font-weight: bold;
    /*background-color: rgba(34,110,188,0.15);*/
}

.page .top .top_main .other ul .sel a{
    color: #226EBC;
}

.app-adv1 {
    position: fixed;
    bottom: 0;
    background: #09519A;
    height: 85px;
    width: 100%;
    z-index: 99;
    display: flex;
    /*opacity: 0.85*/
}

.app-adv2 {
    width: 1250px;
    margin: auto;
    position: relative;
}

.app-adv3 {
    display: flex;
    align-items: center;
    column-gap: 150px;
}

.app-adv3 .showd{
    margin-left: 300px;
}
.app-adv3-info .showd p{
    font-weight: 600;
    color: #ffa700;
    font-size: 24px;
    text-shadow: 0 4px 4px rgba(0 0 0 0.4);
}
.app-adv3-info .app-adv3-detail {
    display: flex;
    align-items: center;
    margin-left: 300px;
}
.app-adv3-info text{
    font-size:28px;
    font-weight: bold;
    dominant-baseline: middle;
}
.adv3-detail-img1 {
    margin-right:10px;
    height: 12px;
}
.adv3-detail-img2 {
    margin-left:10px;
    height: 12px;
}
.app-adv3-info .app-adv3-detail p {
    color: white;
    font-size: 18px;
}

.app-adv4 {
    position: absolute;
    top: -80px;
    left: 0;
}

.app-adv4>img {
    width: 243px;
    height: 180px;
}

.app-adv5 {
    position: absolute;
    top: -75px;
    /*right: 130px;*/
    right: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-adv5 .bgimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 122px;
    background: url("https://file.zhupinhr.com/app/group369.png");
    background-size: cover;
}

.app-adv5 .bgimg img {
    width: 88px;
    height: 88px;
}

.app-adv5>p {
    font-size: 16px;
    color: white;
}

.app-adv6 {
    position: absolute;
    top: -5px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
}

.app-adv6>img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.layui-this .layui-bg-white .layui-nav-item>a{
    color: #226eb4 !important;
}

.layui-bg-white {
    background-color: #fff !important;
    color: #666 !important;
    padding: 0 !important;
}

.layui-bg-white .layui-nav-item {
    line-height: 40px;
    padding: 0 !important;
}

.layui-bg-white .layui-nav-item dl {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: 400px !important;
}

.layui-bg-white .layui-nav-item dl {
    scrollbar-color: inset 0 0 5px rgba(0, 0, 0, 0.2) #6a6a6a; /* 滑块颜色  滚动条背景颜色 */
    scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}

.layui-bg-white .layui-nav-item dl .layui-this {
    background-color: #e1ebf6 !important;
}

.layui-bg-white .layui-nav-item dl .layui-this a {
    color: #226eb4 !important;
}

.layui-bg-white .layui-nav-item dl::-webkit-scrollbar{
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.layui-bg-white .layui-nav-item dl::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #a0a0a0;
}
.layui-bg-white .layui-nav-item dl::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}

.layui-bg-white .layui-nav-item a {
    color: #666 !important;
    line-height: 40px;
    font-size: 16px;
}

.layui-bg-white .layui-nav-item a:hover{
    color: #226EBC !important;
}

.layui-bg-white .layui-this:after {
    background-color: unset !important;
}
.layui-bg-white .layui-nav-child {
    top: 40px !important;
    left: -100% !important;
}

.layui-bg-white .layui-nav-child a:hover {
    background-color: unset !important;
}

.category-page {
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 222px;
    bottom: 0;
}

.category-page .category-page-info {
    color: #226ebc;
}

.category-page .category-page-btn {
    text-align: center;
}
.category-page .category-page-btn .layui-icon {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-color: #226ebc33;
    color: #226ebc;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
}

.category-page .category-page-btn .layui-icon:hover {
    background-color: #226ebc;
    color: #fff;
}

.nav-hidden {
    display: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 100px #fff inset;
    /*-webkit-text-fill-color: #fff;*/
}