/**
   新闻动态
   create by hanhui
   create time 2018-05-24
   last update user hanhui
   last update time 2018-05-24
*/
.content{
    width: 100%;
}
.content ul.title{
    width: 100%;
    background-color: #f9f9f9;
    height: 0.96rem;
}
.content ul.title li{
    width: 25%;
    float: left;
    height: 100%;
    text-align: center;
}
.content ul.title li p{
    line-height: 0.96rem;
    width: 1.546667rem;
    margin: 0 auto;
}
.active{
    color: #2c8fff;
}
.active p{
    border-bottom: 3px solid #2c8fff;
}
.news_list{
    width: 100%;
    box-sizing: border-box;
    padding: 0.373333rem 0.466667rem 0;
    display: none;
}
.content_active{
    display: block;
}
i.arrow{
    display: inline-block;
    width: 0.146667rem;
    height: 0.24rem;
    background-image: url("../img/arrow.png");
    background-size: 100% 100%;
}
.news_list > ul > li{
    padding-bottom: 0.64rem;
}
.news_list > ul > li > h6{
    color: #555555;
    display: inline-block;
}
.news_list > ul > li > time{
    color: #777777;
}
.news_list > ul >a > li{
    padding-bottom: 0.64rem;
}
.news_list > ul >a > li > h6{
    color: #555555;
    display: inline-block;
}
.news_list > ul >a > li > time{
    color: #777777;
}