.news_con {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news_con a .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.news_con a .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: 400;
    padding-right: 25%;
    margin: 0;
}

.news_con a .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
}

.news_con a .info {
    font-size: 14px;
    line-height: 2;
    color: #999;
}

.news_con a .more {
    margin-top: 15px;
}

.news_con a .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news_con:hover {
    -webkit-box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18);
    box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18);
}

.news_con:hover .tit h3 {
    color: #01b8b6;
}

.news_con:hover .more span {
    color: #fff;
    background-color: #01b8b6;
}

/* *************************************************************************************************************** */

.sxp p {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
    color: #565656;
}

.sxp p span {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 400;
}

.sxp p a {
    color: #565656;
}