
.furniture-msg{
    margin: 0 auto;
    padding: 106px 0 182px 0;
}
.furniture-msg  .main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.furniture-msg .main>.head {
    font-size: 48px;
    color: #3C3C3C;
    margin-bottom: 84px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
}
.industry-msg{
    display: flex;
    font-family: MicrosoftYaHei;
}
.industry-msg .left {
    width: 1000px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.industry-msg .left  .firmState {
    width: 572px;
    height: 374px;
    border-radius: 8px;
    overflow: hidden;
}
.industry-msg .left  .firmState:hover .filePath{
    transform:scale(1.1)
}
.industry-msg .left  .filePath {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.industry-msg .left   .content{
    margin-top: 30px;
}
.industry-msg .left   .content .titleIs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.industry-msg .left   .content .titleIs a:hover{
    color: #F83A22 !important;

}
.industry-msg .left   .content .titleIs a:hover .triangle{
    border-left: 6px solid #F83A22;
}

.industry-msg  .titleIs .name{
    display: flex;
    align-items: center;

}
.industry-msg .titleIs .name span{
    font-size: 20px;
    font-weight: 550;
    color: #282828;
}
.industry-msg  .titleIs .more{
    font-size: 14px;
    color: #AEAEAE;
    line-height: 19px;
    position: relative;
    display: flex;
    align-items: center;
}
.industry-msg .titleIs .name .official-2{
    width: 27px;
    height: 35px;
    margin-right: 8px;
}
.industry-msg  .triangle{
    margin-left: 6px;
    width: 0;
    height: 0;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 6px solid #999999;
    font-size: 0;
    line-height: 0;
}
.industry-msg .left   .content  .head {
    font-size: 16px;
    color: #333333;
    margin: 25px 0 15px 0;
}
.industry-msg .left   .content  .head:hover{
    font-weight: 550;
    color: #000 !important;
}
.industry-msg .left   .content  .news {
    /* 省略号主要代码 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* 几行后显示省略号 */
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 16px;
    color: #ADADAD;
    line-height: 26px;

    font-family: MicrosoftYaHei;
}
.industry-msg .right .module {
    display: flex;
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
}
.industry-msg .right .module .zixun{
    width: 345px;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;

}
.industry-msg .right .module .zixun:hover img{
    transform:scale(1.1)
}
.industry-msg .right .module .zixun img{
    width: 100%;
    height: 100%;
    transition:all .3s;
}
.industry-msg .right .module .Copywriting{
    width: 309px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    max-height: 170px;
    overflow: hidden;
}
.industry-msg .right .module  .titleIs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.industry-msg .right .module  .titleIs a:hover {
    color: #F83A22 !important;
}

.industry-msg .right .module  .titleIs a:hover .triangle{
    border-left: 6px solid #F83A22;
}
.industry-msg .right .module  .textwrap:hover{
    font-weight: 550;
}
.industry-msg .right .module  .titleIs .name{
    display: flex;
    font-size: 20px;
    font-weight: 550;
    color: #282828;
}
.industry-msg .right .module  .titleIs .name img{
    width: 27px;
    height: 35px;
}
.industry-msg .right .module .Copywriting .textwrap{
    font-size: 16px;
    color: #1C1C1E;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top: 15px;
    margin-bottom: 10px;
    /*min-height: 30px;*/
}
.sublist{
    /*margin-top: 50px;*/
}
.sublist p a {

    color: #ADADAD;

    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;

    font-family: MicrosoftYaHei;
}
.sublist p a:hover{
    color: #000 !important;
}
.news:hover{
    color: #000 !important;
}

