@import url(../../common/css/cont.css);
#mdHeadArea {
  padding-top: 8px;
  border-bottom: 1px solid #e4e4e4;
}
#mdHeadArea .breadCrumb {
  padding: 10px 0 8px;
  background-color: #f7f7f7;
}
#mdHeadArea .breadCrumb ul {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
#mdHeadArea .breadCrumb ul li {
  float: left;
  margin-right: 6px;
  padding-right: 6px;
  background: url("../../images/common/arr_bread.png") no-repeat 100% 50%;
  font-size: 10.7px;
  line-height: 1;
}
#mdHeadArea .breadCrumb ul li span {
  margin-right: 6px;
}
@media acreen and (max-width: 950px) {
  #mdHeadArea .breadCrumb {
    padding: 6px 12px;
  }
  #mdHeadArea .breadCrumb ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mdHeadArea {
    display: none;
  }
}

#cont {
  color: #222;
}
#cont section:not(:last-of-type) {
  margin-bottom: 20px;
}
#cont .section_title {
  padding: 16px 20px 14px;
  border: 1px solid #ccc;
  background-color: #e8e8e8;
  color: #222;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
#cont .cont {
  padding: 0 24px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
}
#cont .cont table {
  width: 100%;
  margin: 0 auto;
}
#cont .cont table tr th, #cont .cont table tr td {
  padding: 16px 0 14px;
  border-bottom: 1px dotted #dcdcdc;
  font-size: 13.5px;
  line-height: 1.5;
}
#cont .cont table tr th p, #cont .cont table tr td p {
  display: inline;
  margin-right: 20px;
}
#cont .cont table tr th img, #cont .cont table tr td img {
  width: auto;
  height: 30px;
}
#cont .cont table tr th {
  width: 17%;
  font-weight: bold;
}
#cont .cont table tr:last-child th, #cont .cont table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 1010px) {
  #cont {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #cont {
    margin-bottom: 30px;
  }
  #cont .section_title {
    padding: 15px 0 12px;
    border: none;
    background-color: transparent;
    text-align: center;
  }
  #cont .cont {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  #cont .cont table tr th, #cont .cont table tr td {
    display: block;
    width: 100%;
    padding: 14px 12px 11px;
    font-size: 13px;
  }
  #cont .cont table tr th img, #cont .cont table tr td img {
    height: 24px;
  }
  #cont .cont table tr th {
    background-color: #e8e8e8;
  }
}
