.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.banner {
  height: 700px;
  background-position: 25% 25%;
  background-repeat: no-repeat;
}
.main .content {
  background: url('../images/news-details/news-details-bg2.jpg') no-repeat;
  padding-bottom: 90px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .content .news-box {
  margin-top: 40px;
  position: relative;
  height: 580px;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.main .content .news-box .info {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1120px;
  height: 90px;
  line-height: 90px;
  background: url('../images/news-details/news-details-title-bg.png') no-repeat;
}
.main .content .news-box .info .img {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.main .content .news-box .info .img.moves {
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .news-box .info span {
  float: left;
  font-size: 16px;
  margin-right: 40px;
}
.main .content .news-box .info span:first-child {
  margin-left: 50px;
}
.main .content .news-box .info .bdsharebuttonbox {
  display: inline-block;
  margin-top: 28px;
  margin-left: 20px;
}
.main .content .news-box .info .bdsharebuttonbox a {
  width: 24px;
  height: 24px;
  padding-left: 0;
}
.main .content .news-box .info .bdsharebuttonbox a.bds_tsina {
  background: url('../images/news-details/sina-icon.png') no-repeat;
  margin-right: 10px;
}
.main .content .news-box .info .bdsharebuttonbox a.bds_tsina:hover {
  background: url('../images/news-details/sina-icon-active.png') no-repeat;
  opacity: 1;
}
.main .content .news-box .info .bdsharebuttonbox a.bds_weixin {
  background: url('../images/news-details/weixin-icon.png') no-repeat;
}
.main .content .news-box .info .bdsharebuttonbox a.bds_weixin:hover {
  background: url('../images/news-details/weixin-icon-active.png') no-repeat;
  opacity: 1;
}
.main .content .text-box {
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.main .content .text-box .t-b-in {
  padding: 50px 60px 0 60px;
}
.main .content .text-box .t-b-in h3 {
  color: #191919;
  margin-bottom: 20px;
}
.main .content .text-box .t-b-in p {
  color: #737373;
  margin-bottom: 20px;
  font-size: 18px!important;
}
.main .content .text-box .t-b-in p span{
	font-size: 18px!important;
}
.main .content .text-box .t-b-in p:last-child {
  margin-bottom: 0;
}
.main .content .text-box .t-b-in p img {
  width: 100%;
}
.main .content .text-box .bg-pen {
  height: 137px;
}
.main .content .text-box .bg-pen .pen {
  float: right;
  margin-top: -65px;
  margin-right: 30px;
  width: 22px;
  height: 0;
  background: url('../images/news-details/news-details-pen.png') no-repeat;
  background-position: right top;
}
.main .content .text-box .bg-pen .pen.height {
  height: 137px;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .text-box .bg-pen .pen.width {
  width: 100%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
@media only screen and (max-width: 1366px) {
  .main .content .news-box {
    height: 460px;
  }
  .main .content .news-box .info {
    width: 800px;
    background: url('../images/news-details/news-details-title-bg.png') no-repeat center right;
  }
  .main .content .text-box {
    width: 900px;
  }
  .main .content .text-box .t-b-in {
    padding: 40px 50px 0 50px;
  }
  .main .content .text-box .bg-pen .pen.width {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 700px;
  }
  .main .banner {
    height: 400px;
    background-position: 25% 60%;
  }
  .main .content .news-box {
    height: 390px;
  }
  .main .content .news-box .info {
    width: 600px;
    line-height: 60px;
  }
  .main .content .news-box .info .bdsharebuttonbox {
    position: absolute;
    left: 40%;
    top: 20%;
  }
  .main .content .text-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main .container {
    width: 96%;
  }
  .main .banner {
    height: 300px;
    background-position: 19% 65%;
  }
  .main .content {
    padding-bottom: 30px;
  }
  .main .content .news-box {
    margin-top: 0;
    height: 400px;
  }
  .main .content .news-box .info {
    width: 95%;
    line-height: 1.1;
  }
  .main .content .news-box .info span {
    font-size: 12px;
    margin-left: 0;
    float: none;
  }
  .main .content .news-box .info span:first-child {
    display: inline-block;
    margin: 10px;
  }
  .main .content .news-box .info span:last-of-type {
    display: block;
    margin-left: 10px;
  }
  .main .content .news-box .info .bdsharebuttonbox {
    position: absolute;
    left: 7%;
    top: 23%;
  }
  .main .content .text-box {
    width: 100%;
  }
  .main .content .text-box .t-b-in {
    padding: 10px 20px 0;
  }
  .main .content .text-box .bg-pen .pen {
    margin-right: 20px;
  }
}
