.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.page>.head {
    width: 100%;
    height: 42px;
    background: #32373E;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 14px;
}

.page>.head>.headMain {
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 1170px;
}

.page .log a,
.page .msg_box a,
.page .isLogin a {
    color: #fff;
    text-decoration: none;
}

.peo_center .blue {
    color: #1C85FF;
}

.page>.top {
    background: white;
    padding-top: 40px;
}

.page>.top>.men {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    font-family: "黑体";
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0 30px;
    width: 1110px;
}

.page>.top>.men>div {
    position: relative;
    padding: 16px 0;
    cursor: pointer;
}

.page>.top>.men>div>.new {
    position: absolute;
    top: 0;
    right: -30px;
    width: 37px;
    /* height: 18px; */
    /* line-height: 18px; */
    /*background: #FB5C36;*/
    border-radius: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page>.top>.men>.active {
    color: #009A44;
    border-bottom: 3px solid #009A44;
    width: fit-content;
}

.page>.top>.men>.active a{
    color: #009A44;
}

.page .top .top_main {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.page .top .top_main img {
    width: 200px;
    /*height: 66px;*/
}

.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #009A44);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #009A44);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #009A44);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #009A44);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 30px 0;
}

.page .top_main .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .top_main .hot {
    display: flex;
    justify-content: start;
    width: 590px;
}

.page .top_main .hot .hot_key {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.page .top_main .hot .hot_key .hot_title {
    margin-right: 10px;
    color: #999999;
    font-size: 13px;
}

.page .top_main .hot .hot_key .hot_list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 13px;
}

.page .top_main .hot .hot_key .hot_list span {
    cursor: pointer;
    background: rgba(0, 154, 68, 0.0500);
    padding: 2px 4px;
    color: #009A44;
}

.page .top_main .msg_box {
    background: #009A44;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 13px 24px;
    border-radius: 4px;
    height: fit-content;
}

.page .top_main .msg_box img {
    width: 16px;
    height: 15px;
}

.page .top_main .search_key {
    display: flex;
    align-items: center;
    border: 2px solid #009A44;
    position: relative;
    width: 590px;
    background: white;
    border-radius: 4px;
}

.page .top_main .search_key .key_word {
    height: 44px;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    flex: 1;
}

.page .top_main .search_key .line {
    border-left: 1px solid #d9d8d8;
    /* margin: 5px 0; */
    height: 26px;
}

.page .top_main .search_key .sure_search {
    height: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    padding: 0 40px;
    background: linear-gradient(270deg, #009A44 0%, #17AD5A 100%);
    font-size: 16px;
}

.page .top_main .search_key .key_word::placeholder {
    color: #BCBCBC;
    font-size: 16px;
}

.page .top_main .search_key .all_stations {
    position: absolute;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
    top: 45px;
    width: 400px;
    display: none;
    z-index: 999;
}

.page .top_main .search_key .all_stations ul {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.page .top_main .search_key .all_stations ul li {
    width: 20%;
    text-align: center;
    padding: 10px 0;
}

.page .top_main .search_key .all_stations ul li a {
    font-size: 16px;
}

.page .top_main .search_key .all_stations ul li .country {
    color: #FFA100;
}

.page .top_main .search_key .all_stations ul li:hover {
    background: #f1f1f1;
}

.page .bottom_main .banner {
    display: flex;
    align-items: flex-start;
    height: 304px;
}

.page .bottom_main .banner .sidebar {
    width: 252px;
    height: 100%;
    background: #fff;
}

.page .bottom_main .banner .sidebar .some {
    width: 100%;
    /* height: 320px; */
    /* outline: 1px solid green; */
    position: relative;
}

.page .bottom_main .banner .sidebar .some .remaining2 {
    /* border: 1px solid red; */
    position: absolute;
    bottom: -259px;
    background: white;
    z-index: 99;
    border: 1px solid #fff;
    width: 99%;
}

.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: 40px; */
    position: relative;
    /* border: 1px solid #fff; */
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: -3px;
    z-index: 11;
    width: 620px;
    background: #fff;
    padding: 0 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 p{
    margin-top: 15px;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    margin: 5px 0 16px 0;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 16px;
    padding: 5px 10px 10px 0;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a:hover {
    color: #009A44;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child {
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 10px;
    row-gap: 10px; */
}

.page .bottom_main .banner .sidebar .some ul li>a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 19px;
    padding: 7.5px;
}

.page .bottom_main .banner .sidebar .some ul li>a>div {
    /* border: 1px solid red; */
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.page .bottom_main .banner .sidebar .some ul li>a>div:nth-child(2){
    display: flex; 
    flex:1
}

.page .bottom_main .banner .sidebar .some ul li>a>img {
    width: 7px;
    height: 12px;
    margin-left: 8px;
}

.page .bottom_main .banner .sidebar .some ul li>a>span:nth-last-of-type(2) {
    margin: 0 5px;
}

/* .page .bottom_main .banner .sidebar .some ul li>a>.subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #BCBCBC;
    line-height: 16px;
} */

.page .bottom_main .banner .sidebar .anniu {
    height: 40px;
    padding: 0 15px;
    color: #000;
    position: relative;
    /* border: 1px solid red; */
}

.page .bottom_main .banner .sidebar .anniu>a {
    /* height: 100%; */
    width: 100%;
    display: inline-block;
    /* line-height: 40px; */
    color: #009A44;
    /* border: 1px solid red; */
    padding: 9px 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: #009A44;
}

.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;
    /*row-gap: 10px;*/
    margin: 0 10px;
}

.page .bottom_main .choice {
    margin-top: 50px;
}

.page .bottom_main .choice .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 24px;
}

.page .bottom_main .choice .title p {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.page .bottom_main .choice .title img:last-child {
    transform: rotate(180deg);
}

.page .bottom_main .banner .peo_center {
    flex: 1;
    height: 100%;
    background: white;
    padding: 0 16px;
}

.page .bottom_main .banner .peo_center .noLogin .login_change {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 28px 0;
}

.page .bottom_main .banner .peo_center .noLogin .login_change .active {
    color: #FFFFFF;
    background: #009A44;
    position: relative;
}

.page .bottom_main .banner .peo_center .noLogin .login_change p {
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    padding: 7px 15px;
    border-radius: 4px;
}

.page .bottom_main .banner .peo_center .noLogin .login_change .active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid #009A44;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

.about {
    background: #2E3139;
    /* margin-top: 20px; */
}

.about_na {
    width: 1170px;
    margin: auto;
}

.about_box {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.about_box .left_about {
    display: flex;
    justify-content: space-between;
    flex: 1;
    column-gap: 106px;
    margin-left: 98px;
}

.left_about .title_left .bigfont {
    font-size: 16px;
}

.left_about .title_left {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    /* margin-right: 106px; */
}

.left_about .title_left div {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.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; */
}

.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: 4px 0 0 0;
    color: white;
    font-size: 14px;
}

.right_about {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 80px;
}

.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; */
    flex-direction: column;
    column-gap: 35px;
}

.talkus .company_box {
    margin-bottom: 30px;
}

.talkus .company_box p {
    color: white;
    font-size: 14px;
    margin-bottom: 4px;
}

.talkus .company_box p span {
    color: #009A44;
    font-size: 22px;
}

.talkus .company_box .name {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 19px;
}

.talkuslogo {
    margin-bottom: 30px;
}

.copyright {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright p {
    color: #999999;
    font-size: 14px;
}

.copyright .nocp {
    margin-bottom: 0;
}

.copyright p a {
    color: white;
    text-decoration: none;
    color: #999999;
    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 12px;
    font-size: 16px;
    background-color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#demo9>.iconfont {
    vertical-align: middle;
    margin-left: 5px;
    color: #009A44;
    font-size: 12px;
}

#demo0 {
    text-align: center;
    background: white;
}

#reset {
    cursor: pointer;
    color: #009A44;
}

#more_province {
    cursor: pointer;
    color: #009A44;
}

