.banner {
  height: 550px;
  background: url(../images/bg-banner.png) no-repeat top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 0px;
}
.banner h3 {
  width: 100%;
  color: #fff;
  font-size: 45px;
  text-align: center;
  font-family: "kaiti";
}
.banner p {
  width: 100%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "kaiti";
}
.container-wrapper {
  min-height: 800px;
  display: flex;
  justify-content: space-between;
  margin-top: -400px;
}
.container-box {
  overflow: hidden;
  flex: 1;
  min-height: 100%;
  padding: 35px;
  background-color: #fff;
}
.container-box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #dcc9b1;
  padding: 10px;
}
.container-box .head h3 {
  font-family: "kaiti";
  font-size: 36px;
  color: #343434;
}
.container-box .head .position a,
.container-box .head .position span {
  font-size: 16px;
  color: #333;
}
.container-box .main {
  padding: 15px;
}
.sub-nav {
  flex-shrink: 0;
  width: 270px;
  min-height: 320px;
  margin-right: 60px;
  border-top: solid 4px #b38955;
  background-color: #fff;
}
.sub-nav .item {
  padding: 0 20px;
}
.sub-nav .item a {
  display: block;
  margin: 0 20px;
  padding: 20px;
  color: #333;
  font-size: 17px;
  border-bottom: solid 1px #ebebeb;
}
.sub-nav .item.on {
  background-color: #f4f7fb;
}
.sub-nav .item.on a {
  color: #b38955;
}
.sub-nav .item:hover a {
  color: #b38955;
}
.list .item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.list .item:hover .title {
  color: #b38955;
}
.list .title {
  margin-left: 5px;
  flex: 1;
  width: 100%;
  color: #333;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.list .date {
  padding-left: 20px;
  color: #333;
  font-size: 18px;
}
.article .title {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.article .time {
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
}
.article .detail {
  min-height: 400px;
}
.article .detail img {
  max-width: 100% !important;
}
.article .info {
  margin-top: 20px;
  text-align: right;
}
.kyjg .sub-title {
  display: flex;
  align-items: center;
}
.kyjg .sub-title span {
  font-size: 18px;
  color: #a37e55;
}
.kyjg .sub-title .item {
  cursor: pointer;
  padding: 7px;
  color: #454545;
  font-size: 18px;
  border-bottom: 1px solid #707070;
}
.kyjg .sub-title .item.active {
  color: #a37e55;
  border-bottom: 4px solid #a37e55;
}
.kyjg .show {
  display: block !important;
}
.kyjg .list {
  display: none;
  margin-top: 20px;
}
.kyjg .list table {
  width: 100%;
  border-collapse: collapse;
}
.kyjg .list thead {
  border: 1px solid #a37e55;
  border-bottom: 1px solid #fff;
  background-color: #a37e55;
}
.kyjg .list th {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
}
.kyjg .list th:not(:last-child) {
  border-right: 1px solid #fff;
}
.kyjg .list td {
  padding: 12px;
  border: 1px solid #a37e55 !important;
  transition: all 0.2s;
}
.kyjg .list td {
  text-align: center;
  white-space: nowrap;
  padding: 12px 20px;
}
.kyjg .list td:nth-child(2) {
  text-align: left;
  width: 95%;
}
.kyjg .list td:hover {
  color: #a37e55;
  background-color: #fbeee7;
}
.yjfx {
  width: 100%;
  cursor: default;
}
.yjfx .item {
  margin-bottom: 3px;
}
.yjfx .top {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #ac9173;
  border-bottom: 0.5px solid #c7b5a1;
}
.yjfx .top:hover {
  background-color: #e7dbd2;
  color: #b38955 !important;
}
.yjfx .top .title {
  color: #fff;
  font-size: 24px;
  font-family: "kaiti";
}
.yjfx .top .more {
  color: #fff;
  font-size: 16px;
  font-family: "Philosopher";
}
.yjfx .top .more img {
  margin-left: 8px;
}
.yjfx .open div {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #ac9173;
  color: #fff;
  font-size: 18px;
}
.yjfx .open div:hover {
  background-color: #927656;
}
.cxtd1 .item {
  display: flex;
  padding: 20px;
  padding-left: 5px;
  border-bottom: 1px solid #d3d3d3;
}
.cxtd1 .icon-home {
  height: 30px;
  padding: 0 10px;
}
.cxtd1 .title {
  font-size: 20px;
  color: #454545;
  line-height: 30px;
  border-bottom: 1px solid #f28037;
}
.cxtd2 .item {
  display: inline-block;
  width: 44%;
  padding: 30px 0;
  margin: 0 2.5%;
  border-bottom: 1px solid #cecece;
}
.cxtd2 .title {
  display: inline;
  margin-left: 15px;
}
