.nav .navList li:nth-child(2) {
  background: #0788cd;
}
.container {
  position: relative;
}
.resolved {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
.resolved .crumbs {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #353535;
  margin: 28px 0 18px;
}
.resolved .questions {
  width: 880px;
  float: left;
  height: auto;
  background: #fff;
}
.resolved .questions .question_type {
  width: 100%;
  padding: 20px 20px 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.resolved .questions .question_type .img_box {
  width: 110px;
  height: 110px;
  float: left;
}
.resolved .questions .question_type .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.resolved .questions .question_type .title {
  max-width: 700px;
  font-size: 24px;
  font-weight: bold;
  color: #2398d6;
  margin-top: 8px;
  height: 31px;
  line-height: 31px;
  float: left;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resolved .questions .question_type .info {
  width: 700px;
  float: left;
  line-height: 22px;
  height: 66px;
  font-size: 14px;
  margin-top: 6px;
  margin-left: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.resolved .questions .items .title {
  width: 96%;
  height: 37px;
  margin: 0 20px;
  border-bottom: 3px solid #e0e0e0;
}
.resolved .questions .items .title p {
  max-width: 100%;
  width: max-content;
  padding: 0 20px;
  font-weight: bold;
  color: #2398d6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 34px;
  border-bottom: 3px solid #2398d6;
}
.resolved .questions .titleWrap {
  width: 1200px;
  height: 58px;
}
.resolved .questions .titleWrap .title {
  width: 828px;
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  padding: 0 20px;
  color: #333;
  background: #ecedef;
}
.resolved .questions .titleWrap .search {
  float: right;
  width: 292px;
  height: 32px;
  padding: 13px 20px;
  border-bottom: 1px dashed #ebebeb;
}
.resolved .questions .titleWrap .search input {
  width: 200px;
  height: 26px;
  line-height: 30px;
  padding: 2px 4px;
  margin-right: 5px;
  border: 0;
  outline: 0;
  border: 1px solid #ebebeb;
}
.resolved .questions .titleWrap .search .button {
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #2398d6;
  border-radius: 2px;
  background: #ebf8ff;
  vertical-align: middle;
  color: #2398d6;
}
.resolved .questions .items .first_type {
  height: 115px;
  overflow: hidden;
}
.resolved .questions .items .first_type div .name {
  max-width: 60%;
  display: inline-block;
  color: #2398d6;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resolved .questions .items .first_type div .time {
  float: right;
  font-size: 14px;
  line-height: 21px;
  color: #adadad;
}
.resolved .questions .items .second_type {
  height: 125px;
  overflow: hidden;
}
.resolved .questions .items .second_type div .name {
  max-width: 60%;
  display: inline-block;
  color: #2398d6;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resolved .questions .items .second_type div .time {
  float: right;
  font-size: 14px;
  line-height: 21px;
  color: #adadad;
}
.resolved .questions .items li {
  border-bottom: 1px dashed #ebebeb;
  padding: 20px 20px;
  position: relative;
}
.resolved .questions .items li div {
  display: inline-block;
  width: 100%;
}
.resolved .questions .items li div .list_icon {
  width: 21%;
  margin-right: 10px;
  display: inline-block;
  float: left;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.resolved .questions .items li div .list_icon img {
  width: 14px;
  height: 14px;
  margin-right: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.resolved .questions .items li div .list_icon span {
  display: inline-block;
  font-size: 13px;
  color: #c6c6c6;
  padding-left: 21px;
  margin-right: 10px;
  white-space: nowrap;
}
.resolved .questions .items .first_type div .list_font {
  margin-top: 10px;
  width: 780px;
  float: left;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.resolved .questions .items .second_type div .list_font {
  margin-top: 10px;
  width: 667px;
  float: left;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  top: 40px;
  left: 65px;
  height: 44px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.resolved .questions .items li .date {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  width: auto;
  float: left;
  font-size: 14px;
  color: #adadad;
}
.resolved .questions .items li .date span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.resolved .questions .items li:hover {
  background-color: #f7fcff;
}
.resolved .questions .items li:hover .list_font {
  display: block;
}
.resolved .questions .items li:hover .date span {
  color: #2398d6;
}
.resolved .questions .items .second_type .info_img {
  width: 104px;
  height: 60px;
  background-color: aqua;
  position: absolute;
  top: 45px;
  right: 20px;
}
.resolved .questions .item {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #ebebeb;
  padding: 8px 20px;
}
.resolved .questions .paging {
  margin-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.resolved .right {
  width: 280px;
  overflow: hidden;
  float: right;
  margin-bottom: 60px;
}
.resolved .right .labels {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}
.resolved .right .labels .title {
  width: 100%;
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-left: 4px solid #2398d6;
}
.resolved .right .labels ul {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.resolved .right .labels ul li {
  max-width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  width: max-content;
  padding: 0 10px;
  border: 1px solid #cacbca;
  border-radius: 13px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resolved .right .labels ul li:hover {
  color: #fff;
  background-color: #2398d6;
}
.resolved .right .likes {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.resolved .right .likes .title {
  width: 100%;
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-left: 4px solid #2398d6;
}
.resolved .right .likes ul {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.resolved .right .likes ul li {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resolved .right .likes ul li::after {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9eacb6;
  cursor: pointer;
}
.resolved .right .likes ul li:hover {
  color: #2398d6;
}
.resolved .right .likes ul li:hover::after {
  background: #2398d6;
}
.resolved .right .company {
  width: 100%;
  overflow: hidden;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  background-color: #fff;
}
.resolved .right .company .title {
  width: 100%;
  padding-left: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-left: 4px solid #2398d6;
}
.resolved .right .company ul {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.resolved .right .company ul li {
  width: 100%;
  height: 76px;
  overflow: hidden;
  margin-bottom: 20px;
}
.resolved .right .company ul li .img_box {
  width: 112px;
  height: 76px;
  float: left;
}
.resolved .right .company ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resolved .right .company ul li .info {
  width: 105px;
  height: 76px;
  font-size: 14px;
  color: #333333;
  line-height: 76px;
  margin-left: 20px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resolved .right .company ul li .info:hover {
  color: #2398d6;
}
.resolved .right .advertisement {
  width: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.resolved .right .advertisement_1 {
  width: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.resolved .hot {
  background: #fff;
  width: 880px;
  padding: 20px;
  float: left;
  margin-top: 20px;
}
.resolved .hot .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  border-left: 4px solid #2398d6;
  padding-left: 15px;
  margin-bottom: 10px;
}
.resolved .hot .hotWrap,
.resolved .hot .recommendWrap {
  display: none;
  width: 100%;
  height: auto;
}
.resolved .hot .hotWrap a,
.resolved .hot .recommendWrap a {
  display: inline-block;
  width: 193px;
  height: 24px;
  margin-right: 17px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resolved .hot .recommendWrap a:nth-of-type(4n) {
  margin-right: 0;
}
.resolved .hot .hotWrap a:hover,
.resolved .hot .recommendWrap a:hover {
  color: #2398d6;
}
.resolved .hot dl:last-child {
  margin-right: 0;
}
.resolved .hot .numBoder {
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.resolved .hot .numBoder span {
  padding: 15px 0;
  cursor: pointer;
}
.resolved .hot .numBoder span a {
  color: #333;
  padding: 0 25px;
  border-right: 1px solid #ebebeb;
}
.resolved .hot .numBoder span a:hover {
  color: #2398d6;
}
.resolved .hot .numBoder span.active {
  border-bottom: 1px solid #2398d6;
}
.resolved .hot .numBoder span:hover {
  border-bottom: 1px solid #2398d6;
}
.resolved .hot .numBoder span:last-child a {
  border-right: none;
}
.resolved .hot .numBoder span:last-child {
  border-right: none;
  padding-right: 0;
}
.resolved .hotRecommend {
  overflow: hidden;
  margin-bottom: 60px;
}
