.hard_detail {
    margin: 80px 0;
}

.hard_detail .main_left {
    padding-right: 30px;
}

.hard_detail .main_article {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.hard_detail .main_article .main_article_box {
    padding: 40px 50px;
}

.hard_detail .main_article .main_article_box .main_article_content {
    padding-bottom: 30px;
}

.hard_detail .main_article .main_article_box .main_article_content .title_text h2 {
    color: #111f2c;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.hard_detail .main_article .main_article_box .main_article_content .title_text p {
    font-size: 14px;
    color: #444;
}

.hard_detail .main_article .main_article_box .main_article_content .hard_detail_banner_content {
    border: 1px solid #F2F5F8;
    border-radius: 6px;
    margin: 40px 0;
}

#hard_detail_banner.swiper-container {
    border-radius: 6px;
}

#hard_detail_banner.swiper-container .swiper-wrapper {
    align-items: center;
}

#hard_detail_banner.swiper-container img {
    width: 100%;
    padding-bottom: 40px;
}

#hard_detail_banner.swiper-container .swiper-pagination {
    text-align: right;
    padding: 0 25px 0 0;
}

#hard_detail_banner.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
}

#hard_detail_banner.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .4;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.hard_detail .main_article .main_article_box .main_article_content .hard_detail_banner_content .pagination_warp {
    height: 40px;
    line-height: 40px;
    background: #bac2d3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    z-index: 2;
}

.hard_detail .main_article .main_article_box .main_article_content .main_article_desc {

}

.hard_detail .main_article .main_article_box .main_article_content .main_article_desc ._title {
    text-align: left;
}

.hard_detail .main_article .main_article_box .main_article_content .main_article_desc ._title span {
    display: block;
    color: #111f2c;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
}

.hard_detail .main_article .main_article_box .main_article_content .main_article_desc p {
    position: relative;
    color: #768193;
    font-size: 15px;
    line-height: 24px;
    padding-left: 16px;
    word-wrap: break-word;
    text-align: justify;
    margin: 6px 0;
}

.hard_detail .main_article .main_article_box .main_article_content .main_article_desc p:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #7ba5ff;
    border-radius: 50%;
}

.hard_detail .main_article .main_article_box .main_article_content .main_article_desc br {
    display: none;
}

.hard_detail .main_article .main_article_bottom {
    padding-top: 25px;
    text-align: center;
    border-top: 1px solid #eee;
}

.hard_detail .main_article .main_article_bottom .share {
    display: inline-block;
}

.hard_detail .tuijian_box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 25px 25px 10px 25px;
    margin-top: 30px;
}

.hard_detail .tuijian_box .main_title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.hard_detail .tuijian_box .main_title img {
    width: 25px;
}

.hard_detail .hot_yj_box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px 25px 10px 25px;
}

.hard_detail .hot_yj_box .hot_yj_title {
    color: #111f2c;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.hard_detail .hot_yj_box .hot_yj_title img {
    width: 25px;
    margin-right: 5px;
}

.hard_detail .hot_yj_box .hot_yj_content .yj_content {
    display: flex;
    height: 80px;
    margin: 20px 0;
}

.hard_detail .hot_yj_box .hot_yj_content .yj_content:hover ._text ._title {
    color: #3867FB;
}

.hard_detail .hot_yj_box .hot_yj_content .yj_content ._img {
    display: block;
    width: 110px;
    margin-right: 10px;
    border-radius: 3px;
    object-fit: fill;
    border: 1px solid #f1f1f1;
    padding: 6px;
}

.hard_detail .hot_yj_box .hot_yj_content .yj_content ._text {
    flex: 1;
}

.hard_detail .hot_yj_box .hot_yj_content .yj_content ._text ._title {
    color: #111f2c;
    font-size: 18px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .hard_detail .container, .hard_detail .container .main_left, .hard_detail .container .main_right {
        padding-right: 0;
        padding-left: 0;
    }

    .hard_detail {
        margin-bottom: 20px;
        margin-top: 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, .07);
    }

    .hard_detail .main_article {
        border-radius: 0;
    }

    .hard_detail .main_article .main_article_box {
        padding: 25px 15px 10px 15px;
    }

    .hard_detail .main_article .main_article_box .main_article_content .title_text h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hard_detail .main_article .main_article_box .main_article_content .hard_detail_banner_content {
        margin: 25px 0;
    }

    .hard_detail .main_article .main_article_box .main_article_content .hard_detail_banner_content .pagination_warp {
        height: 40px;
        line-height: 40px;
    }

    #hard_detail_banner.swiper-container .swiper-pagination {
        padding: 0 25px 0px 0;
    }

    .hard_detail .main_article .main_article_box .main_article_content .main_article_desc ._title {

    }

    .hard_detail .main_article .main_article_box .main_article_content .main_article_desc ._title span {
        color: #111f2c;
    }

    .hard_detail .main_article .main_article_box .main_article_content .main_article_desc p {
        color: #323232;
    }

    .hard_detail .hot_yj_box {
        padding: 25px 13px 10px 15px;
        border-radius: 0;
    }
}