.content {
  width: 1000px;
  margin: 0 auto;
}

.content .show-banner {
  width: 1000px;
}

.box .content .main {
  position: relative;
  width: 1000px;
  margin: 0 auto 0;
}

.box .content .main .emails {
  position: fixed;
  bottom: 9%;
  right: 4%;
  width: 134px;
  height: 345px;
  z-index: 20;
  margin-left: 100px;
  background: url(../../image/home1/wet.png) no-repeat;
  padding: 158px 0 0 29px;
}

.box .content .main .emails img {
  width: 90px;
  height: 90px;
}

.box .content .main .list-top {
  height: 30px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 26px;
  text-align: right;
}

.box .content .main .list-top a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.box .content .main .lists .list-left {
  float: left;
  width: 270px;
  height: 420px;
  background: url(../../image/home1/list.png) no-repeat;
}

.box .content .main .lists .list-left .list-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 54px;
}

.box .content .main .lists .list-left .list-nav {
  width: 195px;
  margin: 0 auto;
  padding-top: 30px;
}

.box .content .main .lists .list-left .list-nav li {
  position: relative;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 48px;
  border-bottom: 1px dotted #C2D600;
  padding-left: 70px;
}

.box .content .main .lists .list-left .list-nav li::before {
  position: absolute;
  left: 56px;
  top: 21px;
  content: '';
  width: 8px;
  height: 8px;
  background: rgba(194, 214, 0, 1);
  border-radius: 50%;
}

.box .content .main .lists .list-left .list-nav li a {
  color: #333333;
}

.box .content .main .lists .list-right {
  width: 700px;
  float: right;
  margin-top: 30px;
}

.box .content .main .lists .list-right ul li {
  margin-bottom: 56px;
}

.box .content .main .lists .list-right ul li .pic {
  float: left;
  width: 150px;
  height: 110px;
  margin-right: 20px;
}

.box .content .main .lists .list-right ul li .pic img {
  width: 100%;
  height: 100%;
}

.box .content .main .lists .list-right ul li .infor {
  float: left;
}

.box .content .main .lists .list-right ul li .infor h3 {
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 490px;
}

.box .content .main .lists .list-right ul li .infor p {
  font-size: 12px;
  color: #999999;
}

.box .content .main .lists .list-right ul li .infor a {
  font-size: 12px;
  color: #59AFE1;
  line-height: 40px;
}

.content .main .detail-top {
  width: 100%;
  padding: 20px 0 14px;
  text-align: center;
  border-bottom: 1px dotted #DCDCDC;
}

.content .main .detail-top h3 {
  color: #040000;
  line-height: 50px;
}

.content .main .detail-top span {
  margin-left: 20px;
}

.content .main .detail-top span.time {
  margin-left: 0;
}
.content .main .detail-content {
  padding: 0 20px;
}
.content .main .detail-content .file p {
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(4, 0, 0, 1);
  line-height: 60px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #DCDCDC;
}
.content .main .detail-content .file ul li {
  line-height: 24px;
}