body {
  font-family: Microsoft YaHei;
  width: auto;
  height: auto;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
a:hover {
  color: var(--primary-color);
}
button {
  outline: none;
  border: none;
  background: none;
}
input {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

/* 内容部分 */
.container {
  height: auto;
  width: 100%;
  background: #f5fbff url(bg.png) repeat-y top center;
  background-size: cover;
  padding-bottom: 30px;
}
.container_dw {
  height: 80px !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999 !important;
}
.container_dw .dq {
  color: #000000;
}
.container_dw span a {
  font-size: 16px;
  color: #999999 !important;
}
.container_dw .dq a {
  font-size: 16px;
  color: #000000 !important;
}
.content_list_fys a:hover {
  color: #ffffff !important;
}
.container_dw .img {
  margin-right: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background: var(--dwimg);
}
.content_list {
  height: auto;
  display: flex;
  justify-content: space-between;
}

.content_list_table {
}
.content_list_table tr td {
  padding: 0 5px;
  border: 1px solid #dddddd;
}
.content_list {
  background: #ffffff;
  padding: 30px;
  flex-direction: column;
}
.bjxx {
  width: 100%;
  background: linear-gradient(180deg, #f5faff, #ffffff 11%, #ffffff);
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  height: auto;
  display: flow-root;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.xqxxtit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  float: left;
}
.xqtit {
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 17px;
  color: var(--primary-color);
  padding: 0px 10px 0px 50px;
}
.bdxq {
  width: 100%;
  float: left;
}
.bdxq tr {
  height: 52px;
}
.bdbg {
  width: 150px;
  text-align: center;
}
.hbnr {
  padding-left: 30px;
}
.ltnr {
  width: 310px;
  padding-left: 30px;
}
.rtnr {
  width: 300px;
  padding-left: 30px;
}
.bdxq td a {
  float: right;
  color: #0a5491;
  margin-right: 30px;
}
.bdxq tr td {
  border: 1px solid #e6e6e6;
}
tbody tr td:first-child {
  border-left: none;
}
.nr {
  line-height: 30px;
  padding: 20px 0px 20px 30px;
  width: 760px;
  word-break: break-all;
}