#wrap {
  width: 60% !important;
}

#index {
  width: 100%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  background-color: #1c1c1c;
}

#index img {
  width: 250px;
  margin-right: 10px;
  float: left;
  margin-top: 14px;
}

#index h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}

#content {
  padding: 0;
  margin: 50px 0;
  overflow: hidden;
}

#content .title {
  width: 1005;
  overflow: hidden;
}

#content .title h1 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 44px;
  border-bottom: 3px solid #1c1c1c;
}

#content .title ul {
  margin-top: 20px;
}

#content .title li {
  width: 50%;
  text-align: center;
  float: left;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  box-sizing: border-box;
  cursor: pointer;
}

#content .title li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #545454;
}

#content .title li:last-child {
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
}

#content .title li:last-child a {
  color: #465dff;
  font-weight: 600;
}

#content .text_box {
  width: 90%;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
  color: #545454;
}

#content .content_box h1 {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  font-size: 24px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}

#content .text_box {
  font-size: 1.4rem;
  line-height: 2rem;
}

#content .text_box b {
  font-size: 1.8rem;
  list-style: 5rem;
  color: #1c1c1c;
}

#content .text_box span {
  font-weight: 600;
}

@media screen and (max-width: 1240px) {
  #wrap {
    width: 90% !important;
  }
}

@media screen and (max-width: 460px) {
  #content .title li {
    width: 100%;
  }
}