#more_province .iconfont {
    color: #009A44;
}

#more_citys {
    cursor: pointer;
    color: #009A44;
}

#more_citys .iconfont {
    color: #009A44;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #009A44;
}

.layui-form-item .layui-input-inline {
    width: 130px;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC !important;
}

#test1 {
    width: 610px !important;
    height: 304px !important;
}

#test1 .carousel img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.pwd_login .layui-form-item {
    display: flex;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}

.pwd_login .layui-form-item input {
    border: 0;
    border-radius: 4px;
    font-size: 14px;
}

.pwd_login .layui-form-item input::placeholder {
    color: #777;
}

.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: #009A44 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.pwd_login .tip {
    background: white;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.pwd_login .tip div {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.pwd_login .tip .forget {
    font-size: 12px !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: #777 !important;
    line-height: 14px !important;
}

.layui-form-checkbox[lay-skin=primary] i {
    width: 14px !important;
    height: 14px !important;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px !important;
}

.message_login .layui-form-item {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

.message_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
}

.message_login .submit button {
    flex: 1;
    background: #009A44 !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: #999999; */
    font-size: 12px;
}

.message_login .layui-form-item .iconfont {
    font-size: 20px;
    padding: 0 10px;
    color: #BCBCBC;
}

.message_login .layui-form-item input {
    background: white;
    border: 0;
    /* border-radius: 4px; */
    font-size: 14px;
}

.message_login .layui-form-item input::placeholder {
    color: #999999;
}

.message_login .layui-form-item .input_2 {
    background: white;
    border: none !important;
    font-size: 14px;
}

.message_login .layui-form-item .input_33 {
    font-size: 14px;
    padding-right: 4px;
    border: none !important;
    color: #009A44;
    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:after {
            content: "";
            width: 382px;
            height: 0px;
            visibility: hidden;
        }

.options_list a {
    width: 382px;
    background: white;
    margin-bottom: 12px;
}

.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: 16px 0 8px 0;
    border-bottom: 1px solid #EBEDF0;
}

.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;
}

