@charset "utf-8";

.curse {
    width: 100%;
    padding-left: 22px;
    /* background: url("../images/address.png") no-repeat left center; */
    /* background-size: 20px auto; */
    padding-top: 20px;
    padding-bottom: 20px;
    color: #999999;
    font-size: 14px;
}


.zhili-swiper {
    width: 100%;
    padding: 30px 0;
}

.zhili-box {
    width: 100%;
    height: 481px;
    border-radius: 10px;
    position: relative;
}

.zhili-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhili-box p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 18px;
    background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0.5));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 20px;
    padding-right: 350px;
    border-radius: 10px;
}

.zhili-swiper .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
    width: 11px;
    height: 11px;
}

.zhili-swiper .swiper-pagination-bullet-active {
    background: #fb3a2f;
}

.zhili-swiper .swiper-pagination {
    width: 300px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 10;
    left: inherit;
    text-align: right;
}

.zhili-list {
    width: 100%;
    padding: 30px 0;
}

.zhili-item {
    height: 154px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.zhili-img {
    width: 240px;
    height: 154px;
    border-radius: 10px;
}

.zhili-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhili-tex {
    flex: 1;
    width: 0;
    margin-left: 20px;
}

.zhili-tex .zhili-title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
    width: 100%;
    padding-bottom: 15px;
}

.zhili-tex p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    font-weight: normal;
}

.zhili-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zhili-left {
    width: 884px;
}

.zhili-detail-tit {
    width: 100%;
    padding: 30px 0;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}

.zhili-detail-content {
    width: 100%;
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.zhili-detail-content p {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 32px;
    margin: 25px 0;
}

.zhili-detail-content img {
    max-width: 100%;
        height: auto;
    display: block;
    margin: 10px 0;
}

.zhili-right {
    width: 250px;
    padding-left: 25px;
    border-left: 1px solid #f0f0f0;
}

.right-title {
    width: 100%;
    padding-left: 15px;
    position: relative;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.right-title:before {
    content: '';
    width: 3px;
    height: 19px;
    background-color: #c13f38;
    position: absolute;
    top: 4px;
    left: 0;
}

.right-list {
    width: 100%;
}

.right-item {
    width: 100%;
    padding: 23px 0;
    border-bottom: 1px solid #F0F0F0;
}

.right-img {
    width: 225px;
    height: 136px;
    border-radius: 8px;
}

.right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-item p {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    padding-top: 5px;
    color: #333333;
}


.dongtai-list {
    width: 100%;
    /* height: 485px; */
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0;
}

.dongtai-item {
    width: 280px;
    padding-bottom: 30px;
    margin-right: 25px;
}

.dongtai-item:nth-child(4n) {
    margin-right: 0;
}

.dongtai-item .dongtai-img {
    width: 280px;
    height: 185px;
    overflow: hidden;
    border-radius: 6px;
}

.dongtai-item .dongtai-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dongtai-item p {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
    padding-top: 4px;
}


























































































