
.rightList{
    margin-top: 40px;
}


.rightList ul li{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.rightList ul li:hover img{
    transform: scale(2.00);
}

.rightList ul li:hover a{
    color: #009688;
}

.rightList ul li:hover{
    background-color: #eee;
}

/* .rightList ul li:hover cc{
    background-color: rgba(23, 42, 81,1);
    color: #fff;
} */

.NewsPic {
    width: 240px;
    height: 148px;
    overflow: hidden;
}

.NewsPic img{
    width: 240px;
    transition: all 0.4s ease 0s;
}

.NewsTitle{
    width: calc(100% - 260px);
    float: right;
}

.NewsTitle p{
    font-size: 20px;
    line-height: 50px;
}

.NewsTitle cc{
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-top: 27px;
    padding: 10px 20px;
    width: calc(100% - 45px);
    height: 50px;
    color: #666;
    transition: all 0.4s ease 0s;
    border-left: 5px solid #009688;
    background-color: #f8f8f8;
}

.NewsTitle span{
    font-size: 15px;
    float: right;
    margin-top: 17px;
    margin-right: 10px;
}