#news {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
#news .news {
  width: 33.3%;
  min-width: 400px;
  float: left;
  border-right: 8px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#news .news:nth-of-type(2) {
  border-left: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
#news .news:nth-of-type(3) {
  border-left: 8px solid #ffffff;
  border-right: none;
}
#news .news .images {
  overflow: hidden;
  position: relative;
}
#news .news .images .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0.4;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#news .news .msg {
  height: 110px;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0 10px;
}
#news .news .msg p {
  width: 100%;
  font-size: 20px;
  line-height: 68px;
  color: #737475;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
#news .news .msg i {
  width: 4px;
  height: 16px;
  display: inline-block;
  float: left;
  margin-top: 3px;
}
#news .news .msg .ornge {
  background: #fb6629;
}
#news .news .msg .blue {
  background: #1eaaf1;
}
#news .news .msg .black {
  background: #1b1d1f;
}
#news .news .msg span {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #737475;
  margin-left: 6px;
}
#news .news .msg b {
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
#news .news a {
  position: relative;
}
#news .news a img {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#news .news a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#news .news a,
#news .news img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#news .news a:hover img,
#news .news img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#news .news a:hover .mask,
#news .news img:hover .mask {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}