.find-park-section {
    padding-top: 24px;
    min-height: 1200px;
    padding-bottom: 50px;
}

.find-park-section .main {
    width: 1200px;
    margin: 0 auto;
}

.find-park-section .main .top-banner {
    height: 280px;
    background: linear-gradient(360deg, rgba(42, 126, 255, 0.8) 0%, rgba(1, 75, 173, 0.02) 98%, rgba(0, 74, 172, 0) 100%);
    /*background: linear-gradient(-30deg, #4f38a4, #a244bc 45%, #4f38a4 45%) #4f38a4;*/
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 280px;
}

.find-park-section .park-title {
    width: 1200px;
    margin: 50px auto 40px auto;
}

.park-title .top {
    line-height: 44px;
    text-align: center;
}

.park-title .top span {
    line-height: 44px;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 14px;
    border-top: 1px solid #646566;
}

.park-title .top em {
    font-size: 32px;
    color: #0C0F11;
    line-height: 44px;
    padding: 0 51px;
    font-weight: bold;
    font-style: normal;
}

.park-title .bottom {
    /* margin-top: 10px; */
    font-size: 14px;
    color: #AAB2C5;
    line-height: 14px;
    text-align: center;
    position: relative;

}

.park-title .bottom a {
    position: absolute;
    right: 10px;
    bottom: -6px;
    font-size: 12px;
    color: #985500;
    line-height: 24px;
    cursor: pointer;

}

.park-title .bottom a i {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 11px;
    right: -10px;
    border-left: 1px solid #985500;
    border-bottom: 1px solid #985500;
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    transform: translate(0, -50%) rotate(-135deg);

}

.find-park-section .recommend-park-list .item {
    width: 286px;
    height: 290px;
    border: 1px solid #E6E6E6;
    margin-right: 18px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 2px 13px 0px rgb(0 0 0 / 6%);
}

.find-park-section .recommend-park-list .item:nth-child(4n) {
    margin-right: 0;
}
.find-park-section .recommend-park-list .item:hover{
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.12);
}
.recommend-park-list .item .img-box {
    width: 286px;
    height: 230px;
}

.recommend-park-list .item .img-box img {
    width: 286px;
    height: 230px;
    /*object-fit: cover;*/
}

.recommend-park-list .item .content {
    padding: 17px 16px 16px 16px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C0F11;
    line-height: 24px;
}

.news-policy-list  {
    width: 1200px;
    margin: 43px auto 0 auto;
}

.news-policy-list  .xwzc_item {
    width: 389px;
    height: 365px;
    float: left;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    margin-right: 16px;
    overflow: hidden;
}
.news-policy-list  .xwzc_item:hover{
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.12);
}
.news-policy-list  .xwzc_item:last-child {
    margin-right: 0;
}

.news-policy-list  .xwzc_item a {
    width: 100%;
    height: 100%;
    display: block;
}

.news-policy-list  .top_img {
    width: 389px;
    height: 227px;
}

.news-policy-list  .top_img img {
    width: 389px;
    height: 227px;
    object-fit: cover;
}

.news-policy-list  .bottom_info {
    padding: 21px 19px 0 19px;
}

.news-policy-list  .bottom_info .time {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}

.news-policy-list  .bottom_info .title {
    margin-top: 10px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #0C0F11;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-policy-list  .bottom_info .address {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #838486;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}