/* 头图 S */
.bigimg .content {background-image:url("../image/news_bigimg.jpg");}
.bigimg .content p:first-child {margin-left:-3.6rem;}
.bigimg .content p:last-child {margin-left:-9.5rem;}
@media screen and (max-width:1200px) {
	.bigimg .content p:first-child {top:16rem;}
	.bigimg .content p:last-child {top:20rem;}
}
.bigimg .content::after {display:none;}
/* 头图 E */
/* 新闻 S */
.news ul {
  width:90%;
  margin:0 auto;
}
@media (min-width:1200px) {
    .news ul {width:100%;}
}
.news ul li {
  height:6.5rem;
  margin-bottom:1rem;
  padding:1rem;
  box-sizing:border-box;
  border:1px solid #ddd;
  transition:.5s;
}
.news ul li:hover {border:1px solid #ff4242;}
.news ul li h4 {
  color:#222;
  width:70%;
  font-size:1rem;
  transition:.5s;
}
.news ul li:hover h4 {color:#ff4242;}
.news ul li p {
  color:#555;
  font-size:.7rem;
  margin-top:1rem;
}
.news ul li p.date {
  color:#888;
  margin-top:.4rem;
}
/* 新闻 E */

/* 内容 S */
.article h1 {
  font-size:1.8rem;
  font-weight:normal;
  text-align:center;
  margin-bottom:1rem
}
.article i {
  display:block;
  color:#888;
  font-size:.7rem;
  font-style:normal;;
  text-align:center;
}
.article p {
  color:#555;
  font-size:.8rem;
  text-indent:1.6rem;
  margin-top:2rem;
  padding:1.4rem 0;
  line-height:1.4rem;
  border-top:1px solid #ddd;
}
.article div.next {
  display:block;
  width:20%;height:2rem;
  line-height:2rem;
  color:#555;
  font-size:.7rem;
  padding:0 .5rem;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #ddd;
  margin-top:1.5rem;
  transition:.5s;
}
.article div.next:hover {
  color:#fff;
  background:#ff4242;
  border:1px solid #ff4242;
}
.article div.next a {color:#555;}
.article div.next:hover a {color:#fff;}
@media screen and (max-width:1200px) {
  .article {width:90%;}
  .article div.next {width:30%;}
}
/* 内容 E */

/* 移动端 */
@media screen and (max-device-width:750px) {
	/* 头图 S */
	.bigimg .content p:last-child {
		top:18rem;
		font-size:2rem;
		margin-left:-18rem;
	}
	/* 头图 E */
	/* 新闻 S */
  .news ul li {
    height:auto;
    margin-top:3rem;
    padding:none;
    padding-bottom:2rem;
    border:none;
    border-bottom:1px solid #ddd;
  }
  .news ul li h4 {
    font-size:2.6rem;
    font-weight:normal;
  }
  .news ul li p {
    font-size:2rem;
  }
	/* 新闻 E */

  /* 内容 S */
  .article h1 {font-size:3rem;}
  .article i {font-size:1.6rem;}
  .article p {
    font-size:2rem;
    line-height:4rem;
    padding:2.4rem 0;
    margin-top:2rem;
  }
  .article a {
    width:100%;height:4.8rem;
    line-height:4.8rem;
    color:#fff;
    font-size:2rem;
    margin-top:3rem;
    padding:0 2rem;
    background:#ff4242;
  }
  /* 内容 E */
}