.l_c .content{
    width: calc(100% - 40px);
    margin: 20px auto 0 auto;
    padding-bottom: 40px;
    height: auto;
}
.l_c .headerZr{
    width: 100%;
    text-align: center;
}
.l_c .headerZr span{
    display: inline-block;
    width: 290px;
    height: 62px;
    text-align: center;
    line-height: 61px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A75834;
    cursor: pointer;
    letter-spacing:3px;
}
.l_c .headerZr span.on{
    background: url("../image/zrBtn2.png") no-repeat center;
    background-size: 100% 100%;
    color: #ffffff;
}
.l_c .headerZr span:nth-child(1){
    margin-right: 5px;
}
.l_c .headerZr span:nth-child(2){
    margin-left: 5px;
}
.allText{
    width: calc(100% - 180px);
    padding: 50px 90px;
    background-color: #ffffff;
    position: relative;
}
.allText .swiper-container{
    width: calc(100% - 60px);
    margin: 0 30px;
    height: 500px;
 }
.allText .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
}
.allText .swiper-button-prev{
    left: 40px;
    color: #666;
    font-weight: bolder;
}
.allText .swiper-button-next{
    right: 40px;
    color: #666;
    font-weight: bolder;
}
.allText .swiper-container .swiper-slide .sideImg{
    float: left;
    width: 324px;
    margin-right: 50px;
}
.allText .swiper-container .swiper-slide .sideImg img{
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    height: 429px;
}
.allText .swiper-container .swiper-slide .sideText{
    width: 393px;
    height: 496px;
    float: left;
    overflow-y: auto;
}
.allText .swiper-container .swiper-slide .sideText .sideText2{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #727171;
    line-height: 24px;
}
.allText .swiper-container .swiper-slide .sideText .sideText2 p{
    text-indent: 32px;
    margin-bottom: 30px;
}
.allText .swiper-container .swiper-slide .sideText .sideText2 p.redB{
    font-weight: bolder;
    color: #000;
}
