@charset "utf-8";
.news-list {
    margin-top: 40px;
    position: relative;
}
.list-item {
    width: 100%;
}
.news-first {
    margin-bottom: 20px;
}
.news-first .time {
    color: #666;
}
.news-first h1 {
    line-height: 1;
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}
.news-first h1 a:hover {
    color: #00aa94;
}
.news-first .desc {
    line-height: 1.6;
    font-size: 15px;
    color: #999;
    margin: 10px 0 20px;
}
.news-first .more {
    width: 99px;
    height: 38px;
    border-radius: 19px 0 19px 0;
}

.news-item {
    padding: 20px 0;
    border-top: 1px solid #ececec;
}
.news-item .time {
    color: #333;
    margin-right: 5%;
}
.news-item .time .day {
    font-size: 36px;
    line-height: 1;
}
.news-item .time span {
    font-size: 12px;
}
.news-item .con {
    flex: 1;
    width: 100%;
    overflow: hidden;
}
.news-item .con h1 a{
    color: #333;
    font-size: 18px;
}
.news-item .con h1 a:hover{
    color: #00aa94;
}
.news-item .con .desc{
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.news-list .hot {
    width: 25.69%;
    padding-left: 3.75%;
    margin-left: 3.75%;
}
.news-list .hot h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}
.hot-item {
    width: 100%;
    margin-bottom: 35px;
}
.hot-item .img {
    display: block;
    overflow: hidden;
}
.hot-item a.img img {
    width: 100%;
    transition: .5s ease-in-out;
}
.hot-item a.img:hover img {
    transform: scale3d(1.05, 1.05, 1);
}
.hot-item .title {
    margin-top: 15px;
}
.hot-item .title a {
    font-size: 16px;
    color: #333;
}
.hot-item .title a:hover {
    color: #00aa94;
}