.wrapper a {
    color: #000;
}
.wrapper{
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 798px;
    background: url(../images/banner.jpg) no-repeat center top;
    margin-bottom: 70px;
}
.area{
    width: 1200px;
    margin: 0 auto;
}
.title{
    margin-bottom: 20px;
}
.img-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-list a{
    display: block;
    width: 374px;
    height: 536px;
}
.left{
    width: 780px;
    float: left;
    margin-bottom: 60px;
}
.left .top{
    width: 100%;
    border-bottom: 2px dashed #868789;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.left .top .f24{
    font-size: 24px;
    color: #000;
}
.left .top .f18{
    font-size: 18px;
    color: #5b5b5b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}
.left ul li{
    margin-bottom: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left ul li a{
    font-size: 22px;
}
.right{
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 376px;
    height: 548px;
    background: url(../images/wrap2.png) no-repeat;
    margin-bottom: 60px;
}
.img-left{
    float: left;
    width: 750px;
    height: 421px;
    margin-bottom: 60px;
    position: relative;
}
.img-left::after{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 788px;
    height: 421px;
    background: url(../images/wrap.png) no-repeat;
}
.img-left a{
    display: block;
    width: 750px;
    height: 421px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
.img-left a span{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 2;
}
.img-right{
    width: 413px;
    float: right;
    margin-top: 10px;
}
.img-right p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #dadbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.img-right p:last-child{
    border:  none;
}
.img-right p a{
    font-size: 22px;
}
.swiper{
    padding: 0 30px;
    height: 390px;
    margin: 0 auto 60px;
    position: relative;
}
#swiper{
    height: 390px;
}
.swiper .swiper-button-prev {
    position: absolute;
    width: 57px;
    height: 100px;
    background: url(../images/left.png) 0 0 no-repeat;
    left: 0;
    top: 148px;
    z-index: 2;
}
.swiper .swiper-button-next {
    position: absolute;
    width: 57px;
    height: 100px;
    background: url(../images/right.png) 0 0 no-repeat;
    right: 0;
    top: 148px;
    z-index: 2;
}
.swiper .swiper-slide {
    width: 695px;
    height: auto;
    overflow: hidden;
}
.swiper .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide .tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 0 20px 0;
    height: 58px;
    font-size: 22px;
    line-height: 58px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.swiper .swiper-slide .tit a{
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}