.about_headImg{
    width: 100%;
    overflow: hidden;
    padding: 0;
}
 
.newsD{
    display: flex;
    justify-content: center;
    margin: 60px 0 70px 0;
}
.nav{
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    border-bottom: 1px solid #EAEAEA;
    text-transform:uppercase;
}
.nav a{
    color: #999999;
    text-decoration:none;
    margin: 0 8px;
}
.nav a:hover{
    color: #333333;
}
.news{
    width: 1170px;
    min-height: 100px;
    border: 1px solid #EEEAE6;
    display: flex;
    flex-direction: column;
}
.news_title{
    display: flex;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    justify-content: center;
    margin: 30px 0;
}
.news_tips{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1100px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 0 35px;
}
.tipsContent{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-right: 15px;
}
.tipsContent>span{
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #343434;
    line-height: 14px;
    margin-right: 5px;
}
.tipsContent>a{
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #33a1ff;
    text-decoration: none;
    line-height: 14px;
    margin-right: 5px;
}
.news_bottom{
    display: flex;
    justify-content: space-between;
    margin: 137px 0 28px 0;
}
.newsBt_tips{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 14px;
}
.newsBt_tips span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
}
.newsBt_tips a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #33A1FF;
    line-height: 14px;
    text-decoration: none;
}
.newsBt_l{
    margin-left: 38px;
}
.newsBt_r{
    margin-right: 38px;
}
.newsContent{
    /*display: flex;*/
    width: 1078px;
    overflow: hidden;
    margin:  30px 0 0 38px;
}
.newsContent>div{
    display: flex;
    width: 1078px;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 35px;
}