@charset "utf-8";

@font-face {
  font-family: 'systb';
  src: url('../font/NotoSerifCJKsc-Bold.ttf') format('truetype');
}

/* .font-syst, .font-syst-b{-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.font-syst{font-family: "systb";}
.font-syst-b{ font-family: "systb";font-weight: 700;} */
.font-syst {
  font-family: "Microsoft YaHei";
}

.font-syst-b {
  font-family: "Microsoft YaHei";
  font-weight: 700;
}

.container {
  width: 1200px;
}

/* 全生命周期场景式服务 */
.qsmzqcjsfw-body {
  background: url(../images/qsmzjcjsfw_bg.png) no-repeat center top #ebf1fe;
  border-top: 2px solid #e87a2f;
  padding-bottom: 468px;
}

.qsmzqcjsfw-thead {
  text-align: center;
  padding: 55px 0 30px;
}

/* 列表背景 */
.qsmzqcjsfw-list-body {
  background: url(../images/cjsfw_listbg.png) no-repeat #ecf1fe;
  background-position: 0 240px;
}

.qsmzqcjsfw-list-body .qsmzqcjsfw-thead {
  padding: 70px 0 70px;
}


.qsmzqcjsfw-tab .hd ul {
  text-align: center;
}

.qsmzqcjsfw-tab .hd ul li {
  display: inline-block;
}

.qsmzqcjsfw-tab .hd ul li+li {
  margin-left: 20px;
}

.qsmzqcjsfw-tab .hd ul li a {
  background: linear-gradient(45deg, #5ea2f5, #2568f2);
  font-size: 29px;
  color: #fff;
  font-weight: bold;
  padding: 5px 30px;
  position: relative;
}

.qsmzqcjsfw-tab .hd ul li.on a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -19px;
  width: 0;
  height: 0;
  border: transparent solid 10px;
  border-top-color: #4084f3;
  z-index: 1;
  margin-left: -8px;
}


@media (max-width: 1280px) {
  .qsmzqcjsfw-body {
    padding-bottom: 50px;
    background: url(../images/mqsmzjcjsfw_bg.png) no-repeat center top #ebf1fe;
    background-size: 100%;
  }
}

/***
菜单卡片样式：
***/
.iconmenu li .box {
  display: block;
}

.iconmenu li .box {
  position: relative;
}

.iconmenu li .box .icon {
  display: block;
  font-size: 0;
  line-height: 0;
}

.iconmenu.splitline li .box {
  position: relative;
}

.iconmenu.splitline li .box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1px;
  background: #ecf2f9;
}

.iconmenu.splitline li:first-child .box:before {
  display: none;
}

.iconmenu.inline li .box .icon,
.iconmenu.inline li .box .txt {
  display: inline-block;
  vertical-align: middle;
}

.iconmenu.break li .box {
  text-align: center;
}

.iconmenu.break li .box .icon {
  display: block;
}

.iconmenu.break li .box .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.iconmenu.break li .box .txt {
  display: block;
}

.iconmenu.position li .box {
  position: relative;
}

.iconmenu.position li .box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.iconmenu.valignmiddle li .box:after {
  content: '';
  width: 0;
  height: 100%;
}

.iconmenu.valignmiddle li .box:after,
.iconmenu.valignmiddle li .box .txt,
.iconmenu.valignmiddle li .box .icon {
  vertical-align: middle;
  display: inline-block;
}

.iconmenu.center li .box {
  text-align: center;
}


/* 当前位置crumb */
.crumb h2 {
  padding: 0px 10px 0px 20px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon_position.png) no-repeat left center;
}

.crumb h2 em {
  font-style: normal;
  color: #666666;
  background: url(../images/icon_position1.png) no-repeat right center;
  padding-right: 15px;
  margin-right: 5px;
}

.crumb a {
  color: #205094;
}

.crumb a:hover {
  color: #205094;
}

.crumb span {
  color: #205094;
}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
 ***/
.infolist {
  clear: both;
}

.infolist li {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  vertical-align: top;
}

.infolist li>a {
  float: left;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.infolist li,
.infolist li>a {
  -moz-box-sizing: border-box;
  -welit-box-sizing: border-box;
  box-sizing: border-box;
}

.infolist li .time {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 28px;
  margin: auto 0;
  color: #808080;
}

.infolist li>a br {
  display: none;
}

.infolist li:hover a,
.infolist li>a:hover {
  color: #1F5EAB;
}

.infolist li:hover span {
  color: #2C60B6;
}

.infolist.md li {
  padding-right: 60px;
}

.infolist.ymd li {
  padding-right: 100px;
}

.infolist.dot {
  display: block;
}

.infolist.dot li>a {
  padding-left: 20px;
}

.infolist.dot li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  background: #ecf1fe;
  border-radius: 50%;
  transition: .3s all;
}

