

.newslist dl {
    margin-bottom: 10px;
    padding: 35px 60px 35px 40px;
    background-color: #fcfcfc;
    border: 1px solid #fcfcfc;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}
.newslist dt {
    float: left;
    width: 55px;
    margin-right: -55px;
    color: #ccc;
    position: relative;
    z-index: 2;
}

.newslist dt b {
    font-size: 36px;
    line-height: 1em;
}
.newslist dt>* {
    display: block;
    text-align: center;
}
.newslist dd {
    float: left;
    width: 100%;
    position: relative;
}
.newslist dd>a {
    padding-left: 90px;
    display: block;
    color: #999;
}


.newslist dd h3 {
    color: #333;
    margin-bottom: 15px;
    padding-right: 120px;
}
.newslist dd h3:hover{
    color:#e60013
}

.newslist dd p{

    padding-right: 120px;
}

.newslist .btn_more {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 110px;
    height: 37px;
    border: 1px solid #e3e3e3;
    line-height: 33px;
    color: #777;
    padding-left: 10px;
    transition: all 0.4s ease-in-out;
}

.newslist .btn_more:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 51%;
    border: 2px solid #777;
    width: 5px;
    height: 5px;
    border-left: 0px;
    border-bottom: 0px;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: all 0.4s ease-in-out;
}

