html {
  background: url(../image/bg.png);
} /*头条*/
.hot {
  background: url(../image/u162.png) no-repeat top left #e4e4e4;
  height: 170px;
  margin: 30px 0;
}
.hot h1 {
  font-size: 38px;
  color: #b00008;
  font-weight: 600; /*margin-left: 150px;*/
  text-align: center;
  padding-top: 20px;
}
.hot h1:hover {
  color: #e70012;
}
.hot p {
  font-size: 16px;
  margin-left: 50px;
  margin-top: 10px;
} /*part1*/ /*焦点图*/
#banner {
  width: 795px;
  height: 505px;
}
#banner .swiper-pagination {
  text-align: right;
  bottom: 20px;
  right: 20px;
  width: 350px;
  left: auto;
}
#banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: #fff solid 1px;
  width: 10px;
  height: 10px;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e70012;
}
#banner .swiper-button-prev {
  background-image: url(../image/u1012.png);
  transform: rotateZ(180deg);
  background-size: 40px 50px;
  left: 0;
}
#banner .swiper-button-next {
  background-image: url(../image/u1012.png);
  background-size: 40px 50px;
  right: 0;
}
#banner .swiper-button-next,
#banner .swiper-button-prev {
  width: 40px;
  height: 60px;
}
.part1 .banner .swiper-slide {
  width: 795px;
  height: 505px;
  position: relative;
}
.part1 .banner .swiper-slide p {
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 60px;
  padding-left: 20px;
  width: 775px;
  height: 60px;
  color: #fff;
  font-size: 18px;
} /*新闻中心*/
.part1 .newscenter {
  width: 385px;
  height: 549px;
  overflow: hidden;
}
.part1 .newscenter .newslist {
  /*padding-top: 10px;*/
  margin-bottom: 20px;
}
.part1 .newscenter .newslist a {
  display: block;
  line-height: 34px;
}
.part1 .newscenter .newslist h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
  height: 28px;
  overflow: hidden;
  margin-top: 20px;
}
.part1 .newscenter .newslist p {
  height: 34px;
  overflow: hidden;
} /*第二部分*/ /*今日延安*/
#today {
  width: 795px;
  height: 162px;
}
#today a {
  display: inline-block;
  width: 254px;
  height: 162px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
}
#today a .imgbox {
  width: 100%;
  height: 100%;
}
#today a:nth-child(3n) {
  margin-right: 0;
}
#today a p {
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 34px;
  padding-left: 8px;
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 14px;
} /*红色快讯*/
.part2 .right {
  width: 385px;
}
.part2 .right .newslist {
  height: 162px;
  overflow: hidden;
}
.part2 .right .newslist .item {
  line-height: 32px;
}
.part2 .right .newslist .item .time {
  float: right;
  color: #797979;
} /*第三部分*/ /*左边部分*/
.part3 {
  height: 865px;
}
.list1 {
  width: 390px;
  padding: 0 15px;
  background: #fff;
  border: #e4e4e4 solid 1px;
  -moz-box-shadow: 0px 0px 20px rgba(215, 215, 215, 1);
  -webkit-box-shadow: 0px 0px 20px rgba(215, 215, 215, 1);
  box-shadow: 0px 0px 20px rgba(215, 215, 215, 1);
}
.list1 .newslist {
  border-top: #ea4a36 solid 3px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.list1 .newslist a {
  display: block;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.list1 .newslist .imgbox a {
  line-height: 20px;
}
.list1 .newslist a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}
.list1 .newslist a.img {
  height: 206px;
  width: 330px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.list1 .newslist a.img.video:before {
  content: "";
  position: absolute;
  left: 142px;
  top: 58px;
  width: 72px;
  height: 72px;
  background: url(../image/_u604.png) no-repeat center;
  background-size: 100%;
  opacity: 0.3;
}
.list1 .newslist a.img p {
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 34px;
  padding-left: 8px;
  width: 100%;
  height: 34px;
  color: #fff;
  font-size: 14px;
}
.part3 .list1:nth-child(2n) {
  background: none;
  border: none;
  margin-left: 15px;
  box-shadow: none;
}
.list1 .newslist ul {
  margin-bottom: 15px;
}
.list1 .newslist li {
  background: url(../image/u362.png) no-repeat left center;
  background-size: 6px;
  padding-left: 15px;
} /*第四部分*/
.part4 .list1:nth-child(2n) {
  margin-left: 12px;
} /*第五部分*/
.part5.list1 {
  width: 1170px;
}
.part5 .imgbox {
  display: inline-block;
  width: 220px;
  margin-right: 12px;
  vertical-align: text-top;
}
.part5 .imgbox:last-child {
  margin-right: 0;
} /*第六部分*/
.part6 {
  height: 860px;
}
.part6 .list1:nth-child(2n) {
  margin-left: 12px;
}
.part6 .list1 .newslist ul {
  margin-bottom: 0;
} /*第七部分*/
.part7 .list1:nth-child(2n) {
  margin-left: 12px;
} /*第八部分*/
.part8 .imgbox {
  position: relative;
  height: 220px;
}
.part8 .tit {
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 34px;
  padding-left: 8px;
  width: 212px;
  height: 34px;
  color: #fff;
  font-size: 14px;
}
