

.index-container .icon-nav-wrapper {
    width: 100%;
    height: 50.63rem;
    position: relative
}

.index-container .icon-nav-wrapper ._blank {
    width: 100%;
    height: 50%
}

.index-container .icon-nav-wrapper .bottom_blank {
    background-color: #fff1e1
}

.index-container .icon-nav-wrapper .icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.index-container .icon-nav-wrapper .icons .icons-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item {
    width: 30%;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
    font-size: 2rem;
    font-weight: bold
}

.index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item .icon-title {
    margin-top: 3.25rem
}

.index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item img {
    border-radius: 50%;
    width: 21.5rem;
    transition: all .5s ease-in-out
}

.index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item img:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7)
}

.index-container .overview {
    overflow: hidden
}

.index-container .overview .image-text .text {
    padding-top: 3rem;
    margin-left: 10rem
}

.index-container .overview .image-text .text .text-title {
    color: #000;
    font-size: 2.88rem;
    margin-bottom:1.63rem;
    font-weight: bold;
    text-align: center
}

.index-container .overview .image-text .text .text-dec {
    font-size: 1.63rem;
    color: #000;
    text-align: justify
}

.index-container .overview .image-text .image {
    padding: 0;
    margin-left: auto
}

.index-container .numbers-group {
    margin-top: 7.56rem;
    padding-bottom: 5rem
}

.index-container .numbers-group .numbers .number-item {
    text-align: center
}

.index-container .numbers-group .numbers .number-item .number {
    position: relative
}

.index-container .numbers-group .numbers .number-item .number .num {
    font-size: 5rem;
    color: #000;
    font-weight: bold;
    position: static
}

.index-container .numbers-group .numbers .number-item .number span {
    font-size: 1.88rem;
    font-weight: bold;
    position: absolute;
    top: .63rem
}

.index-container .numbers-group .numbers .number-item .number-title {
    font-size: 1.38rem;
    font-weight: bold;
    color: #000
}

.index-container .numbers-group .more-button {
    margin: 0 auto;
    width: 7.5rem;
    height: 3.25rem;
    text-align: center;
    line-height: 3.25rem;
    font-size: .88rem;
    color: #ab845b;
    border: 1px solid #ab845b;
    font-weight: bold;
    margin-top: 5.63rem;
    transition: all .3s
}

.index-container .numbers-group .more-button:hover {
    color: #fff;
    background-color: #ab845b
}

.index-container .section-item {
    padding-bottom: 1.7rem
}

.index-container .section-item .section-title {
    font-size: 2.88rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
    padding-top: 6.81rem;
    margin-bottom: 6.69rem
}

.index-container .section-item .text-mask {
    width: 100%;
    height: 7.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}

.index-container .section1 {
    background-color: #f8f8f8
}

.index-container .section1 .section-content .section-item .item-content {
    position: relative
}

.index-container .section1 .section-content .section-item .item-content .item-title {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.88rem;
    text-align: center;
    z-index: 2
}

.index-container .section1 .section-content .section-item .item-content .item-pic {
    overflow: hidden
}

.index-container .section1 .section-content .section-item .item-content .item-pic img {
    transition: all .3s ease-in-out;
    filter: brightness(.9)
}

.index-container .section1 .section-content .section-item:hover .item-content .item-pic img {
    transform: scale(1.1);
    filter: brightness(1)
}

.index-container .section2 .section-content .section-item .item-content {
    position: relative
}

.index-container .section2 .section-content .section-item .item-content .item-title {
    position: absolute;
    left: 0;
    bottom: 1.88rem;
    padding-left: 2.5rem;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: bold;
    z-index: 2
}

.index-container .section2 .section-content .section-item .item-content .item-pic {
    overflow: hidden
}

.index-container .section2 .section-content .section-item .item-content .item-pic img {
    transition: all .3s ease-in-out;
    filter: brightness(.9)
}

.index-container .section2 .section-content .section-item:hover .item-content .item-pic img {
    transform: scale(1.1);
    filter: brightness(1)
}

.index-container .section3 {
    background-color: #f8f8f8
}

