#banner a {
  height: 300px;
  background: url(../../images/news-banner.jpg) no-repeat top center;
}

#content .media-info-list {
  margin-top: 30px;
}

.img-text-content li {
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
.img-text-content li:last-of-type {
  border-bottom: none;
}
.img-text-content .left-img {
  position: relative;
  float: left;
  width: 349px;
  height: 194px;
  overflow: hidden;
}
.img-text-content .left-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .35s ease-out;
     -moz-transition: all .35s ease-out;
      -ms-transition: all .35s ease-out;
       -o-transition: all .35s ease-out;
          transition: all .35s ease-out;
}
.img-text-content .left-img:hover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
.img-text-content .right-desc {
  float: left;
  width: 600px;
  padding-left: 40px;
}

.img-text-content .right-desc h4 {
  position: relative;
  padding-right: 98px;
  margin-bottom: 20px;
}
.img-text-content .right-desc h4 p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.img-text-content .right-desc h4 p a{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.img-text-content .right-desc h4 p a:hover{
  color: #ff6307;
}
.img-text-content .right-desc h4 > span{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #9f9b9b;
}
.img-text-content .right-desc .desc-text {
  height: 100px;
}
.img-text-content .right-desc .desc-text p{
  display: -webkit-box;
  max-height: 86px;
  font-size: 14px;
  line-height: 1.6;
  color: #777777;
  overflow: hidden;  
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.img-text-content .right-desc .desc-text p a{
  color: #777777;
}
.img-text-content .right-desc .read-more {
  padding-top: 10px;
}
.img-text-content .right-desc .read-more a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 28px;
  font-size: 14px;
  color: #ff6307;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  letter-spacing: 2px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.img-text-content .right-desc .read-more a:hover {
  border-color: #ff6307;
  background-color: #ff6307;
  color: #fff;
}
