.content {
  margin-top: 50px;
  width: 1200px;
  position: relative;
  height: auto;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
}

.cont-left {
  float: left;
  width: 700px;
  height: auto;
  margin-bottom: 180px;
}

.cont-left .cont-tit {
  display: inline-block;
  position: relative;
  width: auto;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 0 30px;
  color: #333;
  font-weight: 600;
}

.cont-left .zhiwei h3:before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: '';
  width: 26px;
  height: 18px;
  background: url('../images/news_detailtitbg_t.png') no-repeat;
}

.cont-left .zhiwei h3:after {
  position: absolute;
  top: 8px;
  right: 0px;
  display: block;
  content: '';
  width: 26px;
  height: 18px;
  background: url('../images/news_detailtitbg_t.png') no-repeat;
}

.cont-left dl {
  display: block;
  width: 700px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 35px;
}

.cont-left dl dt {
  width: 120px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  background: #e6213a;
}

.cont-left dl dt:first-child {
  margin-top: 0;
}

.cont-left dl dd {
  width: 700px;
  /* height: 28px; */
  font-size: 15px;
  line-height: 28px;
  color: #333;
}

.cont-left p {
  font-size: 16px;
  /* height: 32px; */
  line-height: 32px;
  width: 700px;
  color: #333;
}

.cont-right {
  float: right;
  width: 360px;
  height: auto;
}

.join {
  width: 356px;
  height: 231px;
  border: 2px solid #e6213a;
}

.join p {
  position: relative;
  display: block;
  width: 356px;
  height: 196px;
}

.join p img {
  width: 356px;
  height: 196px;
}

.join p span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 356px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .4);
}

.join a {
  display: block;
  width: 356px;
  height: 39px;
  line-height: 39px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #e6213a;
}

.join-desc {
  display: block;
  width: 360px;
  margin-top: 30px;
  overflow: hidden;
}

.join-desc li {
  width: 360px;
  overflow: hidden;
}

.join-desc li strong {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 28px;
  color: #333;
}

.join-desc li p {
  display: block;
  width: 275px;
  float: left;
  font-size: 15px;
  line-height: 28px;
  color: #333;
}

.more {
  width: 360px;
  margin-top: 20px;
}

.more-tit {
  display: block;
  width: 152px;
  height: 42px;
}

.more-tit h3 {
  position: relative;
  display: block;
  width: 152px;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.more-tit h3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.zhiwei-more {
  display: block;
  width: 360px;
  margin-top: 10px;
}

.zhiwei-more li {
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
  background: #f4f4f4;
}

.zhiwei-more li a {
  position: relative;
  display: block;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  padding-left: 55px;
}

.zhiwei-more li a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  font-size: 28px;
  text-align: center;
  line-height: 42px;
  color: #333;
  border-right: 1px solid #fff;
}

.top {
  position: fixed;
  top: 80%;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url('../images/top.png') no-repeat center;
  background-size: 40px 40px;
  z-index: 99999999;
}

.top:hover {
  background: url('../images/top_hover.png') no-repeat center;
}