@charset "utf-8";
/**
 * @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;
  background-color:#e5f2ff;
  webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.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: #027bfb;
  webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.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: 376px;
}
.photoGallery-box.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

/*******原创******/
.part5-cont-item {
   float: left;
  width: 376px;
  margin-right: 36px;
  margin-bottom: 20px;
}
.part5-cont-item-swiper {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.part5-cont-item-swiper .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.part5-cont-item-swiper .swiper-slide {
  width: 100%;
  height: 240px;
  position: relative;
}
.part5-cont-item-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 57px;
  position: absolute;
  left: 0;
  bottom: 0;
  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);
  z-index: 2;
}
.part5-cont-item-swiper-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.part5-cont-item-swiper-img img {
  width: 100%;
  height: 100%;
}
.part5-cont-item-swiper-tit {
  width: 94%;
  padding: 0 3%;
  position: absolute;
  z-index: 2;
  height: 42px;
  line-height: 42px;
  left: 0;
  bottom: 15px;
  color: #fff;
  overflow: hidden;
}
.part5-cont-item-swiper-tit a {
  color: #fff;
  display: block;
  z-index: 2;
}
.part5-cont-item-swiper-pagination {
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}
.part5-cont-item-swiper-pagination .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 5px;
  line-height: 15px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.part5-cont-item-swiper-pagination .swiper-active-switch {
  background-color: #fff;
}
.part5-cont-item-tits {
  margin-top: 25px;
}
.part5-cont-item-tits li::before {
  display: none;
}
.part5-cont-item-tits i {
  color: #5982c7;
  font-style: normal;
}

/*# sourceMappingURL=right.css.map */@charset "utf-8";
/* CSS Document */
