@charset "utf-8";
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.navigation-bread {
  margin-bottom: 16px;
  margin-left: 27px;
  overflow: hidden;
  margin-top: 20px;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #2d5aa8;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}
.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #2d5aa8;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #2d5aa8;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.fill .content-head p {
  font-size: 20px;
  font-weight: 500;
  color: #2d5aa8;
  line-height: 28px;
  letter-spacing: 1px;
}
.fill .content-head p i {
  display: inline-block;
  font-weight: bold;
  color: #2d5aa8;
  margin-right: 10px;
  line-height: 28px;
  width: 16px;
  height: 17px;
  background: url(../images/slash.png) no-repeat;
  vertical-align: -2px;
}
.itme-wrap {
  padding: 28px 8px 100px 27px;
  background-color: #ffffff;
}
.itme-wrap-list {
  overflow: hidden;
}
.itme-panelfl {
  float: left;
  width: 137px;
  margin-right: 76px;
  margin-top: 27px;
}
.itme-panelfl ul li {
  width: 200px;
  height: 50px;
  margin-bottom: 16px;
  position: relative;
}
.itme-panelfl ul li:hover .itme-sjx {
  display: block;
}
.itme-panelfl ul li a {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  letter-spacing: 1px;
  background: #F7F7F7;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.itme-panelfl ul li a:hover {
  background: #2d5aa8;
  color: #ffffff !important;
  border: none;
}
.itme-panelfl ul li i {
  font-style: normal;
  width: 16px;
  height: 16px;
  background: url(../images/rightsjx.png) no-repeat;
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -9px;
  display: none;
}
.itme-panelfl ul .itme-active a {
  background: #2d5aa8;
  color: #ffffff;
  border: none;
}
.itme-panelfl ul .itme-active a:hover {
  color: #ffffff !important;
}
.itme-panelfl ul .itme-active i {
  display: block;
}
.itme-panelrt {
  float: left;
  width: 927px;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul {
  padding-top: 12px;
}
.text-list ul li {
  line-height: 24px;
  overflow: hidden;
  margin-top: 11px;
}
.text-list ul li:hover span {
  color: #2d5aa8;
}
.text-list ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  width: 85%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 24px;
  margin: 0 10px 0 3px;
}
.text-list ul li span {
  font-size: 17px;
  font-weight: 400;
  color: #999999;
  float: right;
}
