.banner {
    width : 100%;
    height: 512.5px;
}

.describe {
    background: #f2f8fc;
}

.describe-con {
    padding: 30px 185px 50px;
    color  : #434343;
}

.describe-con .info {
    font-size  : 13px;
    text-align : justify;
    line-height: 30px;
    color: #3f3a39;
}

.describe-con div:nth-child(1),
.detail-con div:nth-child(1) {
    font-size    : 16px;
    margin-bottom: 50px;
}

.detail-con .title {
    padding: 30px 185px;
}

.swiper-container {
    width : 820px;
    height: 385px;
}

.swiper-slide img {
    width : 100%;
    height: 100%;
    margin: 0 auto;
}

.detail {
    margin-bottom: 120px;
}

.post {
    padding:0 185px;
}

.post .postTitle{
    font-size: 22.5px !important;
    color: #3f3a39;
}

.post p{
    margin-bottom: 20px;
    color: #3f3a39;
}