.newsW {
    padding-top: 120px;
}

.news-top {
    margin-bottom: 45px;
    overflow: hidden;
}

.news-hot {
    float: left;
    width: 66%;
    padding-right: 2%;
}

.hot-rig {
    float: right;
    width: 32%;
}

.news-hot a {
    display: block;
    position: relative;
    width: 100%;
    height: 451px;
    overflow: hidden;
    border-radius: 8px;
    border-top-left-radius: 130px;
}

.news-hot .img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;;
    transition: all 0.5s linear;
}

.news-hot .img img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;;
    transition: all 0.5s linear;
}

.news-hot .img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    background-image: url("../images/news_hotbg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.news-hot .mes {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 100;
}

.news-hot .mes .cont {
    padding: 0 25px;
}

.news-hot .mes span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'rajdhani';
    margin-bottom: 20px;
}

.news-hot .mes h3 {
    max-width: 60%;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 36px;
}

.news-hot .mes .detail {
    width: 50px;
    margin-top: 30px;
}

.news-hot .mes .detail img {
    width: 100%;
}

.news-hot a:hover .img img {
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.news-hot a:hover .img {
    width: 102%;
}


.hot-rig {
    overflow: hidden;
}

.hot-rig a {
    display: block;
    height: 451px;
    border-radius: 8px;
    background-color: #f3f6fc;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;;
    transition: all 0.3s linear;
}

.hot-rig .mes {
    color: #2f2e30;
    box-sizing: border-box;
}

.hot-rig .cont {
    position: relative;
    overflow: hidden;
    padding: 30px 25px 44px 25px;
}

.hot-rig .mes span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #9f9f9f;
    font-family: 'rajdhani';
    margin-bottom: 25px;
}

.hot-rig .mes h3 {
    font-size: 30px;
    line-height: 38px;
    height: 76px;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 36px;
}

.hot-rig .mes p {
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
}


.hot-rig a:hover {
    background-color: #1779e8;
}

.hot-rig a:hover span {
    color: rgba(255, 255, 255, 0.3);
}

.hot-rig a:hover h3 {
    color: #fff;
}

.hot-rig a:hover p {
    color: #fff;
}

.hot-rig a:hover .mes .detail {
    background-image: url("../images/icon_jt2.png");
}

.news-list {
    overflow: hidden;
}

.news-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
    border-radius: 8px;
    overflow: hidden;
}

.news-list li:nth-child(3n) {
    margin-right: 0;
}

.news-list li .mes p {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}





