.culture{
    margin-bottom: 10px;
}
.list_ul li{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    border-bottom: 1px dashed #c2c2c2;
}
.list_ul li span{
    color: #666;
    float: right;
}

.list_ul li a:hover{
    color: royalblue;
}
.list_ul{
    margin-bottom: 20px;
}
.list_img{
   padding-bottom: 36px;
    width: 871px;
    margin: 30px auto 0;
}
.list_img li{
    position: relative;
    float: left;
    width: 210px;
    height: 160px;
}
.list_img li img{
    width: 210px;
    height: 160px;
}
.list_img li p{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.list_img li:nth-child(2){
    margin: 0 10px;
}
.list_img li:nth-child(4){
   margin-left: 10px;
}
.partners{
    width: 871px;
    margin: 8px auto;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px dashed #c3c3c3;
}
.partners li{
    width: 33%;
    float: left;
    font-size: 15px;
}
.partners li a:hover{
    color: #0c7ed9;
}


#swiper3{
    width:870px;
    margin: 0 auto;
    padding-bottom:30px;
}
#swiper3 .swiper-slide{
     width:870px;
      height:160px;
     position:relative;
}
#swiper3 .swiper-slide img{
     width: 210px;
     height:160px;
}
#swiper3 .swiper-slide p{
    width: 210px;
    height: 30px;
    position: absolute;
    bottom: 0;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    text-align: center;
    font-size: 12px;
    color: #fff;
}