.main .news{
    margin-top: 20px;
}
.main .news .tabItem .item:last-child {
    border-bottom: none;
}
/* 展会样式 */
.main .news .tabItem .item .essay .exhibition p{
    font-size: 14px;
    color: #343434;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .news .tabItem .item .essay .exhibition p:last-child {
    display: flex;
    height: 17px;
    justify-content: space-between;
    font-family: Arial;
    color: #787D82;
    margin-bottom: 0;
}
.main .news .tabItem .item .essay .exhibition p:last-child img {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}
.main .news .tabItem .item .essay .exhibition p:last-child span:nth-child(2){
    font-size: 16px;
    color: #343434;
}
.main .news .tabItem .item .essay .exhibition p:last-child span span {
    color: #FF8400;
    font-size: 20px;
}
.main .news .tabItem .item .essay h4 {
    height: auto !important;
    margin-bottom: 28px;
    line-height: 18px;
}
.main .news .tabItem .item .essay{
    width: 502px;
}
.main .news .tabItem .item .essay .label {
    margin-top: 34px !important;
}
.main .news .tabItem .item {
    padding: 31px 45px 0 20px;
    border:none;
}
.main .news .tabItem .item .imgWrap {
    margin: 0px;
    margin-right: 31px;
}
.main .label>i {
    margin: 0 ;
    line-height: normal !important;
}
.main .news .tabItem .item .essay p {
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.main .news .tabItem {
    padding-bottom: 86px;
}
.main .bar .hotessay .item {
    margin: 0;
    padding:10px 15px;
    border-bottom:1px dashed #EBF0FA;
}
.main .bar .hotessay {
    padding-bottom: 20px;
}
.main .bar .hotessay .item a{
    border-bottom: none !important;
}
.main .bar .hotessay .item:last-child {
     border-bottom:none;
}
.main .bar .hotessay .item:nth-child(2) {
     padding-top:10px;
}
.main .bar .hotessay .item a:hover{
    color:#388EFC !important;
}
.main .bar h4 {
    margin-bottom: 0;
}
.main .bar .hotessay .item p {
    height: auto;
    width: 100% !important;
    max-height:70px;
    line-height:24px;
    border: none;
    padding: 0 !important;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}
/* 热门标签 */
.main .bar .hotlabel ul {
    width: calc(100% - 30px);
    margin: 0 15px;
}
.main .bar .hotlabel ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border: none;
    border-radius: 0;
    margin: 0 0 20px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}
.main .bar .hotlabel ul li:hover span:nth-child(2){
    color: #388EFC;
}
.main .bar .hotlabel{
    padding-bottom:0;
}
.main .bar .hotlabel ul li a{
    display:flex;
    align-items: center;
}
.main .bar .hotlabel ul li span{
    display:block;
}
.main .bar .hotlabel ul li span:last-child{
    flex:1;
    text-align:right;
    font-size: 14px;
    color: #B5B5B5;
}
.main .bar .hotlabel ul li span:nth-child(2){
    font-size: 14px;
    color: #333333;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main .bar .hotlabel ul li span:first-child{
    width: 24px;
    margin-right:13px;
    text-align:center;
    height: 24px;
    background: #D0D0D0;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.main .bar .hotlabel ul li:first-child span:first-child{
    background:#DC3232;
}
.main .bar .hotlabel ul li:nth-child(2) span:first-child{
    background:#F47A28;
}
.main .bar .hotlabel ul li:nth-child(3) span:first-child{
    background:#FCC93F;
}