/*H5样式重置*/
@charset "utf-8";
/* 浏览器样式清除 reset */
body,
form,
div,
span,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
a,
fieldset,
legend,
address,
label,
textarea,
select,
input,
figure,
table,
th,
td,
b,
i {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 16px tahoma, arial, "hiragino sans gb", "microsoft yahei", sans-serif;
}
fieldset,
img {
  border: 0;
}
ul,
li {
  list-style: none;
}
em,
i,
cite {
  font-style: normal;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:focus,
input,
button,
select,
textarea {
  outline: none;
  font-size: 100%;
}
input,
select,
img {
  vertical-align: middle;
}
legend {
  display: none;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  border: none;
}

/* public */

/* 1.iOS 长按时不触发系统的菜单 2.禁止长按时下载图片*/
a,
button,
img {
  -webkit-touch-callout: none;
  outline: none;
  -webkit-user-select: none;
}
input {
  -webkit-appearance: none;
}
/* 去除点击时产生的半透明灰色背景 */
a,
button,
input,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
}
img {
  display: block;
  width: 100%;
}
.textnoselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-noselect {
  /* 元素不能成为鼠标事件的target */
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
}

body {
  background-image: url(../imgs/body-bg.jpg);
  background-image: -webkit-image-set(
    url(../imgs/body-bg.jpg) 1x,
    url(../imgs/body-bg@2x.jpg) 2x
  );
}

/*top*/
.qdxinChanl {
  height: 32px;
  line-height: 32px;
  background: #858585;
  overflow: hidden;
  border-bottom: 1px solid #6b6b6b;
  margin-bottom: 8px;
}
.qdxinChanl ul {
  width: 1000px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
}
.qdxinChanl ul li {
  float: left;
}
.qdxinChanl ul li a {
  float: left;
  padding: 0 6px;
  color: #f5f5f5;
  font-size: 14px;
  text-align: center;
}
.qdxinChanl ul li a:hover {
  background: #333;
}
.qdxinChanl ul .ged a {
  border-left: 1px solid #a0a0a0;
  margin-left: 4px;
  padding-left: 15px;
}
.qdxinChanl ul .rightQ {
  float: right;
}
/* top end */

/* top-bar-m */
.top-bar-m {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px;
  z-index: 10;
}
.top-bar-m .logo {
  display: block;
  width: 100px;
  margin: auto;
}
.top-bar-m .logo img {
  display: block;
  width: 100%;
}
/* top-bar-m end */

.font-song {
  font-family: "qdxin serif SC";
}
.focus-news .title-h1,
.list-header .title,
.detail-h1
{
  font-family: "qdxin serif SC";
  font-weight: bold;
}


/* top-menu */
.top-menu {
  padding: 10px 0px 0;
  box-shadow: 0 5px 5px #d4e5ef;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  height: 130px;
  box-sizing: border-box;
}
.top-menu-dl {
  overflow: hidden;
  margin: 0 auto;
}
.top-menu-dt {
  width: 100%;
  height: 40px;
}
.top-menu-dt a {
  display: block;
  text-align: center;
}
.top-menu-dt img {
  display: inline-block;
  width: auto;
  height: 40px;
}
.top-menu-dd {
  width: 100%;
  height: 54px;
  margin-top: 10px;
  position: relative;
}
/* .top-menu-dd::after{
     content: "";
     width: 60px;
     height: 100%;
     background: linear-gradient(to left, #fff, transparent);
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
} */
.top-menu-ul {
  padding-left: 20px;
  overflow: hidden;
}
.top-menu-ul li {
  padding: 0 20px;
  float: left;
  position: relative;
}
.top-menu-ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  border-left: 1px solid #ccc;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.top-menu-ul li:first-child::before {
  display: none;
}
.top-menu-ul li a {
  display: block;
  padding: 0 0px;
  color: #666;
}
.top-menu-ul li span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.top-menu-ul li.active span {
  font-weight: bold;
}
.top-menu-ul li.active a {
  position: relative;
  height: 54px;
  color: #861112;
}
.top-menu-ul li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  border-top: 5px solid #1781d2;
  border-radius: 20px;
}
.top-menu-scrollbar-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-menu .swiper-scrollbar {
  height: 5px;
  width: 100%;
  display: block;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #ec2829;
  border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* top-menu end */

.main-body {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 0;
}

/* focus-news */
.focus-news {
  background-color: #f5fafd;
  padding: 20px;
}
.focus-news .inner {
  width: 100%;
  margin: auto 0;
  display: flex;
}
.focus-news .inner .icon {
  flex: 0 0 50px;
  height: 50px;
}
.focus-news .inner .title-h1 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  flex: 1;
  padding-left: 10px;
}
/* focus-news end */

