#hm_t_undefined {
  display: none!important;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.align-items {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.greyF {
  color: #929292;
}
html {
  width: 100%;
}
body {
  font: "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
  background: #fff;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
.mb_12 {
  margin-bottom: 1.2rem;
}
.edit_hide {
  display: none;
}
.contentes {
  margin-top: 0.5rem;
}
header {
  width: 100%;
  background: #BC0000;
  height: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header div:nth-of-type(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
header div:nth-of-type(1),
header div:nth-of-type(3) {
  width: 67%;
  margin: 0 0.2rem;
}
header div:nth-of-type(2) {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
header div:nth-of-type(3) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-pack: end;
}
header .pc-icon {
  background: url('../images/pc.png') no-repeat;
  background-size: contain;
}
header .logo-icon {
  width: 1.95rem;
  background: url('../images/logo.png') no-repeat;
  background-size: contain;
  height: 0.8rem;
}
header .search-icon {
  background: url('../images/search.png') no-repeat;
  background-size: contain;
}
header .list-icon {
  background: url('../images/list.png') no-repeat;
  background-size: contain;
}
header .szb {
  margin-left: 0.15rem;
  border-left: 1px solid #ddd;
  padding-left: 0.15rem;
  color: #fff;
}
.icon {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
}
nav {
  position: relative;

  height: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 ;
  background: #fff;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
nav .nav-scroll-box {
  text-align: center;
  width: 88%;
  padding-left: 3%;
  white-space: nowrap;
  overflow-x: auto;
}
nav li {
  display: inline-block;
  height: 1.2rem;
  margin-right: 0.13rem;
}
nav li span {
  font-size: 0.45rem;
  color: #929292;
  padding: 0.1rem 0;
  line-height: 1.2rem;
}
nav ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #fff;
}
nav ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background-color: #fff;
}
nav ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
nav .active {
  font-weight: bold;
  font-size: 0.45rem;
  color: #000;
  border-bottom: 0.075rem solid #e8382f;
}
nav .expandNav-icon.close {
  -webkit-transform: rotate(180deg);
}

.box{margin:25px 0 0 0}
.newsbox{display:flex;border-bottom:solid #efefef 1px;padding:15px 0 15px 0;}
.newsimg{flex:1;padding:0 10px;}
.newstt{flex:2;font-size: 0.45rem; line-height: 0.6rem;  height:1.8rem;padding:0 15px;}
.title{background-color:#efefef;padding:0.2rem;display:flex}
.title h2{font-size: 0.5rem; font-weight:bold; ;border-left:solid 6px #990000;margin-left:0.2rem;padding-left:0.5rem;color:#990000;flex:1}
.title a{font-size: 0.4rem; color:#666;flex:1;text-align:right;padding-right:1rem}

.newscon{flex:2;font-size: 0.4rem; line-height: 0.6rem;  height:1.8rem;padding:0 15px;}
.newslist li{font-size: 0.4rem; line-height: 0.8rem;margin-left:0.5rem}
.newslist span{color:#990000;font-weight:bold;}
.vedio{display:flex;padding:15px 0 15px 0;}
.v1{flex:1;padding:0 0.4rem;font-size: 0.4rem;}

.title_s{border-bottom:solid 1px #990000;padding:0.2rem;}
.title_s h2{font-size: 0.5rem; font-weight:600; ;padding-left:0.1rem;color:#999;}
.vimg{padding:0.5rem}
.ad{display:flex;padding:15px 0 15px 0;}
.a1{flex:1;padding:0 0.2rem;}
.foot{border-top:3px solid #990000;text-align:center;;font-size:0.35rem; color:#666}
.b_nav a{margin:0 0.4rem;line-height:1.5rem}

#back{
	width:48px;
	height:48px;
	background-image: url(http://www.hsdcw.com/material/mobile/static/images/back.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	right:15px;
	top:12%;
	opacity:0.7;
	border-radius: 24px;
	z-index: 999999999;
	border: 1px solid #C60;
}