/*common css*/
/*多行溢出*/
.of {overflow: hidden;}
.overflowone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left {
	float: left;
}
.right {
	float: right;
}
.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: #c10a0e;
  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: 20%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 60px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 22px;font-weight: 500;
}
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);-0-transform:scale3d(1,1,1) rotate(0.1deg);}50%{transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-ms-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-moz-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-webkit-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-o-transform:scale3d(1.08,1.08,1.08) 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);-0-transform:scale3d(1,1,1) rotate(0.1deg);}50%{transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-ms-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-moz-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-webkit-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);-o-transform:scale3d(1.08,1.08,1.08) rotate(0.1deg);}}
.bgpulse{-webkit-animation-name:bgpulse;animation-name:bgpulse}

/*.webheader {background: #870000;}*/
.webheader { overflow:hidden;position:relative;background-color: #870000;background-repeat: no-repeat;background-size: 100% 100%;background-position: center;}
.webheader .bg { background-repeat: no-repeat;background-size:100% 100%;height:100%; width:100%; position:absolute; animation:bgpulse 18s infinite linear; -webkit-animation:bgpulse 18s infinite linear; -moz-animation:bgpulse 18s infinite linear; -o-animation:bgpulse 18s infinite linear; -ms-animation:bgpulse 18s infinite linear;background-position: center;}
.webheader .columnname { padding:350px 0; overflow:hidden;position: relative;max-width: 100%;}
.webheader .columnname a {display: block;position: absolute;top:56px;left: 0;}
@media (min-width: 1920px){
	.webheader, .webheader .bg {background-size: inherit;}
}
@media (max-width: 1784px){
    .webheader .columnname { padding:325px 0;}
}
@media (max-width: 1680px){
    .webheader .columnname { padding:303px 0;}
	.webheader .columnname a {top:30px;}
}
@media (max-width: 1536px){
    .webheader .columnname { padding:277px 0;}
}
@media (max-width: 1440px){
    .webheader .columnname { padding:260px 0;}
}
@media (max-width: 1366px){
    .webheader .columnname { padding:246px 0;}
	.webheader .columnname a {top:30px;width: 320px;}
}
@media (max-width: 1280px){
    .webheader .columnname { padding:230px 0;}
}
@media (max-width: 1199px){
    .webheader .columnname { padding:219px 0;}
	.webheader .columnname a {top:20px;width: 260px;}
}
@media (max-width: 1024px){
    .webheader .columnname { padding:187px 0;}
}
@media (max-width: 991px){
    .webheader .columnname { padding:180px 0;}
}
@media (max-width: 800px){
    .webheader .columnname { padding:146px 0;}
}
@media (max-width: 767px){
    .webheader .columnname { padding:124px 0;}
	.webheader .columnname a {top:5px;width: 150px;}
}
@media (max-width: 600px){
    .webheader .columnname { padding:110px 0;}
}
@media (max-width: 420px){
    .webheader .columnname { padding:77px 0;}
}
@media (max-width: 390px){
    .webheader .columnname { padding:70px 0;}
}
@media (max-width: 320px){
    .webheader .columnname { padding:59px 0;}
}
/*---------------区域背景---------------------*/
.firstpart {overflow: hidden;padding: 68px 0 68px;}
.secondpart {overflow: hidden;padding: 38px 0 68px;background: #f7f7f7;}
.thirdpart {overflow: hidden;padding: 38px 0 68px;}
.fourthpart {overflow: hidden;padding: 38px 0 68px;background: #f7f7f7;}
/*footer*/
.footer {
  background: #c10a0e;
  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: 40px;
  padding-bottom: 40px;
  position: relative;
  line-height: 1.8;font-size: 18px;
  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 - 610px);
    min-height: -webkit-calc(100vh - 610px);
    min-height: calc(100vh - 610px);
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #868686;
  padding-top: 15px;
  padding-bottom: 15px;
}
.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: #868686;
}
.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: #868686;
}
.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 {
  background-color: #fff;
    /*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 #DCDCDC;
  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-article {margin-bottom: 15px;}
.list-article li {
	overflow: hidden;margin-bottom: 25px;
}
.list-article li:last-child {margin-bottom: 0;}
.list-article li a {
	overflow: hidden;
	font-size: 22px;
	line-height: 1.4;
	color: #333;
	padding:0 0 0 17px;text-overflow:ellipsis; white-space:nowrap; display:block;position: relative;
}
.list-article li a:after {
    background-color: #ffa000;
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    top: 11px;
}
.list-article li a:hover {
	color: #e10000;
	text-decoration: none;
}
.list-article[data-v-pg] {margin-bottom: 0px;}
@media (max-width: 1199px) {
	.list-article li a {font-size: 19px;}
	.list-article li a:after {top:9px;}
}
@media (max-width: 991px) {
	.list-article {margin-bottom: 30px;}
	.list-article li a {white-space: inherit;}
}
/*图片列表*/
.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: 26px;padding-bottom: 26px;border-bottom: 1px solid #E2E5EF;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 { margin:0 0 14px 0;font-weight: 500;font-size:22px;line-height:1.5; color:#222;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.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: 226px; height: 151px;
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: 1.7; font-size: 14px; margin: 0px; color:#999;}
.graphiclist .news-txt i { font-family: Arial;font-size: 18px; margin: 13px 0 0 0; color:#e10000; display:block;padding: 0 5px 0 0;font-style: normal;line-height: 1.1;text-align: right;}
.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: 1199px) {
	.graphiclist li h2 {font-size:19px;}
	.graphiclist .news-txt i {font-size: 17px;}
}
@media (max-width: 991px) {
	.graphiclist .news-img { margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 {white-space:normal;overflow: inherit;}
}
@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: #e10000;
	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: 22px;
	line-height: 1.4;
	color: #333;
	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: 5px;
    height: 5px;
    top: 11px;
}
.list-index li a:hover {
	color: #e10000;
	text-decoration: none;
}
.list-index span {
	line-height: 1.7;
	color: #b7b7b7;
	font-size: 18px;
	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: 16px;}
.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: 19px;}
.list-index li {margin-bottom: 17px;}
.list-index li a:after {top:9px;}
.list-index li a {width: 73%;font-size: 19px;}
.list-index span {line-height: 1.5;font-size: 17px;}
.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: 84%;}
}
@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 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 #fff;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}
.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;}
.webcolumn .lmname {text-align: right;font-size: 30px;line-height: 1.1;color: #333;font-weight: 700;position: relative;display: inline-block;padding: 0 26px;}
.webcolumn .lmname a {color: #ad0101;}
.webcolumn .lmname a:hover {color: #000000;}
.webcolumn .lmname:after {
    content: '';
    width: 558px;
    height: 11px;
    position: absolute;
    top: 98px;
    left: 0;
    margin-left: -210%;
    background-image: url(esd-lmbg-l.png);background-repeat: no-repeat;background-position: left center;
}
.webcolumn .lmname:before {
    content: '';
    width: 558px;
    height: 11px;
    position: absolute;
    top: 98px;
    right: 0;
    margin-right: -210%;
    background-image: url(esd-lmbg-r.png);background-repeat: no-repeat;background-position: right center;
}
.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:642px;overflow: hidden;margin-bottom: 40px;
}
.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: 642px;
}
.index-banner .banner-box .box-title {
  
}
.index-banner .banner-box .box-title a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 120px 25px 28px;
  background: rgba(0,0,0,0.7);
}
.index-banner .banner-box .box-title h4 {font-size: 18px;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 0 0 6px;line-height: 1.5;width: 100%;}
.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: 30px;
  bottom: 50px;
  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: 18px;
}
.index-banner .slick-dots li button:before {
  display: none;
}
.index-banner .slick-dots li .num {
  color: #ee1b22;
  font-size: 33px;
  font-weight: bold;
}
.index-banner .slick-dots li .line {
  margin-left: 5px;
  margin-right: 7px;
  font-size: 33px;
}
.index-banner .slick-dots li .total-num {
  color: #fff;
}
/*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: 41%;
}
.index-banner .slick-arrow:hover {
  background-color: #c52320;
}
.index-banner .slick-arrow:before {
  display: none;
}
.index-banner .slick-prev {
  background-image: url("esd-prev.png");
  left: 0;
}
.index-banner .slick-next {
  background-image: url("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 {margin-bottom: 28px;}
.index-banner, .index-banner .banner-box .box-img img {height: 326px;}
	.index-banner .banner-box .box-title h4 {margin: 0;}
	.index-banner .banner-box .box-title a {padding: 15px 120px 15px 18px;}
	.index-banner .slick-dots {bottom: 17px;}
}
@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;}
.index-banner .banner-box .box-title a {position: inherit;padding: 15px;width: 100%;display: block;background: #c10a0e;}
}
@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: #dddddd solid 1px;position: relative;}
.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 {margin: 0 0 10px;font-size: 22px;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: #e10000;}
.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 {
    font-family: Arial;
    font-size: 18px;
    margin: 13px 0 0 0;
    color: #e10000;
    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: 1199px) {
	.notice dd .hdtitle h4 {font-size: 19px;}
	.notice dd .hdtitle i {font-size: 17px;}
}
@media (max-width: 991px) {
	.notice { margin-bottom: 4px;}
    .notice dd span { width:82px;height: 82px; margin-right:18px;padding: 9px 0 8px 0;}
	.notice dd span b {font-size: 18px;}
	.notice dd .hdtitle h4 {white-space: inherit;}
}
@media (max-width: 767px) {
	.notice dd span {margin-right: 15px;}
    .notice {height: auto;margin-bottom: 6px;}
	.notice dd .hdtitle h4 { white-space: inherit;}
	.notice dd .hdtitle p {-webkit-line-clamp: initial;height: auto;display: block;overflow: initial;line-height: 1.7;}
	.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: 218px;width: 100%;}
.new-graphics li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphics li .boxstyle .txtinfo {padding: 18px 19px;background: #fff;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 18px;color: #999;margin: 0;font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #333;font-size: 22px;line-height: 1.5;font-weight: 500;margin: 0 0 12px 0;
height: 66px;
    -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;}
.new-graphics .col-md-3 {width: 25%;float: left;}
@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: 300px;}
	.new-graphics .col-md-3 {width: 50%;}
	.new-graphics li .boxstyle .txtinfo h4 {font-size: 19px;height: 56px;}
	.new-graphics li .boxstyle .txtinfo h5 {font-size: 17px;}
}
@media (max-width: 991px) {
	.new-graphics {margin-bottom: 0px;}
	.new-graphics li .boxstyle img {height: 226px;}
}
@media (max-width: 767px) {
	.new-graphics .col-md-3 {width: 100%;}
	.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;
}
.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;
}