@charset "utf-8";
/* CSS Document */

.list_news{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    display: table;
}
.list_news ul{
    width: 100%;
}
.list_news li{
    float: left;
    width: 50%;
    height: 254px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ececec;
}
.list_news_img{
    width: 324px;
    height: 208px;
    overflow: hidden;
}
.list_news_img a,.list_news_img a img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}
.list_news_font{
    width: 240px;
    height: 208px;
    margin-right: 18px;
    overflow: hidden;
}
.list_news_font n{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.list_news_font b{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333;
    margin-top: 36px;
}
.list_news_font p{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    line-height: 20px;
}
.list_news_font a{
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 26px;
    border-bottom: 1px solid #999;
    line-height: 24px;
}
.list_news li:hover .list_news_img a img{transform:scale(1.1)}
.list_news li:hover{border-bottom: 1px solid #FE7900;}
.list_news li:hover .list_news_font n{color: #FE7900;}
.list_news li:hover .list_news_font b{color: #FE7900;}
.list_news li:hover .list_news_font p{color: #FE7900;}
.list_news li:hover .list_news_font a{color: #FE7900;border-bottom: 1px solid #FE7900;}