body {
  background-color: #f5f5f5;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

.detection-warper {
  width: 1200px;
  margin: 0 auto;
}

.detection-warper .menu-box {
  margin-top: 10px;
}

.detection-warper .menu-box .item-menu-list {
  display: flex;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.detection-warper .menu-box .item-menu-list .nav-img {
  width: 240px;
  height: 100px;
}

.detection-warper .menu-box .item-menu-list .nav-img img {
  width: 240px;
  height: 100px;
}

    .detection-warper .menu-box .item-menu-list .nav-list {
        flex: 1;
        padding: 12px 15px;
        overflow: hidden;
        height: 100px;
        box-sizing: border-box;
        /*margin-top: 12px;*/
    }

.detection-warper .menu-box .item-menu-list .nav-list .item-nav {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #333333;
  text-decoration: none;
  width: 167px;
  display: inline-block;
}

.detection-warper .menu-box .item-menu-list .nav-list .item-nav:hover {
  color: #0c7ef1;
}

.detection-warper .menu-box .item-menu-list .more {
  position: relative;
  margin-top: 30px;
  padding: 0 10px;
}

.detection-warper .menu-box .item-menu-list .more::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  top: -10px;
  left: 0;
  background-color: #dddddd;
}

.detection-warper .menu-box .item-menu-list .more a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #999999;
}

.detection-warper .menu-box .item-menu-list .more a:hover {
  color: #0c7ef1;
}

.detection-warper .item-type {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.detection-warper .item-type .title-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  line-height: 37px;
}

.detection-warper .item-type .title-box .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}

.detection-warper .item-type .title-box .more {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}

.detection-warper .item-type .item-type-box {
  display: flex;
  margin-top: 10px;
}

.detection-warper .item-type .item-type-box .item-type-list {
  flex: 1;
}

.detection-warper .item-type .item-type-box .item-type-list .title {
  font-weight: bold;
  font-size: 18px;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #333333;
}

.detection-warper .item-type .item-type-box .item-type-list .item-type-menu-box {
  width: 100%;
}

.detection-warper .item-type .item-type-box .item-type-list .item-type-menu-box .item-type-nav {
  display: inline-flex;
  text-align: left;
  width: 30.33%;
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
}

.detection-warper .item-type .item-type-box .item-type-list .item-type-menu-box .item-type-nav:hover {
  color: #0c7ef1;
}
