.btn {
  width: 90px;
  height: 35px;
  background-color: #ad0a0a;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}
.font {
  color: #999999;
  font-family: '宋体';
  font-size: 14px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
header {
  width: 100%;
  height: 75px;
  background: url("../images/top_bg.jpg") no-repeat center;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 15px 50px 15px 180px;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 58px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  line-height: 58px;
  background-color: #fff;
  z-index: 10;
  color: #999999;
  font-family: '宋体';
  font-size: 14px;
  color: #cccccc;
}
footer a {
  margin-right: 15px;
  color: #cccccc;
  text-decoration: none;
}
.logo {
  width: 235px;
  height: 44px;
}
.logBtn {
  width: 90px;
  height: 35px;
  background-color: #ad0a0a;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}
.nav {
  padding-left: 230px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-right: 25px;
  color: #999999;
  font-family: '宋体';
  font-size: 14px;
}
.content {
  width: 900px;
  margin: 0 auto;
  padding-top: 250px;
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
}
.searchContent {
  width: 625px;
  margin-top: 44px;
}
.searchBox {
  border: 1px solid #881212;
  height: 34px;
  width: 623px;
  display: flex;
  justify-content: space-between;
}
.searchInput {
  width: 80%;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
}
.searchBtn {
  width: 90px;
  height: 35px;
  background-color: #ad0a0a;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border-radius: 0;
  font-size: 18px;
  position: relative;
}
.remind {
  color: #999999;
  font-family: '宋体';
  font-size: 14px;
  font-size: 20px;
  margin-top: 20px;
}

#main {
  width: 1200px;
  margin: 150px auto 0;
  padding-bottom: 58px;
}

#main>div {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  min-height: 50px;
  margin-bottom: 20px;
}

#main>div>div:nth-child(1) {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 10px 30px;
}

#panel_body {
  padding: 30px;
  text-indent: 2em;
  line-height: 1.5;
  color: gray
}

#panel_body a,
#info_body a {
  color: #4aca85;
  cursor: pointer;
}

#tag_body {
  padding-left: 20px;
}

#tag_body span {
  margin: 10px 0;
  background-color: transparent;
  border-color: transparent;
  color: #808080;
  font-size: 16px;
}

#tag_body span::before {
  margin-right: 3px;
}
.selectBox span.el-tag{
  margin-right: 10px;
  cursor: pointer;
}