/* 头部 */
.header{
  max-width: 1920px;
  margin: auto;
}
.header-top{
  background: url(../images/cqjgbzw-bg.png) no-repeat;
  background-size: 1920px 100%;
  width: 100%;
  height: 548px;
  padding-top: 62px;
  background-position: center;
}
.header-top-p{
  position: relative;
  width: 100% !important;
}
.logo img{
  height: 141px;
}
.logo2{
  margin-top: 35px;
  margin-left: 100px;
}
.rq{
  position: absolute;
  right: 0;
  font-size: 18px;
  /* color: #a77a53; */
  color: #fff;
  top: 519px;
  right: 20px;
}
.w1400{
  width: 1400px;
  margin: auto;
}
.header-nav{
  width: 100%;
  height: 80px;
	background-color: #990009;
}
.nav a{
  float: left;
  width: 175px;
  font-size: 28px;
	line-height: 62px;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
}
.nav a::after{
  content: "";
  width: 53px;
	height: 7px;
	background-color: #f2ce44;
	border-radius: 4px;
  margin: auto;
}
.nav a.cur{
  font-weight: bold;
}
.nav a.cur::after{
  display: block;
}
.header-ss{
  width: 450px;
	height: 54px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 27px;
  margin-top: 188px;
  padding: 0px 30px;
}
.header-ss input{
  display: inline-block;
  width: 362px;
  height: 100%;
  font-size: 16px;
	line-height: 54px;
	letter-spacing: 2px;
	color: #666666;
}
.header-ss img{
  float: right;
  width: 27px;
	height: 27px;
  margin-top: 14px;
  cursor: pointer; 
}
/* 底部 */
.footer-top{
  width: 100%;
  /* height: 46px; */
	background-color: #e8e8e8;
}
.drop-groups {
  position: relative;
  font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}
