* {
    margin: 0;
}

a:hover {
    background: #ffffff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.details-way {
    padding-top: 80px;
}

.details-way .details-title {
    margin-top: 30px;
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.details-way .details-title .details-title-h {
    color: #388fff;
}

.details-way .details-title .details-title-d {
    color: #999999;
}

.details-way .details-title a {
    color: #388fff;
    background-color: #ffffff;
    text-decoration: none;
}

.details-way .details-title a:link,
.details-way .details-title a:visited {
    background-color: #ffffff;
}

.details-way .details-title a:hover,
.details-way .details-title a:active {
    background-color: #ffffff;
}

.details-main {
    margin-top: 50px;
    margin-bottom: 30px;
}

.details-main .details-main-left {
    width: 28%;
    background-color: #f5f5f5;
    padding: 16px 16px 50px;
}

.details-main .details-main-left a:link,
.details-main .details-main-left a:visited {
    background-color: #f5f5f5;
    color: #333333;
    text-decoration: none;
}

.details-main .details-main-left a:hover,
.details-main .details-main-left a:active {
    background-color: #f5f5f5;
    color: #388fff;
    text-decoration: none;
}

.details-main .correlation-content {
    font-size: 20px;
    color: #333333;
    font-weight: 900;
}

.details-main .more {
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
}

.details-main .more:hover {
    color: #388fff;
    background: #ffffff;
    text-decoration: none;
}

.details-main .details-list {
    margin-top: 30px;
    padding: 0;
    height: 200px;
    overflow: hidden;
}

.details-list li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-list li a {
    color: #333333;
    font-size: 1.4rem;
    background-color: #f5f5f5;
}

.details-list li a:link,
.details-list li a:visited {
    text-decoration: none;
    color: #333333;
}

.details-list li a:hover,
.details-list li a:active {
    text-decoration: none;
    color: #388fff;
}

.details-main-right {
    width: 69%;
    margin-left: 3%;
}

.details-main-right .details-main-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 3.6rem;
}

.details-main-right .details-content {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.details-main-right .details-content p,ol,ul,h1,h2,h3,h4,h5,h6,div {
    margin: 0;
}

@media (max-width: 767px) {
    .details-way {
        width: 95%;
    }

    .details-title-d {
        display: block;
    }

    .details-main {
        position: relative;
    }

    .details-main-right {
        width: 95%;
        margin: 0 10px;
    }

    .details-main .details-main-left {
        width: 95%;
        margin: 0 10px;
    }

    .details-main .details-main-left .more {
        display: none;
    }

    .details-content img{
        width: 100%;
        height: auto;
    }
}

