.content{
    width: 1100px;
    margin: 35px auto 60px;
}
.content h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 45px;
}
.swiper-container{
    width: 520px;
    margin: 0 auto;
    position: relative;
    
}
.swiper-wrapper .swiper-slide{
    width: 370px;
    height: 370px;  
}
.swiper-container .swiper-slide img{
    display: block;
    width: 370px;
    height: 330px;
    margin: 0 auto;
    border: 1px solid #cbcbcb;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next{
    background: url('../images/showRt.png');
}
.swiper-button-prev{
    background: url('../images/showLt.png');
}
.contInfo{
    width: 990px;
    padding-left: 80px;
    padding-right: 30px;
    padding-top: 38px;
    padding-bottom: 25px;
    margin-top: 25px;
    background: #f7f7f7;
}
.contInfo ul{
    margin-bottom: 48px;
}
.contInfo ul li{
    font-size: 16px;
    margin-bottom: 22px;
}
.prevP{
    font-size: 14px;
    margin-bottom: 10px;
}
.prevP a{
    color: #003785;
}
.nextP a{
    color: #003785;
}
.nextP{
    font-size: 14px;
}