.drop-down {
  width: 25%;
  height: 46px;
  float: left;
  line-height: 42px;
  font-size: 14px;
}
.drop-down .tag {
  font-size: 16px;
	line-height: 46px;
	letter-spacing: 0px;
	color: #000000;
  cursor: pointer;
  text-align: center;
}
.drop-down .tag::after{
  content: "";
  width: 7px;
  height: 6px;
  display: inline-block;
  background: url(../images/links_icon_sj.png) center no-repeat;
  transition: all .3s;
  margin-left: 17px;
  margin-top: -2px;
  vertical-align: middle;
}
.drop-down .tag.cur::after {
  background-image: url(../images/links_icon_sj1.png);
}
.drop-lists {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 4px 2px #f3f3f3;
  border-radius: 4px;
  position: absolute;
  bottom: 45px;
  left: 0;
  padding: 20px;
  display: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 30;
}
.drop-lists li {
  width: 20%;
  white-space: nowrap;
  float: left;
}
.drop-lists li a {
  display: inline-block;
  padding: 0 20px;
}
.footer-bottom{
  background-color: #8c0000;
  padding: 30px 0;
  padding-bottom: 38px;
  text-align: center;
}
.footer-link a{
  display: inline-block;
  font-size: 16px;
	line-height: 19px;
  height: 19px;
	letter-spacing: 0px;
	color: #ffffff;
  border-right: 1px solid#ffffff;
  padding-right: 20px;
  margin-left: 20px;
}
.footer-link a:last-child{
  border: none;
}
/* .footer-text{
  margin-top: 20px;
  margin-bottom: 14px;
} */
.footer-text a{
  display: inline-block;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  margin: 0 30px;
}
.footer-text a img{
  display: inline-block;
  width: 18px;
	height: 20px;
  margin-right: 5px;
}
.footer-imgs{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-imgs a{
  display: inline-block;
  margin: 0 5px;
  min-height: 55px;
  line-height: 55px;
  vertical-align: middle;
}
.footer-imgs a img{
  display: inline-block;
  width: 100px;
}
/* 底部结束 */
.main{
  background-color: #ffffff;
	box-shadow: 1px 2px 16px 0px rgba(192, 192, 192, 0.6);
  margin-top: 32px;
  margin-bottom: 43px;
  padding: 34px 48px;
}
/* 位置 */
.loaction{
  height: 21px;
  background: url(../images/cqjgbzw-icon1.png) left no-repeat;
  background-size: auto 100%;
  padding-left: 42px;

  font-size: 16px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #000000;
}
.loaction a,.loaction span{
  display: inline-block;
}
.loaction a:last-child{
  color: #990009;
}
.main-list{
  border-top: 1px solid #eeeeee;
  margin-top: 34px;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 9px;
}
.mlist>a{
  display: block;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #000000;
}
.mlist>a:nth-child(5n){
  border-bottom : 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mlist>a p{
  width: 80%;
}
.mlist>a p::before{
  content: "";
  float: left;
  border-radius: 50%;
  width: 6px;
	height: 7px;
	background-color: #acc0d2;
	border-radius: 3px;
  margin-top: 20px;
  margin-right: 12px;
}
.mlist>a span{
	color: #666666;
}
/* 分页 */
.pages{
  display: block;
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
  /* display: flex; */
  /* justify-content: center; */
  text-align: center;
}
.pages li{
  min-width: 31px;
	height: 30px;
	background-color: #ebebeb;
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 10px;
  /* line-height: 30px;
  line-height: 0.3rem; */
} 
.pages li a{
  display: block;
  font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
  line-height: 30px;
  padding: 0 11px;
}
.pages .page-active,.pages li:hover{
  background-color: #8c0000;
}
.pages .page-active a,.pages li:hover a{
  color: #fff;
}
/* 分页结束 */
#fj{
  margin-top: 30px;
  margin-top: 0.30rem;
}
#fj a{
  display: block;
  font-size: 16px;
  font-size: 0.16rem;
	line-height: 28px;
	line-height: 0.28rem;
	letter-spacing: 0px;
	color: #0066cc;
}
/* 列表2 */
.main2{
  padding: 60px 51px;
}
.main2-lf{
  width: 276px;
  text-align: center;
}
.main2-lf>p{
  width: 100%;
  height: 46px;
  background-color: #990009;
  font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-bottom: 22px;
}
.main2-lf a{
  display: block;
  width: 100%;
  height: 40px;
	background-color: #f8f8f8;
  font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
  margin-bottom: 18px;
  border-left: 2px solid #f8f8f8;
}
.main2-lf a.cur{
  background-color: #ffeaeb;
  border-color: #990009;
  color: #990009;
	font-weight: bold;
}
.main2-rt{
  width: 980px;
	background-color: #ffffff;
	border: solid 1px #ffeaeb;
  padding: 40px;
}
.main2-tit{
  text-align: center;
  font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #990009;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.main2-con{
  margin-top: 49px;
  padding: 0 20px;
  font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.main2-table{
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #666666;
  max-height: 624px;
  overflow: hidden;
  overflow-y: auto;
}
.main2-table table{
  width: 100%;
  border: solid 1px #efefef;
}
.main2-table td{
  text-align: center;
  padding: 13px; 
}
.main2-table thead td{
  height: 54px;
  background-color: #ececec;
  color: #000000;
}
.main2-rt-no{
  border: none;
}
/* 列表3 */
.main3{
  padding: 38px 46px;
}
.main3-tit{
  font-size: 32px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #990009;
  text-align: center;
  height: 83px;
	background-color: #f7f7f7;
  line-height: 83px;
}
.main3-con{
  font-size: 16px;
	letter-spacing: 0px;
	color: #000000;
  margin-top: 30px;
  text-indent: 20px;
}
.main3-tit2{
  border-bottom: 2px solid #990009;
  padding-left: 14px;
  margin-bottom: 14px;
  margin-top: 40px;
}
.main3-tit2 p{
  height: 54px;
	background-color: #990009;
  font-size: 18px;
	line-height: 54px;
	letter-spacing: 0px;
	color: #ffffff;
  padding: 0 17px;
  display: inline-block;
}
.main3-con2{
  width: 100%;
	background-color: #f4f4f4;
  padding: 18px;
}
.main3-con2 a{
  font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
  width: 20%;
  margin-bottom: 10px;
}
.main3-con2 a::before{
  content: "";
  float: left;
  border-radius: 50%;
  width: 6px;
	height: 6px;
	background-color: #c7c7c7;
  margin-top: 10px;
  margin-right: 8px;
}
/* 详情 */
.detail-tit{
  font-size: 31px;
  margin-bottom: 9px;
  text-align: center;
  margin-top: 27px;
}
.detail-tit2{
  font-size: 20px;
  margin-bottom: 9px;
  text-align: center;
}
.detail-box{
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 18px;
}
.detail-box span,.detail-box p{
  color: #6c757d;
  font-size: 16px;
}
#qrcode img {
  margin: auto;
}

