.news-container {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}


.news-context {
    width: 68%;
}


.new-context {
    width: 26%;
}


.top {
    border-bottom: 2px solid #000;
}

.title {
        font-size: 22px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.news-item {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
    margin: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 0 15px 0;
}




.news-date {
    width: 60px;
    position: relative;
}
.news-my, .news-my-img {
    text-align: center;
    color: #007FFF;
    font-size: 14px;
}

.news-day, .news-day-img {
    color: #007FFF;
    text-align: center;
    font-size: 32px;
}


.news-day-img, .news-my-img {
    color: #fff;
}


.news-day-img {
    height: 30px;
    line-height: 30px;
}

.news-my-img{
    line-height: 18px;
    height: 18px;
}

.news-img-item .news-date {
    background-color: #007FFF;
}

.news-main {
    width: 88%;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.news-item:hover .news-title, .news-img-item:hover .news-title {
    text-decoration: underline;
}


.news-introduce {
    font-size: 15px;
    color: #333;
    line-height: 18px;
    margin-top: 10px;
}

.new-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
display: flex;
    align-items: center;
}

.new-item-title {
    height: 30px;
    line-height: 22px;
    font-size: 14px;
    color: #000;
    padding-left: 4px;
    position: relative;
}

.new-item-date {
    padding-left: 4px;
display: flex;
}

.new-item {
    height: 55px;
    display: block;
    margin-top: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.new-item:hover .new-item-title {
    color: #5a155c;
}

.new-item:hover {
    border-bottom: 1px solid #007FFF;
}


.hot-item {
    height: 35px;
    line-height: 35px;
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.bottom {
    margin-top: 17px;
}


.new-img {
    width: 15px;
    height: 20px;
}


.article-top {
    display: flex;
    justify-content: space-between;
}
.article-title { 
    width: 160px;
    font-size: 22px;
    border-left: 4px solid #03A9F4;
    padding-left: 8px;
}

.content-nav-item-dq,
.content-nav-item {
    display: inline-block;
    color: #838383;

}

.content-nav-item {
    cursor: pointer;
    
}

.content-nav-item:hover {
    color: #03A9F4;
}

.article-bottom {
    margin-top: 25px;
}

.article-context-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}


.article-info {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    border-bottom: 1px solid #03A9F4;
    padding-bottom: 10px;
}

.img-info {
    width: 16px;
}

.article-info-font {
    color: #999999;
}

.article-context {
    margin-top: 35px;
}


.news-img-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin: 15px 0;
    padding: 15px 0 30px 0;
}

.img-left {
    padding-left: 10px;
    position: relative;
}

.img-left-img {
    width: 250px;
    height: 150px;
    border-radius: 5px;
}

.img-left-date {
    background-color: #007FFF;
    width: 76px;
    color: #fff;
}