.news{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 75px;
}
.n-active .news-date h3,
.n-active .news-date p,
.n-active .newsconrt-rt a:nth-child(1){
  color: #fff !important;
}
.n-active .new-cont2 {
  opacity: 1 !important;
  visibility: visible !important;
}

.news .news-con {
  display: flex;
  justify-content: space-between;
}
.news .news-con .news-con-lf {
  width: 78%;
  height: 700px;
  overflow: hidden;
}
.news .news-con .news-con-lf p {
  display: none;
}
.news .news-con .news-con-lf p a {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  display: flex;
  align-items: flex-end;
}


.wotou{
	background: rgba(0,0,0,0.5);
	    padding: 20px;
	    color: #fff;
	    line-height: 26px;
	}
.news .news-con .news-con-lf p:nth-child(1) {
  display: block;
}
.news .news-con .news-con-rt {
  width: 22%;
  background: #f2f2f2;
  padding-top: 30px;
}
.news .news-con .news-con-rt .news-con-items {
  position: relative;
}
.news .news-con .news-con-rt .news-con-items .news-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 25px 0;
  border-bottom:1px solid #dcdcdc;
}

.news .news-con .news-con-rt .news-con-items .newsconrt-rt {
  width:100%;
  position: relative;
  padding-left: 33px;
  padding-right: 15px;
}
.news .news-con .news-con-rt .news-con-items .newsconrt-rt a:nth-child(1) {
  font-size: 16px;
  transition: all 0.5s;
  color: #333333;
  cursor: default;
}


.news .news-con .news-con-rt .news-con-items .new-cont2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  right: 0;
 background-color: #01547f;
  height: 100%;
  background-size: cover;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}


.news .news-con .news-con-rt .news-con-items:hover .newsconrt-rt a:nth-child(1){
  color: #fff;
}
.news .news-con .news-con-rt .news-con-items:hover .new-cont2 {
  opacity: 1;
  visibility: visible;
}


.henggang{
	width: 100%;
	height: 50px;
	background-color: gold;
}


@media (max-width:1400px) {
	.news{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-left: 8px;
		padding-right: 8px;
	}
	.news .news-con .news-con-rt {
	  width: 22%;
	  background: #f2f2f2;
	  padding-top: 30px;
	}
	.news .news-con .news-con-lf {
	  width: 78%;
	  height: 500px;
	  overflow: hidden;
	}
	.news .news-con .news-con-lf p a {
	  height: 500px;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	}
}


@media (max-width: 767px) {
  .news .news-con {
    flex-direction: column;
  }
  .news .news-con .news-con-rt {
    width: 100%;
	padding-top: 0px;
  }
  .news .news-con .news-con-lf {
    width: 100%;
  }
  .news .news-con .news-con-lf p a,
  .news .news-con .news-con-lf {
    height:217px;
  }

  .news .news-con .news-con-rt .news-con-items .newsconrt-rt {
    width: 100%;
  }
  .news .news-con .news-con-rt .news-con-items .new-cont2 {
    width: 100%;
  }
  .news .news-con .news-con-rt .news-con-items .news-cont {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 2;
      padding: 14px 0;
      border-bottom: 1px solid #dcdcdc;
  }
  .wotou {
      background: rgba(0,0,0,0.5);
      padding: 20px;
      color: #fff;
      line-height: 20px;
      height: 100%;
      width: 100%;
  }
  
}

