.readhead, .readcontent{
    width: 1200px;
    margin: 0 auto;
}
.readhead img{
    display: block;
}
.readreviewcontent{
    background: #fff !important;
}
.readbanner img{
    display: block;
    width: 100%;
}
.zxcontentlist{
    display: flex;
}
.zxcontenttitle{
    height: 69px;
    width: 100%;
    background:  no-repeat;
}
.readcontent{
    margin-top: 44px;
}
.zxcontenttitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zxcontenttitle div{
    font-size: 33px;
    /* font-weight: bold; */
    color: #fff;
    padding-left: 37px;
}
.zxcontenttitle a{
    position: relative;
    top: 5px;
    color: #b92c23;
    font-size: 16px;
}
.zxcontentlistleft{
    position: relative;
    width: 600px;
    margin-right: 36px;
}
.commonlist ul{
    padding: 26px 0 56px;
}
.commonlist ul li{
    height: 54px;
    line-height: 54px;
    padding-left: 150px;
    background:  no-repeat;
    background-position: 130px 25px;
}
.zxcontentlist{
    margin-top: 49px;
}
.swiper-container{
    position: relative;
    height: 376px;
    padding-bottom: 78px;
}
.arrow{
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 44px;
    z-index: 100;
    top: 170px;
    opacity: .7;
}
.arrow-left{
    background:  no-repeat;
    left: 25px;
}
.arrow-right{
    background:  no-repeat;
    right: 25px;
}
.swiper-slide span{
    display: inline-block;
    width: 578px;
    height: 96px;
    position: absolute;
    bottom: 0;
    line-height: 96px;
    font-size: 18px;
    color: #fff;
    padding-left: 22px;
    background: linear-gradient(rgba(123, 118, 118, 0), rgba(0,0,0,.5));
}
.zxcontentlistright ul li{
    height: 48px;
    line-height: 40px;
    padding-left: 25px;
    background:  no-repeat;
    background-position: 0 16px;
}