.codetips {
  margin-top: 5px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
}
.detail-article{
  padding: 18px 63px;
  margin: 18px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #dee2e6;
  line-height: 30px;
  font-size: 18px;
}
.pcshow{
  display: block;
}
.h5show{
  display: none;
}
#qrcode,.codetips{
  display: none;
}
/* 专题 */
.zt-img{
  display: block;
  width: 100%;
}
.zt-con{
  padding: 32px 36px;
  padding-top: 59px;
  box-shadow: 1px 2px 5px 0px 
		#c4c4c4;
}
.zt-tit{
  font-size: 42px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #e22e1c;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}
.zt-tit::before,.zt-tit::after{
  float: left;
  content: "";
  height: 17px;
  width: 509px;
  background: url(../images/zt-bg2.png) no-repeat;
  background-size: auto 100%;
  margin-top: 26px;
}
.zt-tit::after{
  float: right;
  background-image: url(../images/zt-bg1.png);
}
.zt-tit p{
  display: inline-block;
}
.zt-tit a{
  position: absolute;
  right: 0;
  font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
  top: 0;
  display: block;
  line-height: 20px;
}
.zt-list{
  margin-bottom: 40px;
}
.zt-list a{
  display: block;
  border-bottom: 1px solid #c4c4c4;
  font-size: 20px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
  padding-bottom: 25px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.zt-list a:last-child{
  border: none;
}
.zt-list a::before{
  content: "";
  float: left;
  width: 21px;
	height: 25px;
  background: url(../images/zt-icon.png) no-repeat;
  background-size: auto 100%;
  margin-right: 19px;
}
.zt-list a:hover{
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pcshow{
    display: none;
  }
  .h5show{
    display: block;
  }
  .w1400{
    width: 100%;
  }
  /* 头部 */
  .header {
    width: 100%;
  }
  .header-top{
    height: 4rem;
    background-size: auto 100%;
    background-position: center;
    padding: 0 0.25rem;
    padding-top: 0.5rem;
  }
  .rq{
    font-size: 0.26rem;
    top: 3.5rem;
    right: 0.25rem;
  }
  .logo img{
    width: 3.5rem;
    height: auto;
    padding: 0;
    display: block;
  }
  .logo2{
    width: 3rem;
    margin: 0;
  }
  .header-ss{
    float: none;
    display: block;
    margin: auto;
    margin-top: 2rem;
    height: 0.8rem;
    width: 6rem;
    border-radius: 0.5rem;
    padding: 0 0.35rem;
  }
  .header-ss input{
    width: 4.5rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
  }
  .header-ss img{
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.15rem;
  }
  .header-nav{
    height: 1rem;
    overflow: hidden;
    overflow-x: auto;
  }
  .nav{
    white-space: nowrap;
  }
  .nav a{
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 0.3rem;
    font-size: 0.35rem;
    line-height: 0.8rem;
  }
  .nav a::after{
    width: 0.8rem;
    height: 0.1rem;
  }
  /* 头部结束 */
  /* 列表 */
  .main{
    margin: 0.3rem 0;
    padding: 0.25rem;
    box-shadow: none;
  }
  .main-list{
    margin-top: 0.3rem;
    padding: 0.2rem;
  }
  .mlist>a{
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .mlist>a p{
    width: 100%;
  }
  .mlist>a p::before{
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    margin-top: 0.26rem;
  }
  .mlist>a:nth-child(5n){
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  /* 底部 */
  .footer-top{
    display: none;
  }
  /* .footer-text{
    margin: 0.3rem 0;
  } */
  .footer-link a{
    height: auto;
    border: none;
    display: block;
    margin-bottom: 0.2rem;
  }
  /* 分页 */
  .pages li{
    display: none !important;
    font-size: 0.3rem;
    height: 0.6rem;
    margin: 0 0.1rem;
  }
  .pages li a{
    font-size: 0.3rem;
  }
  .pages li.page-next,.pages li.page-previous{
    display: inline-block !important;
  }
  .loaction{
    min-height: 21px;
    height: auto;
    background-size: auto 21px;
  }
  .loaction a, .loaction span {
      font-size: 0.3rem;
      line-height: 0.4rem;
      display: inline;
  }
  /* 列表2 */
  .main2-lf,.main2-rt{
    width: 100%;
    float: none;
  }
  .main2-lf>p,.main2-lf a{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .main2-rt{
    padding: 0.25rem;
  }
  .main2-tit{
    font-size: 0.45rem;
    padding-bottom: 0.3rem;
  }
  .main2-con{
    margin-top: 0.5rem;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .main2-table{
    width: 12rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    max-height: 6rem;
  }
  .main2-table td{
    padding: 0.25rem;
  }
  /* 列表3 */
  .main3-tit{
    font-size: 0.45rem;
    height: 1rem;
    line-height: 1rem;
  }
  .main3-con{
    font-size: 0.3rem;
    margin-top: 0.3rem;
  }
  .main3-tit2{
    margin-top: 0.5rem;
  }
  .main3-tit2 p{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.35rem;
  }
  .main3-con2 a{
    font-size: 0.3rem;
    width: 50%;
    margin-bottom: 0.2rem;
  }
  /* 详情 */
  .detail-tit{
    font-size: 0.4rem;
  }
  .detail-tit2{
    font-size: 0.3rem;
  }
  .detail-box span, .detail-box p{
    font-size: 0.28rem;
    float: none;
    display: block;
    margin-bottom: 0.2rem;
  }
  .detail-article{
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  /* 专题 */
  .zt-con{
    padding: 0.25rem;
  }
  .zt-tit{
    font-size: 0.35rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
  }
  .zt-tit::before, .zt-tit::after{
    width: 2.2rem;
    height: 0.2rem;
    margin-top: 0.5rem;
    background-position: right;
  }
  .zt-tit::after{
    background-position: left;
  }
  .zt-list a{
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    padding: 0;
    padding-bottom: 0.2rem;
  }
  .zt-list a::before{
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.2rem;
    margin-top: 0.13rem;
  }
  .zt-tit a{
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
}