* {
 margin: 0;
 padding: 0;
}

body {
 background: #F3F8FB;
}


.line {
 background: #0D5E94;
 height: 4px;
 width: 50px;
 margin: 0 auto;
}

.about_pics {
 height:460px;
 width: 100%;
}

.about_pics img {
 width: 100%;
 height: 100%;
}


.news_content {
 width: 1206px;
 margin: 40px auto;
 text-align: center;
}

.life_title_e {
 color: #000;
 font-size: 46px;
 font-weight: 700;
 line-height: 72px;
}

.life_title_c {
 color: #000;
 font-size: 48px;
 font-weight: 350;
 line-height: 72px;
 position: relative
}

.news_list {
 margin: 0 auto;
}


.content {
 font-size: 20px;
 border-radius: 10px;
 margin-top: 26px;
}

.mao {
 display: flex;
 flex-wrap: wrap;
}


.new_con {
 height: 571px;
 width: 589px;
 margin-top: 40px;
 background-color: #fff;
 box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
}

.new_con_a {
 height: 331px;
 width: 589px;

}

.new_con_a img {
 height: 331px;
 width: 589px;
}

.new_con_title {
 font-size: 24px;
 font-weight: 500;
 line-height: 24px;
 text-align: left;
 margin:0 29px;
 margin-top: 22px;
 color: #333333;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 cursor: pointer;
}

.new_con_ab {
 font-size: 14px;
 font-weight: 350;
 line-height: 24px;
 color: #666;
 text-align: left;
 margin:0 25px;
 margin-top: 8px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 cursor: pointer;
}

.new_con_foot {
 margin-top: 42px;
}


.detail {
 width: 465px;
 height: 60px;
 background: #0D5E94;
 color: #fff;
 font-size: 20px;
 font-weight: 500;
 line-height: 24px;
 line-height: 60px;
 border-radius: 30px;
 cursor: pointer;
 margin: 0 auto;
}

.detail:hover{
 background: #2171A6;
}

.new_con_title:hover{
color: #0D5E94;
}

.reallyslow {
 animation-duration: 3s !important;
 animation-delay: 0s;
}