.index-container .section3 .section-content .item-content .section-item {
    background-color: #fff;
    padding: 0 2.5rem;
    padding-top: 3.56rem;
    padding-bottom: 2.5rem;
    border-bottom: 4px solid #dbbf9c;
    border-bottom-width: 0;
    box-shadow: 0 2px 30px 0 rgba(70, 70, 70, 0.1);
    position: relative
}

.index-container .section3 .section-content .item-content .section-item .item {
    background-color: #fefcf9;
    position: relative;
    margin-bottom: 2.5rem
}

.index-container .section3 .section-content .item-content .section-item .item .item-icon {
    width: 3.19rem;
    position: absolute;
    left: 1.31rem;
    top: -1.13rem
}

.index-container .section3 .section-content .item-content .section-item .item .item-info {
    padding: 1.88rem;
    padding-bottom: 0;
    font-size: 1rem;
    color: #444444;
    text-align: justify;
    line-height: 1.88rem;
    height: 9.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.index-container .section3 .section-content .item-content .section-item .ui-group {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.index-container .section3 .section-content .item-content .section-item .ui-group .ui-icon {
    width: 5.63rem;
    height: 5.63rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.63rem
}

.index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .name {
    font-size: 1.5rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: .44rem
}

.index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .position {
    color: #ab845b;
    font-size: 1rem;
    font-weight: bold
}

.index-container .section3 .section-content .item-content .section-item::after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    background-color: #dbbf9c;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease-in-out
}

.index-container .section3 .section-content .item-content .section-item:hover::after {
    width: 100%;
    opacity: 1
}

.index-container .section4 .section-content .section-item {
    position: relative
}

.index-container .section4 .section-content .section-item .item-content .item-pic {
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
    margin-bottom: 1.88rem
}

.index-container .section4 .section-content .section-item .item-content .item-pic img {
    height: 100%;
    object-fit: cover
}

.index-container .section4 .section-content .section-item .item-content .item-time {
    font-size: 1rem;
    color: #666;
    margin-bottom: .5rem
}

.index-container .section4 .section-content .section-item .item-content .item-title {
    font-size: 1.1rem;
    height: 4rem;
    color: #222222;
    line-height: 2.13rem;
    margin-bottom: 1.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.index-container .section4 .section-content .section-item .item-content .item-button {
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s;
    width: max-content
}

.index-container .section4 .section-content .section-item .item-content .item-button span {
    font-size: .88rem
}

.index-container .section4 .section-content .section-item .item-content .item-button .arrow {
    transform: scale(1.6) translateY(-0.1rem);
    font-weight: bold;
    margin-left: .5rem
}

.index-container .section4 .section-content .section-item .item-content .item-button::after {
    content: "";
    display: block;
    width: 92%;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s ease-in-out;
    transform: translateX(-50%)
}

.index-container .section4 .section-content .section-item .item-content .item-button:hover {
    color: #ab845b
}

.index-container .section4 .section-content .section-item .item-content .item-button:hover::after {
    width: 100%;
    background-color: #ab845b
}

.index-container .section4 .show-more {
    margin: 0 auto;
    width: 7.5rem;
    height: 3.25rem;
    text-align: center;
    line-height: 3.25rem;
    font-size: .88rem;
    color: #ab845b;
    border: 1px solid #ab845b;
    font-weight: bold;
    margin-top: 4.38rem;
    transition: all .3s
}

.index-container .section4 .show-more:hover {
    color: #fff;
    background-color: #ab845b
}

@media (max-width:1440px) {
    .index-container .overview .image-text .text {
        padding-top: 2.88rem;
        margin-left: 9rem
    }
 
   
}

@media (max-width:1200px) {


    .index-container .icon-nav-wrapper {
        height: 38.63rem;
        transition: all .3s
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item img {
        width: 13.5rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item .icon-title {
        font-size: 1.6rem;
        margin-top: 1.2rem
    }

    .index-container .overview {
        overflow: hidden
    }

    .index-container .overview .image-text .text {
        padding-top: 7.88rem;
        margin-left: 10rem
    }

    .index-container .overview .image-text .text .text-title {
        font-size: 2rem;
        margin-bottom: 1.63rem
    }

    .index-container .overview .image-text .text .text-dec {
        font-size: 1.2rem
    }

    .index-container .overview .image-text .image {
        padding: 0;
        margin-left: auto
    }

    .index-container .numbers-group {
        margin-top: 3.56rem;
        padding-bottom: 3rem
    }

    .index-container .numbers-group .numbers .number-item .number .num {
        font-size: 3rem
    }

    .index-container .numbers-group .numbers .number-item .number span {
        font-size: 1.2rem
    }

    .index-container .numbers-group .numbers .number-item .number-title {
        font-size: 1rem
    }

    .index-container .numbers-group .more-button {
        margin-top: 3.63rem
    }

    .index-container .numbers-group .more-button:hover {
        color: #fff;
        background-color: #ab845b
    }

    .index-container .section-item {
        padding-bottom: 3.88rem
    }

    .index-container .section-item .section-title {
        font-size: 2rem;
        padding-top: 4.81rem;
        margin-bottom: 4.69rem
    }

    .index-container .section-item .text-mask {
        height: 5.5rem
    }

    .index-container .section1 .section-content .section-item .item-content .item-title {
        font-size: 1.5rem;
        bottom: 1.4rem
    }

    .index-container .section2 .section-content .section-item .item-content .item-title {
        bottom: 1.4rem;
        padding-left: 1.5rem;
        font-size: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item {
        padding: 0 2.5rem;
        padding-top: 2.56rem;
        padding-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item {
        margin-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-icon {
        width: 2.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-info {
        padding: 1rem;
        padding-bottom: 0;
        font-size: 1rem;
        line-height: 2rem;
        height: 11.38rem;
        -webkit-line-clamp: 5
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-icon {
        width: 4.63rem;
        height: 4.63rem;
        margin-right: 1rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .name {
        font-size: 1rem;
        margin-bottom: .2rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .position {
        font-size: .88rem
    }

    .index-container .section3 .section-content .item-content .section-item::after {
        content: "";
        display: block;
        width: 0%;
        height: 4px;
        background-color: #dbbf9c;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .4s ease-in-out
    }

    .index-container .section3 .section-content .item-content .section-item:hover::after {
        width: 100%;
        opacity: 1
    }

    .index-container .section4 .section-content .section-item .item-content .item-pic {
        height: 12.5rem;
        margin-bottom: 1rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-time {
        font-size: .88rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-title {
        font-size: 1.4rem;
        height: 4rem;
        line-height: 2.13rem;
        margin-bottom: 1.6rem
    }

    .index-container .section4 .show-more {
        margin-top: 2.38rem
    }
}

@media (max-width:992px) {
    

    .index-container .icon-nav-wrapper {
        height: 32.63rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item {
        font-size: 1.6rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item img {
        width: 13.5rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item .icon-title {
        margin-top: 1.25rem
    }

    .index-container .overview .image-text {
        margin: 0 .94rem
    }

    .index-container .overview .image-text .text {
        padding-top: 3.88rem;
        margin-left: 0rem;
        margin-bottom: 1.25rem
    }

    .index-container .overview .image-text .text .text-title {
        font-size: 2rem;
        margin-bottom: 1.63rem
    }

    .index-container .overview .image-text .text .text-dec {
        font-size: 1.2rem
    }

    .index-container .overview .image-text .image {
        padding: 0;
        margin-left: auto
    }

    .index-container .numbers-group {
        margin-top: 3.56rem;
        padding-bottom: 3rem
    }

    .index-container .numbers-group .numbers .number-item .number .num {
        font-size: 3rem
    }

    .index-container .numbers-group .numbers .number-item .number span {
        font-size: 1.2rem
    }

    .index-container .numbers-group .numbers .number-item .number-title {
        font-size: 1rem
    }

    .index-container .numbers-group .more-button {
        margin-top: 3.63rem
    }

    .index-container .numbers-group .more-button:hover {
        color: #fff;
        background-color: #ab845b
    }

    .index-container .section-item {
        padding-bottom: 3.88rem
    }

    .index-container .section-item .section-title {
        font-size: 1.6rem;
        padding-top: 2.81rem;
        margin-bottom: 2.69rem
    }

    .index-container .section-item .text-mask {
        height: 7.5rem
    }

    .index-container .section1 .section-content .section-item .item-content .item-title {
        font-size: 1.5rem;
        bottom: 1.4rem
    }

    .index-container .section2 .section-content .section-item .item-content .item-title {
        bottom: 1.4rem;
        padding-left: 1.5rem;
        font-size: 1.5rem
    }

    .index-container .section3 .section-content .item-content {
        margin-bottom: 1.88rem
    }

    .index-container .section3 .section-content .item-content .section-item {
        padding: 0 2.5rem;
        padding-top: 2.56rem;
        padding-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item {
        margin-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-icon {
        width: 2.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-info {
        padding: 1rem;
        padding-bottom: 0;
        font-size: 1rem;
        line-height: 2rem;
        height: auto;
        -webkit-line-clamp: 20
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-icon {
        width: 4.63rem;
        height: 4.63rem;
        margin-right: 1rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .name {
        font-size: 1rem;
        margin-bottom: .2rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .position {
        font-size: .88rem
    }

    .index-container .section3 .section-content .item-content .section-item::after {
        content: "";
        display: block;
        width: 0%;
        height: 4px;
        background-color: #dbbf9c;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .4s ease-in-out
    }

    .index-container .section3 .section-content .item-content .section-item:hover::after {
        width: 100%;
        opacity: 1
    }

    .index-container .section4 .section-content .section-item {
        margin-bottom: 1.88rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-pic {
        height: 20.5rem;
        margin-bottom: 1rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-time {
        font-size: .88rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-title {
        font-size: 1.4rem;
        height: 4rem;
        line-height: 2.13rem;
        margin-bottom: 1.6rem
    }

    .index-container .section4 .show-more {
        margin-top: 2.38rem
    }
}

@media (max-width:768px) {
   

    .index-container .icon-nav-wrapper {
        height: 25.63rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item img {
        width: 10.5rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item .icon-title {
        margin-top: 1rem;
        font-size: 1.2rem
    }

    .index-container .overview .image-text {
        margin: 0 .94rem
    }

    .index-container .overview .image-text .text {
        padding-top: 3.88rem;
        margin-left: 0rem;
        margin-bottom: 1.25rem
    }

    .index-container .overview .image-text .text .text-title {
        font-size: 1.6rem;
        margin-bottom: 1.63rem
    }

    .index-container .overview .image-text .text .text-dec {
        font-size: 1.2rem
    }

    .index-container .overview .image-text .image {
        padding: 0;
        margin-left: auto
    }

    .index-container .numbers-group {
        margin-top: 3.56rem;
        padding-bottom: 3rem
    }

    .index-container .numbers-group .numbers .number-item .number .num {
        font-size: 3rem
    }

    .index-container .numbers-group .numbers .number-item .number span {
        font-size: 1.2rem
    }

    .index-container .numbers-group .numbers .number-item .number-title {
        font-size: 1rem
    }

    .index-container .numbers-group .more-button {
        margin-top: 3.63rem
    }

    .index-container .numbers-group .more-button:hover {
        color: #fff;
        background-color: #ab845b
    }

    .index-container .section-item {
        padding-bottom: 3.88rem
    }

    .index-container .section-item .section-title {
        font-size: 1.6rem;
        padding-top: 2.81rem;
        margin-bottom: 2.69rem
    }

    .index-container .section-item .text-mask {
        height: 7.5rem
    }

    .index-container .section1 .section-content .section-item .item-content .item-title {
        font-size: 1.5rem;
        bottom: 1.4rem
    }

    .index-container .section2 .section-content .section-item .item-content .item-title {
        bottom: 1.4rem;
        padding-left: 1.5rem;
        font-size: 1.5rem
    }

    .index-container .section3 .section-content .item-content {
        margin-bottom: 1.88rem
    }

    .index-container .section3 .section-content .item-content .section-item {
        padding: 0 2.5rem;
        padding-top: 2.56rem;
        padding-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item {
        margin-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-icon {
        width: 2.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-info {
        padding: 1rem;
        padding-bottom: 0;
        font-size: 1rem;
        line-height: 2rem;
        height: auto;
        -webkit-line-clamp: 20
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-icon {
        width: 4.63rem;
        height: 4.63rem;
        margin-right: 1rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .name {
        font-size: 1rem;
        margin-bottom: .2rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .position {
        font-size: .88rem
    }

    .index-container .section3 .section-content .item-content .section-item::after {
        content: "";
        display: block;
        width: 0%;
        height: 4px;
        background-color: #dbbf9c;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .4s ease-in-out
    }

    .index-container .section3 .section-content .item-content .section-item:hover::after {
        width: 100%;
        opacity: 1
    }

    .index-container .section4 .section-content .section-item {
        margin-bottom: 1.88rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-pic {
        height: 20.5rem;
        margin-bottom: 1rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-time {
        font-size: .88rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-title {
        font-size: 1.4rem;
        height: 4rem;
        line-height: 2.13rem;
        margin-bottom: 1.6rem
    }

    .index-container .section4 .show-more {
        margin-top: 2.38rem
    }
}

@media (max-width:576px) {
   

    .index-container .icon-nav-wrapper {
        height: 15.63rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item img {
        width: 6.5rem
    }

    .index-container .icon-nav-wrapper .icons .icons-wrapper .icon-nv-item .icon-title {
        margin-top: .5rem;
        font-size: 1rem
    }

    .index-container .overview .image-text .text .text-title {
        font-size: 1.4rem
    }

    .index-container .overview .image-text .text .text-dec {
        font-size: 1rem
    }

    .index-container .numbers-group {
        margin-top: 2.56rem;
        padding-bottom: 2rem
    }

    .index-container .numbers-group .numbers .number-item .number .num {
        font-size: 2.1rem
    }

    .index-container .numbers-group .numbers .number-item .number span {
        font-size: 1rem
    }

    .index-container .numbers-group .numbers .number-item .number-title {
        font-size: 1rem
    }

    .index-container .numbers-group .more-button {
        margin-top: 2rem
    }

    .index-container .numbers-group .more-button:hover {
        color: #fff;
        background-color: #ab845b
    }

    .index-container .section-item {
        padding: 5px 5px
    }

    .index-container .section-item .section-title {
        font-size: 1.4rem
    }

    .index-container .section-item .text-mask {
        height: 5.5rem
    }

    .index-container .section1 .section-content .section-item .item-content .item-title {
        font-size: 1.2rem
    }

    .index-container .section2 .section-content .section-item .item-content .item-title {
        font-size: 1.2rem
    }

    .index-container .section3 .section-content .item-content {
        margin-bottom: 1.88rem
    }

    .index-container .section3 .section-content .item-content .section-item {
        padding: 0 1rem;
        padding-top: 2.56rem;
        padding-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item {
        margin-bottom: 1.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-icon {
        width: 2.5rem
    }

    .index-container .section3 .section-content .item-content .section-item .item .item-info {
        padding: 1rem;
        padding-bottom: 0;
        font-size: 1rem;
        line-height: 2rem;
        height: auto;
        -webkit-line-clamp: 50
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-icon {
        width: 4.63rem;
        height: 4.63rem;
        margin-right: 1rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .name {
        font-size: 1rem;
        margin-bottom: .2rem
    }

    .index-container .section3 .section-content .item-content .section-item .ui-group .ui-name .position {
        font-size: .88rem
    }

    .index-container .section3 .section-content .item-content .section-item::after {
        content: "";
        display: block;
        width: 0%;
        height: 4px;
        background-color: #dbbf9c;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .4s ease-in-out
    }

    .index-container .section3 .section-content .item-content .section-item:hover::after {
        width: 100%;
        opacity: 1
    }

    .index-container .section4 .section-content .section-item {
        margin-bottom: 1.88rem;
        padding-bottom: 1rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-pic {
        height: 13.5rem;
        margin-bottom: 1rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-time {
        font-size: .88rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-title {
        font-size: 1.1rem;
        height: 4rem;
        line-height: 2.13rem;
        margin-bottom: 1.6rem
    }

    .index-container .section4 .section-content .section-item .item-content .item-button::after {
        width: 100%
    }

    .index-container .section4 .show-more {
        margin-top: 1.38rem
    }
}