* {
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  font-family: "Helvetica Neue",
  Helvetica,
  Arial,
  sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-header {
  margin-top: -3px;
  background-color: #015293;
  border: 2px solid #e7e7e7;
  min-height: 112px;
}

.navbar-toggle {
  float: right;
  height: 80px;
  width: 72px;
  padding: 18px 20px;
  margin: 16px 30px 16px 0;
  border: 2px solid #ddd;
  border-radius: 8px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: url(/images/trs_arrow_down.png) no-repeat center;
  background-size: 84%;
}

.navbar-toggle.down {
  background-image: url(/images/trs_arrow_up.png);
}

.navbar-brand {
  float: left;
  line-height: 100px;
  padding-left: 30px;
  font-size: 28px;
  font-weight: 700;
  -webkit-font-smoothing: auto;
  font-family: ËÎÌå, Arial, Helvetica, sans-serif;
  color: #fff;
}

.navbar-collapse {
  height: 0;
  transition: height 0.3s linear;
  margin-top: -2px;
  background-color: #015293;
  padding: 0 30px;
  border: 2px solid #e7e7e7;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255 / 10%);
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
}

.navbar-nav {
  margin: 15px 0;
}

.navbar-nav a {
  display: block;
  padding: 20px 0;
  line-height: 40px;
  font-size:32px;
  font-family: "Microsoft Yahei",ËÎÌå,Arial,Helvetica,sans-serif;
  color: #fff;
}

button {
  outline: none;
}

.m-content {
  padding: 0 14px;
  background-color: #fff;
}

.m-title {
  background-color: #015293;
  border-color: #337ab7;
  color: #fff;
  padding: 20px 30px;
}

.m-title a {
  color: #fff;
  font-size:32px;
}

.play-wrap {
  padding: 24px;
  border-bottom: 2px solid #efefef;
}

.play a {
  position: relative;
  display: block;
  width: 100%;
}

.play img {
  width: 100%;
}

.play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/trs_icon_video_noact.png) no-repeat center;
  background-size: 110%;
}

.dys-content-title {
  padding: 16px 20px;
  text-align: center;
}

.dys-content-title a {
  font-size: 40px;
  font-weight: 500;
  color: #337ab7;
}

.dys-panel-head {
  padding: 18px 20px;
}

.dys-panel-head:after {
  display: block;
  content: '';
  clear: both;
}

.dys-panel-head-title {
  float: left;
  text-indent: 2px;
  font-size: 32px;
  font-weight: bold;
  color: #337ab7;
  border-bottom: 4px solid #337ab7;
}

.dys-panel-head a {
  float: right;
  width: 165px;
  height: 48px;
  background: url(/images/trs_20190830spbtn.jpeg) no-repeat center;
  background-size: 98%;
}

.dys-panel-content {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 40px;
  text-indent: 56px;
  padding: 0 20px 20px;
  border-bottom: 2px solid #efefef;
  color: #333;
}

.m-lb-wrap {
  padding: 16px;
  border-bottom: 2px solid #efefef;
  overflow: hidden;
}

.m-lb-wrap a {
  display: block;
  width: 100%;
}

.m-lb-wrap img {
  width: 100%;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.m-bottom {
  margin-top: 40px;
  padding: 0 6px;
}

.m-bottom-text {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background-color: #09f;
}

