* {
    padding: 0;
    margin: 0;
}

#NewsList .top {
    margin-top: 100px;
    height: 240px;
    background: url(../img/news/1.jpg) center center/cover;
    color: #333;
}

#NewsList .top .box {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    font-size: 24px;
    font-style: italic;
    font-weight: bolder;
}

#NewsList .top .w {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#NewsList .bottom {
    margin-top: 40px;
    margin-bottom: 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#NewsList .bottom .left {
    width: 200px;
}

#NewsList .bottom .right {
    width: 980px;
    padding: 20px;
}

#NewsList .bottom .left .tit {
    width: 100%;
    line-height: 51px;
    text-align: center;
    background: #428700;
    color: #fff;
    font-size: 22px;
}

#NewsList .bottom .left ul {
    border: 1px solid #ccc;
    border-top: none;
}

#NewsList .bottom .left ul li {
    width: 100%;

}

#NewsList .bottom .left ul li a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

#NewsList .bottom .left ul li a:hover,
#NewsList .bottom .left ul li .active {
    background: #6fbe26;
    color: #fff;
}

#NewsList .bottom .right ul li a {
    padding: 10px;
    height: 200px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#NewsList .bottom .right ul li .img {
    flex: 0 0 30%;
    height: 180px;
    overflow: hidden;
}

#NewsList .bottom .right ul li .img img {
    width: 100%;
}

#NewsList .bottom .right ul li .box {
    flex: 0 0 65%;
    margin-left: 20px;
}

#NewsList .bottom .right ul li .box h5 {
    color: #333;
    font-size: 18px;
}

#NewsList .bottom .right ul li .box p {
    margin-top: 20px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    color: #666;
}

#NewsList .bottom .right ul li .box span {
    display: block;
    color: #999;
    margin-top: 30px;
}

#NewsList .bottom .right ul li a:hover {
    box-shadow: 0 0 10px #ccc;
}

#NewsList .bottom .right .pages {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#NewsList .bottom .right .pages a,
#NewsList .bottom .right .pages span {
    padding: 5px 10px;
    margin: 0 10px;
    background: #428700;
    color: #fff;
}

#NewsList .bottom .right .pages a:hover {
    background: #6fbe26;
}

#NewsList .newstit {
    text-align: center;
    font-size: 28px;
}

#NewsList .newsp {
    text-align: center;
    margin: 20px 0;
}

#NewsList .newscon {
    text-indent: 20px;
    margin-bottom: 40px;
    font-size: 16px;
}

#NewsList .newsimg {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

#NewsList .newsimg img {
    width: 100%;
}

#NewsList .newsimg p {
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width:1200px) {
    #NewsList .bottom .right ul li a {
        height: 150px;
    }
}

@media (max-width:768px) {
    .w {
        width: 94%;
    }

    #NewsList .top {
        height: 120px;
    }

    #NewsList .bottom .left {
        display: none;
    }

    #NewsList .bottom .right {
        width: 100%;
        padding: 0px;
    }

    #NewsList .bottom .right ul li a {
        box-shadow: 0 0 10px #ccc;
        padding: 0px;
        height: 200px;
        flex-direction: column;
    }

    #NewsList .bottom .right ul li .img {
        height: auto;
        width: 100%;
    }

    #NewsList .bottom .right ul li .box {
        margin-left: 10px;
    }

    #NewsList .bottom .right ul li .box h5 {
        font-size: 16px;
        margin-top: 10px;
    }

    #NewsList .bottom .right ul li .box p {
        margin-top: 10px;
    }

    #NewsList .bottom .right ul li .box span {
        margin-top: 10px;
    }

    #NewsList .newstit {
        font-size: 14px;
        padding: 10px;
        margin-top: 20px;
    }

    #NewsList .newsp {
        margin: 10px 0;
    }

    #NewsList .newscon {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }


    #NewsList .newsimg p {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}