/* 公司动态 begin */
.news .inner{
    width:1200px;
    margin:0 auto;
}
.news .clearfix::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.news .oneline{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news .twoline{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news a {
    text-decoration: none;
}
.news ul{
    margin:0;
    padding:0;
    list-style-type:none;
}


.news .left{
    position: relative;
    width:590px;
    float: left;
}
.news .left img{
    width:100%;
    height: 225px;
    margin-bottom:10px;
}
.news .left .date{
    position: absolute;
    top:0;
    width:100px;
    height: 90px;
    color:#fff;
    background-color: #0085d1;
}
.news .left .date>span{
    display: block;
    text-align: center;
    font-size:60px;
    line-height: 1.1em;
}
.news .left .date>small{
    display: block;
    text-align: center;
    font-size:16px;
}


.news .right{
    width:590px;
    float: right;
}
.news .right li::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.news .right li{
    margin-bottom:55px;
    transition: .3s;
}
.news .right li a{
    color:#999;
}
.news .right .date{
    float: left;
    width:80px;
}
.news .right .date>span{
    display: block;
    text-align: center;
    font-size:60px;
    line-height: 1.1em;
}
.news .right .date>small{
    display: block;
    text-align: center;
    font-size:16px;
}
.news .right .txt{
    float: right;
    width:500px;
}
.news .right li:hover{
    transform: translateX(20px);
}
.news .right li:hover h3,.news .right li:hover .date{
    color:#0085d1;
}


.news .inner h3{
    margin:0;
    color:#666;
    font-size:24px;
    line-height: 42px;
}
.news .inner p{
    margin:0;
    color:#999;
    font-size:18px;
    line-height: 28px;
}
.news .more{
    display: inline-block;
    margin-top:30px;
    width:175px;
    height: 50px;
    line-height: 50px;
    background-color:#0085d1;
    color:#fff;
    border-radius: 25px;
    border:1px solid;
    text-align: center;
    text-decoration: none;
    font-size:24px;
}
/* 公司动态 end */

/* 行业资讯 begin */
.hynews ul{
    width:1200px;
    margin:0 auto;
    padding:0;
    list-style-type: none;
}
.hynews ul::after{
    display:block;
    height: 0;
    content:'';
    clear: both;
}
.hynews a{
    text-decoration: none;
}
.hynews .oneline{ 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.hynews .twoline{ 
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} 
.hynews ul::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.hynews li{
    float: left;
    width:380px;
    margin-right:30px;
    margin-bottom:30px;
}
.hynews ul>li:nth-child(3n){
    margin-right: 0;
}
.hynews li .imgbox{
    width:100%;
    height: 260px;
    overflow: hidden;
    margin-bottom:20px;
}
.hynews li img{
    width:100%;
    height: 100%;
    transition: .3s;
}
.hynews li h3{
    margin:0;
    font-size:24px;
    line-height: 42px;
    color:#666;
}
.hynews li p{
    font-size:18px;
    line-height: 28px;
    color:#999;
    margin:0;
}
.hynews li:hover h3{
    color:#0085d1;
}
.hynews li:hover img{
    transform: scale(1.1);
}
    /* more */
.hynews .morebox{
    text-align: center;
}
.hynews .more{
    display: inline-block;
    margin-top:20px;
    width:175px;
    height: 50px;
    line-height: 50px;
    background-color:#0085d1;
    color:#fff;
    border-radius: 25px;
    border:1px solid;
    text-align: center;
    text-decoration: none;
    font-size:24px;
}
/* 行业资讯 end */

/* 常见问题 begin */
.aqnews{

}
.aqnews ul{
    width:1200px;
    margin:0 auto;
    padding:0;
    list-style-type: none;
}
.aqnews a{
    text-decoration: none;
}
.aqnews .oneline{ 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.aqnews .threeline{ 
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
} 
.aqnews ul::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.aqnews li{
    float: left;
    box-sizing: border-box;
    padding-left:20px;
    width:380px;
    margin-right:30px;
    margin-bottom:30px;
}
.aqnews ul>li:nth-child(3n){
    margin-right: 0;
}
.aqnews li h3{
    position: relative;
    margin:0;
    font-size:24px;
    line-height: 42px;
    color:#666;
}
.aqnews li h3::before{
    position: absolute;
    bottom:12px;
    left:-20px;
    content:'01';
    font-size:65px;
    color:#0085d1;
    opacity: 0.3;
}
.aqnews ul>li:nth-child(2) h3::before{
    content:'02';
}
.aqnews ul>li:nth-child(3) h3::before{
    content:'03';
}
.aqnews li hr{
    display: inline-block;
    height: 5px;
    width:35px;
    background-color: #0085d1;
    border:none;
}
.aqnews li p{
    font-size:18px;
    line-height: 28px;
    color:#999;
    margin:0;
}
.aqnews li:hover h3{
    color:#0085d1;
}
   /* more */
.aqnews .morebox{
    text-align: center;
    margin-bottom:150px;
}
.aqnews .more{
    display: inline-block;
    margin-top:50px;
    width:175px;
    height: 50px;
    line-height: 50px;
    background-color:#0085d1;
    color:#fff;
    border-radius: 25px;
    border:1px solid;
    text-align: center;
    text-decoration: none;
    font-size:24px;
}
/* 常见问题 end */