/* 第一个页面 */


.group-pull{
    background-color: #fff;
    color: #212121;
    font-weight: bold;
}

.group-content{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    color: #666666;
    font-size: 12px;
}


.group-content-img{
    width: 100%;
}

.interval-5{
    height: 5px;
    width: 100%;
    background: #efeff4;
}


/* 第二个页面 */

#news>li{
    height: 100px;
    display: flex;
    padding: 10px 15px;
    justify-content: flex-start;
    border-bottom: 5px solid #efeff4;
}
#news>li div:nth-child(1){
    width: 35%;
    margin-right: 10px;
    height: 100%;
}

#news>li .news-right{
    width: 65%;
    overflow: hidden;
}
#news>li img{
    width: 100%;
    height: 100%;
}

#news .news-right p{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
     height: 65%;
  
}

#news .news-right span{
    color:  #666666;
    font-size: 12px;
    
}


/* 第三个 */

.institutional{
    height: 100%;
    width: 100%;
    background-color: white;
}