.detail_blog_title {
    margin-top: 150px;
    flex-direction: column;
    padding: 0 80px;
}

.detail_blog_title h2 {
    font-size: 35px;
    color: #FCE012;
    font-weight: normal;
    text-align: center;
}

.detail_blog_title_box {
    width: 350px;
}

.detail_blog_title p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.detail_blog_line {
    width: 100%;
    height: 2px;
    background-color: #FCE012;
    margin-top: 30px;
}

.blog_ul {
    display: flex;
    height: 80px;
    margin-top: 30px;
    align-items: center;
}

.blog_ul li {
    font-size: 18px;
    color: #fff;
    margin-right: 50px;
    cursor: pointer;
    font-family: 'Fahkwang';
}

.blog_ul li:hover {
    color: #FCE012;
}

.detail_blog_box {
    width: 1110px;
}

.detail_blog_card {
    width: 100%;
    border: 2px solid #FCE012;
    height: 382px;
    display: flex;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.detail_blog_card .blog_img {
    width: 510px;
    height: 100%;
}

.detail_blog_card_content {
    width: 590px;
    padding: 24px 60px;
    box-sizing: border-box;
}

.detail_blog_card_content h3 {
    font-size: 35px;
    color: #FCE012;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
    margin-top: 10px;
}

.blog_card_detail {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_card_detail h3{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.el-dropdown-menu__item {
    text-align: left;
    font-size: 18px !important;
    padding: 10px 20px !important;
    color: #fff !important;
}

.el-dropdown-menu {
    border-radius: 0 !important;
    background-color: rgb(0, 0, 0, 0.7);
    border: 0;
}

.el-dropdown-menu__item {
    position: relative;
}

.el-dropdown__caret {
    display: none !important;
}

.el-dropdown-menu__item:hover {
    color: #FCE012 !important;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: transparent !important;
}

.el-dropdown-menu__item:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-bottom: 1px solid rgb(50, 50, 50);
}

.blog_dropdown {
    font-size: 18px;
    color: #fff;
}

.blog_detial_box {
    width: 940px;
    margin-top: 150px;
}

.blog_detial_content {
    width: 940px;
    padding: 60px 80px;
    box-sizing: border-box;
    border: 2px solid #FCE012;
}

.blog_mian_content {
    flex-direction: column;
}

.blog_detial_content h3 {
    font-size: 35px;
    color: #FCE012;
    font-weight: normal;
    margin-top: 25px;

}

.blog_detial_content p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.recent_posts_title h4 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.recent_posts_title {
    width: 100%;
    margin-top: 20px;
}

.recent_posts {
    width: 940px;
}

.recent_posts_card {
    width: 288px;
    border: 2px solid #FCE012;
    font-size: 0;
    cursor: pointer;
}

.recent_posts_card img {
    height: 161px;
    width: 100%;
}

.recent_posts_detial {
    height: 103px;
    padding: 24px;
    box-sizing: border-box;
}

.recent_posts_detial h3 {
    font-size: 18px;
    font-weight: normal;
    color: #FCE012;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent_posts_content {
    margin-top: 20px;
}

.blog_content {
    margin-top: 30px;
}

.blog_ul_more:hover span {
    color: #FCE012;
}

.blog_li_active {
    color: #FCE012 !important;
}

.recent_posts_title a {
    color: #fff;
}

.recent_posts_detial h3:hover {
    color: rgb(249, 197, 180);
}

.blog_content h3 {
    font-size: 18px !important;
    color: #fff !important;
}

.blog_content a {
    color: rgb(249, 197, 180) !important;
}

.blog_classift_select {
    display: none;
}

.blog_author_box {
    display: flex;
    align-items: center;

}

.blog_author_box span {
    color: #fff;
    font-size: 14px;

}

.blog_author_box .blog_author_name {
    margin-left: 10px;
}

.blog_classify_button_box {
    margin-top: 10px;
}

.blog_classify_button_box button {
    border: 2px solid #FCE012;
    color: #FCE012;
    padding: 13px 10px;
    background-color: transparent;
    margin-right: 13px;
    cursor: pointer;
    margin-bottom: 10px;
}

.blog_classify_button_box button:hover {
    color: #000;
    background-color: #FCE012;
}

.blog_title_content:hover h3 {
    color: rgb(249, 197, 180)!important;
}
.blog_title_content:hover .blog_card_detail {
    color: rgb(249, 197, 180)!important;
}
.phone_blog{
    display: none;
}
.blog_card_author{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more_icon{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.share_post_meun{
    background-color: rgb(0, 0, 0, 0.9)!important;
}
.share_post_li{
    font-size: 16px !important;
    padding: 8px 18px !important;
}
.share_post_li:hover{
    color: #fff !important;
    background-color: transparent!important;
}
.el-dialog__header{
    padding: 0!important;
}
.el-dialog__body{
    background-color: #000!important;
}
.el-dialog{
    width: 452px!important;
}
.share_post_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.share_post_content h3{
    color: #fff;
    font-size: 16px;
}
.el-dropdown-menu__item{
    font-family: 'Fahkwang';
}
.share_button_box button{
    width: 45px;
    height: 45px;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share_button_box {
    margin-top: 25px;
    width: 270px;
    display: flex;
    justify-content: space-between;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #fff!important;
}
.blog_comments{
    width: 940px;
    height: 215px;
    padding: 20px 100px 50px;
    border: 2px solid #FCE012;
    margin-top: 30px;
    box-sizing: border-box;
}
.blog_comments_line{
    width: 100%;
    height: 1px;
    background-color: rgb(51,51,51);
    margin-top: 25px;
}
.blog_comments h3{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.blog_comments input{
    width: 100%;
    height: 54px;
    border: 1px solid rgb(77 77 77);
    background-color: transparent;
    outline: none;
    margin-top: 35px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #fff;
    font-family: 'Helvetica-Neue';
    font-size: 16px;
}

.blog_comments input::placeholder {
    color: #fff;
    font-family: 'Helvetica-Neue';
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .detail_blog_title {
        margin-top: 180px;
        flex-direction: column;
        padding: 0 20px;
    }

    .blog_ul {
        display: none;
    }

    .detail_blog_card {
        display: block;
        border: 0;
        height: auto;
    }

    .detail_blog_card_content {
        width: 100%;
        padding: 20px;
        border-bottom: 2px solid #333;
        box-sizing: border-box;
    }

    .detail_blog_card .blog_img {
        width: 100%;
    }

    .blog_detial_content {
        width: 100%;
        padding: 20px;
        border: 0;
    }

    .recent_posts_content {
        display: block;
    }

    .recent_posts {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .recent_posts_card {
        width: 100%;
        margin-bottom: 20px;
    }

    .recent_posts_card img {
        height: 190px;
    }

    .blog_classift_select {
        display: flex;
        width: 100%;
    }

    .blog_classift_select .el-input__inner {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        border: 0;
        background-color: transparent;
        font-size: 18px;
        color: #fff;
    }

    .phone_blog {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        background-color: #FCE012;
        display: flex;
        align-items: center;
        color: #000;
        height: 60px;
        margin-top: 40px;
    }

    .blog_detial_content h3 {
        font-size: 28px;
    }

    .detail_blog_box {
        width: auto;
    }

    .blog_detial_content p {
        font-size: 16px;
    }
    .el-dialog {
        width: 100% !important;
        margin-top: 50%!important;
    }
    .share_button_box {
        margin-top: 40px;
    }
    .blog_comments{
        width: 100%;
        padding:20px;
        margin-top: 0px;
    }

}