.banner img{
    width: 100%;
}
.menus-box{
    background: #f8f8f8;
    border-bottom: 1px solid #666;
}
.menus-list{
    width: 1170px;
    margin: 0 auto;
}
.menus-list ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menus-list li{
    height: 75px;
    line-height: 75px;
    padding: 0 25px;
    text-align: center;
}
.menus-list li a{
    color: #333;
    font-size: 16px;
}
.menus-list li a:hover{
    color: #000;
    font-weight: bold;
}
.menus-list li a.active{
    color: #00a971;
    font-weight: bold;
}

.main{
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.main ul li{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
}
.main .left-img-box{
    width: 160px;
    height: 160px;
    display: block;
}
.main .left-img-box img{
    width: 100%;
    height: 100%;
}
.main .right-btn-box{
    width: 160px;
}
.main .right-btn-box a {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 100ms;
    color: #666666;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}
.main .center-box{
    flex: 1;
    padding: 0 30px;
}
.main .center-box h3{
    margin: 0 0 20px 0;
}
.main .center-box h3 a{
    color: #666666;
}
.main .center-box h3 a:hover{
    text-decoration: none;
    color: #00a971;
}
.main .center-box p{
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main .right-btn-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .right-btn-box a:hover { border-color: #00a971;  background-color: #00a971; color: #fff;text-decoration: none}
.main .center-box .date{
    font-size: 24px;
}
.main .center-box span{
    vertical-align: baseline;
}

.met_pager{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.met_pager .PreSpan, .met_pager .NextSpan {
    padding: 9px 15px;
    color: #666666;
    cursor: default;
    border: 1px solid #e8e8e8;
}
.met_pager a {
    padding: 9px 15px;
    border-right: none;
    text-align: center;
    color: #333333;
}
.met_pager a.Ahover {
    border-color: #00a971;
    background: #00a971;
    color: #ffffff;
    cursor: pointer;
}
.met_pager a.Ahover:hover{
    opacity: 0.8;
}
.ads-box{
    border-bottom: 1px solid #e8e8e8;
}
.ads-box h1{
    text-align: center;
}
.ads-box .search-wrapper{
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px auto;
}


