.Section-content {
    margin-bottom: 60px;
    overflow: hidden;
}

.Section-content-box {
    overflow: hidden;
    box-sizing: border-box;
}

.indexes-details {
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px 0 60px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.indexes-details-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 36px;
}

.indexes-details-line {
    border-bottom: 1px dashed #D6D6D6;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.indexes-details-info {
    overflow: hidden;
    margin-top: 30px;
}

.indexes-details-info .info-left {
    width: 470px;
    height: 320px;
    overflow: hidden;
}

.indexes-details-info .info-left>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.indexes-details-info .info-left:hover img {
    transform: scale(1.1);
}

.indexes-details-info .info-right {
    width: 870px;
    height: 320px;
    overflow-y: auto;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 1.7;
}

.indexes-list {
    margin-top: 30px;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.indexes-list .module_tab_left {
    font-size: 18px;
}

.indexes-list .module_list3_item{
    margin-bottom: 0;
}

.module_view_page{
    margin:0 !important;
    padding: 40px 0 50px !important;
}