.news {
    width: 1400px;
    height: 492px;
    margin: 0 auto;
    margin-top: 15px;
    box-sizing: border-box;
}

.news_top {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 50px;
}

.news_top img {
    width: 35px;
    height: 35px;
}

.title {
    font-family: "微软雅黑";
    margin-left: 15px;
    font-size: 23px;
    letter-spacing: 5px;
    color: #0076da;
}

.news_top span {
    font-size: 19px;
    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;
    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%;
    margin-left: 25px;  
}

.news_list ul {
    line-height: 40px;
}

.news_list ul li{
    width: 100%;
    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;
    font-size: 16px;
}

.news_list ul li img {
    margin-right: 8px;
    margin-bottom: 3px;
}

.link_list {
    display: flex;
    align-items: center;
    width: 1400px;
    height: 128px;
    margin: 0 auto;
}

.item {
    text-align: center;
    width: 170px;
    height: 100px;
}

.item_image {
    width: 70px;
    height: 60px;
}

.item_title {
    color: #000000;
    margin-top: 10px;
    text-align: center;
}

.container {
    display: flex;
    align-items: center;
    width: 1400px;
    height: 300px;
    margin: 15px auto 5px auto;
}

.news_item {
    margin-left: 0;
}

.news_mr {
    margin-right: 25px;
}

.parties {
    width: 100vw;
    height: 270px;
    background-color: #edf5ff;
}

.parties_main {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.parties_bottom {
    display: flex;
    align-items: center;
    width: 1400px;
    height: calc(100% - 50px);
}

.parties_item {
    display: flex;
    align-items: center;
    width: 220px;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.parties_item img {
    width: 100%;
    height: 150px;
}

.parties_title {
    text-align: center;
    color: #0b0b0b;
    margin-top: 7px;
}

.red {
    color: #e60012;
}

.bgred {
    background-color: #e60012;
}

.subject {
    width: 1400px;
    height: 200px;
    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: calc(100% - 1   0px);
}

.subject_mr {
    margin-right: 25px;
}

.links {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f3f2f2;
}

.link_main {
    display: flex;
    align-items: center;
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.link_title {
    color: #1b7cd2;
    font-size: 17px;
}

.link a{
font-family:"微软雅黑";
    color: #585858;
    height: 100%;
    margin: 0 14px;
}