:root {
    --main-color: #1f5f5e;
    --second-color:#f4ebd9;
}
.titbox{
    margin: 50px 0 30px 0;
}
.titboxen{
    text-align: center;
    color: #999;
    font-size: 18px;
}
.titboxcn{
    text-align: center;
    color: var(--main-color);
    font-size: 30px;
    /* font-weight: bold; */
    margin-top: 10px;
}

.newsul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto ;
}
.newsli{
    width: 30%;
    background: #f1f1f1;
    margin-bottom: 50px;
    border-radius: 5px;
}
.newsli .newstit h3{
    color: #111;
    padding: 15px;
    height: 50px;
}
.newsli .newstit .newstime{
    color: #999;
    padding: 15px;
}
.newsli .newsdes{
    color: #666;
    padding: 15px;
    height: 100px;
}
.newsthumb a img{
    width: 100%;
    height: 100%;
    max-height: 200px;
}
.pagination li a:hover {
    background: var(--main-color)!important;
    color: #fff;
    border: 1px solid var(--main-color)!important;
}
