﻿#news-detail {
    padding: 0 10%;
}

#news-detail .parent-cate {
    font-size: 22px;
    color: #0072bc;
    font-weight: 600;
    font-family: "Lora";
}

#news-detail .parent-cate a {
    text-decoration: none;
}

#news-detail .cate-separate {
    color: #888888;
}

#news-detail .child-cate a {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
}

#news-detail .child-cate a:hover {
    color: #0072bc;
    font-weight: 400;
    font-family: "Roboto";
}

#news-detail .curr-cate a {
    font-size: 16px;
    color: #0072bc;
    font-weight: 600;
    font-family: "Lora";
}

#news-detail .cate-info a {
    text-decoration: none;
}

#news-detail .time {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
}

#news-detail .title {
    font-size: 26px;
    color: #121212;
    font-weight: 600;
    font-family: "Lora";
}

#news-detail .content {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: "Roboto";
}

#news-detail .content img, #news-detail .content table {
    width: 100% !important;
}

#news-detail .news-source {
    font-size: 16px;
    color: #888888;
    font-weight: 400;
    font-family: "Roboto";
}

@media screen and (max-width: 769px) {
    #news-detail {
        padding: 0 5%;
    }
    #news-detail .content {
        font-size: 16px;
        color: #1f1f1f;
        font-weight: 400;
        font-family: "Roboto";
    }
}
