.about_headImg{
    width: 100%;
    overflow: hidden;
    padding: 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;
}

.twoNav{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}
.twoNav>div{
    width: 33.3%;
    height: 58px;
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    
}
.titelNavD a{
    position: absolute;
    width: 100%;
    height: 100%;
}

.titelNavD{
    position: relative;
    cursor: pointer;
    height: 58px;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-family: TsangerJinKai01-9128;
    font-weight: normal;
    color: rgba(33, 33, 33, 0.5);
    line-height: 36px;
    display: flex;
    
}
.chooseL-log{
    width: 16px;
    height: 100%;
    border-radius: 5px;
}
.chooseL-log>div{
    width: 11px;
    height: 11px;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog3.png?1") no-repeat;
    background-size: 100%;
}

.chooseR-log{
    width: 16px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.chooseR-log>div{
    width: 11px;
    height: 11px;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog3.png?1") no-repeat;
    background-size: 100%;
    transform:rotate(180deg);
}

.newsList{
    display: flex;
    flex-direction: column;
    margin: 20px 0 63px 0;
}
.newsList a{
    width: 1170px;
    height: 96px;
    flex-direction: column;
    margin: 0;
    padding: 0;
    text-decoration:none;
}
.newsList>div{
    width: 1170px;
    height: 96px;
    border-bottom: 1px solid #EAEAEA;
    flex-direction: column;
}
.newsList_title{
    
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 16px;
    margin: 26px 0 18px 0;
}
.newsList_time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 13px;
    display: flex;
    align-items: center;
}
.newsList_time>img{
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
/*展会信息*/
.newsList2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0 60px 0;
    
}
.newsList2>div{
    width: 370px;
    height: 570px;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(48, 50, 51, 0.1);
    margin: 0 30px 30px 0;
}
.imgNews_img{
    width: 370px;
    height: 370px;
}
.imgNews_title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 342px;
    margin: 25px 13px 13px 13px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #343434;
    line-height: 13px;
}
.imgNews_time{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 13px;
    margin-left: 13px;
}
.imgNews{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
}
.imgNews_word{
    width: 340px;
    height: 88px;
    overflow: hidden;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    margin: 24px 0 0 13px;
    line-height: 25px;
   
}
.imgNews_word div{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 25px;
}
.imgNews_word samp{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 25px;
}