.infolist.dot li:hover a:before {
  background: #2C60B6 !important;
}

.infolist.dot-gray li>a:before {
  background: #ccc;
}

.infolist.line li {
  border-bottom: 1px solid #e1e5eb;
}

.infolist.line li {
  padding-top: 11px;
  padding-bottom: 11px;
}

.infolist.dashed li {
  border-bottom: 1px dashed #D6D6D6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.infolist.lastnoline li:last-child {
  border-bottom: none !important;
}

.infolist.space10 {
  margin-left: -5px;
  margin-right: -5px;
}

.infolist.space10 li {
  padding-left: 5px;
  padding-right: 5px;
}

.infolist.space10 li .time {
  right: 5px;
}

.infolist.space10.md li {
  padding-right: 55px;
}

.infolist.space10.ymd li {
  padding-right: 105px;
}

.infolist.space20 {
  margin-left: -10px;
  margin-right: -10px;
}

.infolist.space20 li {
  padding-left: 10px;
  padding-right: 10px;
}

.infolist.space20 li .time {
  right: 10px;
}

.infolist.space20.md li {
  padding-right: 60px;
}

.infolist.space20.ymd li {
  padding-right: 110px;
}

.infolist.space30 {
  margin-left: -15px;
  margin-right: -15px;
}

.infolist.space30 li {
  padding-left: 15px;
  padding-right: 15px;
}

.infolist.space30 li .time {
  right: 15px;
}

.infolist.space30.md li {
  padding-right: 65px;
}

.infolist.space30.ymd li {
  padding-right: 115px;
}

.infolist.space40 {
  margin-left: -20px;
  margin-right: -20px;
}

.infolist.space40 li {
  padding-left: 20px;
  padding-right: 20px;
}

.infolist.space40 li .time {
  right: 20px;
}

.infolist.space40.md li {
  padding-right: 60px;
}

.infolist.space40.ymd li {
  padding-right: 120px;
}

@media (max-width:1280px) {
  .infolist.space10-md {
    margin-left: -5px;
    margin-right: -5px;
  }

  .infolist.space10-md li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .infolist.space10-md li .time {
    right: 5px;
  }

  .infolist.space10-md.md li {
    padding-right: 55px;
  }

  .infolist.space10-md.ymd li {
    padding-right: 105px;
  }

  .infolist.space20-md {
    margin-left: -10px;
    margin-right: -10px;
  }

  .infolist.space20-md li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .infolist.space20-md li .time {
    right: 10px;
  }

  .infolist.space20-md.md li {
    padding-right: 60px;
  }

  .infolist.space20-md.ymd li {
    padding-right: 110px;
  }

  .infolist.space30-md {
    margin-left: -15px;
    margin-right: -15px;
  }

  .infolist.space30-md li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .infolist.space30-md li .time {
    right: 15px;
  }

  .infolist.space30-md.md li {
    padding-right: 65px;
  }

  .infolist.space30-md.ymd li {
    padding-right: 115px;
  }
}

.infolist.mulit li>a {
  position: static;
  float: none;
  padding-left: 0;
  max-width: none;
  white-space: normal;
}

.infolist.mulit li>.time {
  position: static;
  display: inline-block;
}

.infolist.mulit li>a:before {
  top: 23px;
  margin-top: 0;
}

.infolist.mulit.dot li {
  padding-left: 18px;
}