.left-container {
  overflow: hidden;
  padding: 20px 0 0 0;
}

.news-aside-left {
  width: 100%;
}

.news-aside-right {
  width: 100%;
}

/* 轮播 */
.slider-wrapper {
  background-color: #eff8fc;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 0px 5px #d4e5ef;
  margin-bottom: 20px;
  position: relative;
}
.slider-swiper {
  position: relative;
  width: 100%;
  height: 210px;
}
.slider-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.slider-swiper .swiper-slide {
  width: 100%;
  height: 210px;
  background-color: #f2f2f2;
}
.slider-news {
  float: right;
  background-color: #fff;
  width: 100%;
}
.slider-news-ul li {
  cursor: pointer;
  overflow: hidden;
  height: 70px;
  display: none;
}
.slider-news-ul li.active {
  background-color: #eef8fc;
  display: block;
}
.slider-news-ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.slider-swiper .arrow-left,
.slider-swiper .arrow-right {
  background-image: url(../imgs/swiper-arrows.png);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  cursor: pointer;
}
.slider-swiper .arrow-left {
  background-position: left top;
  left: 10px;
}
.slider-swiper .arrow-right {
  background-position: left bottom;
  right: 10px;
  top: 50%;
}
/* 轮播 end */

.left-banner {
  margin: 10px 0 20px;
  padding: 0 0px;
}
.left-banner a {
  display: block;
}
.left-banner .pc {
  display: none;
}

