.container {
  width: 100%;
  height: 100%;
  min-width: 1336px;
  max-width: 1920px;
  background: #F5F4F7;

  position: relative;
}
.container .bg img {
  width: 100%;
  min-width: 1336px;
  max-width: 1920px;
  max-height: 594px; 
}
.container .content {
  width: calc(1200px - 110px);
  height: 100%;
  min-height: 360px;
  background: rgba(254,253,255,0.9);

  margin: 0px auto;
  position: relative;
  top: calc(380px - 594px);
  z-index: 999;

  padding: 44px 55px;
}
.container .content .channel-name{
  width: 120px;
  height: 29px;

  font-size: 30px;
  font-weight: lighter;
}
.container .content .channel-name-en {
  width: 500px;
  height: 25px;
  margin-top: 10px;

  font-size: 30px;
  color: #B5B5B6;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
  font-weight: bold;
}
.container .content .channel-nodelist {
  width: 200px;
  height: 14px;
  text-align: right;

  float: right;
  position: relative;
  top: -16px;

  font-size: 14px;
  color: #3E3A39;
  font-weight: lighter;
}
.container .content .channel-nodelist img {
  margin-top: -4px;
}
.container .content .nav-bar {
  height: 56px;
  width: 100%;
  margin-top: 38px;
  text-align: center;
}
.container .content .nav-bar .nav-item {
  display: inline-block;
  height: 56px;
}
.container .content .nav-bar .current-title {
  color: #EA5403;
}
.container .content .nav-bar .nav-item .nav-title {
  margin-top: 14px;

  font-size: 20.06px;
  font-weight: Light;
}
.container .content .nav-bar .nav-item .nav-inline-bar {
  width: 79px;
  height: 3px;

  margin-top: calc(20px - 3px);
  background: #EA5403;
}
.container .content .nav-bar .interval-w131 {
  width: 131px;
  display: inline-block;
}
.container .content .nav-bar .interval-66 {
  width: 66px;
  display: inline-block;
}
.container .content .nav-bar .interval-186 {
  width: 186px;
  display: inline-block;
}
.container .content .title {
  width: 500px;
  height: 32px;
  margin: 79px auto 49px;
  text-align: center;

  color: #3E3A39;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
  font-weight: bold;
  font-size: 30px;
}
.container .content .divide img{
  height: 1px;
  width: 100%;
}
.container .content .txt {
  margin: 87px auto 133px;
  width: 100%; 
  height: 100%;
}
.container .content .txt .txt-top-right-pic {
  display: inline;
  width: 573px;
  height: 580px;

  /* TODO 待删除 */
  border: 1px solid #000;  

  float: right;
}
