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

}
/* page{
    background: #F0F2F5;
} */
.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: 240px;
font-size: 14px;
font-weight: 500;
color: #999999;
line-height: 28px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 10px;
}
.newsTittle{
    width:250px;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-left: 10px;
}
.newsImg{
overflow: hidden;
width: 100%;
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);
    }
} */
.newsTime {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-top-right-radius: 25px;
    background: #17AEFF;
    text-align: center;
    border-bottom-right-radius: 25px;
    width: 72px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.newLeftBox{
width: 261px;
float: left;
margin-right: 39px;
/* 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: 100%;
}
.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%;
}
.newsWhite{
    background: white;
    width: 100%;
    margin-top: -24px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
    padding-bottom: 15px;
    box-sizing: border-box;
}
.newBox{
    width: 100%;
}
.viewMore{
    width: 86px;
    height: 26px;
    background: #A7A7A7;
    text-align: center;
    line-height:26px;
    margin: 0 auto;
    color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
    transition: all 1s;

}
.viewMore:hover  {
    cursor: pointer;
    background: #333333;
    }
    .bottomLine {
        width: 134px;
        height: 2px;
        border-bottom: 4px solid #233F94;
        margin-top: -5px;
        margin-left: 226px;
    }
      .bottomLinewhite{
        width:134px;
        height: 2px;
        border-bottom: 4px solid #fff;
        margin-top: -5px;
        margin-left: 226px;

      }
