@charset "utf-8";

.navigation-bread {
  padding-top: 25px;
  margin-bottom: 16px;
  overflow: hidden;
}

.navigation-bread i {
  float: left;
  font-style: normal;
  width: 22px;
  height: 16px;
  margin-right: 12px;
  background: url(../images/fill_icon.png) no-repeat;
  margin-top: 2px;
}

.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  float: left;
  margin-right: 0px;
}

.navigation-bread .navigation-cur {
  color: #0066ff;
  cursor: default;
}

.navigation-bread>a+a:before {
  content: "> ";
  color: #333333;
}

.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}

.text-list ul li {
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 16px;
}

.text-list ul li:hover span {
  color: #0066ff;
}

/* .text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
} */

.text-list ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.fill .head {
  position: relative;
  margin-bottom: 10px;
}

.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/fill_icon.png) no-repeat;
  margin: 7px 10px 0 0;
}

.fill .head .fill-tab {
  float: left;
  margin-left: 28px;
}

.fill .head .fill-tab li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}

.fill .head .fill-tab .on {
  color: #0066ff;
}

.fill .head .fill-tab .on:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: #0066ff;
  border-radius: 2px;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  z-index: 3;
}

.fill .head a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.line-box {
  width: 100%;
  height: 9px;
  background: url(../images/line_back.png);
}

.itme-words {
  background-color: #ffffff;
  padding: 0 0px 50px;
}

.itme-words .text-list ul li {
  line-height: 22px;
  padding: 20px 0;
  border-bottom: 1px dashed #D4D4D4;
  margin-bottom: 0;
}

.itme-words .text-list ul li a i {
  display: inline-block;
  font-style: normal;
  color: #333333;
  margin-right: 10px;
}

.words-box {
  margin-top: 20px;
}

.words-box .words-head {
  width: 100%;
  height: 60px;
  background: #F9F9F9;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
  padding: 13px 0 0;
}

.words-box .words-head a {
  display: inline-block;
  width: 343px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #999999;
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  line-height: 32px;
  margin: 0 10px;
}

.words-box .words-head .words-cur {
  border: 1px solid #2F6DFF;
  color: #0066FF;
}

.itme-words .text-list ul li:hover a .t {
  color: #005BE5;
}

.itme-words .text-list ul li a .t {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.itme-words .text-list ul li a .c {
  width: 1292px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}