.news {
    width: 1400px;
    margin: 0 auto;
    margin: 20px auto;
    padding-top: 15px;
    border-top: 2px solid #a4cad5;
}

.news_main {
    display: flex;
}   

.news_top {
    position: relative;
    width: 100%;
    line-height: 38px;
    margin-bottom: 10px;
}

.news_top img {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.title {
    font-size: 22px;
    letter-spacing: 5px;
    color: #006ebc;
}

.hr {
    width: 170px;
    height: 3px;
    background-color: #006ebc;
}

.more {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-weight: 600;
    color: #006ebc;
    font-size: 16px;
    letter-spacing: 2px;
}

.news_main {
    display: flex;
    width: 100%;
    height: 434px;
    padding-bottom: 15px;
    box-sizing: border-box;
    height: calc(100% - 36px);
}

.new_image{
    width: 655px;
    height: 434px;
}

.hot {
    margin-left: auto;
    width: 710px;

}

.hot_titlt {
    text-align: center;
    font-size: 22px;
    color: red;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.hot_content {
    line-height: 27px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #b0b0b0;
}

.news_list {
    width: 100%; 
height: 310px;
}

.news_list ul {
    line-height: 48px;
}

.news_list ul li{
    width: 100%;
    border-bottom: 1px dashed #b0b0b0;
}

.news_list ul li img {
    margin: 0 8px 3px 0;
}

.news_list ul li a {
    color: #333;
    font-size: 17px;
}

.news_list ul li span {
    color: #333;
    font-size: 16px;
    float: right;
}


.service {
    width: 1400px;
    margin: 10px auto;
    padding: 15px 0;
    box-sizing: border-box;
    border-top: 2px solid #a4cad5;
}

.service ul {
    display: flex;
    align-items: center;
}

.item {
    display: inline-block;
    width: 340px;
    height: 130px;
    text-align: center;
}

.item span {
    padding-left: 50px;
    letter-spacing: 2px;
    box-sizing: border-box;
    line-height: 130px;
    color: #e50012;
    font-weight: 700;
    font-size: 26px;
    -webkit-text-stroke: 1px #f1f1f1;
}

.container_top,.container_bottom {
    margin-top: 10px;
}

.container_top {
    background-color: #f2fafd;
    padding: 10px 0 25px 0;
}

.bootom_main {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
}

.container_main {
    display: flex;
    width: 1400px;
    margin: 0 auto;
}

.container_right {
    margin-left: auto;
}


.container_item {
    width: 680px;
}

.message {
    width: 1396px;
    height: 135px;
    border: 2px solid #b8dced;
    margin: 20px auto;
}

.top {
    position: relative;
    width: 100%;
}

.content {
    width: 1400px;
    margin: 20px auto;
    background-color: #fff;
    border-top: 2px solid #b8dced;
    border-bottom: 2px solid #b8dced;
}

.content_main {
    display: flex;
    align-items: center;
    width: 100%;
    height: 220px;
    box-sizing: border-box;
}

.links {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.link_main {
    display: flex;
    align-items: center;
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.link_title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.link {
    height: 100%;
    margin: 0 14px;
}

.link a {
    color: #333;
}