/* homepage and column page right block css 控制顶部图片和其中title的css */


.g-main-2021 .g-right-2021 .normal-wrapper .normal-img {
  width: 316px;
  height: 222px;
  position: relative;
  display: block;
}
.normal-desc {

    background-color: rgba(0,0,0,0.8);
    height: 44px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: justify;
    position: absolute;
    left: 0;
    bottom:0; 
    margin: 0 auto;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;

    display: flex;
    padding: 0px 10px;
    width: 94%;
    line-height: 21px;
}

.normal-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.g-main-2021 .g-right-2021 .normal-wrapper .normal-img {
  background-color: rgba(0,0,0,0.8);
  padding: 0px 20px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: justify;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.g-main-2021 .g-right-2021 .normal-wrapper .normal-img .normal-desc>span {
  display: block;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.normal-img {
  position: relative;
  width: 100%;
  height: 222px;
  position: relative;
  display: block;
}