.options_list a:visited .item .top .option .name{
    color: #009A44;
}

.options_list a .item .top .stu {
    display: flex;
    color: #777;
    /* column-gap: 6px; */
}

.options_list a .item .top .stu span:first-child {
    color: #FE6C00;
}

.options_list a .item .top .stu span:nth-child(2n){
    padding: 0 6px;
}

.options_list a .item .bottom .comImg {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.options_list a .item .bottom {
    padding: 8px 0 16px 0;
    display: flex;
    align-items: center;
}

.options_list a .item .bottom .b_right {
    display: flex;
    flex-direction: column;
    /* row-gap: 5px; */
}

.options_list a .item .bottom .b_right p {
    display: flex;
    align-items: center;
    color: #666666;
}

.options_list a .item .bottom .b_right .people {
    display: flex;
    align-items: center;
    /* column-gap: 5px; */
    color: #777;
    margin-top: 5px;
}

.options_list a .item .bottom .b_right .people img {
    /* width: 15px; */
    height: 13px;
    margin: 0;
}

.lookAll {
    display: flex;
    justify-content: center;
    padding: 24px 0;
}

.lookAll .layui-btn {
    padding: 0 48px;
    border: none !important;
    background: rgba(0, 154, 68, 0.05);
    border-radius: 4px !important;
    font-size: 18px !important;
}

.lookAll .layui-btn a {
    color: #009A44 !important;
    /*font-weight: bold;*/
}

 .lookAll .layui-btn:hover {
    padding: 0 48px;
    background: #009A44;
    /*border: 1px solid #fff !important;*/
    color: #fff !important;
} 

 .lookAll .layui-btn:hover a{
    color: #fff !important;
 }

.page .bottom_main .hot_contend {
    margin-top: 50px;
}

.com_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/*.com_list::after {*/
/*    content: "";*/
/*    width: 283px;*/
/*    height: 0px;*/
/*    visibility: hidden;*/
/*}*/

.com_list .com_item {
    width: 283px;
    height: 193px;
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
}

.com_list .com_item:nth-child(4),
.com_list .com_item:nth-child(8),
.com_list .com_item:nth-child(12) {
    margin-right: 0;
}

.com_list .com_item a {
    width: 100%;
    height: 100%;
}

.com_list .com_item .pos {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
}

.com_list .com_item .pos p{
    margin-bottom: 10px;
}

.com_list .com_item .posxx {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    background-color: hsla(146, 100%, 30%, 0.9);
    color: #FFFFFF;
    font-size: 14px;
    /*height: 100%;*/
    height: 193px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.com_list .com_item .posxx .posxxTit {
    margin: 20px 20px 12px 20px;
}

.com_list .com_item a .comname {
    font-size: 16px;
}

.com_list .com_item a:visited .comname{
    color: #009A44;
}


.com_list .com_item a .comtype {
    color: #777;
    font-size: 13px;
}

.com_list .com_item a .week {
    /* padding: 5px 15px;
    margin-top: 10px; */
    font-size: 13px;
}

.com_list .com_item a .week span {
    color: #FE6C00;;
}

.com_list .com_item a .ico {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.peo_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.peo_list::after {
    content: "";
    height: 0;
    visibility: hidden;
    width: 382px;
}

.peo_list .peo_item {
    width: 282px;
    background: white;
    position: relative;
    margin-bottom: 12px;
}

.peo_list .peo_item .box {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    align-items: center;
    text-align: center;
}

.peo_list .peo_item>.box>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.peo_list .peo_item>.box>div>div {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 16px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

.peo_list .peo_item>.box .week span:nth-child(2){
    color: #FE6C00;
}

.peo_list .peo_item .rcName {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
}

.peo_list .peo_item a:visited .rcName{
    color: #009A44;
}

.peo_list .peo_item .name {
    margin: 0 5px;
}

.peo_list .peo_item .box img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 8px;
}
.peo_item .week a{

}

.page .bottom_main .workplace {
    margin-top: 50px;
}

.page .bottom_main .workplace .bottom {
    display: flex;
    /* height: 430px; */
    column-gap: 20px;
    padding-bottom: 0;
}

.page .bottom_main .workplace .bottom .first {
    display: flex;
    flex-direction: column;
    /* row-gap: 24px; */
    background: white;
    width: 826px;
}

.page .bottom_main .workplace .bottom .first .firstTit {
    padding: 20px;
    border-bottom: 1px solid #009A44;
    display: flex;
    align-items: center;
}

.page .bottom_main .workplace .bottom .first .firstTit span {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    line-height: 19px;
    cursor: pointer;
}

.page .bottom_main .workplace .bottom .first .firstTit .newchecked {
    color: #009A44;
    font-weight: bold;
}

.page .bottom_main .workplace .bottom .first .firstTit .line {
    display: inline-block;
    margin: 0 36px;
}

.page .bottom_main .workplace .bottom .first .firstTit div:last-child a{
    display: flex;
    align-items: center;
}

.page .bottom_main .workplace .bottom .first .firstTit img {
    width: 18px;
    height: 18px;
}

.page .bottom_main .workplace .bottom .first .top a {
    display: flex;
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EBEDF0;
    align-items: center;
}

.page .bottom_main .workplace .bottom .first .top a .topico {
    width: 160px;
    height: 100px;
    margin-right: 10px;
    border-radius: 4px;
}

.page .bottom_main .workplace .bottom .first .top a .subject {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
    width: 560px;
}

.page .bottom_main .workplace .bottom .first .top a .subject .subtitle {
    font-size: 16px;
    font-weight: bold;
}

.page .bottom_main .workplace .bottom .first .top a .subject .subcount{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page .bottom_main .workplace .bottom .first .top a .subject>div {
    display: flex;
    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 .third {
    background: white;
    width: 330px;
    padding: 20px;
}

.page .bottom_main .workplace .bottom .third .thirdtitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    padding-left: 10px;
    border-left: 2px solid #009A44;
    margin-bottom: 26px;
}

.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;
    /*column-gap: 5px;*/
}

.page .bottom_main .workplace .bottom .third .problem_list ul li{
    margin-bottom: 23px;
}

.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;
    background: rgba(0, 154, 68, 0.1);
    color: #009A44;
}

.page .bottom_main .workplace .bottom .third .problem_list ul li:nth-child(1) a p .number {
    background: #FF6600;
    color: white;
}

.page .bottom_main .workplace .bottom .third .problem_list ul li:nth-child(2) a p .number {
    background: #FF8B3E;
    color: white;
}

.page .bottom_main .workplace .bottom .third .problem_list ul li:nth-child(3) a p .number {
    background: #F4AB2B;
    color: white;
}

.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;
    margin-left: 5px;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

#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_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 .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;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EEEEEE;
}

.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 {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}

.link>.title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    width: 130px;
}

