.swiper-container {
    /*height: 301px;*/
}
.swiper-wrapper{
    height: 100%;
}

.swiper-wrapper img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

.image-wrapper{
    height: 100%;
}
.title{
    margin: 95px  0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.content-left{
    float: left;
    width: 264px;
    height: 564px;
    border: solid 2px rgb(29,187,227);
    padding: 0 38px;
    box-sizing: border-box;
    border-radius: 6px;
}
.content-left-top{
    padding: 35px 0 19px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid rgb(29,187,227);
}

.top-title{
    font-size: 24px;
}

.content-left-nav{
    margin-top: 20px;
}

.content-left-nav a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(80, 80, 80);
}

.content-left-nav a.active,
.content-left-nav a:hover{
    color:rgb(29,187,227);
}

.content-right{
    padding: 0 23px 0 70px;
    float: left;
}

.content-right-item{
    display: block;
    height: 174px;
    border-bottom: dashed 1px rgb(29,187,227);
    margin-bottom: 40px;
    color: #333;
}

.item-right{
    float: left;
    width: 505px;
}

.item-right-title{
    font-size: 20px;
    font-weight: bold;
}

.item-right-date{
    font-size:14px;
    margin-top: 15px;
}

.item-right-desc{
    font-size: 16px;
    height: 81px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.content-right-item img{
    display: block;
    float: left;
    width: 253px;
    height: 128px;
    margin-right: 40px;
}
