/*common css*/
/*多行溢出*/
.of {overflow: hidden;}
.overflowone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tj {text-align: justify;}
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.img-box .img-h {
  transform: translate(-50%, -50%) scale(1.1);
}
.box-public-css .box-img {
  overflow: hidden;
  position: relative;
}
.box-public-css .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.box-public-css:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/*header*/
.header {z-index: 1001;background: #870000;}
.header .topbox {position: relative;}
.header .topbox .header-logo {position: absolute;left: 0;top:56px;}

/*nav*/
nav.navbar.bootsnav {
  min-height: 60px;
  background: #B01917;
  border: none;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 1000;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin-: 0;
  padding: 0;
  width: 14.2%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 60px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav > li > a::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #FBC688;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
nav.navbar.bootsnav ul.nav > li:last-child > a::after{
  display: none;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #9d0206 !important;
  color: #fff !important;font-weight: 700;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #17488D;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 157px;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 10px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488D;
  color: #fff;
}
nav.navbar.bootsnav .megamenu-content {
  border: none!important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.nav-groups .menu-row {
  margin-left: -30px;
  margin-right: -30px;
}
.nav-groups .menu-row .menu-col {
  padding-left: 30px;
  padding-right: 30px;
  min-height: 240px;
}
.nav-groups .menu-row .menu-col:last-child:before {
  display: none;
}
.nav-groups .menu-row .menu-col:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #cdd1dc;
}
.nav-groups .menu-title {
  font-weight: bold;
  color: #c10a0e;
  line-height: 24px;
  background: url("cdfycn-icon-18.png") no-repeat left center;
  padding-left: 22px;
  margin-bottom: 15px;
}
.nav-groups .menu-info .box-img {
  overflow: hidden;
  position: relative;
}
.nav-groups .menu-info .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.nav-groups .menu-info:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.nav-groups .menu-info .row {
  margin-left: -12px;
  margin-right: -12px;
}
.nav-groups .menu-info .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.nav-groups .menu-info .box-img {
  height: 170px;
}
.nav-groups .menu-info .box-info .box-txt {
  color: #333333;
  line-height: 26px;
  max-height: 182px;
  margin-bottom: 10px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.nav-groups .menu-info .box-info .box-more {
  color: #c10a0e;
}
.nav-groups .menu-info .box-info .box-more:hover {
  text-decoration: underline;
  color: #c10a0e;
}
.nav-groups .menu-list a {
  display: block;
  background: url("cdfycn-icon-18.png") no-repeat left center;
  font-weight: bold;
  color: #c10a0e;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  padding-left: 22px;
}
.nav-groups .menu-list a:hover {
  text-decoration: underline;
}
.nav-groups .menu-list-02 .row {
  margin-left: -7px;
  margin-right: -7px;
}
.nav-groups .menu-list-02 .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.nav-groups .menu-list-02 .box-s {
  text-align: center;
}
.nav-groups .menu-list-02 .box-s .box-img {
  margin-bottom: 12px;
}
.nav-groups .menu-list-02 .box-s .box-img img {
  height: 125px;
}
.nav-groups .menu-list-02 .box-s .box-name {
  display: block;
  font-weight: bold;
  line-height: 24px;
  color: #404040;
  margin-bottom: 5px;
}
.nav-groups .menu-list-02 .box-s .box-job {
  color: #666666;
  line-height: 20px;
}
.nav-groups .menu-list-02 .box-s:hover .box-name {
  color: #c10a0e;
}
.nav-groups .menu-list-03 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.nav-groups .menu-list-03 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
/*.nav-groups .menu-list-03 .row .box-w:nth-last-of-type(-n + 1) .box-s {*/
/*  margin-bottom: 0;*/
/*}*/
.nav-groups .menu-list-03 .box-s {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 85px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;background: #555;
}
.nav-groups .menu-list-03 .box-s:hover {
  text-decoration: underline;
}
.nav-groups .menu-list-04 {
  margin-bottom: 25px;
}
.nav-groups .menu-list-04:last-child {
  margin-bottom: 0;
}
.nav-groups .menu-list-04 a {
  float: left;
  color: #333333;
  line-height: 24px;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.nav-groups .menu-list-04 a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.nav-groups .menu-list-04 a:last-child:after {
  display: none;
}
.nav-groups .menu-list-04 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #cfd5ea;
}
.nav-groups .menu-list-04 a:hover {
  text-decoration: underline;
  color: #c10a0e;
}
.nav-groups .menu-list-03[data-v-yjdw] .box-s {height: 97px;}
.nav-groups .menu-list-03[data-v-yjdw] li:nth-last-child(1) .box-s, .nav-groups .menu-list-03[data-v-yjdw] li:nth-last-child(2) .box-s {margin-bottom: 0px;}
@media (max-width: 991px) {
  nav.navbar.bootsnav {min-height: inherit;}
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none!important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    left: 0;
    margin-left: 0;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #4766cc;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li > a:hover,
  nav.navbar.bootsnav ul.nav > li > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a:hover,
  nav.navbar.bootsnav ul.nav > li.active > a:focus,
  nav.navbar.bootsnav ul.nav > li.active > a,
  nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@-webkit-keyframes bgpulse {

  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -o-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -o-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
  }
}

@keyframes bgpulse {

  from,
  to {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
    -ms-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -moz-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -webkit-transform: scale3d(1, 1, 1) rotate(0.1deg);
    -o-transform: scale3d(1, 1, 1) rotate(0.1deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
    -o-transform: scale3d(1.1, 1.1, 1.1) rotate(0.1deg);
  }
}

.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}

.soc_icons {
  overflow: hidden;
  width: 200px;
  margin: 0 0 0 22px;
  float: right;
}

.webheader {
  position: relative;
  background-color: #a10b01;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  height: 39.32vw;
}

.webheader .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  animation: bgpulse 15s infinite linear;
  -webkit-animation: bgpulse 15s infinite linear;
  -moz-animation: bgpulse 15s infinite linear;
  -o-animation: bgpulse 15s infinite linear;
  -ms-animation: bgpulse 15s infinite linear;
  background-position: center;
}

.webheader .header-box {
  position: relative;
  padding: 1.53vw 0 4.86vw;
  overflow: hidden;
}

.webheader .header-left {
  position: relative;
}

.webheader .header-right {
  padding-top: 21px;
  position: relative;
}

.webheader .logo {}

.webheader .head-content {
  position: relative;
  overflow: hidden;
}

.webheader .moblogo {
  margin: 12px 0 0 0;
  overflow: hidden;
}

.webheader .relatedlink {
  margin: 44px 2px 2px 0;
  text-align: right;
}

.pg .webheader {
  height: 32.32vw;
}
.pg .webheader .bg {
	background-position: 0% 13%;
}

.pg .webheader .header-box {
  padding: 1.53vw 0 2.86vw;
}
@media (min-width: 1920px) {
	.pg .webheader .header-box {
	  padding: 1.53vw 0 4.56vw;
	}
}
@media (max-width: 1680px) {
  .webheader .head-content img {width: 54vw;}
}
@media (max-width: 1199px) {
  .pg .webheader .head-content img {width: 50vw;}
}
@media (max-width: 991px) {
	.webheader .logo {width: 194px;}
	.webheader .header-right {
	padding-top: 29px;
	}
	.webheader .header-box {padding: 1.53vw 0 2.86vw;}
	.pg .webheader .header-box {
	padding: 2.207vw 0 1.294vw;
	}
}
@media (max-width: 767px) {
	.webheader,
	.pg .webheader {
	height: auto;
	}

	.webheader .logo {width: 96px;}

	.webheader .relatedlink {
	margin: 20px 2px 10px 0;
	}

	.webheader .header-left {
	width: 100%;
	}

	.webheader .header-right {
	width: 100%;
	padding-top: 16px;
	}

	.webheader .header-right img {
	margin: 0 auto 20px auto;
	padding-top: 10px;
	float: initial;
	}

	.webheader .head-content {
	padding-bottom: 18.718vw;
	}

	.webheader .head-content img {
	width: 100%;
	}

	.pg .webheader .header-box {
	padding: 3.207vw 0 4.894vw;
	}
}
/*---------------区域背景---------------------*/
.mainpart {background: url(../images/szqh20-bg01.jpg) no-repeat top center #fef7f0;background-size: 100% 100%;margin-top: -90px;padding: 130px 0 70px;}
.pg .mainpart {margin-top: 0;padding: 0;background: #fef7f0;}
.firstpart {overflow: hidden;padding: 56px 0 60px;background: #fef7f0;}
.secondpart {overflow: hidden;padding: 0 0 70px;}
.thirdpart {overflow: hidden;padding: 0;}
.fourthpart {overflow: hidden;padding: 0 0 60px;}
@media (max-width: 1199px) {
	.mainpart {margin-top: -120px;padding: 130px 0 60px;}	
	.secondpart {padding: 0 0 60px;}
}
@media (max-width: 991px) {
	.mainpart {background-size: 150% 100%;margin-top: -150px;padding: 130px 0 40px;}
	.firstpart {padding: 46px 0 50px;}
	.secondpart {padding: 0 0 36px;}
}
@media (max-width: 767px) {
	.firstpart {padding: 35px 0 50px;}
}
/*footer*/
.footer {
  background: #af1513;
  background-size: cover;
}
.footer .footer-links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 45px;
  padding-bottom: 35px;
}
.footer .footer-links .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer .footer-links .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.footer .footer-links .box-s {
  margin-bottom: 10px;
}
.footer .ui-select-wrap {
  border: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  height: 44px;
  padding-right: 15px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  font: 100 16px/42px;
}
.footer .ui-select-wrap .ui-select-list {
  top: 44px;
  left: 0;
}
.footer .ui-select-wrap .ui-select-list > li {
  line-height: 32px;
  font-size: 14px;
}
.footer .ui-select-wrap .ui-select-list > li.selected {
  background-color: #c10a0e;
}
.footer .ui-select-wrap.up .ui-select-list {
  top: auto;
  bottom: 44px;
}
.footer .ui-select-input {
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  padding-left: 15px;
  right: 25px;
}
.footer .ui-select-arrow {
  border-top-color: #fff;
  right: 10px;
}
.footer .footer-info {
  padding-top: 45px;
  padding-bottom: 40px;
  position: relative;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer-info a {
  color: #fff;
}
.footer .footer-info a:hover {text-decoration: none;color: #ffd948;}
.footer .footer-info .info-other {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 0;
}
.footer .footer-info .info-other a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.footer .footer-info .info-other a:last-child {
  margin-right: 0;
}
.footer .footer-info .info-other img {
  display: block;
}

/*public-title*/
.public-title {
  position: relative;
  margin-bottom: 25px;
}
.public-title .title-name {
  float: left;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  color: #1e2b57;
}
.public-title .title-name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 5px;
  background-color: #d2d8eb;
  border-radius: 3px;
}
.public-title .title-more {
  float: right;
  line-height: 48px;
  color: #8890aa;
  position: relative;
  padding-right: 13px;
}
.public-title .title-more:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.public-title .title-more:hover {
  color: #0684e6;
}
.index-box {
  margin-bottom: 40px;
}
.index-box-02 {
  margin-bottom: 20px;
}
.index-main .row-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.index-main .row-wrap .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-top-news {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #ee1b22;
	font-size: 42px;
	margin-bottom: 50px;
}
.index-top-news:hover {
  color: #c10a0e;
}
.index-top-news h4 {text-align: center;font-size: 14px;color: #666;line-height: 1.8;font-weight: 500;margin: 16px 0 0;}
.index-tabs-groups .tabs-title {
  border-bottom: 2px solid #c10a0e;
  line-height: 55px;
}
.index-tabs-groups .tabs-title .title-item {
  float: left;
}
.index-tabs-groups .tabs-title .title-item a {
  display: block;
  float: left;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 2px;
}
.index-tabs-groups .tabs-title .title-item a span {
  display: inline-block;
  vertical-align: middle;
}
.index-tabs-groups .tabs-title .title-item a .icon-s {
  margin-right: 10px;
  position: relative;
}
.index-tabs-groups .tabs-title .title-item a .icon-s img {
  display: block;
}
.index-tabs-groups .tabs-title .title-item a .icon-s img.img-h {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-tabs-groups .tabs-title .title-item a .txt-s {
  font-weight: bold;
  color: #404040;
}
.index-tabs-groups .tabs-title .title-item a:hover,
.index-tabs-groups .tabs-title .title-item a.active {
  background-color: #c10a0e;
}
.index-tabs-groups .tabs-title .title-item a:hover .icon-s img.img-h,
.index-tabs-groups .tabs-title .title-item a.active .icon-s img.img-h {
  display: block;
}
.index-tabs-groups .tabs-title .title-item a:hover .txt-s,
.index-tabs-groups .tabs-title .title-item a.active .txt-s {
  color: #fff;
}
.index-tabs-groups .tabs-title .more-item {
  float: right;
}
.index-tabs-groups .tabs-title .more-item a {
  display: none;
  background: url("cdfycn-icon-02.png") no-repeat right center;
  padding-right: 15px;
  color: #9499A7;
}
.index-tabs-groups .tabs-title .more-item a:hover {
  text-decoration: underline;
  color: #c10a0e;
}
.index-tabs-groups .tabs-cont > div {
  display: none;
}
.index-title {
  line-height: 54px;
}
.index-title .title-s {
  float: left;
  vertical-align: bottom;
  border-bottom: 3px solid #CD1E1E;
  font-weight: bold;
  color: #404040;
}
.index-title .title-s img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.index-title .more-s {
  float: right;
  background: url("cdfycn-icon-02.png") no-repeat right center;
  padding-right: 15px;
  color: #9499A7;
}
.index-title .more-s:hover {
  text-decoration: underline;
  color: #c10a0e;
}
.news-groups .news-hot {
  float: left;
  margin-right: 25px;
  width: 260px;
  border: 1px solid #F1F3FA;
}
.news-groups .news-hot .box-img {
  overflow: hidden;
  position: relative;
}
.news-groups .news-hot .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.news-groups .news-hot:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-groups .news-hot .box-img {
  height: 165px;
}
.news-groups .news-hot .box-info {
  background: #F1F3FA;
  padding: 10px 18px;
  height: 102px;
}
.news-groups .news-hot .box-info .title-s {
  display: block;
  line-height: 24px;
  height: 48px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-groups .news-hot .box-info .more-s {
  display: inline-block;
  color: #9499A7;
  line-height: 20px;
}
.news-groups .news-list {
  overflow: hidden;
}
.news-groups .news-list .box-s a {
  display: block;
  height: 34px;
  line-height: 34px;
  background: url("cdfycn-img-49.png") no-repeat 0 14px;
  padding-left: 16px;
  color: #333333;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-groups .news-list .box-s:hover a {
  color: #c10a0e;
  text-decoration: underline;
}
.index-notice .main-cont {
  background: #F1F3FA;
  padding: 20px 20px 20px 0;
  height: 225px;
}
.index-notice .box-s {
  margin-bottom: 10px;
}
.index-notice .box-s:last-child {
  margin-bottom: 0;
}
.index-notice .box-s .box-date {
  /*border-right: 1px solid rgba(192, 200, 227, 0.6);*/
  width: 112px;
  text-align: center;
  font-size: 13px;
  color: #7D849F;
  float: left;line-height: 1;
  margin-right: 6px;font-family: Times New Roman;
}
.index-notice .box-s .box-date .day-s {
  font-weight: bold;
  color: #465BA1;
  font-size: 18px;
  margin-bottom: 10px;
}
.index-notice .box-s .box-title {
  display: block;
  line-height: 1.3;
  height: 40px;
  color: #414141;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-notice .box-s:hover .box-title {
  color: #c10a0e;
  text-decoration: underline;
}
.index-video .video-groups {
  position: relative;
  height: 164px;
}
.index-video .box-s {
  position: absolute;
}
.index-video .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-video .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-video .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-video .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("cdfycn-icon-13.png") no-repeat center;
  z-index: 99;
}
.index-video .box-s.box-l {
  width: 65%;
  left: 0;
  top: 0;
}
.index-video .box-s.box-l .box-img {
  height: 164px;
}
.index-video .box-s.box-l .box-title {
  background: url("cdfycn-bg-01.png") repeat-x bottom center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-video .box-s.box-l .box-title a {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-video .box-s.box-l .box-title a:hover {
  text-decoration: underline;
}
.index-video .box-s.box-r {
  width: 33%;
  right: 0;
}
.index-video .box-s.box-r .box-mc {
  background-size: 32px 32px;
}
.index-video .box-s.box-r.b-video-t {
  top: 0;
}
.index-video .box-s.box-r.b-video-b {
  bottom: 0;
}
.index-video .box-s.box-r .box-img {
  height: 78px;
}
.index-park-landscape .slick-arrow {
  width: 36px;
  height: 36px;
  background-color: #154383;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
}
.index-park-landscape .slick-arrow:hover {
  background-color: #CD0D0E;
}
.index-park-landscape .slick-arrow:before {
  display: none;
}
.index-park-landscape .slick-prev {
  background-image: url("cdfycn-arrow-04.png");
  left: 0;
}
.index-park-landscape .slick-next {
  background-image: url("cdfycn-arrow-03.png");
  right: 0;
}
.index-park-landscape .box-s {
  position: relative;
}
.index-park-landscape .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-park-landscape .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-park-landscape .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-park-landscape .box-s .box-img {
  height: 246px;
}
.index-park-landscape .box-s .box-title {
  background: url("cdfycn-bg-01.png") repeat-x bottom center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.index-park-landscape .box-s .box-title span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-park-landscape .box-s .box-title span:hover {
  text-decoration: underline;
}
.index-platform .main-cont {
  height: 174px;
  background: #F1F3FA;
  padding: 23px 16px 0;
}
.index-platform .box-s {
  width: 47.5%;
  height: 55px;
  background: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 18px;
  display: block;
  float: left;
}
.index-platform .box-s:nth-child(2n) {
  float: right;
}
.index-platform .box-s span {
  display: block;
}
.index-platform .box-s .box-icon {
  width: 45px;
  height: 100%;
  background-color: #1D71C0;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  float: left;
}
.index-platform .box-s .box-title {
  margin-left: 45px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
}
.index-platform .box-s:hover .box-title {
  text-decoration: underline;
  color: #c10a0e;
}
.index-special .special-title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
}
.index-special .special-title:after {
  content: '';
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: #F1F3FA;
  z-index: -1;
}
.index-special .special-title span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  color: #404040;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.index-special .special-title img {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.index-special .special-list {
  margin-left: -18px;
  margin-right: -18px;
}
.index-special .box-s {
  margin-left: 18px;
  margin-right: 18px;
}
.index-special .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.index-special .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.index-special .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index-special .box-s .box-img {
  height: 95px;
}
.index-special .slick-arrow {
  width: 36px;
  height: 36px;
  background-color: #154383;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
}
.index-special .slick-arrow:hover {
  background-color: #CD0D0E;
}
.index-special .slick-arrow:before {
  display: none;
}
.index-special .slick-prev {
  background-image: url("cdfycn-arrow-04.png");
  left: 0;
}
.index-special .slick-next {
  background-image: url("cdfycn-arrow-03.png");
  right: 0;
}
/*other-banner*/
.other-banner {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
.other-banner .middle-cont {
  text-align: left;
}
.other-banner .banner-title {
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
	min-height: -moz-calc(100vh - 350px);
    min-height: -webkit-calc(100vh - 350px);
    min-height: calc(100vh - 350px);
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #8d7b7b;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.bread-crumbs .bread-item-groups {
  line-height: 32px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #8d7b7b;
}
.bread-crumbs .bread-item a.cur {
  color: #c10a0e;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #8d7b7b;
}
.bread-crumbs a:hover {
  color: #c10a0e;
  text-decoration: none;
}
/*side-menu*/
.side-menu .menu-title {
  background: url("cdfycn-menu-bg.png") no-repeat bottom right;
  background-size: cover;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: bold;
  padding: 0 25px;
}
.side-menu .menu-cont {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid #f6f7fe;
}
.side-menu .menu-cont a {
  display: block;
  position: relative;
  border-bottom: 1px solid #e2e5ef;
  line-height: 30px;
  padding: 15px 20px;
  color: #333;
  font-size: 17px;
  background: url("cdfycn-arrow.png") no-repeat right 0 top 20px;
  z-index: 1;
  transition: all 0s;
}
.side-menu .menu-cont li:last-child a {border-bottom: 0;}
.side-menu .menu-cont a:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 18px;
  background: #c10a0e;
  border-radius: 3px;
  left: 0;
  top: 22px;
}
.side-menu .menu-cont a:hover,
.side-menu .menu-cont li.active a {
  color: #fff;
}
.side-menu .menu-cont a:hover:before,
.side-menu .menu-cont li.active a:before {
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  top: 0;
  bottom: 0;
  background-color: #c10a0e;
  z-index: -1;
}
.side-menu .menu-cont a:hover:after,
.side-menu .menu-cont li.active a:after {
  background: #fff;
}
/*content-info*/
.content-info {
    min-height: -moz-calc(100vh - 398px);
    min-height: -webkit-calc(100vh - 398px);
    min-height: calc(100vh - 398px);
}
.content-title {
  border-bottom: 1px solid #E2E5EF;
  margin-bottom: 30px;
}
.content-title .title-txt {
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.content-title .title-txt:after {
  content: '';
  height: 3px;
  background: #CD1E1E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-info .orgsort {font-size: 20px;color: #003e99;margin: 28px 0 18px 0;overflow: hidden;font-weight: 700;}
/*page*/
.pages {
  text-align: center;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #efdcc9;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  padding: 0 15px;
  margin: 0px 3px 6px 0;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #c10a0e;
  color: #fff;border: 1px solid #c10a0e;
}
.pages span {
  background: #c10a0e;
  color: #fff;border: 1px solid #c10a0e;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background-color: #c10a0e;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.details-page .detail-top .title-s {
  color: #c10a0e;
  line-height: 1.5;padding-top: 40px;
}
.details-page .detail-top .top-other {
  color: #868686;
  margin-top: 25px;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #404040;
  text-align: justify;
}
.details-page .main-cont p, .details-page .main-cont div {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
}
.details-page .main-cont video {border: #f4e5e5 solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span {
  display: inline-block;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #D31616;
}
.details-page .cont-page .a-page:hover a {
  color: #D31616;
}
@media (min-width: 767px) {
	.details-page img {max-width: 60%;}
}
@media (max-width: 1199px) {
	.details-page img {max-width: 66%;}
}
@media (max-width: 767px) {
	.details-page img {max-width: 100%;}
}
/*文字列表*/
.list-text .box-s {
  background: url("cdfycn-img-10.png") no-repeat left 0 top 9px;
  padding-left: 16px;
  display: block;
  color: #474B55;
  line-height: 26px;
  margin-bottom: 22px;
  padding-right: 100px;
  position: relative;
}
.list-text[data-v-no] .box-s {padding-right: 0px;}
.list-text .box-s .box-title {
  display: block;
  color: #474B55;
}
.list-text .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7D8FA4;font-size: 14px;
}
.list-text .box-s:hover .box-title {
  color: #c10a0e;
  text-decoration: underline;
}
.list-text-02 .box-s {
  background: url("../images/cdfycn-img-11.png") no-repeat 0 10px;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  color: #4D4D4D;
  padding-left: 20px;
}
.list-text-02 .box-s:hover {
  color: #c10a0e;
  text-decoration: underline;
}
/*图片列表*/
.list-img .row .box-w:nth-child(2n + 1) {
  clear: left;
}
.list-img .box-s {
  text-align: center;
  margin-bottom: 40px;
}
.list-img .box-s .box-img {
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #e0e6fa;
  display: inline-block;
  width: 194px;
}
.list-img .box-s .box-img img {
  display: block;
  height: 274px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img .box-s .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.list-img .box-s .box-job {
  line-height: 20px;
  color: #737373;
}
.list-img .box-s:hover:after {
  left: 0;
  width: 100%;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s:hover .box-title {
  color: #c10a0e;
}
.list-img-02 .box-s {
  margin-bottom: 30px;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
}
.list-img-02 .box-s .box-img img {
  display: block;
  min-width: 100%;
  height: 100%;
  max-width: 200%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.list-img-02 .box-s:hover .box-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-img-02 .box-s .box-img {
  margin-bottom: 10px;
  height: 238px;
}
.list-img-02 .box-s .box-img .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("cdfycn-img-35.png") no-repeat center transparent;
  z-index: 99;
}
.list-img-02 .box-s .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-img-02 .box-s .box-title-02 {
  line-height: 25px;
  display: block;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-02 .box-s .box-date {
  color: #A6A6A6;
  margin-top: 10px;
}
.list-img-02 .box-s:hover .box-title,
.list-img-02 .box-s:hover .box-title-02 {
  color: #c10a0e;
}
/*图文列表*/
.list-img-text .box-s {
  border-bottom: 1px solid #E2E5EF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list-img-text .box-s .box-img {
  overflow: hidden;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;height: 172px;
}
.list-img-text[data-v-qk] .box-s .box-img img {height: 209px;}
.list-img-text .box-s .box-info .box-title {
  display: block;
  font-weight: bold;
  line-height: 24px;
  color: #003E99;
}
.list-img-text .box-s .box-info .box-txt {
  text-align: justify;
  color: #737373;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s:hover .box-info .box-title {
  text-decoration: underline;
}
.list-img-text .box-s:hover .box-info .box-more {
  background-color: #c10a0e;
}
.list-img-text-01 .box-s .box-info .box-title {
  margin-bottom: 15px;
}
.list-img-text-01 .box-s .box-info .box-txt {
  line-height: 25px;
  height: 75px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text-01 .box-s .box-info .box-more {
  display: block;
  background: url("cdfycn-arrow-02.png") no-repeat center center #003E99;
  width: 65px;
  height: 32px;
}
.list-img-text-02 .box-s .box-info .box-title {
  margin-bottom: 8px;
}
.list-img-text-02 .box-s .box-info .box-txt {
  line-height: 24px;
  height: 72px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text-02 .box-s .box-info .box-date {
  color: #999999;
}
.list-img-text-03 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.list-img-text-03 .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.list-img-text-03 .box-s .box-info .box-title {
  margin-bottom: 15px;
}
.list-img-text-03 .box-s .box-info .box-txt {
  line-height: 24px;
  height: 96px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.list-img-text-03 .box-s .box-info .box-more {
  width: 110px;
  height: 40px;
  line-height: 40px;
  background-color: #003E99;
  text-align: center;
  color: #fff;
  display: block;
}
@media (min-width: 1200px) {
  .list-img-text-02 .row .box-img-w {
    width: 27%;
  }
  .list-img-text-02 .row .box-info-w {
    width: 73%;
  }
  .list-img-text-03 .row .box-img-w {
    width: 20%;
  }
  .list-img-text-03 .row .box-info-w {
    width: 80%;
  }
}
.personnel-details {
  padding: 35px;
  position: relative;
  z-index: 1;
  background: url("cdfycn-img-12.png") no-repeat right bottom;
  background-size: cover;
  padding-bottom: 180px;
  border-bottom: 7px solid #CD1E1E;
}
.personnel-details:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background: url("cdfycn-img-13.png") no-repeat bottom left;
  background-size: contain;
}
.personnel-details .box-img {
  margin-bottom: 25px;
  border: 1px solid #e0e6fa;
}
.personnel-details .box-img img {
  display: block;
  width: 100%;
}
.personnel-details .box-info .info-top {
  border-bottom: 1px solid rgba(192, 198, 217, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.personnel-details .box-info .info-top .top-name {
  font-weight: bold;
  color: #333333;
}
.personnel-details .box-info .info-cont {
  color: #4A4F58;
  line-height: 2;
  text-align: justify;
}
.personnel-details .box-info .info-cont p {
  margin-bottom: 10px;
}


.list-link { overflow:hidden; display:block;margin-top: 30px;}
.list-link li {overflow:hidden;clear:both;padding: 20px 18px;}
.list-link li:nth-child(odd) {background: #f5f7fb;}
.list-link li a{ float:left;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-image: url(cdfycn-icon-02.png);background-repeat: no-repeat;background-position: 8px 6px;padding-left: 32px; }
.list-link li a:hover {color: #334ca6;}
.list-link span {line-height:1.5;color:#9b9b9b; font-size: 15px;position: absolute;top:2px;right: 0;}
@media (max-width: 767px){
	.list-link {margin-top: 26px;}
    .list-link li a {padding-right: 0px;}
    .list-link span {position: initial;margin-left: 17px;}
}

.graphiclist {}
.graphiclist li {display: block;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px dotted #e4b5b2;position: relative;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li:last-child {margin-bottom: 0px;}
/*.graphiclist li:hover {background: #fff;padding: 30px;border-radius: 5px;
    -webkit-box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
    box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
}*/
.graphiclist li::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dc3c46;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}
.graphiclist li:hover::before {
    transform: scaleX(1);
    transform-origin: left center
}
.graphiclist li h2 {padding-top: 4px; margin:0 0 14px 0;font-weight: 500;font-size:20px;line-height:30px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: bold; color:#222;
  }
.graphiclist li a:hover h2 { text-decoration:none;color: #e10000;}
.graphiclist .news-img { margin-right: 30px;}
.graphiclist .news-img a {border:#e4e4e4 solid 1px;}
.graphiclist .news-img img { width: 350px; height: 231px;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li a:hover .news-img img {transform: scale(1.1);}
.graphiclist .news-txt p { line-height: 26px;max-height: 104px;-webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical; font-size: 16px; margin: 0px; color:#999;}
.graphiclist .news-txt i { font-family: Arial;font-size: 16px; margin: 5px 0 0 0; color:#ef2424; display:block;padding: 0 5px 0 0;font-style: normal;line-height: 1.1;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:none; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#004ea2;}
@media (min-width: 992px) {
	.graphiclist .news-txt p {overflow:hidden;}
}
@media (max-width: 991px) {
	.graphiclist .news-img { margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
  .graphiclist li h2{font-size: 18px;margin-bottom: 10px;}
	.graphiclist .news-txt p {   font-size: 14px; -webkit-line-clamp: 3; line-height: 24px;   max-height: 72px;}

}
@media (max-width: 767px) {
	.graphiclist li h2 {}
	.graphiclist li h2 {font-size: 17px;line-height: 1.4;}
	.graphiclist .news-img {width: 100%;margin-bottom:20px;margin-right: 0px;}
	.graphiclist .news-img img{ width: 100%; height:auto;}
}

/*专题*/
.linkspic {margin-top: 18px;}
.linkspic li {margin-bottom: 30px;}
.linkspic li img {width: 100%;height: 85px;border: #ffefd8 solid 1px;}
.linkspic li p {font-size: 14px;text-align: center;line-height: 1.3;margin: 10px 0 0 0;}
@media (max-width: 1199px){
	.linkspic .col-md-3 {width: 33.333333%;float: left;}
}
@media (max-width: 991px){
	.linkspic .col-md-3 {width: 50%;}
	.linkspic li img {height: 97px;}
}
@media (max-width: 767px){
    .linkspic .col-md-3 {width: 100%;}
    .linkspic li {margin-bottom: 20px;}
	.linkspic li:last-child {margin-bottom: 0px;}
    .linkspic li img {width: auto; height: auto;}
}

.img-list-03 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.img-list-03 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.img-list-03 .box-s {
  margin-top: 24px;
}
.img-list-03 .box-s .box-img {
  margin-bottom: 8px;
  height: 182px;
  border: 1px solid #eee;
}
.img-list-03 .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  width: 100%;height: 100%;
}
.img-list-03 .box-s .box-title {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
}
.img-list-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-03 .box-s:hover .box-title {
  color: #c10a0e;
}

/*-----------------信息公开---------------------*/
.lanmu2 { overflow: hidden;margin: 20px 0 0 0;border-bottom: #dddddd solid 1px;}
.lanmu2_l { color:#333;float:left;font-weight: 700;font-size:18px;padding: 0 0 9px 0;}
.lanmu2_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.lanmu2_r { line-height:32px; float:right; font-size:12px;font-family: Arial;}
.lanmu2_r a{ color:#bfcddd; text-decoration:none;}
.lanmu2_r a:hover{ color:#ffffff; text-decoration:none;}
.textlink {
    width: 100%;
    float: left;
    word-break: break-all;
    line-height: 26px;
}
.textlink .gao1 {
    height: 118px;
    overflow: hidden;
}
.textlink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.textlink ul li {
    display: block;
}
.textlink ul li a {
    font-size: 15px;
    color: #454545;
    line-height: 30px;
    background-image: url(cdfycn-img-10.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 14px;
}
.textlink ul li a:hover{ color:#d61300;}

/*---------------焦点图&新闻---------------------*/
.hotnews {overflow: hidden;margin-bottom: 40px;}
.hotnews .newsbg {overflow: hidden;}
.hotnews .newsbg .focuspic {margin: 0;}
.hotnews .chatu {position: absolute;bottom: 0px;right: 0px;z-index: 0;opacity: .6;}
.hotnews .win-img {overflow: hidden;width: 45.286%;padding-right: 34px;}
.hotnews .win-list {overflow: hidden;width: 54.714%;}
.focusnews {overflow: hidden;height: 392px;}
.focusnews .latest {overflow: hidden;border-bottom: #c7d4ea solid 1px;margin-bottom: 17px;padding-bottom: 15px;}
.focusnews .latest h4 {overflow: hidden;margin: 0;max-height: 52px;}
.focusnews .latest h4 a {font-size: 20px;line-height: 1.3;color: #204587;text-decoration: none;font-weight: 700;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.focusnews .latest h4 a:hover {color: #d43434;}
.focusnews .latest p {font-size: 14px;line-height: 1.4;color: #737373;margin: 7px 0 0 0;}

.cmain1a {
	width: 100%;padding-right: 28px;
}
.cmain1ax {
	width: 100%;
	height: 38px;
	background: url(ioz-navbg2.gif) repeat-x bottom center;
	margin-bottom: 6px;
}
.cmain1ay {
	width: 100%;
	padding-bottom: 0px;
	height: 396px;
	overflow: hidden;
}
.cmain1ay .title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 500;
}
.cmain1ay .rq {font-size: 14px;color: #1355b2;border-bottom: #dedede solid 1px;padding-bottom: 15px;margin-top: 9px;margin-bottom: 19px;text-align: right;}
.cmain1ay .title a {
	color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;
}
.cmain1ay .title a:hover {
	color: #c41a20;
	text-decoration: none;
}
.cmain1ay img {
	max-width: none;
}
.cmain1ax li {
	float: left;
	height: 38px;
	line-height: 24px;
}
.cmain1ax li.now {
	background: url(ioz-navbg3.gif) no-repeat bottom center;
}
.cmain1ax li.now a {
	color: #004280;
	text-decoration: none;
}
.cmain1ax li a {
	color: #004280;
	font-size: 20px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-weight: 700;
	text-decoration: none;
}
.cmain1ay1 {
	width: 163px;
	height: 220px;
	float: left;
	position: relative;
	margin-right: 12px;
}
.cmain1ay1x {
	width: 163px;
	height: 28px;
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: 0;
	background: url();
}
.cmain1ay1x a {
	color: #000000;
	line-height: 28px;
	font-size: 11px;
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.txt_hedar{font-size: 14px;line-height: 1.7;color: #999;overflow: hidden;
    border-bottom: #d2a6a5 dotted 1px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.txt_hedar a {
	width: 100%;
	font-size: 14px;
	line-height: 150%;
	color: #e10000;
	overflow: hidden;
}
.txt_hedar a:hover {color: #ff8900;}
.list-index li {
	overflow: hidden;
	clear: both;margin-bottom: 20px;
}
.list-index li:last-child {margin-bottom: 0;}
.list-index li a {
	float: left;
	width: 86%;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.4;
	color: #4c4c4c;
	padding:0 0 0 17px;text-overflow:ellipsis; white-space:nowrap; display:block;position: relative;
}
.list-index li a:after {
    background-color: #ffa000;
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 8px;
}
.list-index li a:hover {
	color: #e10000;
	text-decoration: none;
}
.list-index span {
	line-height: 1.5;
	color: #999;
	font-size: 15px;
	font-family: Arial;
}
.list-index span.right {
	float: right;
}
@media (max-width: 1440px) {
.hotnews .win-img {width: 50.802%;}
.hotnews .win-list {width: 49.198%;}
.list-index li {margin-bottom: 17px;}
.list-index li a {width: 82%;}
}
@media (max-width: 1280px) {
.hotnews .win-img {width: 53.367%;}
.hotnews .win-list {width: 46.633%;}
}
@media (max-width: 1199px) {
.cmain1ay {height: 310px;}
.hotnews .win-img {padding-right: 28px;}
.cmain1ay .title {font-size: 18px;}
.list-index li {margin-bottom: 13px;}
.list-index li a {width: 78%;}
.txt_hedar {padding-bottom: 18px;margin-bottom: 18px;}
}
@media (max-width: 991px) {
.hotnews {margin-bottom: 28px;}
.hotnews .win-img {width: 100%;padding-right: 0px;}
.hotnews .win-list {overflow: hidden;width: 100%;}
.cmain1a {
	padding: 0;
}
.cmain1ay {
	height: auto;margin-top: 15px;
}

.cmain1ay .title {margin-top:10px;}
.list-index li a {white-space: normal;}
.txt_hedar{height: auto;-webkit-line-clamp: inherit;}
.txt_hedar a{-webkit-line-clamp: inherit;}
.cmain1ay .title a {white-space: inherit;}
.list-index li a {width: 86%;}
}
@media (max-width: 767px) {
.list-index li a {width: 100%;}
.list-index span.right {float: left;margin-top: 4px;margin-left: 17px;}
}
.list-newimg {
	overflow: hidden;
	margin: 20px 0 0 0;
}
.list-newimg li {
	margin-bottom: 18px;
}
.list-newimg li img {width: 100%;height: 145px;}
.list-newimg .overlay {
	background-color: rgba(0, 0, 0, 0.56);
}
.list-newimg .overlay span {
	color: #E4E4E4;
	font-size: 14px;
	font-style: normal;
}
.list-newimg .overlay a {
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 18%;
	left: 0;
	margin-top: 0;
	margin-left: 0px;
	background-color: transparent;
	padding: 10px;
}
.list-newimg .overlay a:hover {
	color: #ffffff;
	text-decoration: underline;
}
@media (max-width: 1199px) {
.list-newimg .overlay a {
	top: 10%;
}
	.list-newimg li img {height: 117px;}
}
@media (max-width: 991px) {
	.list-newimg li img {height: 139px;}
}
@media (max-width: 767px) {
	.list-newimg li img {height: auto;}
}

/*btn styles*/
.btn01 {
    padding: 13px 108px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background: #B01917;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #B01917;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    line-height: 24px;
}
.btn01:hover {
    color: #fff;
    background: #ee1b22;
    box-shadow: inset 0 0 0 0 #ee1b22;
    border-color: #ee1b22;
}

.btn02 {
    padding: 13px 150px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ee1b22;
    background: #ee1b22;
    border: 1px solid transparent;
    border-radius: 50px;
    box-shadow: inset 0 0 0 50px #f7f7f7;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}
.btn02:hover {
    color: #fff;
    background: #ee1b22;
    box-shadow: inset 0 0 0 0 #ee1b22;
    border-color: #ee1b22;
}

.webcolumn {overflow: hidden;margin-bottom: 40px;text-align: center;position: relative;}
.webcolumn .lmname {overflow: hidden; text-align: right;font-size: 42px;line-height: 1;color: #333;font-weight: bold;position: relative;display: inline-block;padding: 0 26px;}
.webcolumn .lmname a {color: #b01917;}
.webcolumn .lmname span {color: #b01917; float: left;}
.webcolumn .lmname a:hover {color: #000000;}

.lmname-tit{
  width: 27%;
  height: 1px;
  position: absolute;
  background: #b01917;
}
.tit-left{
  top: 40%;
  left: 0;
}

.tit-right{
  bottom: 40%;
  right: 0;
}
.tit-left::before,
.tit-right::before,
.tit-left::after,
.tit-right::after{
  content: "";
  position: absolute;
}
.tit-left::before,
.tit-right::before{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b01917;
  top: 50%;
  margin-top: -5px;
}
.tit-left::before{
  left: 0;
}
.tit-right::before{
  right: 0;
}
.tit-left::after{
  background: url(cdsjlz-title-left.png) no-repeat center;
  right: -10px;
  top: -18px;
  width: 120px;
  height: 15px;
}
.tit-right::after{
  background: url(cdsjlz-title-right.png) no-repeat center;
  left: -10px;
  top: 3px;
  width: 120px;
  height: 15px;
}

.webcolumn h3 {font-family: Georgia; text-align:center; font-size:12px; color:#b9b9b9; margin:14px 0 12px 0; font-weight:600; text-transform:uppercase;}
.webcolumn h3:after, .webcolumn h3:before {width: 68px;height: 1px;display: inline-block;vertical-align: middle;content: "";background: #d1d9e0;margin: 0 2%;}
.webcolumn p { font-size:15px; color:#525252;text-align: center;}

.webcolumn[data-v-pg] {margin-top: 20px;margin-bottom: 60px;}
@media (max-width: 1440px) {
	.webcolumn .lmname:after {width: 458px;margin-left: -170%;}
	.webcolumn .lmname:before {width: 458px;margin-right: -170%;}
}
@media (max-width: 1199px) {
	.webcolumn .lmname:after {width: 286px;margin-left: -106%;}
	.webcolumn .lmname:before {width: 286px;margin-right: -106%;}
}
@media (max-width: 991px) {
	.webcolumn[data-v-pg] {margin-bottom: 50px;}
}
@media (max-width: 991px) {
	.webcolumn[data-v-pg] {margin-top: 0px;margin-bottom: 30px;}
}
@media (max-width: 320px) {
	.webcolumn .lmname:after {width: 0px;}
	.webcolumn .lmname:before {width: 0px;}
}


.index-banner {
  position: relative;height:640px;overflow: hidden;
}
.index-banner .slick-dotted.slick-slider {margin-bottom: 0px;}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 640px;
}
.index-banner .banner-box .box-title a {
	position: absolute;
	left: 0;
	right: 16%;
	bottom: 0;
	padding: 0 26px;
	height: 0;
	text-transform: uppercase;
	border-right: 35px solid transparent;
	border-bottom: 70px solid rgba(176, 25, 23, 0.85);
	margin: 0;
}
.index-banner .banner-box .box-title h4 {font-size: 22px;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 70px;width: 90%;font-weight: 700;}
.index-banner .banner-box .box-title h5 {font-size: 14px;color: #dcdcdc;margin: 0 0 15px;line-height: 1.5;margin: 0;
max-height: 42px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.index-banner .slick-dots {
  position: absolute;
  right: 20%;
  bottom: 24px;
  width: auto;
  left: auto;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.index-banner .slick-dots li.slick-dot {
  display: none;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  display: block;
}
.index-banner .slick-dots li button {
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  padding: 0;
}
.index-banner .slick-dots li button:before {
  display: none;
}
.index-banner .slick-dots li .num {
  color: #fff;
  font-size: 32px;
  margin-right: 8px;
  font-weight: 700;
}
.index-banner .slick-dots li .line {
  width: 2px;
  height: 15px;
  background: #fff;
  display: inline-block;
  transform: rotate(22deg); 
	opacity: .5;
}
.index-banner .slick-dots li .total-num {
  color: #fff;
  margin-left: 9px;
}
/*Arrows*/
.index-banner .slick-arrow {
  width: 50px;
  height: 90px;
  background-color: rgba(0, 0, 0, .7);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 99;
  top: 44%;
}
.index-banner .slick-arrow:hover {
  background-color: #b01917;
}
.index-banner .slick-arrow:before {
  display: none;
}
.index-banner .slick-prev {
  background-image: url("../images-ztjy/esd-prev.png");
  left: 0;
}
.index-banner .slick-next {
  background-image: url("../images-ztjy/esd-next.png");
  right: 0;
}
@media (max-width: 1440px) {
.index-banner, .index-banner .banner-box .box-img img {height: 572px;}
}
@media (max-width: 1280px) {
.index-banner, .index-banner .banner-box .box-img img {height: 545px;}
}
@media (max-width: 1199px) {
.index-banner, .index-banner .banner-box .box-img img {height: 426px;}
}
@media (max-width: 991px) {
.index-banner, .index-banner .banner-box .box-img img {height: 326px;}
	.index-banner .banner-box .box-title h4 {font-size: 18px;line-height: 55px;}
	.index-banner .slick-dots {right: 22%;bottom: 17px;}
	.index-banner .banner-box .box-title a {border-bottom: 55px solid rgba(176, 25, 23, 0.85);padding: 0 16px; }
}
@media (max-width: 767px) {
  .index-banner, .index-banner .banner-box .box-img img {height: 293px;}
	.index-banner .slick-dots {right: 15px;}
}
@media (max-width: 480px) {
.index-banner {background: #c10a0e;height: auto;}
.index-banner .banner-box .box-img img {height: 172px;}
.index-banner .banner-box .box-title h4 {font-size: 16px; white-space: inherit;line-height: 1.3;width: 100%;}
.index-banner .banner-box .box-title a {position: inherit;padding: 15px;width: 100%;display: block;background: #c10a0e;height: auto;border: 0;}
}
@media (max-width: 390px) {
	.index-banner .banner-box .box-img img {height: 168px;}
}
@media (max-width: 320px) {
	.index-banner .banner-box .box-img img {height: 128px;}
}

.notice { width:100%;margin-bottom: 14px;}
.notice dl {margin-bottom: 0;}
.notice dd { }
.notice dd span { float:left;color:#fff;text-align:center;width:102px;height: 102px; margin-right:25px;font-size:36px;font-weight: 700;line-height: 1;border-radius: 3px;overflow: hidden;padding: 15px 0 8px 0;background-color: #cacaca;}
.notice dd span b { text-align: center; line-height: 1.2; font-size: 20px;display: block; color:#fff;font-weight: 500;margin-top: 6px;}
.notice dd:hover span {background-color: #dc3c46;}
.notice dd .hdtitle {margin: 0 0 26px;padding-bottom: 26px;border-bottom: #ede1d6 solid 1px;position: relative;padding-right: 133px;}
.notice dd .hdtitle::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dc3c46;
    transition: transform 250ms ease-in;
    transform: scaleX(0);
    transform-origin: right center
}
.notice dd:hover .hdtitle::before {
    transform: scaleX(1);
    transform-origin: left center
}
.notice dd .hdtitle h4 {font-size: 18px;line-height: 1.4;color: #333;font-weight: 500;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;}
.notice dd:hover .hdtitle h4 {color: #c41c27;}
.notice dd .hdtitle p {margin: 3px 0 0 0;font-size:14px; color:#999; line-height:1.6;height: 66px;
-webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.notice dd .hdtitle i {
	position: absolute;
	top: -7px;
	right: 0;
    font-family: Arial;
    font-size: 16px;
    margin: 13px 0 0 0;
    color: #c41c27;
    display: block;
    padding: 0 5px 0 0;
    font-style: normal;
    line-height: 1.1;
    text-align: right;
}
.notice[data-v-pg] { margin-bottom: 0px;}
.notice[data-v-pg] dd .hdtitle p {height: auto;}
.notice[data-v-pg] dd .hdtitle h4 { white-space: inherit;}
.notice[data-v-pg] dd:last-child .hdtitle {margin: 0;}
@media (max-width: 991px) {
    .notice dd span { width:82px;height: 82px; margin-right:18px;padding: 9px 0 8px 0;}
	.notice dd span b {font-size: 18px;}
}
@media (max-width: 767px) {
	.notice dd span {margin-right: 15px;}
    .notice {height: auto;margin-bottom: 6px;}
	.notice dd .hdtitle {padding-right: 0;}
	.notice dd .hdtitle i {position: inherit;top: 0;}
	.notice dd .hdtitle h4 { white-space: inherit;}
	.notice dd .hdtitle p {
    -webkit-line-clamp: 5;
    height: auto;
    line-height: 24px;
    max-height: 120px;
  }
	.notice dd span {padding: 8px 0 8px 0;width: 70px;height: 70px;}
	.notice dd span b {font-size: 15px;margin-top: 0;}
}

/* 3.3. Thumbnail图片刷光特效 */
.thumbnail {
  padding: 0;
}

.thumbnail.thumbnail_big{
  margin-bottom:0
}

.thumbnail > img {
  margin: 0;
  width: 100%;
}

.thumbnail_big .thumbnail__caption {
  padding: 18.77px 9px;
}

.thumbnail__caption {
  padding: 9px;
  color: #333;
}

.thumbnail__news {
  padding: 15px;
  color: #333;
}

.thumbnail__link {
  display: block;
}

.thumbnail__link img {
  margin: 0;
  width: 100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.thumbnail__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.thumbnail__link:hover + .thumbnail__caption .icon-play {
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-name: video-arrow;
          animation-name: video-arrow;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* 3.3. END Thumbnail */
.thumbnail__link img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.thumbnail__link {
  display: block;
  overflow: hidden;
}

/* end yellow line in title word*/
/* thumbnail image hover */
.thumbnail__link {
    position: relative;
}
.thumbnail__link::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.thumbnail__link:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.new-graphics {margin-bottom: 10px;}
.new-graphics li {margin-bottom: 30px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle img {height: 216px;width: 100%;}
.new-graphics li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphics li .boxstyle .txtinfo {padding: 19px;background: #fff;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 17px;color: #999;margin: 0;font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #333;font-size: 16px;line-height: 1.5;font-weight: 500;margin: 0 0 12px 0;
height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.new-graphics li a:hover .boxstyle .txtinfo h4 { color: #e10000;}
.new-graphics li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphics li .boxstyle .txtinfo span {font-size: 13px;color: #999;line-height: 22px;}
@media (max-width: 1440px) {
	.new-graphics li .boxstyle img {height: 193px;}
}
@media (max-width: 1280px) {
	.new-graphics li .boxstyle img {height: 183px;}
}
@media (max-width: 1199px) {
	.new-graphics li .boxstyle img {height: 140px;}
}
@media (max-width: 991px) {
	.new-graphics {margin-bottom: 0px;}
	.new-graphics li .boxstyle img {height: 226px;}
}
@media (max-width: 767px) {
	.new-graphics li .boxstyle img {height: auto;}
	.new-graphics li .boxstyle .txtinfo {height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 { height: inherit;-webkit-line-clamp: inherit;}
}

/* Breadcrumb
---------------------------------- */
.breadcrumb { background: transparent;
	margin-bottom: 0;
	font-size: 14px;
	border-radius: 0px;padding: 0;
  margin-bottom: 30px;
}
.breadcrumb > li { color:#909090;}
.breadcrumb > li > a { color:#909090;}
.breadcrumb > li > a:hover { color:#cc000d;}
.breadcrumb > li > a:last-child { color:#cc000d;}
.breadcrumb[data-v-xl] {padding: 2px 0 18px 0;}
.breadcrumb > li > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px;
    color: #999;
}
.breadcrumb > li > a:last-child:after {
    content: "";padding: 0;
}

.toplink {position: absolute;top: 30px;left:0;right:0;}
.esd-logo {float: left;display: inline-block;}
.lsxzt {float: right;color:#ffffff;font-size:15px;display: inline-block;margin-top:10px;}
.lsxzt:hover, .lsxzt:focus {color:#ffe74d;}
@media (max-width:991px) {
.toplink {top:22px;}
}
@media (max-width:767px) {
.toplink {top:12px;}
.lsxzt {margin-top:3px;font-size:14px;}
}

.top-news{
  width: 100%;
  padding: 10px;
  border: 1px solid #b52826;
  border-left: 0;
  height: 160px;
  margin-bottom: 60px;
  position: relative;
}
.news-logo{
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 99;
}
.top-news::before{
  position: absolute;
  content: "";
  width: 170px;
  height: 15px;
  top: -1px;
  left: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,1) 140px, rgba(255,255,255,0));
}
.top-news::after{
  position: absolute;
  content: "";
  width: 120px;
  height: 15px;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(to right, rgba(255,255,255,1) 80px, rgba(255,255,255,0));
}
.news-box{
  width: 100%;
  height: 100%;
  border: 1px dashed #b52826;
  border-left: 0;
  padding:  20px 46px 20px 294px;
}
.news-box h1{
    font-size: 24px;
    font-weight: bold;
    color: #B01917;
    line-height: 26px;
    text-align: center;
    max-height: 26px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.news-box p{
  font-size: 16px;
  font-weight: 400;
  color: #4F4F4F;
  line-height: 28px;
  max-height: 56px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.graphiclist li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.notice .row{
  margin-left: -26px;
  margin-right: -26px;
}
.notice .col-md-6 {
  padding-left: 26px;
  padding-right: 26px;
}

.esd-bg2{
  display: none;
}
.tit-r{
  float: left;
}

.section-title {line-height: normal;margin-bottom: 55px;overflow:hidden;}
.section-title .ct {margin-bottom: 8px;}
.section-title h2 {display: inline-block;font-size: 42px;line-height: 1;margin: 0;position: relative;color: #af1513;font-weight: 700;}
.section-title h2::before, .section-title h2::after {content: "";position: absolute;top: 0;width: 600px;height: 34px;}
.section-title h2:before {right: 100%; margin-right: 40px;background: url(../images/szqh20-tit01.png) no-repeat right center;}
.section-title h2:after {left: 100%;margin-left: 40px;background: url(../images/szqh20-tit02.png) no-repeat left center;}
@media (max-width: 1199px) {
	.section-title {margin-bottom: 45px;}
}
@media (max-width: 767px) {
	.section-title h2 {font-size: 28px;}
	.section-title {margin-bottom: 26px;}
	.section-title h2:before {margin-right: 22px;}
	.section-title h2:after {margin-left: 22px;}
}

.zy-news {}
.zy-news .win-l {width: 618px;padding-right: 60px;float: left;}
.zy-news .win-r {overflow: hidden;}
.zy-news .n-box {background: url(../images/szqh20-bg03.jpg) no-repeat bottom right #ffe3bf;background-size: 100% 100%;border-radius: 14px;overflow: hidden;padding: 45px 0;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.zy-news .n-box h3 {font-size: 24px;color: #af1513;line-height: 1.5;font-weight: 700;padding: 0 38px 0 32px;position: relative;margin-bottom: 32px;
-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;max-height: 72px;
}
.zy-news .n-box h3:after {position: absolute;content: '';width: 6px;top: 5px;bottom: 5px;left: 0;background: #af1513;}
.zy-news .n-box h4 {font-size: 16px;color: #8a431c;line-height: 1.8;padding: 0 38px;margin-bottom: 30px;
    max-height: 144px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.zy-news .n-box h5 {font-size: 16px;line-height: 1;color: #af1513;padding-left: 38px;}
.zy-news a:hover .n-box {background-size: 130% 130%;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.zy-news a:hover .n-box h3:after {background: #dc1715;}
.zy-news a:hover .n-box h3 {color: #dc1715;}

.index-culture-box {overflow: hidden;margin-top: 4px;}
.index-culture-box li {margin-bottom: 26px;padding-bottom: 26px;border-bottom: #e6dbdb solid 1px;}
.index-culture-box li:last-child {margin-bottom: 0;padding-bottom: 0;border: 0;}

.culture-a {
  display: block;
  height: 40px;
  overflow: hidden;
}

.culture-a .c-date {
  float: left;
  margin-right: 15px;
  font-size: 16px;
  color: #af1513;
  line-height: 1;
  position: relative;
}

.culture-a .c-date div:first-child {
  font-size: 28px;
  color: #af1513;
  margin-bottom: 7px;
  font-weight: 700;
}

.culture-a .c-title {
  display: table;
}

.culture-a .c-title h4 {
  font-size: 18px;
  color: #262626;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  position: relative;
	padding-left: 35px;
}
.culture-a .c-title h4:after {position: absolute;content: '';height: 2px;width: 16px;top: 25px;left: 0;background: #d3c4c4;}

.culture-a .c-title img {
  display: inline-block;
  margin: -2px 6px 0 0;
}

.culture-a:hover .c-title h4 {
  color: #af1513;
}

.index-culture-box .culture-a,
.index-culture-box .culture-a .c-date,
.index-culture-box .culture-a .c-title {
  height: 55px;
}

@media (max-width: 1280px) {
  .zy-news .win-l {width: 598px;padding-right: 40px;}
}
@media (max-width: 1199px) {
  .zy-news .win-l {width: 418px;}
}
@media (max-width: 991px) {
	.zy-news .win-l {width: 100%;padding-right: 0;margin-bottom: 30px;}
	.zy-news .win-r {float: left;}
	.zy-news .n-box h3 {-webkit-line-clamp: inherit;line-height: 1.5;max-height: inherit;}
}

@media (max-width: 767px) {
  .index-culture-box .culture-a,
  .index-culture-box .culture-a .c-date,
  .index-culture-box .culture-a .c-title {
	  height: auto;
  }
	.culture-a .c-date div:first-child {font-size: 23px;margin-bottom: 5px;}
	.culture-a .c-title h4 {font-size: 17px;line-height: 1.5;}
	.culture-a .c-title h4:after {top: 22px;}
}

@media (max-width: 480px) {
  .culture-a .c-title {
    display: block;
    height: auto;
  }
}

.list-news {}
.list-news .row {margin-left: -22px;margin-right: -22px;}
.list-news .row > [class^='col'] {padding-left: 22px;padding-right: 22px;}
.list-news li {margin-bottom: 44px;}
.list-news li:nth-child(3n+1) {clear: left;}
.list-news .line {height: 6px;
background: -webkit-linear-gradient(left, #cf1e1a 10%, #f3744d 80%);
    background: -ms-linear-gradient(left, #cf1e1a 10%, #f3744d 80%);
    background: linear-gradient(to right, #cf1e1a 10%, #f3744d 80%);
	-ms-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.list-news .databox {background: url(../images/szqh20-gb04.png) no-repeat bottom right #ffffff;padding: 35px 36px 38px;position: relative;overflow: hidden;border: #ffffff solid 1px;
-ms-box-shadow: 0px 2px 17px 0px rgba(200,169,174,0.3);
-o-box-shadow: 0px 2px 17px 0px rgba(200,169,174,0.3);
-moz-box-shadow: 0px 2px 17px 0px rgba(200,169,174,0.3);
-webkit-box-shadow: 0px 2px 17px 0px rgba(200,169,174,0.3);
box-shadow: 0px 2px 17px 0px rgba(200,169,174,0.3);
}
.list-news .databox h4 {font-size: 20px;color: #333333;height: 60px;line-height: 1.5;font-weight: 700;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;margin: 0;position: relative;z-index: 2;}
.list-news .databox h5 {color: #4c4c4c;margin: 24px 0 25px;font-size: 16px;line-height: 1.8;position: relative;z-index: 2;-webkit-line-clamp: 4;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;height: 115px;}
.list-news .databox h6 {color: #af1513;font-size: 16px;line-height: 1;}
.list-news li:hover .databox h4 {color: #af1513;}
.list-news li:hover .line {
background: -webkit-linear-gradient(left, #f3744d 10%, #cf1e1a 80%);
    background: -ms-linear-gradient(left, #f3744d 10%, #cf1e1a 80%);
    background: linear-gradient(to right, #f3744d 10%, #cf1e1a 80%);
}
@media (max-width: 1280px) {
	
	
}
@media (max-width: 1199px) {
	.list-news {margin-bottom: 10px;}
	.list-news .row {margin-left: -15px;margin-right: -15px;}
	.list-news .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
	.list-news .databox {padding: 24px 26px 28px;}
	.list-news li {margin-bottom: 32px;}
}
@media (max-width: 991px) {
	.list-news .col-md-4 {width: 50%;float: left;}
	.list-news li:nth-child(3n+1) {clear: inherit;}
	.list-news li:nth-child(2n+1) {clear: left;}
}
@media (max-width: 767px) {
	.list-news .col-md-4 {width: 100%;}
	.list-news li {margin-bottom: 26px;}
	.list-news .databox h4 {height: auto;-webkit-line-clamp: inherit;}	
	
}

.more {display: block;width: 100%;overflow: hidden;padding-top: 45px;}
.btn-more3 {
  width: 156px;
  position: relative;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
	border-radius: 50px;
	color: #ffffff;
	background: #e5ac6c;
}
.btn-more3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  background: #c01917;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border-radius: 22px;
}
.btn-more3:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-more3:focus,
.btn-more3:active,
.btn-more3.active,
.btn-more3:hover {color: #fff;background: #c01917;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;}
