* {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.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: #2d7cfa;
}

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

.details-way .details-title a {
    color: #15a1fd;
    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 {
    width: 63%;
    margin: 50px auto 30px;
}

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

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

.details-main .details-main-right a:hover,
.details-main .details-main-right a:active {
    background-color: #f5f5f5;
    color: #4680FF;
    text-decoration: none;
}

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

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

a.more:hover {
    color: #4680FF;
    background: #ffffff;
    text-decoration: none;
}

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

.details-list li {
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

a.list-title-a:link,
a.list-title-a:visited {
    text-decoration: none;
    color: #666;
}

div.list-left .list-title a, div.details-list-left .details-list-title a {
    color: #333;
}

.details-list li a:hover,
a.list-title-a:hover,
div.list-left .list-title a:hover,
div.details-list-left .details-list-title a:hover,
.details-list li a:active {
    text-decoration: none;
    color: #4680FF;
}

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

.details-main-left .details-main-title {
    padding-bottom: 12px;
    margin-top: 0;
    font-size: 24px;
}

.details-main-left .details-content {
    margin-top: 30px;
}

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

.details-main-left .details-content p, ol, ul, h1, h2, h3, h4, h5, h6, div {
    margin: 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.details-way {
    width: 63%;
    padding: 0;
    margin-top: 100px;
}

.container:before {
    display: table;
    content: " ";
}

.container:after {
    display: table;
    content: " ";
}

#body-main-content {
    background-color: #fff;
    padding-bottom: 30px;
}

.white-line {
    padding-top: 5%;
    background-color: white;
    margin-left: -14%;
    margin-right: -14%;
}

.popular-article-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 5%;
    align-items: flex-end;

}

.popular-article-list > .popular-article-detail {
    width: 47%;
    background: #8DB6CD;
    text-align: center;
    margin-left: 3%;
    flex: 0 0 47%;
    margin-top: 3%;
    position: relative;
}

.with-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.5);
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #FFFFFF;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
}

.release-time {

    color: #999999;
    font-size: 14px;
}

.details-servers {
    width: 238px;
    height: 36px;
    background: #4580FF;
    opacity: 1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 100px;
}

.details-servers a {
    color: #FFFFFF;
}

.details-articles {
    float: left;
    width: 100%;
    margin-top: 42px;
    margin-bottom: 48px;
}

.details-articles-previous {
    float: left;
}

.details-articles-next {
    float: right;
}

.details-articles-previous, .details-articles-next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 48%;
}

.details-articles-previous a, .details-articles-next a {
    color: #333333;
    font-size: 16px;
}

.details-articles-list {
    margin-top: 48px;
    float: left;
}

.details-info-list {
    float: left;
    margin-bottom: 40px;
}

.details-info-list-content {
    float: right;
    margin-left: 30px;
    width: calc(100% - 270px);
}

.details-list-left {
    line-height: 33px;
    height: 110px;
}

.details-list-title {
    font-size: 16px;
}

p.details-list-title {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.details-info-list-img {
    width: 240px;
    height: 130px;
    float: left;
    padding-left: 20px;

}

.details-info-list-img a img {
    width: 220px;
    height: 130px;
    border-radius: 10px;
}

.details-list-content {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
    width: 75%;
}

.weight {
    font-weight: bold;
}

.release-time {
    margin-bottom: 0;
    height: 20px;
}

.release-time img {
    width: 16px;
    padding-bottom: 4px;
}

img.cover-img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

@media (max-width: 1599px) {
    .details-main {
        width: 80%;
    }

}

@media (max-width: 1200px) {
    .details-main {
        width: 80%;
    }

    .with-img-title {
        font-size: 12px;
    }

}

@media (max-width: 1100px) {
    .details-main .details-main-right {
        width: 100%;
        margin-top: 30px;
    }

    .details-articles, .details-articles-previous, .details-articles-next {
        float: none;
    }

    .details-main-left, .details-articles-previous, .details-articles-next {
        width: 97%;
    }
}

@media (max-width: 900px) {
    .details-with-img-title {
        -webkit-line-clamp: 2;
    }

    div.details-info-list-img {
        display: none;
    }

    .details-info-list, .details-info-list-content {
        width: 100%;
    }
    img.cover-img {
        height: 148px;
    }
}

@media (max-width: 500px) {

    .popular-article-list > .popular-article-detail {
        flex: 0 0 100%;
    }

    img.cover-img {
        height: 106px;
    }
}



