@charset "utf-8";
.news-list {
    margin-top: 50px;
    position: relative;
}
.news-list:after {
    position: absolute;
    content: " ";
    top: 0;
    right: 29.44%;
    width: 1px;
    height: 100%;
    background-color: #ececec;
}
.list-item {
    width: 67.08%;
}
.news-first {
    margin-bottom: 60px;
}
.news-first .time {
    color: #666;
}
.news-first h1 {
    line-height: 1;
    font-size: 30px;
    color: #333;
    margin-top: 25px;
}
.news-first h1 a:hover {
    color: #00aa94;
}
.news-first .desc {
    line-height: 1.8;
    font-size: 16px;
    color: #999;
    margin: 30px 0 40px;
}
.news-first .more {
    width: 124px;
    height: 44px;
    border-radius: 22px 0 22px 0;
}

.news-item {
    padding: 50px 0;
    border-top: 1px solid #ececec;
}
.news-item .time {
    color: #333;
    margin-right: 5%;
}
.news-item .time .day {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 2px;
}
.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: 16px;
    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;
}