.listpage_wrap {
  background: #fff;
  margin-top: 16px;
}
.listpage_box {
  display: flex;
  column-gap: 24px;
  padding: 24px;
  overflow: hidden;
}
.listpage_left {
  flex: none;
  width: 240px;
}
.listpage_right {
  border: solid 1px #e3e3e3;
  width: auto;
  flex: auto;
}
.listpage_right dt {
  margin: 15px 15px 5px 15px;
  border-bottom: 1px solid #e3e3e3;
}
.listpage_right dt span {
  border-bottom: 3px solid #e9573e;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.listpage_right dd {
  padding: 5px 15px 15px 15px;
}
.listpage_right_main_list td {
  height: 48px;
  border-bottom: 1px dashed #e3e3e3;
}
.listpage_right_main td a {
  color: #555;
}
.listpage_right_main td a:hover {
  color: #e9573e;
}
.listpage_right_main_date {
  color: #999;
}
.fy_btn {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #d4d6d6;
  color: #999;
}
.fy_btn:hover {
  border: 1px solid #0073a9;
  color: #fff;
  background: #0073a9;
  cursor: pointer;
}
.fy_b {
  color: #e9573e;
  padding: 0 5px;
}
.fy_input input {
  width: 30px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #d4d6d6;
}

.listpage_left dt {
  width: 240px;
  height: 60px;
  background: url(../images/listpage_left_title_bg.jpg) no-repeat;
}
/*.listpage_left dd {width:238px;border:1px solid #e3e3e3;}*/
.listpage_left_title_icon {
  font-size: 0;
}
.listpage_left_title_txt_l {
  font-size: 18px;
  color: #fff;
}
.listpage_left_title_txt_s {
  padding-top: 5px;
  font-size: 10px;
  font-family: Arial;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  text-transform: uppercase;
}
.listpage_nav_wrap {
  background: url(../images/listpage_left_bottom_bg.jpg) no-repeat center bottom;
}

.subNavBox {
  width: 238px;
  border: solid 1px #e3e3e3;
  border-bottom: 0;
}
.subNav {
  border-bottom: solid 1px #e3e3e3;
  cursor: pointer;
  font-size: 15px;
  color: #222;
  line-height: 48px;
  padding-left: 20px;
  background: url(../images/jiantou1.jpg) no-repeat;
  background-position: 95% 50%;
}
.subNav:hover {
  color: #e9573e;
}
.subNav2 {
  border-bottom: solid 1px #e3e3e3;
  cursor: pointer;
  font-size: 15px;
  color: #222;
  line-height: 48px;
  padding-left: 20px;
  background: url(../images/jiantou1.jpg) no-repeat;
  background-position: 95% 50%;
}
.subNav2:hover {
  color: #e9573e;
}
.currentDd {
  color: #e9573e;
}
.currentDt {
  background-image: url(../images/jiantou.jpg);
}
.navContent {
  display: none;
  border-bottom: solid 1px #e3e3e3;
  background: #fafafa;
}
.navContent li a {
  display: block;
  width: 238px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #333;
  border-bottom: 1px dashed #e3e3e3;
}
.navContent li a:hover {
  color: #000;
  background-color: #fafafa;
}

/*详情页css*/
.detail_wrap {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  margin-top: 15px;
}
.detail_box {
  padding: 15px 60px;
}
.detail_title {
  padding: 30px 0 20px 0;
  font-size: 28px;
  text-align: center;
}
.detail_date {
  text-align: center;
  color: #555;
}
.detail_date span {
  padding: 10px 20px;
}
.detail_line {
  width: 100%;
  height: 5px;
  margin-top: 30px;
  background: url(../images/detail_line.jpg) repeat-x bottom;
}
.detail_txt_wrap {
  margin-top: 30px;
}
.detail_txt_wrap .detail_txt {
  text-indent: 2em;
  padding: 6px 10px;
  font-size: 16px;
  color: #333;
}
.detail_img {
  padding: 30px 0;
  text-align: center;
}
