.y-more-news {
  text-align: center;
  margin-top: 6%;
}

.y-more {
  font-size: 18px;
  color: #4a4a4a;
  border: 1px solid #cecece;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
}

.y-more:hover {
  color: #fefefe;
  background-color: #e77d04;
  border: 1px solid #e77d04;
  text-decoration: none;
}

.y-more:focus {
  color: #fefefe;
  background-color: #e77d04;
  text-decoration: none;
}

.y-content {
  color: #858585;
  font-size: 14px;
  line-height: 28px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.y-hotNews #y-carousel-news {
  margin-bottom: 12%;
  background: #ffffff;
}
.y-hotNews #y-carousel-news .carousel-control {
  position: absolute;
  top: 160px;
  bottom: 170px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  font-weight: lighter;
  color: #585858;
  border-radius: 50%;
}
.y-hotNews #y-carousel-news .carousel-control.left, .y-hotNews #y-carousel-news .carousel-control.right {
  background-image: none;
}
.y-hotNews #y-carousel-news .carousel-indicators {
  /* switch button */
  bottom: -18%;
}
.y-hotNews #y-carousel-news .carousel-indicators li {
  border-radius: 0;
  font-size: 12px;
  color: #fefefe;
  text-indent: 0;
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
  width: 15px;
  height: 20px;
  margin: 0 5px;
}
.y-hotNews #y-carousel-news .carousel-indicators li.active {
  background-color: #e77d04;
  border: 1px solid #e77d04;
}
.y-hotNews #y-carousel-news img {
  height: 100%;
  width: 48%;
}
.y-hotNews #y-carousel-news .y-newscaption {
  height: 100%;
  width: 48%;
  top: 0;
  left: 50%;
  padding: 1% 0;
}
.y-hotNews #y-news-list img {
  width: 100%;
}
.y-hotNews #y-news-list ul.row {
  margin-bottom: 5%;
}
.y-hotNews #y-list-hide {
  display: none;
}
.y-hotNews .y-newscaption {
  display: inline-block;
  text-shadow: none;
  text-align: left;
  vertical-align: top;
}
.y-hotNews .y-newscaption .y-newsTime {
  color: #ff9f00;
  font-size: 14px;
  margin: 10px 0 5px;
}
.y-hotNews .y-newscaption .y-newsTitle {
  color: #4a4a4a;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.y-hotNews .y-newscaption .y-newsTitle:hover {
  color: #e77d04;
}

/*# sourceMappingURL=hotNews.css.map */
