.banner{
    height: 599px;
    background:url('/img/newsbanner.png') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;

}
.more{
    width: 160px;
    height: 48px;
    background: #17AEFF;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    margin:  0 auto;
    margin-top: 30px;
}
.aboutTittle{
    padding-top: 255px;
    box-sizing: border-box;
    letter-spacing: 8px;
}
.home{
  display: inline-block;
  width: 14px;
  height: 15px;
}
.el-breadcrumb__item {
float: none;
}
.el-breadcrumb {
margin-top: 13px;
}
.newsSection{
width: 620px;
font-size: 16px;
font-weight: 500;
color: #666666;
line-height: 28px;
}
.newsTittle{
font-size: 20px;
font-weight: bold;
color: #000000;
line-height: 28px;
margin-top: 39px;
margin-bottom: 10px;
}
.newsImg{
overflow: hidden;
width: 274px;
height: 164px;
margin-top: 33px;
margin-right: 25px;
}
.newsImg img{
    width: 100%;
    height: 100%;
}
.newLeftBox:hover .newsImg img {
    animation: move .5s linear forwards;
}

@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}
.newsTimebase{
font-size: 14px;
font-weight: 500;
color: #999999;
line-height: 20px;
margin-top: 11px;
text-align: right;
}
.newLeftBox{
width: 955px;
border-bottom: 1px solid #EEEEEE;
height: 234px;
}
.newLeftBox:hover .newsTittle{
    color: #17AEFF;
    transition: all 1s;
}
/* .newLeftBox:hover{
    border-bottom: 1px solid #17AEFF;
    animation: myfirst 5s;
    color: #17AEFF;

} */
@keyframes myfirst
    {
    from {width: 4px;}
    to {width: 1000px;}
    }
.newLeft{
width: 955px;
}
.el-pagination {
white-space: nowrap;
padding: 2px 5px;
color: #303133;
font-weight: 700;
margin-top: 50px;
}
.el-pagination {
width: 409px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
}
.chanpin{
display: block;
width: 103px;
height: 25px;
margin-bottom: 10px;
}
.chanpin1{
display: block;
width: 124px;
height: 12px;
}
/* .newLeftBox:last-child{
margin-bottom: 50px;
} */
.newRight{
margin-top: 32px;
margin-left: 11px;
width: 235px;
}
.serviceList{
border-bottom: 1px solid #EEEEEE;
height: 45px;
line-height: 45px;
color: #666666;
}
.serviceList img{
display: block;
width: 16px;
height: 16px;
margin: 16px 10px 0 0;
}
.service{
margin-top: 15px;
}
.fuwued{
font-size: 26px;
color: #17AEFF;
/* height: 25px; */
margin-bottom: 15px;
margin-top: 50px;
}
.fuwu1{
display: block;
width: 76px;
height: 12px;
margin-bottom: 10px;
}
.gognsiname{
font-size: 18px;
font-weight: 500;
color: #333333;
line-height: 30px;
font-weight: bold;
}
.detailNew{
font-size: 16px;
font-weight: 500;
color: #333333;
line-height: 30px;
}
.zanwu{
width: 658px;
height: 598px;
margin:  0 auto;
}
.zanwu img{
display: block;
width: 100%;
height: 100%;
}
.serviceList:hover  {
color: #17AEFF;
cursor: pointer;
}
.bannerstaff{
    height: 599px;
    background:url('/img/staff.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}
.bannerbase{
    height: 599px;
    background:url('/img/base.jpg') no-repeat 0 0; 
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}
.bottomLine {
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #233F94;
    margin-top: -5px;
    margin-left: 92.5px;
}
  .bottomLinewhite{
    width: 134px;
    height: 2px;
    border-bottom: 4px solid #fff;
    margin-top: -5px;
    margin-left: 92.5px;
    
  }