.tabouts p{text-indent: 2em;}

.tabouts-num{margin-top: 60px;}
.tabouts-num li{width: 20%;text-align: center;}
.tabouts-num li span{display: inline-block; width: 100px;height: 100px;background-color: #bb2822;border-radius: 50%;}
.tabouts-num li span img{width: 100%;height: 100%;}
.tabouts-num li h4{font-size: 18px;margin:17px 0 10px;font-weight: bold;}
.tabouts-num li h3{font-size: 15px;color:#999;font-weight: normal;}

.tabouts-history .img{width: 50%;height: 320px;}
.tabouts-history .text{width: 50%;height: 320px;background-color: #f8f8f8;padding:0 56px; display: flex;flex-direction: column;justify-content: center;}
.tabouts-history .text h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.tabouts-history .text p{font-size: 16px;line-height: 34px;}
.tabouts-history .mySwiper{position: relative;margin-top:40px;}
.tabouts-history .mySwiper::after{content: '';position: absolute;width: calc(100% - 50px);height:1px;border-bottom: 1px dashed #ccc;bottom:12px;left:25px;}
.tabouts-history .mySwiper .swiper-button{width: 25px;height: 25px;line-height: 25px;padding-top: 2px; border-radius: 50%;background-color: #bb2822;top:auto !important;bottom:0;}
.tabouts-history .mySwiper .swiper-button-next{right: 0;}
.tabouts-history .mySwiper .swiper-button-prev{left: 0;}
.tabouts-history .mySwiper .swiper-button:after{font-size: 12px;color:#fff;}
.tabouts-history .mySwiper .swiper-slide{position: relative; text-align: center;padding-bottom: 5px;font-size: 15px; display: flex;flex-direction: column;align-items: center;}
.tabouts-history .mySwiper .swiper-slide:after{content: '';display: block;width: 15px;height: 15px;background-color: #d2d2d2;transform: rotate(45deg);margin-top: 15px;}
.tabouts-history .mySwiper .swiper-slide-thumb-active{color: #bb2822;}
.tabouts-history .mySwiper .swiper-slide-thumb-active:after{background-color: #bb2822;}

.tabouts-culture .swiper-slide{text-align: center;}
.tabouts-culture .swiper-slide img{max-width: 80%;}

.tabouts-pic li{width: 22.75%;margin-left: 3%;}
.tabouts-pic li:nth-child(4n-3){margin-left: 0;}
.tabouts-pic li a{float: left ; width: 100%; padding:20px;border: 1px solid #f2f2f2;}
.tabouts-pic li .img{width: 100%;height: 155px;overflow: hidden;margin-bottom: 15px;}
.tabouts-pic li .img img{width: 100%;height: 100%;}
.tabouts-pic li h3{float: left;width: 100%; font-size: 16px;line-height: 26px;height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tabouts-pic li em{float: left;width: 100%;margin-top: 4px; color:#888;line-height: 22px;height: 44px;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

@media screen and (min-width: 769px){

    .tabouts-pic li:hover a{border-color: #bb2822;}
    .tabouts-pic li:hover .img img{transform: scale(1.08);}

}

@media screen and (max-width: 1460px){

    .tabouts-num{margin-top: 45px;}
    .tabouts-history .text p{font-size: 15px;}

}

@media screen and (max-width: 768px){

    .tabouts-num{margin-top: 20px;}
    .tabouts-num li h3{font-size: 12px;}
    .tabouts-num li span{width: 55px;height: 55px;}
    .tabouts-num li h4{margin:8px 0 4px;}

    .tabouts-history .img{width: 100%;height: 48vw;}
    .tabouts-history .text{width: 100%;height: 230px;padding: 22px;}
    .tabouts-history .text h3{font-size: 17px;margin-bottom: 12px;}
    .tabouts-history .text p{font-size: 14px;line-height: 1.6;}

    .tabouts-culture .swiper-button-next,.tabouts-culture .swiper-button-prev{display: none;}

    .tabouts-pic li{width: 49%;margin-left: 2%;margin-bottom: 2%;}
    .tabouts-pic li:nth-child(2n-1){margin-left: 0;}
    .tabouts-pic li a{padding:8px;}
    .tabouts-pic li .img{height: 32vw;margin-bottom: 8px;}
    .tabouts-pic li h3{font-size: 15px;}
    .tabouts-pic li em{font-size: 13px;line-height: 18px;height: 36px;}

}