#index-banner {}

#index-banner h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

#index-banner h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 900px) {
    #index-banner h1 {
        font-size: 12px;
        font-weight: normal;
    }
    #index-banner h2 {
        display: none
    }
}

.list-index {
    width: 25%;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-right-color: #E8E8E8;
    border-bottom-color: #E8E8E8;
    /* border-top: 1px dashed #e8e8e8; */
    min-height: 220px;
    padding: 25px;
    float: left;
}

.list-index-pic {
    float: left;
    width: 40%;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.list-index-pic img {
    border-radius: 10px;
}

.list-index-textbox {
    float: left;
    width: 60%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 13px;
}

.list-index-textbox div {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 1000px) {
    .list-index {
        min-height: 350px;
        padding: 10px;
    }
    .list-index-pic {
        width: 100%;
        padding-right: 15%;
        padding-left: 15%;
    }
    .list-index-textbox {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .list-index {
        padding: 20px;
        width: 100%;
        border-right-width: 0px;
        border-bottom-width: 1px;
        min-height: 180px;
    }
    .list-index-pic {
        width: 40%;
        padding-right: 0%;
        padding-left: 0%;
    }
    .list-index-textbox {
        width: 60%;
    }
}