body{
    background: #fff !important;
}
.readhead, .readcontent{
    width: 720px;
}
.readhead{
    display: flex;
    align-items: center;
    height: 160px;
}
.readhead img{
    position: relative;
    left: -5px;
    height: 96px;
}
.readcontent{
    margin-top: 60px;
}
.zxcontenttitle a{
    font-size: 25px;
}
.zxcontentlist{
    display: block;
    margin-top: 20px;
}
.swiper-slide img{
    width: 100% !important;
}
.zxcontentlistleft{
    width: 100%;
}
.swiper-container{
    height: 449px;
}
.swiper-slide span{
    width: 720px;
    background: linear-gradient(rgba(123, 118, 118, 0), rgba(0,0,0,.4)) !important;
    font-size: 22px;
    padding-left: 0;
    margin-left: 25px;
}
.arrow{
    width: 55px;
    height: 55px;
}
.arrow-left{
    background:  no-repeat;
    background-size: 55px;
    left: 30px;
}
.arrow-right{
    background:  no-repeat;
    background-size: 55px;
    right: 30px;
}
.swiper-container{
    padding-bottom: 20px;
}
.zxcontentlistright ul, .commonlist ul{
    padding-left: 20px;
    padding-bottom: 40px;
}
.zxcontentlistright ul li, .commonlist ul li{
    height: 64px;
    line-height: 64px;
    padding-left: 32px;
    background:  no-repeat;
    background-position: 0 26px;
    background-size: 10px;
}
.zxcontentlistright ul li a, .commonlist ul li a{
    font-size: 26px;
    color: #000;
}