.s_sever{
    width: 1190px;
    height: 500px;
    margin:0 auto;
    padding: 0;
    /*overflow: hidden;*/
}
.s_sever:after{
    clear: both;
}
.s_group{
    border: 1px solid #dddddd;
    width: 290px;
    height:310px;
    float: left;
    margin: 10px 10px 10px 0;
}
.s_trends{
    border: 1px solid #dddddd;
    width: 569px;
    height:310px;
    float: left;
    margin: 10px 0 10px 0;
}
.s_sutra{
    border: 1px solid #dddddd;
    width: 305px;
    height:476px;
    float:right;
    margin: 10px 0 10px 0;
}
.s_title{
    width: 100%;
    height:40px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(orange));
}
.s_title>p{float:left;height:40px;}
.s_group .s_title ul{float:left;width:100%;box-sizing:border-box;margin-top:5px;}
.s_group .s_title ul>li{float:left;text-align:center;margin-top:6px;width:46%;margin-left:8px;height:80px;line-height:80px;}
.s_group .s_title ul>li>a{font-weight:bold;color:#fff;font-size:15px;height:20px;display:inline-block;}
.s_trends>.s_title ul{float:left;width:100%;padding:0 10px;box-sizing:border-box;margin-top:5px;}
.s_trends>.s_title ul>li{overflow: hidden;float:left;width:100%;height:35px;line-height:35px;border-bottom: 1px dashed #ddd;}
.s_trends>.s_title ul>li>a{font-size:16px;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.s_sutra>.s_title ul{float:left;width:100%;padding:0 10px;box-sizing:border-box;margin-top:5px;}
.s_sutra>.s_title ul>li{overflow: hidden;float:left;width:50%;text-align:center;}
.s_sutra>.s_title ul>li>a{font-size:16px;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;width:100%;}
.s_sutra>.s_title ul>li>span{color:#6a6a6a;font-size:14px;}
.s_main{
    width: 1192px;
    height: 310px;
    margin:0 auto;
    padding: 0;
}
.s_content{
    width: 590px;
    height: 300px;
    border: 1px solid #dddddd;
    margin: 10px 6px;
    float: left;
}
