.news_list {
    margin-top: 60px;
}
.news_list li {
    border: solid 1px #d7d7d7;
    padding: 20px 0px !important;
    padding-left: 20px !important;
    height: 160px;
    position: relative;
    margin-bottom: 38px;
}
.news_list li img {
    width: 260px;
    height: 160px;
    float: left;
}
.news_list_txt {
    width: 650px;
    margin-left: 45px;
    padding-top: 23px;
}
.news_list li a>span {
    width: 167px;
    height: 25px;
    float: none;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #999999;
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    right: 40px;
    top: 50px;
}

.news_list_txt strong {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
.news_list_txt p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
    width: 592px;
}
.news_list li a>span>strong {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
}
.news_list_txt:hover strong {color: #4c4bd0;}
.news_list li:hover {
    box-shadow: 0px 0px 16px 0px
    rgba(0, 0, 0, 0.2);
}