@charset "UTF-8";
/* 头部banner */
.banner-about {
  width: 100%;
  height: 302px;
  position: relative;
}

.banner-about img {
  width: 1920px;
  position: absolute;
  left: 50%;
  left: 0\9;
  transform: translate(-50%, 0);
}

/* 内容 */
.content {
  width: 1200px;
  min-height: 800px;
  margin: 20px auto 40px auto;
  overflow: hidden;
}

/* 新闻列表 */
.content-left {
  width: 250px;
  height: auto;
  float: left;
}

.content-left .news {
  width: 250px;
}

.content-left .news h2 {
  width: 250px;
  height: 96px;
  background: url("../../../gw-pc/img/aboutus-2.png") no-repeat center;
}

.content-left .news h2 p {
  font-size: 28px;
  color: #fff;
  line-height: 21px;
  font-weight: bold;
  padding: 30px 0 0 64px;
}

.content-left .news h2 p span {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.content-left .news ul li {
  width: 100%;
  height: 50px;
  color: #000;
  border-bottom: 1px solid #e6e6e6;
}

.content-left .news ul li a {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 18px;
  color: #969696;
  text-indent: 72px;
  line-height: 50px;
}

.content-left .news ul li a em {
  padding-left: 40px;
}

.content-left .news ul li a:hover {
  background: #f0f0f0;
}

.content-left .news ul li a:hover em {
  color: #ff3f40;
}

.content-left .news ul li.on a {
  background: #f0f0f0;
}

.content-left .news ul li.on a em {
  color: #ff3f40;
}

.content-left .news ul li:nth-child(5) em {
  padding-left: 22px;
}

/* 新闻列表 */
.content-right {
  width: 900px;
  height: auto;
  float: right;
}

.content-right .location {
  width: 100%;
  height: 50px;
  color: #969696;
  border-bottom: 1px solid #e6e6e6;
}

.content-right .location p {
  width: auto;
  height: 100%;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  line-height: 50px;
}

.content-right .location p span {
  padding: 0 12px;
}

.content-right .location i {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-position: -46px -11px;
}

.content-right .news-content {
  width: 100%;
  height: auto;
}

.content-right .news-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
