* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}
a {
  text-decoration: none;
}
.daohang ul {
  margin-left: -12px;
}
.mian {
  width: 1100px;
  margin-bottom: 46px;
  position: relative;
  left: calc(50% - 550px);
}
.mian .seach {
  width: 100%;
  /* border: 1px solid red; */
}
.mian .seach .s_header {
  width: 100%;
  /* border: 1px solid red; */
}
.mian .seach .s_header img {
  width: 19px;
  height: 18px;
}
.mian .seach .s_header span {
  width: 73px;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.mian .seach ul {
  width: 1100px;
  background: #fafafa;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  margin-top: 23px;
  padding: 21px 0px 0 5px;
}
.mian .seach ul li {
  width: 144px;
  height: 35px;
  line-height: 36px;
  margin: 0px 0 14px 12px;
}
.mian .seach ul li a {
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 36px;
}
.mian .seach ul li a:hover {
  color: #4077F7;
}
.mian .list_zhishi {
  margin-top: 27px;
}
.list_zhishi .catorge {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: center;
  margin-bottom: 23px;
}
.list_zhishi .catorge .l_tubiao {
  width: 4px;
  height: 22px;
  background: linear-gradient(0deg, #c70d03 0%, #f60100 100%);
  border-radius: 2px;
  margin-right: 8px;
}
.list_zhishi .catorge span {
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.list_zhishi .zhishi_box {
  background: #ffffff;
  border: 1px solid #ededed;
  padding-top: 25px;
}
.list_zhishi .zhishi_box .zhishi_item {
  display: flex;
  flex-direction: row;
  justify-content: left;
  text-align: center;
  margin-left: 17px;
}
.zhishi_box .zhishi_item .zhishi_tit {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #0e44b2;
  line-height: 36px;
}
.zhishi_box .zhishi_item .zhishi_tit a {
  color: #0e44b2;
  line-height: 36px;
}
.zhishi_box .zhishi_item .zhishi_tit a:hover {
  color: #c70d03;
  cursor: pointer;
}
.list_zhishi .zhishi_box .zhishi_item ul {
  width: 950px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  text-align: center;
  line-height: 36px;
  padding-left: 47px;
  padding-bottom: 10px;
}
.list_zhishi .zhishi_box .zhishi_item ul li {
  line-height: 36px;
  margin-right: 34px;
}
.list_zhishi .zhishi_box .zhishi_item ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.list_zhishi .zhishi_box .zhishi_item ul li a:hover {
  color: #c70d03;
  cursor: pointer;
}