.infolist.mulit2 li>a {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.infolist.mulit2.dot li>a:before {
  top: 14px;
}

.infolist.mulit2 li>.time {
  top: 12px;
  bottom: auto;
}

.infolist.split5n li:nth-child(5n) {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 768px) {
  .infolist.md[class*="space"] li {
    padding-right: 60px;
  }

  .infolist.ymd[class*="space"] li {
    padding-right: 110px;
  }

  .res.infolist li {
    padding-right: 0 !important;
    position: relative;
  }

  .res.infolist li>a {
    position: static;
    float: none;
    max-width: none;
    padding-left: 0;
    padding-right: 12px;
    white-space: normal;
  }

  .res.infolist li .time {
    position: static;
    display: inline-block;
  }

  .res.infolist li>a:before,
  .res.infolist.mulit2.dot li>a:before {
    top: 20px;
    margin-top: 0;
  }

  .res.infolist.line li a:before {
    top: 24px;
  }

  .res.infolist.dot li {
    padding-left: 18px;
  }
}

/* 列表 */
/*左侧导航*/
.container-innerpage {
  background: #f6f8fa;
  border-radius: 10px;
}

.container-innerpage .padding-box {
  padding: 15px;
}

.sidebar {
  float: left;
  width: 26.5%;
}

/* @media (max-width: 1480px){
  .sidebar{width: 21%;}
} */

.sidenav {
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.sidenav li {
  padding: 20px 20px 20px 20px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.sidenav li+li {
  margin-top: 40px;
}

.sidenav li a {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #2b2b2b;
  line-height: 1.5em;
  font-weight: bold;
}

.sidenav li i {
  position: absolute;
  bottom: -28px;
  left: 20px;
  right: 0;
  display: block;
}

.sidenav li a:hover {
  color: #24548e;
}

.sidenav li a:hover i {
  color: #24548e;
}

.sidenav li.on a {
  color: #fff
}

.sidenav li.on {
  background: url(../images/sidenav_bg.png) no-repeat right #24548e;
}

.sidenav li.banli::before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/list_dot2.png) no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -14px;
}

@media (max-width:992px) {
  .container-innerpage .padding-box {
    padding: 0;
  }

  .sidebar {
    float: none;
    width: 100%;
  }

  .m-sidebar {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6) !important;
    width: 200px !important;
    transition: all .3s;
    -webkit-transition: all .3s;
  }

  .m-sidebar.active {
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }

  .m-sidebar-mark {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
  }

  .m-sidebar-over {
    width: 200px;
    height: 100%;
    overflow-x: hidden;
  }

  .m-sidebar-scroll {
    position: relative;
    width: 220px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .m-sidebar-icon {
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 13;
    width: 40px;
    height: 40px;
    background: url(../images/m_icon_sidebar.gif) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 4px 0 0;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  .m-sidebar-icon-open {
    transform: rotate(180deg);
    border-radius: 0 0 0 4px;
  }
}

.maincontent {
  float: right;
  position: relative;
  width: 72%;
}

.con-bg {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  min-height: 865px;
}

@media (max-width: 1500px) {
  .maincontent .tab-brief .hd.mb30 {
    margin-bottom: 16px;
  }
}

@media (max-width:1280px) {
  .maincontent {
    width: 75%;
  }
}

@media (max-width:992px) {
  .maincontent {
    float: none;
    width: 100%;
  }

  .maincontent .inbox {
    padding-left: 0;
  }
}

.parentname {
  display: none;
  position: relative;
  z-index: 12;
  line-height: 1.6em;
  padding: 15px 6%;
  /*font-size: 1.75em;*/
  font-size: 1.375em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  overflow: hidden;
}

.parentname span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  padding-left: 41px;
  overflow: hidden;
  display: inline-block;
}

.parentname:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

@media (max-width:1280px) {
  /* .parentname{font-size: 1.5em;} */
}

@media (max-width:992px) {
  .parentname {
    margin-right: 20px;
    padding: 15px;
    font-size: 1.25em;
    color: #fff;
    border-top-right-radius: 0;
  }
}

@media (max-width:992px) {
  .sidenav {
    margin-right: 20px;
    margin-top: -1px;
    padding: 15px;
    background: #fff;
  }

  .sidenav li {
    margin-top: 0;
    padding: 0;
    border: 1px solid #ddd;
  }

  .sidenav li a {
    display: block;
    padding: 12px 35px 12px 15px;
    font-size: 1em;
  }

  .sidenav li a i {
    right: 8px;
    display: block;
  }

  .sidenav li.banli::before {
    width: 20px;
    height: 20px;
    background-size: 100% 100% !important;
    margin-top: -10px;
  }
}

@media (max-width:450px) {
  .maincontent .inbox.con-bg {
    margin-left: 0px;
  }
}

.singlepage {
  clear: both;
  line-height: 2.25;
  overflow: hidden;
}

.singlepage h2 {
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 1.5em;
  padding: 0 20px;
}

.singlepage p {
  margin: 10px 0;
  font-size: 18px;
}

.singlepage table,
.singlepage video,
.singlepage img {
  max-width: 100%;
}

.maincontent .source {
  font-size: 20px;
  text-align: right;
  color: #999999;
}

.singlepage-list {
  margin-bottom: 20px;
}

.singlepage-list h5 {
  text-align: center;
  font-size: 24px;
}

.singlepage-listdwj {
  margin-bottom: 30px;
  width: 100%;
  height: 750px;
  overflow: auto;
  /* border-bottom: 1px solid; */
  padding-right: 20px;
}

.singlepage-listdwj h5 {
  text-align: center;
  font-size: 24px;
}


.singlepage-listdwj::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.singlepage-listdwj::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, .3);
}


.singlepage-listdwj::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, .1);
}