/*******公共样式*******/
body {
  background-color: #f8f8f8;
}
body .container .selectMax {
  background: #fff;
  padding: 20px 30px;
  border: 0.015rem solid #ececec;
  border-radius: 4px;
  border-top-left-radius: 0;
  font-size: 0.12rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
body .container .selectMax li {
  list-style: none;
}
body .container .selectMax li dl {
  position: relative;
  line-height: 0.24rem;
}
body .container .selectMax li dt {
  font-size: 0.17rem;
  width: 1rem;
  margin-bottom: 0.05rem;
  position: absolute;
  top: 0;
  left: -1rem;
  text-align: right;
  color: #666;
  height: 0.24rem;
  line-height: 0.24rem;
}
body .container .selectMax li dd {
  float: left;
  display: inline;
  margin: 0 0 0.05rem 0.05rem;
}
body .container .selectMax li dd a {
  font-size: 26px;
  display: inline-block;
  white-space: nowrap;
  padding: 0.04rem 0.15rem;
  line-height: 0.23rem;
  text-decoration: none;
  color: #000;
  border-radius: 5%;
}
body .container .selectMax li dd a:hover {
  color: #fff;
  background-color: #ff9145;
}
body .container .selectMax li #searchAssessment {
  margin: 0;
  line-height: 1.8;
  margin-left: 20px;
  width: 2rem;
  display: block;
}
body .container .selectMax li #searchAssessment span {
  background-color: #ff9145;
  color: #fff;
}
body .container .selectMin {
  background: #fff;
  padding: 20px 30px;
  margin-top: 50px;
  border: 0.015rem solid #ececec;
  border-radius: 4px;
  border-top-left-radius: 0;
  font-size: 0.12rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
body .container .selectMin li {
  list-style: none;
  padding: 0.1rem 0 0.05rem 0;
}
body .container .selectMin li dl {
  position: relative;
  line-height: 0.24rem;
}
body .container .selectMin li dt {
  font-size: 0.14rem;
  width: 90px;
  margin-bottom: 0.05rem;
  position: absolute;
  top: 0;
  left: -1rem;
  text-align: right;
  color: #666;
  height: 0.24rem;
  line-height: 0.24rem;
}
body .container .selectMin li dd {
  float: left;
  display: inline;
  margin: 0;
}
body .container .selectMin li dd a {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 10px;
  line-height: 22px;
  text-decoration: none;
  color: #000;
}
body .container .selectMin li dd a:hover {
  color: #fff;
  background-color: #ff9145;
}
body .container .selectMin li .selected a {
  color: #fff;
  background-color: #ff9145;
}
body .container .selectMin .select-result dt {
  font-weight: bold;
}
body .container .selectMin .select-result .select-no {
  color: #999;
}
body .container .selectMin .select-result a {
  padding-right: 0.2rem;
  background: #ff9145 url("../../newPublic/img/close.gif") right 0.09rem no-repeat;
}
body .container .selectMin .select-result a:hover {
  background-position: right -0.15rem;
}
body .container .columns {
  float: left;
  padding: 30px 0 0 0;
  overflow: hidden;
  margin-right: 8px;
  vertical-align: text-top;
}
body .container .columns .column {
  margin-bottom: 30px;
  padding: 10px 10px 10px 10px;
  border-radius: 1%;
  background: #fff;
}
body .container .columns .column:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
body .container .columns .column .tt {
  margin-bottom: 20px;
  line-height: 1;
  padding: 12px 0 10px 30px;
  border-bottom: 1px dashed #eee;
}
body .container .columns .column .tt span {
  font-size: 24px;
}
body .container .columns .column .tt .more {
  float: right;
  font-size: 14px;
  color: #6a6a6a;
}
body .container .columns .column .subColumn .part1 {
  padding-left: 1.6rem;
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
body .container .columns .column .subColumn .part1 a {
  display: block;
}
body .container .columns .column .subColumn .part1 a:hover {
  text-decoration: underline;
  color: #333;
}
body .container .columns .column .subColumn .part1 .img-box {
  width: 130px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0.15rem;
  overflow: hidden;
}
body .container .columns .column .subColumn .part1 .img-box .imge {
  width: 100%;
  height: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
body .container .columns .column .subColumn .part1 .tt1 {
  line-height: 1;
  font-size: 14px;
  color: #000;
  width: 154px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
body .container .columns .column .subColumn .part1 .txt {
  font-size: 14px;
  line-height: 24px;
  color: #8a8a8a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .container .columns .column .subColumn .part1 .info {
  font-size: 12px;
  color: #6a6a6a;
  position: absolute;
  bottom: 0;
  right: 0.15rem;
}
body .container .columns .column .subColumn .part1:hover .img-box .imge {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
body .container .columns .column .subColumn .list {
  display: block;
  line-height: 1.1;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 0;
  color: #333;
}
body .container .columns .column .subColumn .list:hover {
  text-decoration: underline;
}
body .container .columns .column .subColumn .list .gaugeIntro {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 0.16rem;
}
body .container .columns .column .subColumn .list .test-number {
  float: right;
  font-size: 12px;
  color: #6a6a6a;
}
body .container .recommend {
  float: left;
  padding: 30px 0 0 0;
  overflow: hidden;
  vertical-align: text-top;
  background-color: #fff;
  margin-top: 0.3rem;
}
body .container .recommend .column {
  background: #fff;
  padding: 10px 10px 0 10px;
}
body .container .recommend .column .tt {
  margin-bottom: 10px;
  line-height: 1;
}
body .container .recommend .column .tt .common-aside-line {
  float: left;
  margin-right: 20px;
  width: 4px;
  height: 20px;
  background-color: #ff9145;
}
body .container .recommend .column .tt span {
  font-size: 20px;
}
body .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 .container .recommend .column .subColumn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
body .container .recommend .column .subColumn a img {
  width: 35%;
  float: left;
}
body .container .recommend .column .subColumn a .txt {
  font-size: 12px;
  line-height: 24px;
  width: 60%;
  margin-left: 10px;
  float: left;
}
body .container .recommend .column .subColumn a .txt span {
  width: 100%;
  color: #333;
  display: block;
}
body .container .recommend .column .subColumn a .txt .test-title {
  font-size: 0.15rem;
}
body .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 .container .recommend .column .subColumn a .txt .test-number {
  color: #6a6a6a;
  text-align: right;
}
