.newtag-row{
  background-color: #d8d8d8;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.newtag-row .newtag-col{
  flex: 1;
  position: relative;
  transition: all .5s;
}
.newtag-row .newtag-col:hover{
  flex:2
}
.newtag-item{
  width: 100%;
  height: 115px;
  background-color: #F7FBFF;
}
.newtag-item-rowone{
  background-color: #fff;
}
.newtag-item .newtag-mask,.newtag-item .newtag-mask-bottom{
  /* background-color: #ff6a00; */
  /* background-image: url(../images/tb1u1i9t7y2gk0jszfgxxc5ofxa-696-464.jpg); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 115px;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  z-index: -1;
}
.mask-background{
  width: 100%;
  height: 115px;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  z-index: -1;
}
.newtag-item:hover .newtag-mask{
  height: 230px;
  width: 100%;
  opacity: 1;
  z-index: 12;
}
.newtag-item:hover .newtag-mask-bottom{
  height: 230px;
  width: 100%;
  opacity: 1;
  z-index: 0;
}
.newtag-item:hover .mask-background{
  height: 230px;
  width: 100%;
  opacity: 1;
  z-index: 0;
  left: 0;
}
.newtag-item .newtag-mask-bottom{
  bottom: 0;
}
.newtag-mask-content{
  color: #fff;
  padding: 12px;
  font-size: 14px;
  position: absolute;
  z-index: 999;
  text-align: left;
}
.new-tag-righticon{
  position: absolute;
  right: 16px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background-size:  40px auto;
  background-repeat: no-repeat;
  background-color: #fff;
  top: 70px;
  margin: 0 auto;
  background-position: center;
}
.mask-title{
  font-size: 14px;
  font-weight: 700;
}
.solutions{
  margin-top: 16px;
  line-height: 30px;
}
.solutions-item.more{
  margin-left: 8px;
}
.solutions-item.more .solutions-item-i{
  transition: .2s;
}
.solutions-item.more:hover .solutions-item-i{
  margin-left: 6px;
}
.newtag-content{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  padding-top: 18px;
}
.newtag-content .newtag-moren-icon{
  width:40px;
  height: auto;
  max-height: 40px;
}
.newtag-content .title {
  margin-top: 18px;
  font-size: 14px;
  z-index: 999;
  font-weight: 500;
}
.newtag-round{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  background-color: #fff;
  margin-bottom: 3px;
}
.ucbrowse{
  display: flex;
  width: 700px;
  height: 50px;
  margin: 0px auto;
  padding: 50px 0px;
  align-items: center;
}
.ucbrowse img{
  width: 36px;
  height: 36px;
  margin-right: 12px;
}