* {
    padding: 0;
    margin: 0;font-family:"微软雅黑"

}

.header {
    width: 100%;
    height: 115px;
    background: rgb(19, 85, 155);
    box-sizing: border-box;
}

.headerImg {
    width: 481px;
    height: 115px;
}

.tabs {
    height: 63px;
    display: flex;
width:100%;
    align-items: center;
    justify-content: center;
    background: rgb(16, 71, 130);
}

.tabs_item {
    color: #fff;
    margin-right: 40px;
    height: 100%;
    line-height: 63px;
}

.tabs_item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.banner {
    width: 100%;
}

.body {
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message {
    width: 1341px;
    height: 636px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
}

.message_left {
    width: 890px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.message_left_item {
    width: 445px;
    height: calc(636px / 2);
}


.message_left_text {
    padding: 70px 63px;
    box-sizing: border-box;
}

.message_left_text_title {
    font-family: ArialMT;
    font-size: 24px;
    color: #104782;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message_left_text_content {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.message_left_more {
    margin-top: 20px;
    color: #666;
    line-height: 30px;
}

.message_left_more:hover {
    cursor: pointer;
    opacity: 0.8;
}

.message_right {
    height: 100%;
    width: 451px;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    background: rgb(0, 87, 156);
}

.message_right_item {
    width: 100%;
    height: 30%;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.message_right_item_time {
    border-radius: 12px;
    height: 100%;
    width: 82px;
    color: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #fff;
}

.message_right_item_content {
    height: 100%;
    width: 100%;
    padding: 10px 0 15px 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.message_right_arrow {
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: scaleX(1.4);
    color: white;
    font-size: 50px;
    box-sizing: border-box;
}

.message_right_arrow_item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.news {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.news_img {
    width: 1341px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_img img {
    display: block;
}

.news_content {
    position: absolute;
    top: 148px;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(25, 58, 94);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_content_body {
    width: 1341px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: ArialMT;
    font-size: 28px;

}

.news_content_body_item1 {
    width: 325px;
    height: 100%;
    background: rgb(0, 78, 141);
    position: relative;
}

.news_content_body_item2 {
    width: 191px;
    height: 100%;
    background: rgb(51, 121, 176);
    position: relative;
}


.news_content_body_item3 {
    width: 598px;
    height: 100%;
    background: rgb(0, 78, 141);
    position: relative;
}


.news_content_body_item4 {
    width: 227px;
    height: 100%;
    background: rgb(15, 60, 96);
    position: relative;
}

.new_content_body_text {
    width: 100%;
    height: 100%;
    padding: 45px 25px;
    box-sizing: border-box;
}

.new_content_body_text:hover {
    opacity: 0.8;
    cursor: pointer;
}

.news_content_body_more {
    position: absolute;
    bottom: -50px;
    right: 20px;
    font-size: 24px;
    text-decoration: underline;
}

.news_content_body_more:hover {
    cursor: pointer;
    opacity: 0.8;
}

.scenery {
    width: 100%;
    height: 430px;
    color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    margin-top: 30px;
    letter-spacing: 0;
    background: rgb(5, 71, 138);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.scenery_img {
    height: 252px;
    width: 1341px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    width: 100%;
    height: 335px;
    background: rgb(5, 71, 138);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ArialMT;
    font-size: 17px;
    line-height: 35px;
    color: #ffffff;
}

.footer_content {
    height: 100%;
    width: 1341px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.zhong{ width:1341px; margin:0 auto}
.zuo{ float:left; width:280px}
.you{ float:right; width:1000px}