/*��ҵ��Ѷ start*/
.list-news-box{
   /* width: 90%!important;
    margin-left: 1%;*/
    margin: 20px auto 50px;
}
/*.w1200{min-width:100%!important;}*/
.industry-left{
    width: 816px;
}
.industry-left .tit{
    padding: 25px 0 15px;
}
.industry-left .tit>p{
    font-size: 22px;
    color:#333;
}
.business-right .tit>p{
    font-size: 20px;
    color:#333;
}
.industry-left .tit>a{
    font-size: 14px;
    color:#666;
    margin-top: 15px;
}
.business-right .tit>a{
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    color:#666;
    margin-top: 5px;
}
.industry-left .tit>a:hover{
    color:#f08519;
}
.business-right .tit>a:hover{
    padding: 5px 10px;
    background: #f08519;
    color:#fff;
    border-radius: 30px;
}
.industry-left .industry .tab-catalog-03{
    width: 100%;
    /*border: 1px solid #ddd;*/
    font-size: 0;
    margin-bottom: 20px;
    /*height: 48px;*/
}
.industry .tab-catalog-03>a{
    position: relative;
    width: 116px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.industry .tab-catalog-03>a:after{
    position: absolute;
    content: "";
    right: 0;
    top: 17px;
    width: 1px;
    height: 15px;
    background: #ddd;
}
.industry .tab-catalog-03>a.first{
    border-left: 1px solid #ddd;
}
.industry .tab-catalog-03>a.last{
    width: 118px;
    border-right: 1px solid #ddd;
}
.industry .tab-catalog-03>a.atthis{
    background: #fff;
    border-top: 2px solid #f08519;
    border-bottom: 0;
}
.industry .tab-catalog-03>a.atthis:after,.industry .tab-catalog-03>a.last:after     {
    width: 0;
}
.industry .qy-cont .floor>a{
    display: block;
    padding: 20px 0;
    font-size: 0;
    border-bottom: 1px dashed #ddd;
}
.industry .qy-cont .floor>a.last{
    border-bottom: none;
}
.industry .qy-cont .floor>a .img{
    width: 146px;
    height: 102px;
    margin-right: 10px;
}
.list-news-box .industry img,.business-right img{
    width: 100%;
    height: 100%;
}
.industry .qy-cont .floor>a .txt{
    width: 620px;
}
.industry .qy-cont .floor>a .txt h3{
    font-size: 16px;
    color:#333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry .qy-cont .floor>a:hover .txt h3{
    color:#f08519;
}
.industry .qy-cont .floor>a .txt>p{
    position: relative;
    font-size: 14px;
    color:#666;
    margin: 10px 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
/*.industry .qy-cont .floor>a .txt>p:after{*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*content: "...";*/
    /*padding: 0 -40px 0 0;*/
    /*position: absolute;*/
/*}*/
.industry .qy-cont .floor>a .txt>span{
    font-size: 12px;
    color:#666;
}
/*ҵ��ָ��*/
.business-right{
    width: 363px;
}
.business-right .tit{
    margin: 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.business-right .cont>a{
    display: block;
    font-size: 0;

}
.business-right .cont>a{
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px 0;
}
.business-right .cont>a .img{
    width: 113px;
    height:79px;
    margin-right: 10px;
}
.business-right .cont>a .txt{
    width: 230px;
}
.business-right .cont>a .txt h3{
    font-size: 16px;
    color:#333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.business-right .cont>a .txt p{
    font-size: 12px;
    color:#666;
    line-height: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 30px;
}
.business-right .cont .other>a{
    display: block;
    font-size: 14px;
    color:#666;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}
.business-right .cont .other>a:hover{
    color:#f08519;
}
.business-right .cont .other>a>p{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.business-right .cont .other>a span{
    display: inline-block;
    margin-right: 10px;
}