﻿/*news*/
.news-ul li{
    padding: 2% 0;
    border-bottom: 1px solid #e5e5e5;
}
    .news-ul li a {
    width:100%;

    }
.news-ul li:nth-of-type(1){
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.news-img{
    float: left;
    width: 27.5%;
}
.news-img img{
    width: 100%;
}
.news-con{
    float: right;
    width: 70%;
}
.news-con h2{
    color: #333;
    margin: 19px 0;
    margin: 2.26% 0;
}
.news-con h2 em{
    float: right;
    color: #888;
    font-size: 14px;
}
.news-con p{
    color: #666;
    line-height: 175%;
}
.news-con span{
    padding: 11px 23px;
    padding: 1.3% 2.7%;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 29px;
    margin-top: 3.45%;
    border: 1px solid #2680c3;
}
.news-con span i{
    width: 19px;
    height: 12px;
    background: url(../images/news-more.png) no-repeat center;
    margin-left: 19px;
}
.news-ul li:hover h2{
    color: #2680c3;
}
.news-ul li:hover span{
    background: #fff;
    border: 1px solid #2680c3;
    color: #2680c3;
}
.news-ul li:hover span i{
    background: url(../images/news-more-act.png) no-repeat center;
}
