a:hover {
  text-decoration: none;
}

.top_banner img {
  max-width: 100%;
}

body {
  background: #f6f3f0;
}

p.title {
  width: 600px;
  height: 80px;
  margin: 0 auto;
  background: url(yshj_title_bg.png);
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  display: flex;
  justify-content: center;
}

p.title_1 {
  font-size: 14px;
  color: #333;
  margin-top: -23px;
  text-align: center;
}

p.title>a {
  color: #fff;
}

p.title_1 {
  color: #333;
}

ul.yshj_list {
  padding: 0 30px;
}

.yshj_list>li {
  list-style: square;
  margin: 14px 0;
  color: #2A548E;
  text-align: left;
}

.tpc img {
}

.commission-container {
  position: relative;
  width: 100%;
  height: auto;
}

.one_box {
  width: 545px;
  height: 325px;
  overflow: hidden;
  position: relative;
}

.one_box .hd {
  height: 48px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.one_box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.one_box .hd ul li {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.one_box .hd ul li.on {
  background: #ff6407;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.one_box .bd li {
  zoom: 1;
  vertical-align: middle;
}

.one_box .bd img {
  width: 545px;
  height: 325px;
  display: block;
}

.one_box .fd {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  background: rgba(48, 18, 22, 0.5);
}

.one_box .fd p {
  display: none;
  margin-left: 14px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.one_box .fd p.active {
  display: block;
}

.slide-box {
  position: relative;
}

.txt-slide {
  position: absolute;
  width: 100%;
  height: 48px;
  line-height: 48px;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  box-sizing: border-box;
  background: rgba(48, 18, 22, 0.5);
}

.top .top_link {
  height: auto;
  font-size: 12px;
}

#pc-wrap .top_out {
  position: relative;
}

.top_out .container {
  padding: 0;
  background: none;
}

.top_banner {
  text-align: center;
}

.main_body .container:nth-child(3) {
  min-height: 500px;
}