/*******************
Blocks Styles
********************/
/**
Header Styles
*/

/* jquery.hiSlider.css */
body {background: #eef2f5;}
.hot_news{background: #eef2f5;}
.focus-news{padding:30px 0;}
.focus-news .gqt_jc_1 span{position: absolute;top:0;left:0;padding: 10px;background:#008cd6;color:#fff;font-size:18px;font-weight: 600}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.about-area{padding-top:30px;}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background:  url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .2;
    filter:alpha(opacity:20);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 15px;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
.hiSlider-pages{
    bottom: 20px;
    right: 10px;
    text-align: right;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}
.hiSlider-pages a.active{
    background: #5472BF;
}
#wrap{

   width: 100%;
    /* margin: 0px 0 auto 0px; */
}
.hiSlider{
    overflow: hidden;
    height: auto;
    width: 100%;
    background: #eee;
}
.hiSlider-item{
    float: left;
}
.hiSlider-item img{height:400px;
  width: 100%;
}
.fa-2x {font-size:1.5em}
.top_1{float:left;width: 45px;position: absolute;}
.top_2{float:right;width: 160px; right:0;}
.top_3_xb{float:left;width:480px; }
.xy-logo{
  display: block;float: left;
  /* width: 60px;height: 60px; */
  /* background:  url(../2023img/ysxy.png) no-repeat; */
  padding-right: 30px;
  /* display: none; */
}
.xy-logo img{width: 60px;height: 60px;}
.xy-logo_l{float: left;}
.txt-tm{padding-top:0px;display: block; margin-bottom: 0px;width: 100%;-webkit-text-align:justify;
            text-align:justify;
            -webkit-text-align-last:justify;
            text-align-last:justify;
}
.txt-tm-s{ padding-top: 0px; width: 100%}
.left-line-txt{ padding-left: 30px; border-left: 2px solid #ccc; color:#fff }


.mobile-inner_xb p{
  color: #676767;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin:0px;
}
/*顶部搜索框*/
/* Header Top Styles */
.header__top{background: rgba(2, 29, 80, 0.6) }
.header {position: relative;z-index: 999; }
.header__top__inner {display: -webkit-box;display: -webkit-flex;display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__top__button .cr-btn::before {
  display: none; }

.header__top__button .cr-btn:hover {
  border-color: #00AC1F; }

.header__top__info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .header__top__info li {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    line-height: 1; }
    .header__top__info li:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.6); }
    .header__top__info li:first-child {
      padding-left: 0; }
    .header__top__info li:last-child {
      padding-right: 0; }
    .header__top__info li a {
      color: #fff;
      font-size: 15px;
      font-weight: 300;
      line-height: 1;
      vertical-align: middle; }
      .header__top__info li a i {
        padding-right: 7px; }
      .header__top__info li a:hover {
        color: #00AC1F; }

/* Header Bottom Styles */
.header__bottom__inner_xb{
  width: 1200px;
  /* background: #333; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.header__logo a {
  display: inline-block;
  padding: 20px 0; }

/* Sticky Header */
.header__bottom_xb{ background:rgb(238, 242, 245);box-shadow: 0 4px 4px rgba(0,0,0,.1);}
.sticky--header.is-sticky .header__bottom_xb {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(2, 29, 80, 0.8)
  /* background: #333; */
  /* background: rgba(10, 102, 177, 0.8); */
  -webkit-animation: slideInDown 0.5s ease-in-out 1 both;
  -moz-animation: slideInDown 0.5s ease-in-out 1 both;
  -ms-animation: slideInDown 0.5s ease-in-out 1 both;
  -o-animation: slideInDown 0.5s ease-in-out 1 both;
  animation: slideInDown 0.5s ease-in-out 1 both;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.sticky--header.is-sticky .header__logo a {
  padding: 15px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__top__info li {
    padding: 0 18px; }
  .sticky--header {
    position: relative; } }

@media only screen and (max-width: 767px) {
  .header__top__inner {
      display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 20px 0; }
  .header__top__info {
    margin-bottom: 15px;
    text-align: center; }
    .header__top__info li {
      padding: 0 20px; }
      .header__top__info li:first-child {
        padding-left: 20px; }
      .header__top__info li:last-child {
        padding-right: 20px; }
  .sticky--header {

    position: relative; } }

@media only screen and (max-width: 575px) {
  .mean-container .mean-nav {
    width: 100%; } }

/**
Navigation Styles
*/
.main-navigation_xb {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .main-navigation_xb > ul > li:hover > a {
    color: #fff; }
  .main-navigation_xb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width:100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0; 

  }
    .main-navigation_xb ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding:20px 9px;
      background: #eef2f5;
    }
      .main-navigation_xb ul li.active a{   color:#fff;}
       .main-navigation_xb ul li.active{
  
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 10px;
      background:#008cd6;
   
      /* Dropdown Menu Styles */
      /* Last Element */ }
          .main-navigation_xb ul li:hover {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 20px 10px;
      background:#008cd6;
      /* Dropdown Menu Styles */
      /* Last Element */ }
      .main-navigation_xb ul li:first-child {
        padding-left: 10px; }
      .main-navigation_xb ul li:last-child {
        /* padding-right: 0px; } */}
        .main-navigation_xb ul li a:hover{}
      .main-navigation_xb ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: stretch;
        -moz-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        color: #323232;
        /* font-weight: 600; */
        font-size: 15px;
        text-transform: uppercase; }
      .main-navigation_xb ul li.cr-dropdown {
        position: relative; }
        .main-navigation_xb ul li.cr-dropdown > a:after {
          content: "\f107";
          font-family: fontAwesome;
          margin-left: 5px;
          line-height: 26px;
          display: inline-block; }
        .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu {
          position: absolute;
          left: 0;
          top: 100%;
          width: 160px;
          background: #ffffff;
          visibility: hidden;
          -webkit-transform: scaleY(0);
          -moz-transform: scaleY(0);
          -ms-transform: scaleY(0);
          -o-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: 0 0;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          transform-origin: 0 0;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          z-index: 99; }
          .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li {
            display: block;
            padding: 0;
            position: relative;
            /* Sub Dropdown Menu */ }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li a {
              display: block;
              font-size: 16px;
              height: 50px;
              background: #ffffff;
              color: #454545;
              padding: 0px 20px;
              line-height: 50px;
              position: relative;
              font-weight: 600; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li:hover > a {
              background: #008cd6;
              color: #ffffff; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a {
              position: relative; }
              .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li.cr-dropdown-sub > a:after {
                content: "\f105";
                font-family: fontAwesome;
                position: absolute;
                right: 15px;
                top: 50%;
                height:40px;
                line-height: 50x;
                margin-top: -15px;
                font-size: 14px; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li ul {
              position: absolute;
              left: 100%;
              top: 0;
              width: 200px;
              -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              z-index: 2;
              -webkit-transition: all 0.3s ease-in-out 0s;
              -moz-transition: all 0.3s ease-in-out 0s;
              -ms-transition: all 0.3s ease-in-out 0s;
              -o-transition: all 0.3s ease-in-out 0s;
              transition: all 0.3s ease-in-out 0s;
              -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
              -ms-transform: scaleY(0);
              -o-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
              transform-origin: 0 0;
              background: #fff; }
            .main-navigation_xb ul li.cr-dropdown .cr-dropdown-menu li:hover ul {
              visibility: visible;
              -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
              -ms-transform: scaleY(1);
              -o-transform: scaleY(1);
              transform: scaleY(1); }
      .main-navigation_xb ul li:hover a:before {
        width: 100%; }
      .main-navigation_xb ul li:hover .cr-dropdown-menu {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1); }
      .main-navigation_xb ul li.last-elements .cr-dropdown-menu {
        right: 0;
        left: auto; }
        .main-navigation_xb ul li.last-elements .cr-dropdown-menu .cr-sub-dropdown-menu {
          left: auto;
          right: 100%;
          background: #fff; }
    .main-navigation_xb ul ul {
      display: block;
      background: #fff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navigation_xb ul li {
    padding: 0 17px; } }

    /**
Banner2 Styles  系部
*/
.banner-area-xb {
  margin-top: 0 !important; }

.banner-xb {
  position: relative; }

.banner__single-xb {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 350px; }
  .banner__single-xb_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:320px; }
  .banner__single-xb:focus, .banner__single-xb:active {
    outline: 0; }

.banner__single__content-xb {
  padding: 55px 0 70px 0;
  color: #fff; }
  .banner__single__content-xb h5 {
    margin-bottom: 20px; }
  .banner__single__content-xb h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px; }
  .banner__single__content-xb p {
    font-size: 17px;
    margin-bottom: 20px; }
  .banner__single__content-xb .cr-btn {
    margin-top: 20px; }
  .banner__single__content-xb.color--black {
    color: #303030; }

.banner-slider-active-xb .banner__single__content-xb {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.6s ease-in 0.2s;
  -o-transition: all 0.6s ease-in 0.2s;
  transition: all 0.6s ease-in 0.2s; }

.banner-slider-active-xb .slick-current-xb .banner__single__content-xb {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__single__content-xb h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px; }
  .banner__single__content-xb a.cr-btn {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__single-xb {
    margin-top: 0 !important; }
  .banner__single__content-xb {
    text-align: center; }
    .banner__single__content-xb h1 {
      font-size: 42px;
      line-height: 48px; } }

@media only screen and (max-width: 767px) {
  .banner__single-xb {
    margin-top: 0 !important; }
  .banner__single__content-xb {
    text-align: center; }
    .banner__single__content-xb h3 {
      font-size: 18px; }
    .banner__single__content-xb h1 {
      font-size: 32px;
      line-height: 48px;
      margin-bottom: 15px; }
    .banner__single__content-xb p {
      font-size: 16px;
      margin-bottom: 15px; }
    .banner__single__content-xb a.cr-btn {
      margin-top: 15px; } }

@media only screen and (max-width: 575px) {
  .banner__single__content-xb h1 {
    font-size: 28px;
    line-height: 38px; } }

/* Slider Arrow Style */
.banner-slider-active-xb {
  position: relative;}
  .banner-slider-active-xb .cr-slick-arrow {
    position: absolute; 
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    outline: none;
    border: none;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 58px; }
    .banner-slider-active-xb .cr-slick-arrow:hover {
      background: #00AC1F; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: 0; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: 0; }
  .banner-slider-active-xb:hover .cr-slick-arrow {
    visibility: visible;
    opacity: 1; }
    .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
      left: 2%; }
    .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
      right: 2%; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slider-active-xb .cr-slick-arrow {
    top: auto;
    bottom: 25px;
    height: 50px;
    width: 50px;
    font-size: 24px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 48px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slider-active-xb .cr-slick-arrow {
    height: 42px;
    width: 42px;
    font-size: 20px;
    top: auto;
    bottom: 25px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 40px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 15px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 15px); } }

@media only screen and (max-width: 767px) {
  .banner-slider-active-xb .cr-slick-arrow {
    height: 36px;
    width: 36px;
    font-size: 18px;
    top: auto;
    bottom: 20px; }
    .banner-slider-active-xb .cr-slick-arrow i {
      line-height: 34px; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-prev {
      left: auto;
      right: 50%; }
    .banner-slider-active-xb .cr-slick-arrow.cr-slick-next {
      right: auto;
      left: 50%; }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-prev {
    left: auto;
    right: calc(50% + 10px); }
  .banner-slider-active-xb:hover .cr-slick-arrow.cr-slick-next {
    right: auto;
    left: calc(50% + 10px); } }



.list-group-item span{color: #ccc;float: right;}
.list-group-item a{color:#222222;font-size: 15px}
.list-group-item a:hover{color:#008cd6;}
.section-title h3 a{color:#222222;}
 .section-title h3 a:hover{color:#008cd6;}
.xb_index_img span{font-weight: 600;}
h3 span.h3{font-size: 16px;line-height: 33px;margin-bottom: 0 !important}
/*.xb_index_img img{max-height: 168px}*/
.slgc_index_bg{ background-image: url(../images/bg/slgc_index_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
min-height:480px;
}
/**/
.xb-top{ width: 100%;display: block; margin-top: 0;background:rgba(34,34,34,.5);position:inherit;}
.info_xb{
  width: 100%;
display: block;
 margin:0 auto 0 auto;
 background: rgba(0,140,214,1);
 padding: 20px 15px 6px 15px;
}
.info_xb p{color:#fff;font-size: 16px;text-indent: 2em}
.info_xb{min-height: 226px;}
.info_xb p .cr-btn{float: right; margin-top:30px;background: #222;padding-left: 0;font-size: 16px;font-weight: none}
.xbjj-title img{display: block; min-height: 226px}
.xbjj-title {background: #c7ebff}
.xbjj-title span{width:60%;position: absolute; background:rgba(0,140,214,.8);height: 80px;left:20%;right:0;top:30%;font-size: 30px;color: #fff;padding: 20px;height: 40%}
/*幻灯焦点*/


/*系部模板2*/
/* focus */
#focus{width:100%;height:280px;overflow:hidden;position:relative;}
#focus ul{height:380px;position:absolute;}
#focus ul li{float:left;width:100%;height:280px;overflow:hidden;position:relative;background:#000;}
#focus ul li div{position:absolute;overflow:hidden;}
#focus .btnBg{position:absolute;width:800px;height:20px;left:0;bottom:0;background:#000;}
#focus .btn{position:absolute;width:780px;height:10px;padding:5px 10px;right:0;bottom:0;text-align:right;}
#focus .btn span{display:inline-block;_display:inline;_zoom:1;width:25px;height:10px;_font-size:0;margin-left:5px;cursor:pointer;background:#fff;}
#focus .btn span.on{background:#fff;}
#focus .preNext{width:45px;height:100px;position:absolute;top:90px;background:url(../images/sprite.png) no-repeat 0 0;cursor:pointer;}
#focus .pre{left:0;}
#focus .next{right:0;background-position:right top;}

/*系部模板左边图片右边文字*/
.scroll-box {MARGIN: 0px auto; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative}
.scroll-box .imgcon {WIDTH: 3200px; POSITION: relative}
.scroll-box .imgcon LI {DISPLAY: block; FLOAT: left}
.box {BACKGROUND: url(../images/vindex_03.png) repeat-x; WIDTH: 100%; POSITION: relative; HEIGHT: 375px}
.arrow-img {CURSOR: pointer; POSITION: absolute}
.imgcon LI {DISPLAY: none; POSITION: relative}
.tit-area-bg {RIGHT: 0px; BACKGROUND: #000; FILTER: alpha(opacity=75); WIDTH: 185px; POSITION: absolute; TOP: 0px; HEIGHT: 350px; opacity: .75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}
.tit-area {RIGHT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 175px; POSITION: absolute; TOP: 0px; HEIGHT: 350px}
.tit-area p{ padding-bottom:10px; width:100%;}
.mctit{MARGIN-TOP: 65px; FONT-WEIGHT: bold; FONT-SIZE: 20px; MARGIN-BOTTOM: 10px; COLOR: #fff; TEXT-ALIGN: left}
.mctit a{ color:#fff;}
.tit-area P {MARGIN: 0px; COLOR: #3abce9; LINE-HEIGHT: 20px; TEXT-ALIGN: left}
.imgcon .on {DISPLAY: block}
.imgmenu {MARGIN: 0px auto; WIDTH: 200px}
.imgmenu LI {BACKGROUND: url(../images/vindex_20.png) no-repeat; FLOAT: left; MARGIN-LEFT: 3px; WIDTH: 18px; CURSOR: pointer; HEIGHT: 13px}

.xb_info_bot a{margin-left:10px;padding: 8px 8px;margin-top: 6px;font-size: 16px;color:#fafafa;border:#fff 1px solid;border-radius: 4px;}
.xb_info_bot a:hover{background:#181616;color: #fafafa}
._head1{border-bottom: 1px solid #bababa;margin-bottom: 40px;}
._head1 h3{display: inline-block;font-size:14px;font-weight: 500;padding-left: 1em}
._head1 h1._title{display: inline-block}
._head1 ._tools1{display: inline-block;float: right;}
._head1 h1{ padding-bottom: 10px;font-size: 2em;font-family: inherit; font-weight: 500;line-height: 1.5;color: inherit;}
._tool1{ float:; line-height: 20px; font-size: 14px; padding-bottom: 10px; color:#999;}
._tools1 ol{margin-left:10px;margin-top: 5px;}
._tools1 ol.row{    padding: 10px 0 0 0;margin-left: 2rem}
._tools1 ol a {
  position: relative;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  outline: none;}
.u-dettitle h1,.u-dettitle h3{display: inline-block}
.u-dettitle h1{font-size: 20px;font-weight: 700}
.u-dettitle h3{font-size: 16px;font-weight: 500;padding-left: 10px;}
    /*  */
/*列表页 { margin-bottom:20px; }*/
.info_list{}
.info_list li a{color: #222}
 .info_list li.row { clear:both; overflow:hidden;  margin-bottom:30px; border-bottom: none}
 .info_list ._img { width:100%; float:left; }
 .info_list ._img img{ -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;
  min-height:210px;min-width: 300px; }
 .info_list ._intro { overflow:hidden; padding:15px 15px 0 30px;background: rgba(255, 255, 255, 1)}
 .info_list ._title { display:block; height:32px; line-height:32px; font-size:18px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
 .info_list ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }
 .info_list ._info a{  text-decoration:none; color: #000}
 .info_list ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:16px; margin-bottom:15px;}
 .info_list ._more { display:inline-block; white-space:nowrap; width:auto; height:36px; line-height:32px; background-color:#fff; color:#555; padding:0 20px; border:1px solid #bababa;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
 .info_list li:hover ._title { color:#008cd6;  font-weight:bold;}
 .info_list li:hover ._more {border:1px solid #008cd6; background-color:#008cd6; color:#fff;}
 .info_list li:hover ._img img { transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);}
 .info_list li:hover ._text { color:#008cd6;}

 

 .info_list_ms li a{color: #222}
 .info_list_ms li.row { clear:both; overflow:hidden;  margin-bottom:30px; border-bottom: none}
 .info_list_ms ._img { width:100%; float:left; background: rgb(120, 190, 255); }
 .info_list_ms ._img img{ -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;
  height:220px;min-width: 180px;}
 .info_list_ms ._intro { overflow:hidden; padding:15px 15px 0 30px;background: rgba(255, 255, 255, 1)}
 .info_list_ms ._title { display:block; height:32px; line-height:32px; font-size:18px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
 .info_list_ms ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }
 .info_list_ms ._info a{  text-decoration:none; color: #000}
 .info_list_ms ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:16px; margin-bottom:15px;}
 .info_list_ms ._more { display:inline-block; white-space:nowrap; width:auto; height:36px; line-height:32px; background-color:#fff; color:#555; padding:0 20px; border:1px solid #bababa;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
 .info_list_ms li:hover ._title { color:#008cd6;  font-weight:bold;}
 .info_list_ms li:hover ._more {border:1px solid #008cd6; background-color:#008cd6; color:#fff;}
 .info_list_ms li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}
 .info_list_ms li:hover ._text { color:#008cd6;}


.nd_part1{ margin-bottom:40px; }
.nd_part1 li{min-height: 280px;}
.nd_part1  ul>li{position: relative;}
.nd_part1 .txt_area{position: absolute;bottom: 0;;background:rgba(255, 255, 255, 1); left:10px;right:10px;}
.nd_part1 .txt_box{padding: 25px 30px;border: 1px solid;border-color: transparent transparent #DEDEDE transparent}
.nd_part1 .txt_box .li_tit{font-size: 16px;font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-bottom: 20px}
.nd_part1 .txt_box .li_dec{font-size: 14px;margin-bottom: 0px;line-height: 1.6;height: 0em;overflow: hidden;transition: 0.3s all ease}
.nd_part1 li:hover .txt_area{background:#008cd6;background-repeat:repeat;transition: all 0.5s}
.nd_part1 li:hover .li_dec{margin-bottom: 20px;height: 3.2em;color: #ffffff}
.nd_part1 li:hover .li_tit{color: #ffffff;font-size: 18px}
.nd_part1 li:hover .li_riqi{color: #ffffff}
.nd_part1 li:hover li{background:#fafafa}

.sl_top_t .info_list_title_sl { left:0 ;bottom:50px;position: relative;line-height:50px;height:50px;}
.sl_top_t .info_list_title_sl .title26{font-size: 25px;line-height: 50px; float: left; margin-bottom: 0;padding:0 10px 0 10px ;
  background:#008cd6;
color:#fff}
.info_list_title_sl h1{display: inline-block;}
.posi{text-align: right;float: right;padding-right:10px;font-size: 12px;position: relative;right:0;top:50px;}

.sl_js_list {padding: 20px; margin-bottom: 20px;}
/* .sl_js_list:hover ._t{color:#fff} */
.sl_js_list .more_btn{display:block; width:50%; line-height:35px; padding:0 15px; border:1px solid  #a7a7a7;overflow:hidden;color:#686868; margin-top:20px;position:relative;}
.sl_js_list:hover .more_btn{background: #008cd6; color:#fff; border:1px solid  #ffffff;}
.sl_js_list .more_btn em{position:absolute; top:0px; right:15px;font-style: normal}
.sl_js_img {display: block;margin-bottom:20px;text-align: center;width: 100%;}
.sl_js_img  img{width:100%; height:300px;margin: 0 auto;}
.sl_js_list:hover {outline:1px solid #008cd6;    transition: all 0.8s ease;
  -webkit-transition: all .8s; /* Safari */}
.sl_js_list span {display: inline-block}
.sl_js_list span._r{float: right; font-size: 12px;}


.p-left{padding:80px 100px}
.p-left_m{padding:10px 10px}
._detailPage_bot ._mark {font-weight: bold; float: left; margin-right: 10px; }
._detailPage_bot ._title {font-size: 14px;  float: left; width: 68%;}
._detailPage_bot ._title:hover {color: #008cd6;}
._detailPage_bot ._time { float: right;}
._detailPage_bot {border-top: 1px solid #cccccc; margin-top:50px}
._detailPage_bot li {line-height: 30px; overflow: hidden; height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.main_content h1{    font-size: 2em}
.main_content { line-height:2; min-height:200px; font-size:18px; color:#555555; margin-top:20px; }
.main_content  img{height:auto;}
.main_content a:hover{ color: #ccc }
/* .main_content {text-indent: 2rem} */
._head h1{ padding-bottom: 10px;font-size: 2em;font-family: inherit; font-weight: 500;line-height: 1.5;color: inherit;}
._tool{ float:; line-height: 20px; font-size: 14px; padding-bottom: 10px; color:#999;}
._tools ol{margin-left:10px;}
._tools ol.row{    padding: 10px 0 0 0;margin-left: 2rem}
._tools ol a {
  position: relative;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  outline: none;}

.box01 ol .row{    padding: 20px 0 0 0;}
.box01 ol a {
  position: relative;
  text-decoration: none;
  margin: 3px;
  display: inline-block;
  outline: none;}
.box01 { padding:15px; background-color:#fff; display:block;}
.box01 ._t{ font-size:20px; font-weight:bold; color:#000; margin-bottom:10px;}
.box01 ._p{ margin-top:15px; color:#444141;font-size: 14px;}
.box01 .more_btn{display:block; width:50%; line-height:35px; padding:0 15px; border:1px solid  #008cd6; color:#008cd6; overflow:hidden;color:#008cd6; margin-top:20px;position:relative;}
.box01 .more_btn:hover{background: #008cd6; color:#fff; }
.box01 .more_btn em{position:absolute; top:0px; right:15px;}
.box01 ._img{font-weight: 500;background: rgb(120, 190, 255)}

.box02 { padding:15px; background-color:#fff; display:block; margin-top: 20px;}
.box02 ._t{ font-size:20px; font-weight:bold; color:#000; margin-bottom:20px;}
.box02 span{padding:5px 8px;border: 1px solid #d8d8d8;display: block;margin-top: 10px;}
.box02 span i{float: right;justify-items: center;margin-top:5px; }
.box02 span:hover{padding:5px 8px;border: 1px solid #110e1f;display: block;margin-top: 10px;background: #008cd6;color:#fff;cursor: pointer;}
.box02 span:hover a{color:#fff;font-weight: 600}


.box03 { padding:15px; background-color:#fff; display:block; margin-bottom: 30px; margin-top:20px;}
.box03 span{font-size: 14px;font-weight: 600;padding:10px 0 5px 0;display: block;border-bottom: 1px solid #999 }
.box03 ._t{ font-size:20px; font-weight:bold; color:#000; margin-bottom:10px;}
.box03 ._p{ margin-top:10px; color:#444141;font-size: 14px;}
.box03 .more_btn{display:block; width:50%; line-height:35px; padding:0 15px; border:1px solid  #008cd6; color:#008cd6; overflow:hidden;color:#008cd6; margin-top:20px;position:relative;}
.box03 .more_btn:hover{background: #008cd6; color:#fff; }
.box03 .more_btn em{position:absolute; top:0px; right:15px;}
.box03 ._img{font-weight: 500;background: rgb(120, 190, 255);}

.box04 { padding:15px; background-color:#fff; display:block;}
.box04 ._t{ font-size:20px; font-weight:bold; color:#000; margin-bottom:20px;}
.box04 span{padding:5px 8px;border: 1px solid #d8d8d8;display: block;margin-top: 10px;}
.box04 span i{float: right;justify-items: center;margin-top:5px; }
.box04 span:hover{padding:5px 8px;border: 1px solid #110e1f;display: block;margin-top: 10px;background: #008cd6;color:#fff;cursor: pointer;}
.box04 span:hover a{color:#fff;font-weight: 600}

.chanr-link{ background:#ffffff; padding:15px; margin-bottom:20px;}
.chr-quick-link{ margin-bottom:15px;}
.chr-quick-link a._img { display: block; height: 0; overflow: hidden; padding-bottom:60%; position: relative; }
.chr-quick-link a._img img { height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.chr-quick-link ._cover{ background:url(../img/black.6.png) repeat; background:rgba(0,0,0,.5); display:block; position:absolute; bottom:0; left:0; width:100%; height:32px; line-height:32px; text-indent:15px; color:#fff; font-size:12px;}
.chr-quick-link ._cover ._title{  font-size:12px;}
.chr-quick-link ._cover ._line{ display:none; width:0; height:100%; vertical-align:middle;}
.chan-sublant{ font-size:20px; color:#333; margin-bottom:10px; font-weight:bold}


.info_list2 li {margin-bottom:20px;    padding: 3%;}
.info_list2 li .data{ font-family:Arial;border:1px #ccc solid; }
/* .info_list2 li .data img{ width:190px; height:130px;} */
.info_list2 li .data span{ display:block; text-align:center;}
.info_list2 li .data .day{ font-size:30px; font-weight:bold; background-color:#ccc;line-height: 60px; color: #fff;}
.info_list2 li .data .month{ font-size:0.77em; color:#565656; line-height:40px;background: #fafafa}
/* .info_list2 ._img{float:left;width: 15%;margin-right:2%;}
.info_list2 ._img img{height:100%;} */
.info_list2 ._t{font-size:22px;margin-bottom:10px;color:#000;font-weight:normal;}
.info_list2 ._p{line-height:30px;min-height:70px;overflow:hidden;padding-top:10px; margin-top:5px; color:#333;border-top:#ccc 1px dotted;}
/* .info_list2 ._p1{line-height:23px;height:23px;color:#ccc; } */
/* .info_list2 ._i{overflow:hidden;*zoom:1;margin-top: 25px;}
.info_list2 ._i span,.info_list2 ._i a{line-height:26px;padding:0 10px;}
.info_list2 ._i ._more{background:#06c;color:#fff;}
.info_list2 ._i ._date{background:#ededed;color:#999;} */
.info_list2 li:hover ._t{color: #008cd6;}
.info_list2 li:hover span{color:#008cd6;}
.info_list2 li:hover ._i ._more{background-color:#008cd6;}
.info_list2 li:hover .data{border-color:#008cd6;}
.info_list2 li:hover .data .day{background-color:#008cd6;}
.info_list2 li ._key span{margin: 10px 10px 10px 0 ;padding:5px 10px;border:1px solid #eaeaea;display: inline-block;
  background: #e4f7ff;}

.info_list3 .list_infonews{border-bottom: 1px #eaeaea solid;width: 100%;background: rgba(255, 255, 255, 1)}
.info_list3 li{line-height:60px;font-size: 16px; padding:5px 20px}
.info_list3 li:hover{background:#fafafa; cursor: pointer;}
.info_list3 li ._title{overflow: hidden;   text-overflow: ellipsis;
  white-space: nowrap;}
.info_list3 li ._date{text-align: right;color:#999999}

@media only screen and (max-width:768px){
  .info_list ._intro { overflow:hidden; padding:15px;background: rgba(255, 255, 255, 1)}
  .info_list_ms ._intro { overflow:hidden; padding:15px;background: rgba(255, 255, 255, 1)}
}

