/**
 * @Author: minihui
 * @Date:   2017-05-24-Wed-10-16-22
 * @Last modified by:   minihui
 * @Last modified time: 2017-05-27-Sat-15-55-09
 * @Copyright: Copyright © 2000 - 2017 XINHUANET.com　All Rights Reserved.
制作单位：新华网股份有限公司　　版权所有 新华网股份有限公司
 */

/********************************************************************************
                               热点新闻
  ********************************************************************************/
.hotNews {
  border: 1px solid #e6e6e6;
  height: 381px;
}
.hotNews li {
  width: 100%;
  height: 56px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hotNews .last {
  border-bottom: 0;
}
.hotNews .show {
  height: 210px;
  border: 0;
}
.hotNews .show a {
  color: #5982c7;
}
.hotNews .show span {
  color: #fff;
  background: #5982c7;
}
.hotNews-tit {
  height: 56px;
  line-height: 56px;
  font-weight: bold;
}
.hotNews-tit a {
  display: inline-block;
  width: 288px;
  color: #4d4d4d;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotNews-tit span {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #4d4d4d;
  font-size: 20px;
  float: left;
}
.hotNews-img {
  width: 100%;
  height: 155px;
  overflow: hidden;
}
.hotNews-img img {
  width: 100%;
  height: auto;
}
/********************************************************************************
                                旅游&文化
  ********************************************************************************/
.culture .uni-tits,
.travel .uni-tits {
  margin-top: 5px;
}
.culture .uni-tits li,
.travel .uni-tits li {
  padding-left: 0;
}
.culture .uni-tits li::before,
.travel .uni-tits li::before {
  display: none;
}
/********************************************************************************
                                精彩图片
  ********************************************************************************/
.photoGallery {
  height: 400px;
}
.photoGallery .show {
  height: 226px;
}
.photoGallery .show .photoGallery-img {
  height: 226px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.photoGallery li {
  height: 58px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.photoGallery-img {
  height: 0;
  overflow: hidden;
  position: relative;
}
.photoGallery-img img {
  width: 100%;
  height: 100%;
}
.photoGallery-tit {
  line-height: 58px;
  padding: 0 10px;
  height: 58px;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoGallery-tit a {
  color: #fff;
}
.first .photoGallery-tit {
  background-color: #608cd4;
}
.second .photoGallery-tit {
  background-color: #5982c7;
}
.third .photoGallery-tit {
  background-color: #3e6aba;
}
.four .photoGallery-tit {
  background-color: #30489f;
}
.photoGallery-img-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 48px;
  width: 340px;
  padding: 0 10px;
  height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoGallery-img-tit a {
  color: #fff;
  z-index: 2;
  position: relative;
}
.photoGallery-img-tit::before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.photoGallery-box {
  width: 360px;
}
.photoGallery-box.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

/*# sourceMappingURL=right.css.map */