.home-news-wrapper {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.home-news-inner {
  overflow: hidden;
  padding-bottom: 20px;
}

/* home-news-box */
.home-news-box {
  width: 100%;
  margin-bottom: 20px;
}
.home-news-inner .home-news-box:last-child {
  margin-bottom: 0;
}
.news-head {
  background-color: #f5fcff;
  border-bottom: 1px solid #8ec4ee;
  overflow: hidden;
}
.news-head h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4a98d4;
  padding-left: 15px;
  float: left;
  line-height: 40px;
  height: 40px;
  position: relative;
}
.news-head h2:before {
  content: "";
  color: #4a98d4;
  border-left: 5px solid;
  position: absolute;
  width: 1px;
  height: 50%;
  left: 0;
  top: 10px;
}
.news-head .more {
  color: #707070;
  float: right;
  line-height: 40px;
  height: 40px;
}
.news-head .more:hover {
  color: #ec2829;
}
.news-body {
  padding: 0 15px;
}
.news-big {
  padding: 15px 0;
  position: relative;
  display: flex;
}
.news-big-img {
  flex: 0 0 100px;
  height: 65px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.news-big-img.is-person{
  text-align: center;
  background-color: #fff;
}
.news-big-img.is-person img{
  height: 100%;
  width: auto;
  display: inline-block;
}

.news-big-a {
  display: block;
  flex: 1;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
}
.news-big-noimg {
  overflow: hidden;
  padding: 15px 0;
}
.news-big-noimg-p {
  overflow: hidden;
  line-height: 16px;
  font-size: 14px;
  color: #aaa;
}
.news-big-noimg-a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
}
.news-list li {
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.news-list {
  border-top: 1px solid #e4e4e4;
}
.news-list li a {
  display: block;
  padding: 15px 0px 15px 20px;
  line-height: 24px;
}
.news-list li a:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #5b5b5b;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
/* home-news-box end */

.footer {
  background-color: #f3f3f3;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
}
.footer span {
  display: none;
}

.news-aside-right {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px 0;
  box-sizing: border-box;
}

/* .right-banner */
.papper-banner,
.right-banner {
  width: 49%;
  margin-bottom: 20px;
}
.papper-banner .right-banner {
  width: calc(100% - 20px);
  margin-right: 0%;
  box-shadow: none;
}

.papper-banner {
  background-color: #fff;
  box-shadow: 0 3px 5px #d4e5ef;
}
.papper-head {
  padding: 5px 10px 0 10px;
  display: none;
}
.papper-head .inner {
  padding: 10px 10px 0 10px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.papper-head .inner:after {
  content: "";
  position: absolute;
  border-top: 3px solid#1781D2;
  height: 1px;
  width: 50%;
  bottom: -1px;
  left: 0;
}
.papper-head img {
  display: inline-block;
  width: auto;
  height: 20px;
}
.papper-head span {
  height: 20px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #3b70c0;
  font-weight: bold;
  padding-left: 5px;
  font-size: 12px;
}
.papper-head span:before {
  content: "|";
  display: inline-block;
  padding-right: 5px;
  color: #646464;
  display: none;
}

.papper-head-2{
  padding: 20px 0 0;
}
.head-2-inner{
  height: 40px;
  text-align: center;
}
.papper-head-2 img{
  width: auto;
  height: 100%;
  display: inline-block;
}

.right-banner {
  background-color: #fff;
  padding: 10px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 3px 5px #d4e5ef;
}
.right-banner-inner {
  overflow: hidden;
}
.right-banner.no-padd {
  padding: 0;
  background: transparent;
}
/* .right-banner end */

.list-header{
  width: 50%;
  margin: 0 auto 30px;
}
.list-header .img-x{
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.list-header .title{
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.list-header a{
  display: block;
}

.list-news-wrapper {
  background-color: #fff;
  padding: 10px;
}
.hoverQk {
  padding: 10px 10px 16px 10px;
}

.hoverQk.is-person .picto{
  height: 100%;
  width: auto;
  display: inline-block;
}
.hoverQk.is-person dt a{
  display: block;
  height: 100%;
  text-align: center;
  background-color: #fff;
}

.nesListQ {
  overflow: hidden;
  position: relative;
}
.nesListQ dt {
  z-index: 2;
  width: 100px;
  background-color: #ededed;
  margin-right: 25px;
  overflow: hidden;
  height: 65px;
  position: absolute;
}
.nesListQ dt img {
  width: 100%;
}
.nesListQ dd {
  position: relative;
  color: #666;
}
.nesListQ .noPic {
  padding-right: 10px;
}
.nesListQ .youPic .biaoTiLink {
  padding-left: 115px;
  display: flex;
  align-items: flex-start;
  min-height: 70px;
  padding-bottom: 5px;
}

.nesListQ dd .fenXiang {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 90px;
  height: 30px;
}
.nesListQ dd .biaoTiLink {
}
.nesListQ dd .biaoTiLink a {
  font-size: 20px;
}
.nesListQ dd .dataR {
  color: #1781d2;
  padding: 5px 0;
  font-size: 12px;
}
.nesListQ dd span {
  line-height: 170%;
  font-size: 14px;
}
.nesListQ .youPic span {
  line-height: 24px;
  font-size: 14px;
}

.pageArea {
  padding: 10px 0;
  margin: 0 10px;
}
.ipages {
  font-family: Tahoma;
  font-size: 16px;
  text-align: center;
  margin: 10px;
  color: #999;
}
.ipages a {
  color: #555;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.ipages strong {
  color: #fff;
  background: #1781d2;
  border: 1px solid #1781d2;
  padding: 5px 10px;
}
.ipages span {
  color: #a7a7a7;
  background: #fff;
  padding: 5px 10px;
  font-size: 18px;
}
a.PreviousLink:link {
  color: #a7a7a7;
  border: 1px solid #e1e1e1;
  background: #f2f2f2 url(ipagearrow1.gif) no-repeat 10px 10px;
  padding: 5px 10px 5px 18px;
}
a.PreviousLink:hover {
  background: #fff url(ipagearrow1.gif) no-repeat 10px 10px;
  color: #a7a7a7;
  border: 1px solid #e1e1e1;
}
a.NextLink:link {
  color: #0b398c;
  border: 1px solid #e1e1e1;
  background: #fff url(ipagearrow2.gif) no-repeat right;
  padding: 5px 18px 5px 10px;
}
a.NextLink:link:hover {
  background: #f1f1f1 url(ipagearrow2.gif) no-repeat right;
  color: #0b398c;
  border: 1px solid #e1e1e1;
}
.ipages span,
a.PreviousLink:link {
  margin-right: 4px;
  display: inline-table;
}

.detail-container {
  background-color: #fff;
  padding: 30px 20px 20px 20px;
}
.detail-info {
     display: flex;
     flex-wrap: wrap;
}
.detail-info span {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin-right: 10px;
  padding: 3px 0; 
}
.detail-info span:last-child{
     display: block;
     width: 100%;
     margin-right: 0;
}
.detail-info span b {
  color: #27a1d5;
  font-weight: bold;
}
.detail-info {
  text-align: center;
}
.detail-h1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#Cnt-Main-Article-xin {
  margin: 20px 0 0px;
}
#Cnt-Main-Article-xin p {
  line-height: 210%;
  font-size: 16px;
  padding: 0px 0px 10px 0px;
  text-indent: 30px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 400;
}
#Cnt-Main-Article-xin p a {
  color: #027aad;
  text-decoration: underline;
}
#Cnt-Main-Article-xin p a:hover {
  color: #f4a50c;
}

