.news_list_inner {
  width: 1200px;
  background: #fbf3ec;
  margin: 0 auto;
  margin-top: -130px;
  border-top: 5px solid #ff5527;
}
.news_list_inner > a {
  display: flex;
  align-items: middle;
  width: 100%;
  border-bottom: 1px solid #a6a6a6;
  padding: 30px 60px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_list_inner > a:hover {
  opacity: 0.7;
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.news_bg {
  width: 100%;
  height: 349px;
  background: url("../images/news_bg.jpg") no-repeat center;
}

.news_date {
  margin-right: 30px;
  color: #402c1e;
}

.news_type {
  margin-right: 30px;
  color: #fff;
}

.news_title {
  color: #402c1e;
}

.news_page_box {
  padding: 30px 0;
  font-size: 18px;
}

.news_inner {
  width: 1200px;
  background: #fbf3ec;
  margin: 0 auto;
  margin-top: 350px;
  margin-bottom: 136px;
}

.news_detail_title {
  background: #584a0f;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 130px;
  padding-right: 60px;
  display: flex;
}
.news_detail_title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 20px;
  top: 0px;
  background: url("../images/news_detail_title_pic.png") no-repeat;
}

.news_detail_date {
  margin-left: auto;
  font-size: 18px;
}

.news_detail_content {
  padding: 40px 60px;
  min-height: 395px;
}
.news_detail_content p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
}

.back_wrap {
  display: flex;
  justify-content: center;
  background: #eae2db;
  padding: 20px 0;
}

.back_btn {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #402c1e;
  color: #402c1e;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back_btn:hover {
  background: #ff5527;
  color: #fff;
}
.back_btn:before {
  content: "";
  position: absolute;
  background: url("../images/dot.png");
  width: 88px;
  height: 2px;
  left: -100px;
  top: 50%;
  cursor: default;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.back_btn:after {
  content: "";
  position: absolute;
  background: url("../images/dot.png");
  width: 88px;
  height: 2px;
  right: -100px;
  top: 50%;
  cursor: default;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banklist ul,.banklist ul li{ list-style:none;margin:0 auto;padding:0;}
.banklist ul{margin-top:10px}
.banklist ul li{position:relative;height:45px;line-height:45px;float:left;overflow:hidden;}
.banklist ul li label b{top:0;left:0;position:absolute;display:block;width:180px;height:45px;background-color:#fff;opacity:0;filter: "alpha(opacity=0)"; /* IE 8 */   filter: alpha(opacity=0);   /* IE 4-7 */   zoom: 1; }

.mytable{margin-top:10px;margin-bottom:10px}
.mytable tr{}
.mytable tr td{height:25px;line-height:25px; vertical-align:middle;padding-left:8px}
.mytable a{color:#cc0000}
.mytable a:link {color: #cc0000;text-decoration: none;}
.mytable a:visited {color: #302f2f;text-decoration: none;}
.mytable a:hover {text-decoration: none;color: #a3a3a3;}
.mytable a:active {color: #302f2f;text-decoration: none;}

img{margin:0;padding:0;border:0;vertical-align:top;}