
a {
    text-decoration: none;
}

.y-border-b {
    border-bottom: 1px solid #E5E5E5;
}

.y-pd-b-20 {
    padding-bottom: 20px;
}

.details {
    width: 100%;
    height: 100%;
    margin: auto;
}

.details .details-article {
    width: 96%;
    height: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.details-article .details-tip {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", Arial, sans-serif;
    color: #000000;
    font-weight: 500;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 2px solid #979797;
}

.details-article .details-back {
    width: 100%;
    height: 100%;
}

.details-back img {
    width: 100%;
    height: 100%;
}

.details-article .details-shell {
    width: 100%;
    height: 100%;
}

.details-shell .shell-section {
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.shell-section .section-ul {
    width: 100%;
    height: 100%;
}

.section-ul ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.section-ul ul li {
    width: 32%;
    padding-bottom: 40px;
    margin: 0.666%;
}

.section-ul .img-name .img-name-text {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", Arial, sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}

.section-ul .img-name .img-name-hint {
    width: 100%;
    height: 100%;
    line-height: 30px;
    margin-top: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}









