
/*  课程文章 */

.news-center {
    width: 836px;
    flex-shrink: 0;
}
.news-center img{
    max-width: 100%;
}
.new-tltle {
    width: 1200px;
    margin: 44px auto 40px;
    display: flex;
}
.new-tltle h3 {
    color: #00607f;
    font-size: 24px;
}
.news-center h2 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}
.news-title-border {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    height: 46px;
    line-height: 46px;
    margin: 24px 0;
}
.news-title-border span {
    font-size: 18px;
    color: #999999;
}
.news-title-border span strong {
    font-size: 16px;
    padding-left: 20px;
    font-weight: 400;
}
.course-p2 {
    width: 340px;
    border-top: 1px solid #00607f;
    margin: 18px 0 40px 0;
}
.erweima {
    width: 50%;
    text-align: center;
}
.erweima p {
    color: #666666;
    font-size: 12px;
    padding-top: 10px;
}

.news-title p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
