#banner {
    width: 100%;
    margin-bottom: 40px;
}

#banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#tablink a {
    font-size: 20px;
    color: #666666;
    line-height: 1em;
    display: inline-block;
    padding: 15px 0;
    cursor: pointer;
    text-decoration: none;
}

#tablink a.active {
    color: #404040;
    border-bottom: 5px solid #5eab1f;
    font-weight: bold;
}

#tablink a:hover,
#tablink a.active:hover {
    color: #5eab1f;
}

#listwrap li {
    margin-top: 45px;
}

#listwrap .cover a {
    display: block;
    width: 100%;
    height: 100%;
}

#listwrap .coverimg {
    width: 100%;
    max-width: 179px;
    height: 108px;
}

#listwrap .day {
    font-size: 22px;
    color: #404040;
    line-height: 1em;
    padding: 11px 0;
}

#listwrap .year {
    font-size: 18px;
    color: #404040;
}

#listwrap .con h2 {
    font-size: 20px;
    color: #404040;
    line-height: 1em;
    padding: 8px 0 12px;
    margin: 0;
    line-height: 1.2em;
}

#listwrap .con p {
    font-size: 14px;
    color: #404040;
}

#pagination {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
}

#pagination .page,
.pagination .prevpage,
.pagination .nextpage {
    font-size: 14px;
    text-align: center;
    line-height: 39px;
    height: 39px;
    border: 1px solid #bfbfbf;
    display: block;
    margin-right: 5px;
    cursor: pointer;
    float: left;
    width: 39px;
}

#pagination .pbtn.page {
    width: 39px;
    padding: 0;
}

.pagination .prevpage,
.pagination .nextpage {
    padding: 0 15px;
    width: 80px;
}

#pagination .pbtn.page.active,
#pagination .page:hover,
.pagination .prevpage:hover,
.pagination .nextpage:hover {
    border: 1px solid #5eab1f;
    color: #fff;
    background: #5eab1f;
}

#pagination .pages {
    display: inline-block;
}

#pagination .wrap {
    width: auto;
    display: inline-block;
}

#NewsTypes {
    background: #fff;
    z-index: 999;
}

#NewsTypes.typeFixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
    margin-top: 0;
    width: 800px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #eee;
}

#NewsTypes.typeFixed.max1200 {
    left: 0;
    margin-left: 0;
}

#NewsTypes li {
    color: #6a6a6a;
    font-size: 20px;
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
    cursor: pointer;
}

#NewsTypes li.active {
    color: #202020;
    font-weight: bolder;
}

#NewsTypes li.active span {
    border-bottom: 5px solid #5eab1f;
    padding: 15px 0;
    font-weight: bold;
    color: #404040;
    font-size: 20px;
}

#haveNoNews {
    display: none;
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.pagination span.this {
    background: #5eab1f;
    color: #fff;
    border: 1px solid #5eab1f;
}
.news_category {
    opacity: 1;
    box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #E4E7ED;
}
.news_category.typeFixed.max1200 {
    left: 0;
    margin-left: 0;
}
.news_category li a{
    color: #303133;font-size: 18px;font-weight: bold;
}
.news_category ul{
    margin-bottom: 0px;
}
.news_category li {
    color: #303133;
    font-size: 18px;
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
    cursor: pointer;
}

.news_category li.active {
    color: #5B9D35;
    font-weight: bolder;
    box-sizing: border-box;
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #5B9D35;
}
.news_category li.active a{
    color: #5B9D35;
}

.news_category li.active span {
    border-bottom: 5px solid #5eab1f;
    padding: 15px 0;
    font-weight: bold;
    color: #404040;
    font-size: 20px;
}

.news_list ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.news_list .item a{
    color: #303133;font-size: 18px;font-weight: bold;
}
.news_list ul li{
    width: calc((100% - 50px) / 3);
    opacity: 1;
    background: #FFFFFF;
    display: inline-block;
    height: 355px;
    float: left;
    margin-top: 25px; margin-right: 25px;
}

.news_list .item:hover{
    box-shadow: 0px 0px 8px 4px rgba(39, 89, 163, 0.12);
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #5B9D35;
    color:#5B9D35;
}
.news_list .item .img{
    height: 241px;
}
.news_list .item .img img{width:100%;height:100%;}
.pagination span.this {
    background: #5eab1f;
    color: #fff;
    border: 1px solid #5eab1f;
}
.news_list .item:hover .title{
    color:#5B9D35;
}
.news_list .item .title{
    text-align: left;
    padding: 13px 9px;
    height: 85px;overflow: hidden;
}
.news_list .item .desc{
    padding: 0px 10px;
    font-size: 14px;
    color: #909399;
    font-weight: normal;
    height:45px;
}

.news_list .item .desc .time{
    float: left;
}
.news_list .item .desc .time .icon{
    background-image: url(../images/time_icon.png);
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 2px;
}
.news_list .item .desc .read{
    float: right;
}
.news_list .item .desc .date{
    float: left;
    margin-left: 5px;
}
.news_list .item .desc .read .icon{
    background-image: url(../images/read_num.png);
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 3px;
}
.news_list .item:nth-child(3n){
    margin-right: 0px;
}

.nextmore{
    float: left;
    margin-top: 7px;
    padding-left: 4px;
    padding-right: 7px;
}
.premore{
    float: left;
    padding: 6px 10px;
}
@media screen and (max-width:768px) {
    #listwrap .date .year,
    #listwrap .date .day {
        display: inline-block;
    }
    .news_category ul{
        padding-left: 19px;
    }
    .container{
        padding-left: 21px !important;
    }
    #listwrap .con h2 {
        font-size: 15px;
    }
    #listwrap .con p {
        display: none;
    }
    #listwrap li {
        margin-top: 20px;
        margin-left:20px;
        margin-right:0px;
    }
    #listwrap .sm-text .day,
    #listwrap .sm-text.date .year {
        font-size: 12px;
        color: #999;
    }
    #listwrap .day {
        padding: 5px 0;
    }
    #banner {
        margin-bottom: 20px;
    }
    #NewsTypes {
        margin-top: 10px;
    }
    #pagination .page,
    .pagination .prevpage,
    .pagination .nextpage {
        line-height: 25px !important;
        height: 25px !important;
        font-size: 12px;
        width: 25px;
        display: block;
    }
    #pagination .pbtn.page {
        width: 25px;
    }
    .pagination .prevpage,
    .pagination .nextpage {
        width: auto;
        padding: 0 8px;
    }
    #pagination {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .w1200{width:100% !important;}
    .news_list .item{width: 93%;}
    .news_list .item:nth-child(3n+1){
        margin-right: 25px;
    }
    .news_list .item:nth-child(2n+1){
    }
}
@media (min-width:768px) and (max-width:1920px) {
    .news_list .item:nth-child(3n+1){
    }
}