.nav {
    background: #156F05;
}

.nav li>a#nav_current {
    background: #025624;
}

.nav .wrap>li>a:hover {
    background: #025624;
}

.page {
    font-size: 14px !important;
}

.flex-fill strong {
    font-size: 14px !important;
}

.col3_zone_left_1>div:nth-child(1),
.col3_zone_left>div:nth-child(1),
.col3_zone>.col3_zone_left:nth-child(1) {
    /* margin-right: 8px; */
}

.newnotice_area {
    background-color: #fff;
    margin-top: 8px;
}

.lc_mana {
    width: 400px;
    height: 230px !important;
    border-radius: 2px;
}

.lc_mana_ul {
    width: 405px;
    height: 273px;
}

.lc_tax {
    width: 400px;
    height: 210px !important;
    border-radius: 2px;
}

.lc_tax_ul {
    width: 405px;
    height: 283px;
}

.lc_foot {
    width: 405px;
    height: 257px;
    background-color: #fff;
}

.lc_glod {
    width: 400px;
    height: 334px !important;
    border-radius: 2px;
}

.lc_glod .banner_bottom {
    width: 200px;
    height: 160px;
    margin-bottom: 2px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 2px 2px 2px #efefef;
    border-radius: 4px;
}

.lc_glod_info {
    padding: 10px 8px;
}

.lc_glod_h {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.lc_glod_btm {
    display: flex;
    justify-content: space-between;
}

.lc_glod_ul {
    width: 405px;
    height: 168px;
}

.lc_pri {
    width: 867px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    background-color: #f5f5f5 !important;
}

.lc_pri_ctet {
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
}

.lc_pri_ctet .bltopt_h {
    padding-left: 13px;
    padding-top: 10px;
    box-sizing: border-box;
}

.lc_pri_main {
    position: relative;
    left: -20px;
    width: 884px !important;
    height: 372px;
}

.lc_sink {
    height: 147px;
}

.lc_sink_ul {
    margin-top: 5px;
    width: 405px;
    height: 195px;
}

.lc_prat1 {
    width: 405px;
    height: 175px;
    background-color: #fff;
}

.lc_prat2 {
    width: 405px;
    height: 200px;
    background-color: #fff;
}

/* .lc_zone_right {
    width: 324px;
}

.lc_zone_right>div:nth-child(1) {
    padding-bottom: 6px;
} */

.lc_zero {
    width: 270px
}

.lc_zero_li {
    height: 38px;
    width: 280px;
}

.lc_recruit {
    padding-bottom: 6px;
}

.lc_recruit_ul {
    width: 270px;
}

.lc_recruit_li {
    height: 39px;
    width: 280px;
}

.lc_serv {
    padding-bottom: 5px;
}

.lc_serv_ul {
    width: 270px;
    padding-bottom: 2px;
}

.lc_ag1 {
    height: 70px;
    margin-bottom: 8px;
}

.lc_ag2 {
    height: 135px
}


.in_recruit_li>div:nth-child(1) {
    width: 90px;
    padding-right: 5px;
}

.in_recruit_ctet {
    height: 337px;
    overflow: hidden;
}

.in_recruit_li {
    height: 34px;
    line-height: 33px;
}

.lc_btn_group {
    width: 100%;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #efefef;
    display: flex;
}

.lc_btn_group>div {
    flex: 1;
    height: 33px;
    border-right: 1px solid #efefef;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.lc_btn_group>div:hover {
    background-color: #16ad8a;
    /* border-left: 1px solid #16ad8a; */
    /* border-right: 1px solid #16ad8a; */
    color: #fff;
}

.lc_btn_group>div:active {
    background-color: #129979;
    /* border-left: 1px solid #129979; */
    /* border-right: 1px solid #129979; */
    color: #fff;
}

.lc_btn_group>div.zone_active {
    background-color: #129979;
    /* border-left: 1px solid #129979; */
    /* border-right: 1px solid #129979; */
    color: #fff;
}

.lc_btn_group>div:last-child {
    border-right: none;
}

.date_opt {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.date_opt_btn {
    width: 250px;
    display: flex;
    flex-direction: row;
}

.date_opt_btn>div {
    background-color: #505053;
    color: #fff;
    padding: 1px 15px;
    margin: 5px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
.date_opt_btn>div.date_active{
    background-color: #009933;
    color: #fff;
}
.date_opt_btn>div:hover{
    background-color: #06b640;
    color: #fff;
}
.date_opt_btn>div:active{
    background-color: #009933;
    color: #fff;
}
.date_opt_select{
    width: 500px;
    height: 25px;
    display: flex;
    justify-content: flex-end;
}
.date_opt_select div{
    font-size: 14px;
    line-height: 30px;
}
.date_opt_select div:nth-child(2){
    margin-right: 12px;
}
.date_opt_select .opt_warning{
    border: 1px solid rgb(240, 63, 63);
    color: rgb(240, 63, 63);
}