.news-image {
    margin: 0 15px;
    position: relative;
    margin-bottom: 10px;
    &-show {
	  width:690rpx;
	  height:48px;
	  border-radius:5px;
	  @include positionAbsolute;
    }
    &-cont {
      width: 690rpx;
      height: 48px;
      border-radius: 5px;
      padding: 0 10px;
      @include  flexRowCenter;
      justify-content: flex-end;
      &-text {
		  @include styleFont(#ffffff,13);
      }
      &-open {
        margin-left: 20px;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        background-color: #ffffff;
        border-radius: 30px;
		@include styleFont(#ad2029,13);
      }
      &-close {
        margin-left: 10px;
      }
    }
  }