.link>.count {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 6px;
}

.link>.count>span {
    display: inline-block;
    margin-right: 8px;
    line-height: 30px;
    cursor: pointer;
}

.zhaopinList {
    background: white;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*row-gap: 20px;*/
}

.zhaopinList>.zhaopinItem {
    width: calc(50% - 33px);
    margin-bottom: 20px;
}
.zhaopinList>.zhaopinItem a {
    display: flex;
    justify-content: space-between;
}
.zhaopinList>.zhaopinItem>a>.item1 {
    display: inline-block;
    /*width: 172px;*/
    width: 400px;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    /* border: 1px solid green; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zhaopinList > .zhaopinItem > a:hover > .item1{
    color: #777;
}

.zhaopinList>.zhaopinItem>a:visited>.item1{
    color: #009A44;
}

.zhaopinList>.zhaopinItem>a>.item2 {
    display: inline-block;
    width: 220px;
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zhaopinList>.zhaopinItem>a:visited>.item2{
    color: #009A44;
}
.zhaopinList>.zhaopinItem>a>.item3 {
    display: inline-block;
    width: 64px;
    height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com_list .com_item .posxx {
    display: none;
}

.posxx:hover {
    color: #FFFFFF;
}

.posxxIte {
    margin: 0 20px 4px 20px;
    position: relative;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.posxxIte>a {
    display: flex;
    color: #fff;
}

.posxxIte>a>img{
    width: 18px;
    height: 18px;
}

.posxxIte>img {
    width: 10px; 
    height:10px
}

.isLogin>.head {
    display: flex;
    align-items: center;
    margin: 16px 0 24px 0;
}

.isLogin>.head>img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 12px;
}

.isLogin>.head>div>.name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 8px;
}

.isLogin>.head>div>.back {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.isLogin>.men,
.isLogin>.men2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.isLogin>.men>.menItem {
    position: relative;
}

.isLogin>.men>.menItem>a>.num {
    font-size: 20px;
    font-weight: 400;
    color: #0E932E;
    line-height: 23px;
    margin-bottom: 8px;
}

.isLogin>.men>.menItem>a>.tex {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.isLogin>.men>.menItem>a>.new {
    position: absolute;
    top: -12px;
    right: -8px;
    background: #FB5C36;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.isLogin>.men2>.men2Item,
.isLogin>.men>.menItem {
    text-align: center;
    position: relative;
}

.isLogin>.men2>.men2Item>a>img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}

.isLogin>.men2>.men2Item>a>.tex {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.isLogin>.Loginfoot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.isLogin>.Loginfoot>button {
    width: 104px;
    height: 36px;
    background: #009A44;
    border-radius: 4px;
    border: none;
    color: white;
    margin: 0 6px;
    cursor: pointer;
}

.isLogin>.Loginfoot>button:nth-child(2){
    background: #9e9e9e;
}
.qdlunbo{
    line-height: 26px !important;
    height: 26px !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 10px 4px !important; 
    color: red !important;
}
.qdlunbo img{
    float: left !important; 
    height: 18PX !important;
    width:18px !important; 
    margin: 4px !important;
}
.qdlunbo ul{
    float: left !important; 
    width: 430px !important; 
    height: 100% !important; 
    overflow: hidden !important; 
    font-size: 15px !important;
}

.home-h1-container {
    margin: 30px auto; 
    text-align: center;
}

.home-h1-container h1 {
    font-size: 18px; 
    /*font-weight: bold; */
    color: #333;
}