.banner{
    width: 100%;
    height: 650px;
    overflow: hidden;
    background-color: #f5faef;
    /* color: #000; */
}
.swiper-father{
    width: 1300px;
    overflow: hidden;
    margin: 100px auto 0;
    position: relative;
}
.swiper-container{
    width: 1000px!important;
}
.swiper-slide-left{
    float: left;
    width: 460px;
    height: 322px;
    background-color: #fff;
    margin-top: 80px;
    padding: 10px 30px 0;
    border-radius: 10px;
}
.swiper-slide-left p {
    font-size: 16px;
}
.swiper-slide-left p:nth-child(2){
    height: 170px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
#tt{
    font-size:20px;
    margin-top: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
}
a{
    font-weight:bold;
    color: #29BBB1;
    text-decoration: none;
}
.more{
    font-size: 24px;
    color: #000;
}
.more:hover{
    color: #29b8e2;
    text-decoration: none;
}
.more:hover .jiantou{
    margin-left: 12px;
}
.swiper-slide-right{
    float: left;
    width: 480px;
    height: 482px;
     border-radius: 10px;
     overflow: hidden;
}
.swiper-slide img{
    width: auto;
    height: 482px;
}
.banner .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #000;
}
.banner .swiper-container{
    height: 622px;
}
.banner .swiper-pagination-bullet-active{
	background: #000;
}
.banner .swiper-container .swiper-pagination{
    bottom: 75px;
}
.swiper-button-prev,
.swiper-button-next{
    outline: none;
}