.dq-top {
  width: 100%;
  height: 400px;
  min-width: 1200px;
  max-width: 1920px;
  
  background: url(../../images/tzkg/dq/dq-top-1.jpg) repeat-x;
}
.dq-top .dq-nav {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #B71C1A;
  text-align: center;
  
  margin: 0px auto;
  position: relative;
  top: 340px;
}
.dq-top .dq-nav  a{
  display: inline-block;
  //width: calc(1200px / 5 - 20px);
  min-width: 170px;
  font-size: 20px;
  color: #fff;
  font-family: "微软雅黑";
  font-weight: lighter;
}
.dq-top .dq-nav  a:hover{
  color: #FF7D26;
}
main {
  width: 1200px;
  height: 100%;
  background: url(../../images/tzkg/dq/bg.png) repeat-x;
  margin: 0px auto;
}
section {
  width: 1200px;
  background: #fff;
}
section .article-content {
  float: left;
  width: 560px;
  height: 195px;
  font-size: 16px;
  line-height: 36px;
  padding: 10px 15px 60px 15px;
}
section .article-content ul {
  padding-left: 15px;
}
section .article-content li {
  border-bottom: 1px solid #fff;
}
section .article-content li:hover {
  border-bottom: 1px solid #b20d12;
}
section .article-content li a:hover {
  color: red;
}
section .article-content li a {
  position: relative;
}
section .article-content li a .article-date {
  float: right;
}
section .article-content li a img {
  position: absolute;
  left: -13px;
  top: 8px
}

.article-top {
  width: 1200px;
  height: 380px;
}
article {
  float: left;
  width: 600px;
  height: 410px;
  padding-right: 0px;
}
aside {
  float: left;
  width: 240px;
  height: 150px;
  padding: 55px 70px;
}
aside a {
  display: block;
}
aside a img {
  width: 310px;
  height: 150px; 
}
.ad {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.title {
  width: calc(100% - 10px);
  height: 35px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
  color: #F5EB38;
  
  margin: 30px auto;
  background-image: url(../../images/tzkg/dq/title-bg.png);
}
.title .title-label {
  display: inline-block;
  float: left;
  width: 320px;
  height: 35px;
  line-height: 35px;
  background-image: url(../../images/tzkg/dq/title.png);
  background-repeat: no-repeat;
  padding-left: 30px;
}
.title span {
  float: right;
  line-height: 35px;
  padding-right: 16px;
}
.title span a {
  text-decoration-style: none;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.title span a:hover{
  color: red;
}
.clear {
  clear: both;
}
.reset-footer {
  width: 100%;
  height: 183px;
  position: relative;
}

.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;
}
.content .channel-name{
  width: 450px;
  height: 29px;

  font-size: 30px;
  font-weight: lighter;
}
.content .channel-name-en {
  width: 900px;
  height: 25px;
  margin-top: 10px;

  font-size: 30px;
  color: #B5B5B6;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
  font-weight: bold;
}

.content .nav-bar {
  height: 56px;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 65px;
  text-align: center;
}
.content .nav-bar .nav-item {
  display: inline-block;
  height: 56px;
}
.content .nav-bar .nav-item .nav-title {
  margin-top: 16px;

  font-size: 20.06px;
  font-weight: Light;
}
.content .nav-bar .nav-item .current-title {
  color: #EA5403;
}
.content .nav-bar .nav-item .nav-inline-bar {
  width: 79px;
  height: 3px;

  margin-top: calc(20px - 3px);
  background: #EA5403;
}
.content .nav-bar .interval-w131 {
  width: 131px;
  display: inline-block;
}
.content .nav-bar .interval-186 {
  width: 186px;
  display: inline-block;
}
.content ul li {
  width: 970px;
  height: 60px;
  line-height: 60px;
  margin: 0px auto;
  border-bottom: 1px solid rgba(209,209,209,1);
}
.content ul li a {
  display: inline-block;
  width: calc(100% - 20px);
  font-size: 16px;
  padding-left: 20px;
}
.content ul li a:hover, .selected{
  color: #B72623;
  background:rgba(247,247,247,1);
}
.content ul li a .right-date {
  float: right;
  margin-right: 10px;
}
.content .txt .txt-title {
  width: 650px;
  height: 100%;
  line-height: 1.5em;
  margin: 79px auto 49px;
  text-align: center;

  color: #3E3A39;
  font-family: "Microsoft YaHei Bold", "Microsoft YaHei";
  font-weight: 'Bold';
  font-size: 30px;
}
.content .txt .divide img{
  height: 1px;
  width: 100%;
}
.content .txt .detail-txt{
  margin: 0px 0px 133px;
  padding-top: 2em;
  width: 100%;
  height: 100%;
}
