.provice{
    display: flex;
    align-items: flex-start;
    border: 1px solid #ededed;
    margin: 20px 0;
    padding: 20px 20px 0 20px;
}
.list{
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size :14px;
    flex: 1;
    color: #666666;
}
.list i{
    transition: all 0.3s;
    margin:0 30px 20px 0;
}
.list i:hover{
    cursor: pointer;
    color: var(--mainColor) !important;
}
.bannerImg{
    position: relative;
    height: 100%;
}
.bannerImg p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  min-height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
}
.newsLeft /deep/ .el-carousel__indicators--horizontal{
    right: 0;
    transform: translateX(0);
    left: auto;
    bottom: 10px;
}
.newsLeft /deep/ .el-carousel__indicators--horizontal .el-carousel__button{
    height: 5px;
    width: 12px;
    border-radius: 5px;
}
.newsLeft /deep/ .el-carousel__indicators--horizontal .el-carousel__indicator.is-active button{
    width: 20px;
}
.centerList{
    color: red;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}
.centerList i{
  color: #333333;
  font-size: 16px;
}
.centerList p{
  display: flex;
  margin: 10px 0 0 0;
}
.centerList p span{
    font-size: 14px;
    margin: 10px 0 0 0;
}
.centerList p span:nth-child(1){
    flex: 1;
    color: #666666;
    margin: 0 10px 0 0;
}
.centerList p span:nth-child(2){
    color: var(--mainColor);
}
.newsList{
    border-top: 1px solid #ededed;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.newsList:hover{
    text-decoration: none;
}
.newsList .el-image{
  width: 280px;
  height: 160px;
}
.newsList .content{
  flex: 1;
  margin: 0 0 0 30px;
  font-size: 14px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsList .content h5{
    color: #383838;
    font-size: 18px;
    font-weight: normal;
}
.newsList .content span{
    display: flex;
    align-items: center;
    color: #999999;
}
.newsList .content span i{
    color: #999999;
}
.newsList .content p{
    color: #666666;
    line-height: 25px;
}
.newsList .content i{
    color: var(--mainColor);
}
.rightList{
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}
.rightList .el-image{
  width: 86px;
  height: 68px;
}
.rightList .content{
  flex: 1;
  margin: 0 0 0 10px;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rightList .content p{
    color: #383838;
    font-size: 14px;
    font-weight: normal;
}
.rightList .content span{
    display: flex;
    align-items: center;
    color: #999999;
}
.rightList .content span i{
    color: #999999;
    font-size: 14px;
}
.rightList .content span i:nth-child(1)::after{
    content: '|';
    padding: 0 10px;
}
.ptitle{
    display: flex;
    align-items: flex-end;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding: 0 0 10px 0;
}
.ptitle i{
    flex: 1;
    color: #383838;
    font-size: 20px;
    margin: 0 0 0 10px;
}
.ptitle::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 22px;
    background-color: var(--mainColor);
}
.ptitle a {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}