.header_nav {
    background: linear-gradient(289deg, rgb(13, 171, 81) 0%, rgb(13, 144, 120) 85%, rgb(34, 153, 130) 100%);
}

.timer2 span {
    margin-right: 20px;
}

.tab-search {
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    border-bottom: 4px solid rgba(13, 171, 81);
    box-sizing: border-box;
    overflow: hidden;
}

.tab-list {
    width: 100%;
    padding-left: 10px;
}

.tab-list li {
    width: 140px;
    height: 50px;
    margin-top: 18px;
    box-sizing: border-box;
    float: left;
    border-right: none;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.tab-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tab-list li a:hover {
    text-decoration: none;
    color: #0CBD83;
}

.tab-list li.on {
    background: #0CBD83;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab-list li.on a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: linear-gradient(309deg, rgb(13, 171, 81) 0%, rgb(13, 164, 85) 46%, rgb(13, 164, 157) 100%) !important;
    color: #fff;
}

.tab-list li {
    width: 110px;
    height: 40px;
    line-height: 40px;
}

/*page*/
.layui-laypage {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: 20px 0;
}

.layui-laypage-count, .layui-laypage-skip {
    font-weight: bold;
}

.layui-laypage-skip {
    padding-left: 10px;
}

.layui-laypage-prev, .layui-laypage-last, .layui-laypage-next, .layui-laypage-btn, .layui-laypage a {
    display: inline-block;
    padding: 0 10px 0 10px;
    height: 30px;
    margin-left: 5px;
    border: 1px solid #e9ecef;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s;
    font-weight: normal;
    background: #fff;
}

.layui-laypage-prev:hover, .layui-laypage-last:hover, .layui-laypage-next:hover, .layui-laypage-btn:hover, .layui-laypage a:hover {
    border-color: #0CBD83;
}

.layui-laypage-spr {
    display: inline-block;
    width: 62px;
    height: 30px;
}

.layui-laypage-curr {
    display: inline-block;
    padding: 0 10px 0 10px;
    height: 30px;
    margin-left: 5px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    font-weight: normal;
    border: 1px solid #0CBD83;
}

.layui-input {
    height: 32px;
    width: 64px;
    border: 1px solid #ebedef;
    font-weight: normal;
    text-align: center;
    text-indent: 0;
    margin: 0 10px 0 10px;
    border-radius: 3px;
    background-color: #fff !important;
}

.layui-disabled {
    color: #ccc;
}

.layui-disabled:hover {
    cursor: not-allowed;
    border: 1px solid #e9ecef !important;
}
.nwes_section_l .news_ul li:hover a p{
    color: #0CBD83;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}