.view-list {
  width: 1200px;
  margin: 0 auto;
}

.view-list .view-item {
  width: 560px;
  display: block;
  margin-top: 25px;
  min-height: 387px;
}

.view-list .view-item:nth-of-type(2n -1) {
  float: left;
}

.view-list .view-item:nth-of-type(2n) {
  float: right;
}

.view-list .view-item:after,
.view-list .view-item .view-item-title .view-item-title-name:after,
.view-list .view-item .view-item-title .view-item-title-more:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.view-list .view-item .view-item-title {
  width: 100%;
  height: 56px;
  position: relative;
  border-bottom: 2px solid #e6010c;
  cursor: pointer;
}

.view-list .view-item .view-item-title:before {
  width: 120px;
  height: 50px;
  background: url(../../images/newshouye/auspiciousclouds.png);
  position: absolute;
  content: '';
  transform: skewX(-15deg);
  top: 0;
  left: 6px;
  z-index: 1;
  border-radius: 1px;
}

.view-list .view-item .view-item-title:after {
  width: 114px;
  height: 28px;
  position: absolute;
  content: '';
  transform: skewX(-15deg);
  top: 21px;
  left: 18px;
  border-radius: 1px;
}

.view-list .view-item .view-item-title .view-item-title-name {
  color: #d00101;
  display: inline-block;
  float: left;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  line-height: 1;
  height: 100%;
  z-index: 1;
  margin-top: 10px;
}

.view-list .view-item .view-item-title .view-item-title-name:before {
  width: 5px;
  height: 28px;
  background: transparent;
  position: absolute;
  content: '';
  transform: skewX(-15deg);
  top: 5px;
  left: 46px;
  z-index: 1;
  border-radius: 1px;
}

.view-list .view-item .view-item-title .view-item-title-more {
  color: white;
  display: inline-block;
  float: right;
  padding: 7px 12px;
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: 1;
  line-height: 1;
  font-size: 20px;
  border-radius: 1px;
}

.view-list .view-item .view-item-title .view-item-title-more:before {
  position: absolute;
  content: '';
  transform: skewX(-26deg);
  background: #ebadad;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 1px;
}

.view-list .view-item .view-item-contents {
  padding: 20px 30px 20px 0;
}

.view-list .view-item .view-item-contents .view-item-content a {
  color: #1c1a1b;
  line-height: 56px;
  font-size: 20px;
  height: 56px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  text-decoration: none;
  display: block;
}

.view-list .view-item .view-item-contents .view-item-content a:before {
  float: left;
  width: 8px;
  height: 8px;
  background: #be0210;
  content: "";
  margin-top: 25px;
  margin-right: 15px;
}

.view-list .view-item .view-item-contents .view-item-content a:hover {
  text-decoration: none;
  color: #f10e0e;
}

.view-list .view-item.swipe-item {
  width: 630px;
  height: 435px;
  position: relative;
}

.view-list .view-item.swipe-item + .view-item {
  width: 520px;
  height: 435px;
}

.view-list .view-item.swipe-item .img-item {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
  cursor: pointer;
}

.view-list .view-item.swipe-item .img-item.active {
  opacity: 1;
}

.view-list .view-item.swipe-item .img-item img {
  width: 100%;
  height: 100%;
}

.view-list .view-item.swipe-item .img-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 20px;
  font: 18px / 50px '微软雅黑';
  background: rgba(0, 0, 0, .6);
  box-sizing: border-box;
  padding-right: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view-list .view-item.swipe-item .swipe-indicator {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 2;
}

.view-list .view-item.swipe-item .swipe-indicator .swipe-indicator-item {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
  color: #fff;
  font: 12px / 15px '微软雅黑';
  text-align: center;
  display: inline-block;
}

.view-list .view-item.swipe-item .swipe-indicator .swipe-indicator-item.active {
  background: #f10e0e;
}

.view-list .view-item.swipe-item .swipe-prev,
.view-list .view-item.swipe-item .swipe-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -58px;
  display: block;
  width: 56px;
  height: 117px;
  filter: alpha(opacity = 50);
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
  transition: background .3s;
}

.view-list .view-item.swipe-item .swipe-prev:hover,
.view-list .view-item.swipe-item .swipe-next:hover {
  background: #e7e7e7;
}

.view-list .view-item.swipe-item .swipe-next {
  right: 0;
  left: unset;
}

.view-list .view-item.swipe-item .swipe-prev:before,
.view-list .view-item.swipe-item .swipe-prev:after,
.view-list .view-item.swipe-item .swipe-next:before,
.view-list .view-item.swipe-item .swipe-next:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 40px;
  background: white;
  border-radius: 2px;
}

.view-list .view-item.swipe-item .swipe-prev:before {
  transform: rotate(35deg);
  bottom: 46%;
}

.view-list .view-item.swipe-item .swipe-prev:after {
  top: 46%;
  transform: rotate(-35deg);
}

.view-list .view-item.swipe-item .swipe-next:before {
  transform: rotate(-35deg);
  bottom: 46%;
}

.view-list .view-item.swipe-item .swipe-next:after {
  top: 46%;
  transform: rotate(35deg);
}

.view-list .view-item .view-item-content-image-text {
  margin: 20px auto auto;
}

.view-list .view-item .view-item-content-image-text .view-item-content-image {
  width: 560px;
  height: 322px;
  display: block;
}

.view-list .view-item .view-item-content-image-text .view-item-content-image img {
  width: 100%;
  height: 100%;
}

.view-list .view-item .view-item-content-image-text .view-item-content-text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #444444;
  line-height: 25px;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.view-list .view-item .view-item-content-image-text .view-item-content-text a {
  text-decoration: none;
  color: #293134;
}

.view-list .view-item .view-item-content-image-text .view-item-content-text a:hover {
  text-decoration: none;
  color: #f10e0e;
}
.imgGD{
    background: url(../../images/newshouye/bxgd_bg.png);
    min-height: 313px;
    margin: 30px auto;
    position: relative;
    background-size: 100% 100%;
}
.imgGD .imgl{
    width: 120px;
    height: 49px;
    position: absolute;
    top: 25px;
    left: 690px;
}
.imgGD .imgr{
    width: 57px;
    height: 77px;
    position: absolute;
    top: 14px;
    right: 22px;
}