/* Banner */
.banner {
  width: 100%;
  height: 355px;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 355px;
}

/* 内容容器 */
.content {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: stretch;
}

/* 左侧菜单 */
.lmenu {
  float: left;
  width: 257px;
  margin-top: -93px;
  margin-bottom: 20px;
}

.lmenu>a {
  display: block;
  width: 171px;
  line-height: 114px;
  height: 114px;
  font-size: 23px;
  color: #fff;
  background: url(/static/imgs/left_nav.jpg) no-repeat center top;
  position: relative;
  padding-left: 86px;
}

.lmenu>ul {
  height: calc(100% - 114px);
  float: left;
  background: rgba(241, 241, 241, 0.43);
  border-right: 1px #dcdcdc solid;
  padding: 5px 25px;
}

.lmenu>ul li {
  width: 207px;
  height: 59px;
  line-height: 59px;
  float: left;
  border-bottom: 1px #cccccc dashed;
}

.lmenu>ul li a {
  color: #044ebc;
  font-size: 15px;
  background: url(/static/imgs/sj_nav.jpg) no-repeat 17px center;
  padding-left: 36px;
  display: block;
}

.lmenu>ul li.active a {
  background: url(/static/imgs/tab_c.png) no-repeat 17px center;
}

/* 右侧内容 */
.rcontent {
  width: 100%;
  padding: 0 20px;
}

.rcontent .rcontent_nav {
  height: 78px;
  background: url(/static/imgs/cat_line.jpg) repeat-x center;
}

.rcontent .rcontent_nav>div {
  float: left;
  background-color: #fff;
  padding: 0 10px;
  height: 78px;
  line-height: 78px;
}

.rcontent .rcontent_nav>div img {
  height: 18px;
  vertical-align: -2px;
  margin-right: 2px;
}

.rcontent .rcontent_nav>span {
  background-color: #fff;
  float: right;
  display: block;
  height: 78px;
  line-height: 78px;
  margin-right: 100px;
  font-size: 20px;
  color: #044ebc;
  font-weight: bold;
  padding: 0 10px;
}

.rcontent .rcontent_content {
  padding: 10px 10px 40px;
}

.rcontent .rcontent_content ul li {
  font-size: 16px;
  text-align: left;
  height: 52px;
  line-height: 52px;
  color: #333333;
  background: url(/static/imgs/cat_list.jpg) 3px center no-repeat;
  padding-left: 18px;
  border-bottom: 1px solid #dfdfdf;
}

.rcontent .rcontent_content ul li span {
  float: right;
  padding-right: 5px;
  font-size: 15px;
  color: #888888;
  background: url(/static/imgs/cat_list_clock.jpg) center left no-repeat;
  padding-left: 22px;
}

.rcontent .rcontent_content .single_page {
  font-size: 16px;
}

.rcontent .rcontent_content .single_page img {
  max-width: 100%;
}

.rcontent .rcontent_content .single_page>h1 {
  font-size: 26px;
  color: #0a0a0a;
  font-weight: 1;
  text-align: center;
}

.rcontent .rcontent_content .single_page>.msg_box {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.rcontent .rcontent_content .single_page>hr {
  margin-bottom: 20px;
}