/*内页*/
.knowledge {
  margin-top: 10px;
}
.knowledge_top {
  color: #bdbdbd;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px dotted #e6e6e6;
  margin-bottom: 20px;
}
.knowledge_zx {
  padding-top: 10px;
}
.knowledge_top h3 {
  color: #333;
  font-size: 20px;
  display: block;
  margin: 10px 0;
}
.knowledge_top p {
  padding: 18px 0 18px;
}
.knowledge_top p span {
  margin-right: 10px;
}
.collect {
  display: inline-block;
  padding-left: 20px;
  text-align: center;
  margin-left: 5px;
  cursor: pointer;
}
.gaokao_code {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.gaokao_code img {
  margin-bottom: 10px;
}
.gaokao_code span {
  color: #76797b;
  font-size: 14px;
  display: block;
}
.gaokaoq_word {
  text-indent: 2em;
}
.knowledge_right {
  float: left;
  width: 274px;
  margin-left: 46px;
}
.volunteer {
  width: 268px;
  height: 260px;
  color: #fff;
  padding: 10px 0 0 10px;
}
.span_volunteer {
  display: block;
  margin-bottom: 20px;
}
.knowledge_right form {
  position: relative;
  margin: 30px 0;
}
.search_btn {
  width: 14px;
  height: 15px;
  border: none;
  position: absolute;
  top: 6px;
  right: 5px;
}
.search_bk {
  width: 100%;
  height: 27px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  text-indent: 5px;
  
}
.knowledge_right .title {
  text-indent: 5px;
  line-height: 21px;
}
.knowledge_right .more {
  line-height: 36px;
}
.tool_state {
  display: inline-block;
  width: 128px;
  color: #919191;
  margin-left: 18px;
}
.tool_state h4 {
  font-size: 14px;
  color: #333;
}
.tool_state a {
  margin-top: 5px;
  color: #fff;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
}
.tool_top {
  margin-top: 30px;
  margin-bottom: 10px;
}
.sec {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.knowledge_left {
  float: left;
  width: 680px;
  padding-bottom: 22px;
}
.knowledge_right {
  float: left;
  width: 274px;
  margin-left: 46px;
}
.knowledge_right .left-title {
  float: left;
  font-size: 20px;
  font-weight: normal;
  text-indent: 5px;
}
.knowledge_right .more {
  line-height: 24px;
  float: right;
  font-size: 12px;
}
.hot_word {
  position: relative;
  width: 326px;
  float: left;
}
.img_word {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 34px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
}
.hot_new {
  float: left;
  width: 340px;
}
.hot_new li {
  line-height: 31px;
  font-size: 16px;
  margin: -8px 0 8px 45px;
}
.hot_new li a {
  color: #666;
}
.article {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.article h4 {
  margin: 0;
}
.article h4 a {
  font-size: 18px;
  font-weight: normal;
}
.article p {
  margin-bottom: 25px;
  color: #999;
}
.article p .left {
  float: left;
}
.article p .right {
  float: right;
}
.article .word {
  height: 105px;
  overflow: hidden;
}
/*关于我们新版 start*/
.about-content {
  padding-bottom: 30px;
}
.about-lists {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 48px;
}
.about-lists li {
  float: left;
  width: 86px;
  margin-bottom: -4px;
  font-size: 14px;
  margin-right: 42px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
}
.about-lists li.this,
.about-lists li.open {
  color: #00a2e9;
  background: url(../images/public/about-nav-bg.png) no-repeat center bottom;
}
.about-lists li.last {
  margin-right: 0;
}
.about-banner {
  background: url(../images/public/about-banner.jpg) no-repeat center center;
  width: 100%;
  height: 270px;
}
.common-problem li {
  font-size: 16px;
  border: 1px dashed #dcdcdc;
  padding: 0 19px;
  margin-bottom: 10px;
}
.common-problem li p {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
}
.common-problem li .problem-inner-content p {
  height: auto;
  line-height: 30px;
  color: #797979;
  font-size: 14px;
  text-indent: 2em;
}
.common-problem i {
  transition: all 0.2s;
  font-size: 25px;
  color: #00a2e9;
  float: right;
  cursor: pointer;
}
.common-problem li .problem-inner-content {
  border-top: 1px dashed #dcdcdc;
  padding: 16px 0;
  font-family: "微软雅黑";
}
.common-problem i.this {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.about-lists li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
/*关于我们新版 end*/
