@charset "utf-8";

#content {
  margin-top : 50px;
  margin-bottom: 60px;
/*  overflow: auto; */
}

.description {
  margin: 60px 0 10px;
/*  background-color: #fff; */
  color: #333;
  line-height: 1.5em;
  padding: 10px;
  /* border-radius: 13px; */
/*  box-shadow: 0 1px 1px 1px #bbb; */
}

h2 {
  border-left: 5px solid #ff3780;
  font-size: 18px;
  line-height: 1.5em;
  padding-left: 10px;
  background-color: #fff;
  margin-bottom: 2%;
}

.sub-content h2 {
  border-left: 5px solid #ff3780;
  font-size: 18px;
  line-height: 2.5em;
  padding-left: 10px;
  background-color: #fff;
  margin-bottom: 2%;
  /* border-bottom: 1px solid #ff3780; */
}

.sub-content a {
    background-color: #fff;
    border: none;
    font-size: 18px;
    width: 90%;
    padding: 3% 0;
    border-left: 5px solid #f9eb7d;
    box-shadow: 0 1px 3px -1px #bbb;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.one-content-box {
  margin: 10px 5px;overflow: auto;
  background-color: #fff;
  cursor: pointer;
  height: 105px;
}

.one-content-box .left {
  float:left;
  width: 10%;
  background-color: #8dccad;
  height: 100%;
  text-align: center;
/*  display: table-cell; */
  line-height: 100px;
}

.one-content-box .left i {
  color: #fff;
  font-size: 20px;
}

.one-content-box .left img {
  color: #fff;
  vertical-align: text-bottom;
  height: 20px;
}


.one-content-box .center {
  float:left;width: 80%;
  height: 100%;
  margin: 0 2%;
/*  display: table-cell;*/
}

.one-content-box .center .title {
  background-color: #fff;
  text-align:
  center;padding: 5px;
  line-height: 1.5em;
  border-bottom: 2px dashed #e2b158;
  font-size: 18px;
  color: #333;
}

.one-content-box .center .sub-content-description {
  padding: 10px;
  background: #fff;
  color: #333;
}

.one-content-box .right {
  float:left;width: 5%;
  height: 100%;
  text-align:
  center;display:
  table-cell;
  line-height: 100px;
  font-size: 20px;
  color: #bbb;
}
