.s-banner1{
    background-image: url("../images/m-situation-banner.png");
    height: 175px;
    background-size:100% 100%;
}
.swiper-container {
    width: 345px;
    height: 140px;
    margin: 10px auto;
}
.p-img{
	padding-top:5px;
}
.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.p-img img{
    width: 108px;
}
.person{
    float: left;
    text-align: left;
    padding-top: 10px;
}
.person span{
    font-size: 18px;
}
.person p:nth-child(2){
    color: #41b0a7;
    font-size: 14px;
    margin-bottom: 5px;
}
.person p:nth-child(3),.person p:nth-child(4){
    color: #8e8e8e;
    font-size: 16px;
}
.person p:nth-child(3){
    margin-top: 5px;
    margin-bottom: 0px;
}
.left-none{
    padding-left: 0px;
}
.s-avator{
    margin-right: 8px;
}
.s-avator img{
    width: 100%;
    height: 100%;
}
.p-details{
    padding-top: 15px;
}
.p-details span:nth-child(1){
    font-weight: bold;
}
.p-details span:nth-child(2){
    font-size: 14px;
    color: #8e8e8e;
}
@media (min-width:1200px) {

}
@media (min-width:768px) {
    .s-banner1{
        height: 614px;
    }
    .swiper-container {
        width: 720px;
        height: 150px;
    }
    .s-slides{
        width: 720px;
    }
    .p-details{
        padding-top: 18px;
    }
}
@media (min-width:992px) {
    .s-banner1{
        height: 818px;
    }
    .swiper-container {
        width: 945px;
        height: 150px;
    }
    .s-slides{
        width: 945px;
    }
    .p-details{
        padding-top: 18px;
         }
    .p-details span:nth-child(1){
        font-size: 18px;
    }
}