body .isPC {
  background-color: #f6f6f6;
}
body .isPC .breadcrumb {
  margin: 0.3rem 0 0.1rem;
  background-color: #f6f6f6;
}
body .isPC .breadcrumb span {
  color: #777;
  font-size: 1em;
}
body .isPC .breadcrumb span:before {
  content: ">";
  padding: 0 0.5em;
  color: #ccc;
  font-size: 1em;
}
body .isPC .breadcrumb span:last-child {
  color: #333;
  font-size: 14px;
}
body .isPC .breadcrumb a {
  text-decoration: none;
  color: #999;
}
body .isPC .breadcrumb a:hover {
  color: #ff9145;
  text-decoration: underline;
}
body .isPC .container .navList {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .isPC .container .navList a {
  padding: 0 10px;
}
body .isPC .container .navList #searchAssessment span {
  background-color: #ff9145;
  color: #fff;
  border: #fff;
}
body .isPC .container .testIndex {
  border-radius: 4px;
  border-top-left-radius: 0;
  font-size: 0.12rem;
  padding-top: 0.2rem;
  min-height: 4.2rem;
}
body .isPC .container .testIndex .testList .testItem {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
body .isPC .container .testIndex .testList .testItem .testItemLeft {
  float: left;
  width: 150px;
}
body .isPC .container .testIndex .testList .testItem .testItemLeft .testItemImg {
  width: 100%;
}
body .isPC .container .testIndex .testList .testItem .testItemLeft .testItemImg img {
  width: 100%;
}
body .isPC .container .testIndex .testList .testItem .testItemRight {
  float: left;
  padding-left: 30px;
  width: 5.5rem;
  position: relative;
  height: 150px;
}
body .isPC .container .testIndex .testList .testItem .testItemRight .testItemTitle {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .isPC .container .testIndex .testList .testItem .testItemRight .testItemContent {
  font-size: 14px;
  text-indent: 2em;
  line-height: 22px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body .isPC .container .testIndex .testList .testItem .testItemRight .testItemBottom {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  width: 100%;
}
body .isPC .container .testIndex .testList .testItem .testItemRight .testItemBottom .testItemPerson {
  font-size: 0.16rem;
}
body .isPC .container .testIndex .testList .testItem .testItemRight .testItemBottom a {
  float: right;
  font-size: 0.18rem;
  margin-right: 40px;
}
body .isPC .container .pageBox {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
body .isPC .container .recommend {
  float: left;
  padding: 0.1rem 0 0 0;
  overflow: hidden;
  vertical-align: text-top;
  background-color: #fff;
}
body .isPC .container .recommend .column {
  background: #fff;
  padding: 10px 10px 0 10px;
}
body .isPC .container .recommend .column .tt {
  margin-bottom: 10px;
  line-height: 1;
}
body .isPC .container .recommend .column .tt .common-aside-line {
  float: left;
  margin-right: 20px;
  width: 4px;
  height: 20px;
  background-color: #ff9145;
}
body .isPC .container .recommend .column .tt span {
  font-size: 20px;
}
body .isPC .container .recommend .column .subColumn {
  padding: 0.16rem;
  border-radius: 1%;
  border-top: 1px dashed #eee;
  width: 100%;
  min-height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .isPC .container .recommend .column .subColumn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
body .isPC .container .recommend .column .subColumn a img {
  width: 35%;
  float: left;
}
body .isPC .container .recommend .column .subColumn a .txt {
  font-size: 12px;
  line-height: 24px;
  width: 60%;
  margin-left: 10px;
  float: left;
}
body .isPC .container .recommend .column .subColumn a .txt span {
  width: 100%;
  color: #333;
  display: block;
}
body .isPC .container .recommend .column .subColumn a .txt .test-title {
  font-size: 0.15rem;
}
body .isPC .container .recommend .column .subColumn a .txt .test-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 0.6rem;
  line-height: 0.2rem;
}
body .isPC .container .recommend .column .subColumn a .txt .test-number {
  color: #6a6a6a;
  text-align: right;
}
@media (max-width: 768px) {
  body .isPC {
    margin-top: 50px;
  }
  body .isPC .breadcrumb {
    margin: 10px 0 10px;
  }
  body .isPC .container .navList {
    font-size: 12px;
  }
  body .isPC .container .navList a {
    padding: 0 5px;
    display: inline-block;
  }
  body .isPC .container .testIndex {
    border-radius: 4px;
    border-top-left-radius: 0;
    font-size: 0.12rem;
    padding-top: 0.1rem;
  }
  body .isPC .container .testIndex .testList .testItem {
    padding: 5px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  body .isPC .container .testIndex .testList .testItem .testItemLeft {
    float: left;
    width: 100px;
  }
  body .isPC .container .testIndex .testList .testItem .testItemLeft .testItemImg {
    width: 100%;
  }
  body .isPC .container .testIndex .testList .testItem .testItemLeft .testItemImg img {
    width: 100%;
  }
  body .isPC .container .testIndex .testList .testItem .testItemRight {
    float: left;
    padding-left: 15px;
    width: 200px;
    position: relative;
    height: 200px;
  }
  body .isPC .container .testIndex .testList .testItem .testItemRight .testItemTitle {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
  }
  body .isPC .container .testIndex .testList .testItem .testItemRight .testItemContent {
    font-size: 14px;
    text-indent: 2em;
    line-height: 22px;
    margin-bottom: 30px;
  }
  body .isPC .container .testIndex .testList .testItem .testItemRight .testItemBottom {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    width: 100%;
  }
  body .isPC .container .testIndex .testList .testItem .testItemRight .testItemBottom a {
    float: right;
    font-size: 16px;
    margin-right: 40px;
  }
  body .isPC .container .recommend {
    float: left;
    padding: 30px 0 0 0;
    overflow: hidden;
    vertical-align: text-top;
    background-color: #fff;
  }
  body .isPC .container .recommend .column {
    background: #fff;
    padding: 10px 10px 0 10px;
  }
  body .isPC .container .recommend .column .tt {
    margin-bottom: 10px;
    line-height: 1;
  }
  body .isPC .container .recommend .column .tt .common-aside-line {
    float: left;
    margin-right: 20px;
    width: 4px;
    height: 20px;
    background-color: #ff9145;
  }
  body .isPC .container .recommend .column .tt span {
    font-size: 20px;
  }
  body .isPC .container .recommend .column .subColumn {
    padding: 10px 10px 10px 10px;
    border-radius: 1%;
    border-top: 1px dashed #eee;
    width: 100%;
  }
  body .isPC .container .recommend .column .subColumn a {
    width: 100%;
    display: block;
    float: left;
  }
  body .isPC .container .recommend .column .subColumn a img {
    width: 20%;
    float: left;
  }
  body .isPC .container .recommend .column .subColumn a .txt {
    font-size: 12px;
    line-height: 24px;
    width: 70%;
    margin-left: 10px;
    float: left;
  }
  body .isPC .container .recommend .column .subColumn a .txt span {
    width: 100%;
    color: #333;
  }
  body .isPC .container .recommend .column .subColumn a .txt .test-number {
    color: #6a6a6a;
  }
}
