.news-home{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-home .title {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-home .title span {
    border-bottom: 1px solid #ed3237;
    color: #ed3237;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.news-home .first-left{
    float: left;
    width: 50%;
    margin-right: 2%;
}
.news-home .first-right{
    float: right;
    width: 48%;
}
.news-home .news-list-first{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.news-home .news-list-first a{
    display: block;
    text-decoration: none;
}
.news-home .news-list-first .item-image{
    margin-bottom: 10px;
}
.news-home .news-list-first .farme-title a{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-home .news-list-first .first-left .farme-title a{
    font-size: 18px;
    line-height: 25px;
}
.news-home .news-list-first .farme-title p{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 22px;
}
.news-home .news-list-first .farme-title p.time{
    background: url("../images/icon-date.png") no-repeat left center;
    font-size: 14px;
    color: #999;
    padding-left: 22px;
}
.news-home .news-list-first .first-right .item-image{
    float: left;
    margin-bottom: 20px;
    width: 45%;
}
.news-home .news-list-first .first-right .farme-title{
    float: right;
    width: 51%;
}
.news-item{
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 140px;
    box-sizing: border-box;
}
.news-item .frame-image{
    width: 22%;
    float: left;
}
.news-item .frame-name{
    width: 77%;
    float: right;
}
.news-item .frame-name a{
    font-size: 16px;
    font-weight: bold;
}
.news-item .frame-name span{
    background: url("../images/icon-date.png") no-repeat left center;
    font-size: 14px;
    color: #999;
    line-height: 12px;
    display: block;
    margin: 10px 0;
    padding: 1px 0 1px 22px;
}
.news-item .frame-name p {
    font-size: 15px;
    margin-bottom: 5px;
    min-height: 36px;
}

@media screen and (max-width:568px){
    .news-home .first-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-home .first-left img,
    .news-home .first-right, 
    .news-home .first-right img {
        width: 100%;
    }
    .news-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .news-item .frame-image {
        width: 49%;
    }
    .news-home .first-left img,
    .news-item .frame-image img{
        width: 100%;
        height: auto;
    }
    .news-item .frame-name {
        width: 49%;
    }
    .news-item .frame-name p {
        display: none;
    }
}