.container {
  width: 1200px;
}

.content {
  margin: 0 auto;
  height: auto;
  background: #fff;
  width: 1000px;
  line-height: 28px;
  font-size: 16px;
  padding: 10px 30px 50px 30px;
  margin: 30px auto;
}

.content img {
  max-width: 100%;
}

.main {
  background: #fff;
}

.news-bottom {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto 35px;
  padding: 10px 15px;
}

.link {
  padding: 0 35px 0 15px;
  margin-top: 30px;
  position: relative;
}

.btn-back {
  position: absolute;
  right: 35px;
  top: 15px;
  height: 30px;
  padding: 5px 20px;
  background: #b02d32;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }

  /* 	.content>p>img{
		width: 96% !important;
		margin: auto !important;
		height: auto !important; 
	} */
  .content {
    width: 96%;
    margin: auto;
  }

  .link>a:nth-child(4)>div {
    text-align: center;
    position: relative !important;
    width: 120px !important;
    left: 0px !important;
  }
  .btn-back{
    position: relative;
    width: 120px;
    left: 0;
    text-align: center;
  }
}