.news_top {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 50px;
}

.news_top img {
    width: 30px;
    height: 30px;
}

.title {
    font-family: "微软雅黑";
    margin-left: 15px;
    font-size: 20px;
    letter-spacing: 5px;
    color: #0076da;
}

.news_top span {
    font-size: 18px;
    color: #979595;
    margin: 8px 0 0 5px;
}

.hr {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 7px;
    width: 250px;
    height: 2px;
    background-color: #40b6ee;
}

.hr2 {
    width: calc(100% - 250px);
    height: 2px;
    background-color: #b0b0b0;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.more {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #9ea0a1;
    font-style: 17px;
    letter-spacing: 3px;
}

.hot {
    width: 100%;
    height: 160px;
    padding: 15px 10px 0 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e0e0e0;
}

.hot_title a{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #e60012;
    font-family: "微软雅黑";
}

.hot_content a{
    display: block;
    margin: 12px 0;
    text-indent: 2rem;
    line-height: 30px;
    font-size: 16px;
    color: #2f2f2f;
    font-family: "微软雅黑";
}

.news_main {
    display: flex;
    width: 100%;
    margin-top: 5px;
    height: calc(100% - 36px);
}

.new_image {
    width: 640px;
    height: 100%;
}

.news_list {
    width: calc(100% - 640px);
    height: 100%; 
}

.news_list ul {
    line-height: 40px;
}

.news_list ul li{
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #b0b0b0;
}

.news_list ul li a,.news_list ul li span {
    color: #1d1d1d;
    font-family: "微软雅黑";
    font-size: 17px;
}

.news_list ul li span {
    float: right;
}

.news_list ul li img {
    margin-right: 8px;
    margin-bottom: 3px;
}

.mr {
    margin-right: 35px;
}

.container {
    display: flex;
    align-items: center;
    width: 1300px;
    height: 300px;
    margin: 15px auto 5px auto;
}


.red {
    color: #e60012;
}

.bgred {
    background-color: #e60012;
}

.subject {
    width: 1300px;
    height: 250px;
    margin: 15px auto 10px auto;
}

.subject_bottom {
    display: flex;
    align-items: center;
    width: 100%;
    height: calc(100% - 50px);
}

.subject_item {
    width: 260px;
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}

.subject_item img {
    width: 100%;
    height: 170px;
}

.subject_mr {
    margin-right: 25px;
}

.links {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    background-color: #f3f2f2;
}

.link_main {
    display: flex;
    align-items: center;
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.link_title {
    color: #1b7cd2;
    font-size: 17px;
}

.link a{
    color: #585858;
    height: 100%;
    margin: 0 14px;
}


.content {
    width: 100%;
    height: 255px;
    padding: 10px 0;
    text-indent: 2rem;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}