#Cnt-Main-Article-xin p img {
  max-width: 600px;
  text-align: center;
  display: inline-block;
}
#Cnt-Main-Article-xin img {
  max-width: 600px;
  _width: expression(this.width>=600?600: "auto");
  text-align: center;
}
#Cnt-Main-Article-xin .picTq {
  text-align: center;
  text-indent: 0px;
}
#Cnt-Main-Article-xin .picTq span {
  display: block;
  background: #f1f1f1;
  font-size: 12px;
}
#Cnt-Main-Article-xin .baohanP {
  line-height: 180%;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  text-indent: 30px;
  text-align: left;
}
#Cnt-Main-Article-xin .baohanP img {
  max-width: 660px;
  _width: expression(this.width>=660?660: "auto");
  margin-left: -30px;
}
#Cnt-Main-Article-xin .image-box{
  width: 100%;
  text-align: center;
}
#Cnt-Main-Article-xin .image-box img{
  display: inline-block;
}
#Cnt-Main-Article-xin h6 {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
#Cnt-Main-Article-xin h6::after {
  content: "↑";
  padding-left: 10px;
  font-size: 14px;
}
#Cnt-Main-Article-xin .dz-img-desctext{
  display: block;
  text-align: center;
  text-indent: 0;
}


.video-box{
  background-color: #000;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.video-box video{
  width: 100%;
  height: 100%;
  display: block;
}

.article-pimg-center{
  text-align: center;
}


.media-rect{
  background-color: #fff;
  padding: 10px 0px 30px;
}
.media-title{
  width: 60%;
  margin: 0 auto -10px;
}
.media-qr{
  display: flex;
  flex-wrap: wrap;
}
.media-qr li{
  margin-top: 30px;
  flex: 0 0 49%;
  padding: 0 20px;
  box-sizing: border-box;
}
.news-aside-right{
  position: relative;
}
.m-hotline{
  position: absolute;
  right: 0;
  top: 60px;

}




#go-top {
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  background-image: url(../imgs/go-top.png);
  background-image: -webkit-image-set(
    url(../imgs/go-top.png) 1x,
    url(../imgs/go-top@2x.png) 2x
  );
}

.qdxinChanl {
  display: none;
}
