body {
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
  color: #333333;
  overflow-x: hidden;
  height: 100%;
  line-height: 1.7;
  max-width: 1920px;
  margin: 0 auto;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*----------- web-color ------------*/
.header-shortcut {
  background: url(kxcb-top-line.png) repeat-x top left;
  background-size: cover;
}
.header-shortcut .row {
  margin-left: -2px;
  margin-right: -2px;
}
.header-shortcut .row .box-w {
  padding-left: 2px;
  padding-right: 2px;
}
.header-shortcut .s-date {
  line-height: 32px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.header-shortcut .s-other {
  padding-top: 8px;
}
.header-shortcut .s-other .s-link {
  float: right;
  margin-right: 30px;
}
.header-shortcut .s-other .s-link i {
  color: #fff;
}
.header-shortcut .s-other .s-link.dropdown.open > button > i:before {
  content: "\f00d";
}
.header-shortcut .s-other .search-box {
  float: right;
}
@media (min-width: 1200px) {
  .header-shortcut .s-other .s-link {
    padding-top: 10px;
  }
  .header-shortcut .s-other .s-link .dropdown-link {
    display: none;
  }
  .header-shortcut .s-other .s-link .dropdown-menu {
    display: block;
    position: relative;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  .header-shortcut .s-other .s-link .dropdown-menu li {
    float: left;
    border-left: 1px solid #fff;
    padding: 0 5px;
  }
  .header-shortcut .s-other .s-link .dropdown-menu li a {
    color: #fff;
    padding: 0 4px;
    line-height: 16px;
  }
  .header-shortcut .s-other .s-link .dropdown-menu li a:hover {color: #fff19c;background-color: transparent;}
}
@media (max-width: 1199px) {
  .header-shortcut .s-other .s-link {
    margin-top: 5px;
  }
  .header-shortcut .s-other .s-link .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header-shortcut .s-other .s-link {margin-top: 0px;}
}
/*header*/
.header {
  background-color: #fff;
}
.header .header-logo {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}
.header .header-logo img {
  display: block;
}
.search-box {
  position: relative;
  width: 240px;
}
.search-box .s-inp {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: #00008B solid 0;
  background-color: #00008B;
  padding: 0 40px 0 15px;
  color: #fff;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.search-box .s-inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box .s-inp:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box .s-inp::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box .s-inp:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box .s-btn {
  position: absolute;
  background: url(kxcb-search-a.png) no-repeat center center;
  border: none;
  height: 28px;
  width: 28px;
  right: 7px;
  top: 3px;
}
nav.navbar.bootsnav {
  transition: all 0.36s ease;
  z-index: 999;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header-hidden-box {
  display: none;
}
/*---------------banner---------------------*/
.homefocus {overflow: hidden;}
.homefocus .slick-dotted.slick-slider {margin-bottom: 0;}
.homefocus .slick-slide {position: relative;}
.homefocus .slick-list li {background-repeat: no-repeat;background-position: center top;background-size: cover;height: 450px;position: relative; }
/*Dots*/
.homefocus .slick-dots {bottom: 16px;}
.homefocus .slick-dots li {margin: 0 2px;}
.homefocus .slick-dots li button:before {font-size: 15px;opacity: .9;color: #fff;/*font-family: inherit;background: #fff;width: 15px;height: 15px;border-radius: 50%;*/}
.homefocus .slick-dots li.slick-active button:before {opacity: 1;color: 	#0000FF;/*font-family: inherit;background: #ED4900;width: 40px;*/}
/*Arrows*/
.homefocus .slick-prev,
.homefocus .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 40%;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none !important;
    outline: none;
    background: rgba(75, 140, 190, 0.4);border-radius: 100%;z-index: 1;
}
.homefocus .slick-prev:hover,
.homefocus .slick-prev:focus,
.homefocus .slick-next:hover,
.homefocus .slick-next:focus
{
    color: transparent;
    outline: none;
    background: #0e6eb8;
}
.homefocus .slick-prev:hover:before,
.homefocus .slick-prev:focus:before,
.homefocus .slick-next:hover:before,
.homefocus .slick-next:focus:before
{
    opacity: 1;
}
.homefocus .slick-prev.slick-disabled:before,
.homefocus .slick-next.slick-disabled:before
{
    opacity: .25;
}

.homefocus .slick-prev:before,
.homefocus .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 36px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.homefocus .slick-prev {left:-8%;}
.homefocus .slick-next {right:-8%;}
.homefocus .slick-prev, .homefocus .slick-next {display: none !important;}
@media (max-width: 1680px){
    .homefocus .slick-list li {height:394px;}
}
@media (max-width: 1440px){
    .homefocus .slick-list li {height:340px;}
}
@media (max-width: 1366px){
    .homefocus .slick-list li {height:322px;}
}
@media (max-width: 1280px){
    .homefocus .slick-list li {height:302px;}
}
@media (max-width: 1024px){
    .homefocus .slick-list li {height:268px;}
}
@media (max-width: 991px){
    .homefocus .slick-list li {height: calc(100vw * 0.3);}
}
@media (max-width: 767px){
    .homefocus .slick-list li {height: calc(100vw * 0.5);}
}
/*footer*/
.footer {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-info {
  background-color: 	#00008B;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer .footer-info .info-logo.logo-s {
  margin-bottom: 25px;
  margin-top: 25px;
}
.footer .footer-info .info-logo img {
  display: block;
}
.footer .footer-info .info-link {
  margin-top: 20px;
}
.footer .footer-info .info-link .ui-select-wrap {
  border: none;
  position: relative;
  height: 40px;
  padding-right: 25px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footer-info .info-link .ui-select-input {
  line-height: 40px;
  font-size: 16px;
}
.footer .footer-info .info-link .ui-select-arrow {
  border: none;
  background: url(kxcb-arrow.png) no-repeat;
  width: 7px;
  height: 13px;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}
.footer .footer-info .info-link .ui-select-list > li {
  line-height: 36px;
  color: #666;
  font-size: 14px;
}
.footer .footer-info .info-link .ui-select-list > li.selected {
  color: #fff;
  background-color: 	#00008B;
}
.footer .footer-info .info-text {
  background: url(kxcb-img-01.png) repeat-y top left;
  padding: 15px 0 15px 40px;
  min-height: 120px;
}
.footer .footer-info .info-text .box-s {
  padding-left: 22px;
  line-height: 28px;
}
.footer .footer-info .info-text .box-s .icon-s {
  position: absolute;
  margin-left: -22px;
}
.footer .footer-info .info-share {
  background: url(kxcb-img-01.png) repeat-y top left;
  padding: 15px 0 15px 40px;
  min-height: 120px;
}
.footer .footer-info .info-share .box-title {
  line-height: 28px;
}

.footer .footer-info .info-share .remark .ot-socials {margin-top: 8px;}
.footer .footer-info .info-share .remark .ot-socials a {border-radius: 50%;color: #fff;display: inline-block;height: 22px;width: 22px;text-align: center;line-height: 30px;margin-right: 8px;font-size: 15px;padding: 0;opacity: .9;}
.footer .footer-info .info-share .remark .ot-socials a:hover {color: #fff;background-color: #fff;border-color: #fff;opacity: 1;border-radius: 50%;}
.footer .footer-info .info-share .remark .ot-socials .share-wx {background-image: url(weixin.png);background-repeat: no-repeat;background-position: 50% 50%;}
.footer .footer-info .info-share .remark .ot-socials .share-wx:hover {background-image: url(weixin.png);}
.footer .footer-info .info-share .remark .ot-socials .share-wb {background-image: url(bds_tsina.png);background-repeat: no-repeat;background-position: 50% 50%;}
.footer .footer-info .info-share .remark .ot-socials .share-wb:hover {background-image: url(bds_tsina.png);}

.footer .footer-info .info-share .cas_share_list {
  padding-top: 10px;
}
.footer .footer-info .info-share .cas_share_list > a {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0 !important;
}
.footer .footer-info .info-share .cas_share_list > a.cas_share_weixin {
  background: url("../images/weixin.png") no-repeat center center !important;
}
.footer .footer-info .info-share .cas_share_list > a.cas_share_tsina {
  background: url("../images/bds_tsina.png") no-repeat center center !important;
}
.footer .footer-copy {
  background-color: 	#00008B;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
}
.footer .footer-copy span {
  margin-left: 8px;
  margin-right: 8px;
}
/*index-banner*/
.index-banner img {
  display: block;
  width: 100%;
}
.public-title {
  line-height: 44px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding-right: 15px;
}
.public-title .title-name {
  float: left;
  background: url(kxcb-img-14.png) no-repeat;
  width: 165px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
}
.public-title-02 {
  line-height: 30px;
  margin-bottom: 20px;
}
.public-title-02 .title-name {
  float: left;
  padding-left: 12px;
  position: relative;
  color: 	#000080;
  font-weight: bold;
}
.public-title-02 .title-name:after {
  content: '';
  width: 4px;
  height: 16px;
  background-color: #00008B;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.public-title-03 {
  line-height: 36px;
  border-bottom: 2px solid #eba328;
  margin-bottom: 20px;
}
.public-title-03 .title-name {
  float: left;
  border-bottom: 4px solid #00008B;
  color: #00008B;
  font-weight: bold;
  margin-bottom: -2px;
}
.public-more {
  float: right;
  background: url(kxcb-icon-more.png) no-repeat right center;
  padding-right: 30px;
  color: #333333;
}
.public-more:hover {
  color: #000080;
}
.index-wrap-01 {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-wrap-02 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-wrap-03 {
  background: url(kxcb-img-17.png) no-repeat left top;
  padding-top: 65px;
  padding-bottom: 20px;
}
.index-box-01 .box-s {
  overflow: hidden;
  position: relative;
}
.index-box-01 .box-s .box-img {
  overflow: hidden;
  display: block;
}
.index-box-01 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-01 .box-s .box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(kxcb-img-15.png) no-repeat left top;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding: 0 150px 0 15px;
}
.index-box-01 .focus-page {
  bottom: 12px;
  left: auto;
  width: auto;
  right: 10px;
}
.index-box-01 .focus-page .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0;
  transition: all 0.7s;
}
.index-box-01 .focus-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: 	#FFFAF0;
}
.index-box-02 .box-list .box-s {
  padding-right: 98px;
  position: relative;margin-bottom: 9px;
}
.index-box-02 .box-list .box-s .title-s {
  
}
.index-box-02 .box-list-02 .box-s {
  position: relative;
  border-bottom: 1px dotted #e6e6e6;
  padding-bottom: 12px;margin-bottom: 12px;
}
.index-box-02 .box-list-02 .box-s .title-s {
 
}
.index-box-02 .box-s {
  padding-left: 18px;
}
.index-box-02 .box-s .title-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.index-box-02 .box-s .date-s {
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.index-box-02 .box-s:after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: 	#00008B;
  border-radius: 3px;
  margin-top: -3px;
}
.index-wrap-02 .index-box-02 .box-s:after, .index-wrap-03 .index-box-02 .box-s:after {top: 12px;}
.index-box-02 .box-s:hover .title-s {
  color: 	#00008B;
}
.index-box-02 .box-s:hover:after {
  border-color: 	#00008B;
}
.index-box-02 .more-wrap {
  text-align: right;
}
.index-box-02 .a-more {
  margin-left: auto;
  margin-right: 0;
  line-height: 24px;
  color: 	#00008B;
  display: inline-block;
}
.index-box-03 .box-s {
  border-bottom: 1px dotted #e6e6e6;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.index-box-03 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.8;
  color: #333333;
}
.index-box-03 .box-s .box-date {
  color: #999999;
}
.index-box-03 .box-s:hover .box-title {
  color: 	#00008B;
}
.index-mod-box {
  border: solid 1px #e6e6e6;
  border-top: 3px solid 	#00008B;
  padding: 8px 16px;
  background: url(kxcb-img-16.png) no-repeat right bottom #fff;
  background-size: contain;
}
.index-mod-box.main-bg {
  background: #fff;
  border: none;
  border-top: 3px solid 	#00008B;
}
.index-mod-box.main-bg-02 {
  background: #fff;
}
.index-mod-box-02 {
  padding: 8px 20px;
  background: #fff;
  margin-bottom: 20px;
}
.index-box-04 {
  margin-bottom: 15px;
}
.index-box-04 .box-s {
  padding-left: 175px;
  min-height: 90px;
  margin-bottom: 18px;
}
.index-box-04 .box-s .box-img {
  position: absolute;
  width: 160px;
  margin-left: -175px;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-box-04 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-04 .box-s .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333333;
}
.index-box-04 .box-s .box-txt {
  line-height: 24px;
  height: 48px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-box-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-04 .box-s:hover .box-title {
  color: 	#00008B;
}
.index-box-05 .info-link .ui-select-wrap {
  height: 45px;
  background-color: #eeeeee;
  border: solid 1px #e6e6e6;
  padding-right: 25px;
  border-radius: 0;
}
.index-box-05 .info-link .ui-select-input {
  line-height: 45px;
  font-size: 16px;
  text-align: center;
}
.index-box-05 .info-link .ui-select-arrow {
  border: none;
  background: url(kxcb-arrow3.png) no-repeat;
  width: 10px;
  height: 5px;
  right: 8px;
  top: 50%;
  margin-top: -3px;
}
.index-box-05 .info-link .ui-select-list {
  top: 45px;
}
.index-box-05 .info-link .ui-select-list > li {
  line-height: 45px;
  color: #666;
  font-size: 14px;
}
.index-box-05 .info-link .ui-select-list > li.selected {
  color: #fff;
  background-color: 	#00008B;
}
.index-box-06 {
  margin-top: 30px;
}
.index-box-06 .box-cont {
  position: relative;
  min-height: 80px;
  padding-left: 100px;
  padding-right: 100px;
}
.index-box-06 .box-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: 	#00008B;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.4;
}
.index-box-06 .box-title span {
  display: block;
}
.index-box-06 .box-more {
  width: 80px;
  height: 80px;
  background: url(kxcb-icon-more.png) no-repeat top 20px center 	#FFFAF0;
  padding-top: 45px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
}
.index-box-06 .box-list .row {
  margin-left: -6px;
  margin-right: -6px;
}
.index-box-06 .box-list .row .box-w {
  padding-left: 6px;
  padding-right: 6px;
}
.index-box-06 .box-list .box-s {
  height: 80px;
  background-color: #fff;
}
.index-box-06 .box-list .box-s img {
  transition: all 0.7s;
}
.index-box-06 .box-list .box-s:hover img {
  transform: scale(1.1);
}
/*other-page*/
.image-text-list .box-s {
  min-height: 128px;
  padding-left: 215px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #d8ddec;
}
.image-text-list .box-s .box-img {
  width: 190px;
  overflow: hidden;
  position: absolute;
  margin-left: -215px;
}
.image-text-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.image-text-list .box-s .box-info {
  color: #999999;
}
.image-text-list .box-s .box-info .box-title {
  line-height: 30px;
  height: 30px;
  color: #404040;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  font-weight: bold;
}
.image-text-list .box-s .box-info .box-txt {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}
.image-text-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.image-text-list .box-s:hover .box-info .box-title {
  color: #00008B;
}
.single-page {
  color: #333333;
  text-align: justify;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
.single-page .m-title h1 {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-page .m-title .title-other {
  color: #999999;
}
.single-page .m-title .title-other span {
  margin: 0 10px;
}
.text-list .box-s {
  padding-left: 68px;
  min-height: 82px;
  margin-bottom: 14px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dedede;
}
.main-cont .text-list .box-s:last-child {padding-bottom: 0px;margin-bottom: 0px;border: 0;}
.text-list .box-s .box-date {
  width: 60px;
  height: 60px;
  color: #eba328;
  position: absolute;
  margin-left: -68px;
  padding-top: 3px;
}
.text-list .box-s .box-date span {
  display: block;
  line-height: 1.2;
  text-align: center;
}
.text-list .box-s .box-date span.days-s {
  font-weight: bold;
}
.text-list .box-s .box-date span.year-s {
  font-size: 12px;
}
.text-list .box-s .box-title {
  display: block;
  line-height: 22px;
  height: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
  font-weight: bold;font-size: 17px;
}
.text-list .box-s .box-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999999;
  line-height: 20px;
  height: 40px;
}
.text-list .box-s:hover .box-title {
  color: 	#000080;
}
.image-list .box-s {
  margin-bottom: 30px;
  height: 88px;
}
.image-list .box-s img {
  transition: all 0.7s;
}
.image-list .box-s:hover img {
  transform: scale(1.1);
}
.text-list-02 {overflow: hidden;}
.text-list-02 .box-a {
  position: relative;
  padding: 0 90px 12px 20px;
  border-bottom: 1px dashed #dedede;margin-bottom: 12px;
}
.text-list-02 .box-a:last-child {padding: 0 90px 0 20px;margin-bottom: 0px;border: 0;}
.text-list-02 .box-a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: 	#000080;
}
.text-list-02 .box-a .date-s {
  position: absolute;
  right: 0;
  color: #999999;
  top: 0;line-height: 1.5;
}
.text-list-02 .box-a .title-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;font-size: 15px;line-height: 1.5;
}
.text-list-02 .box-a:hover .title-s {
  color: 	#000080;
}
/*---------------缁嗚---------------------*/
.tj {text-align: justify;}
.nrhei {font-size: 15px; line-height: 180%; color: #333;word-wrap: break-word;}
.nrhei1 {font-size: 15px; line-height: 180%; color: #333;word-wrap: break-word;}
#xlmain {display: block;overflow: hidden;margin:0px;}
#xlmain .wztitle {color: 	#0000CD; line-height:36px; text-align:center; font-size: 24px; padding: 0px 0px 2px 0px;font-weight: 700;margin: 24px 0 24px 0;}
#xlmain .basicinfo {overflow: hidden; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;}
#xlmain .basicinfo .qtinfo {color:#777; font-size: 14px;margin: 3px 0 10px 0;text-align: center;}
#xlmain .basicinfo .qtinfo a {color:#777; text-decoration: none;}
#xlmain .basicinfo .qtinfo a:hover {color:#0000FF; text-decoration: none;}
#xlmain .basicinfo .share {overflow: hidden;float: right;}
#xlmain .text { margin:2px 0 0 0; overflow:hidden; display:block;}
#xlmain .text p {margin: 0 0 18px 0;}
#xlmain .text p:last-child {margin: 0;}
#xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}

#xlmain .textlx { margin:0; overflow:hidden; display:block;}
#xlmain .textlx p {margin: 0 0 12px 0;}
#xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl { margin:20px 6px 6px 6px; overflow:hidden; display:block;}
#xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
#xlmain .textxl p {margin: 0 0 15px 0;}
#xlmain .textxl table {margin: 0 0 15px 0;}
#xlmain .textxl td {text-align: center;}
#xlmain .textxl video {border: #d9d9d9 solid 6px;border-radius: 5px;width: 66% !important;height: 100% !important;margin-bottom: 16px;margin-top: 10px;}
#xlmain .textsp { margin:30px auto 0 auto; overflow:hidden; display:block;width: 56%;}
#xlmain .textsp video {border: #c3d2e5 solid 6px;border-radius: 5px;margin-bottom: 10px;margin-top: 10px;}

#xlmain .textry { overflow:hidden; display:block;}
#xlmain .textry h3 {font-size: 32px;line-height: 140%;text-align: center;font-weight: 700;padding: 16px 0 16px 0;border-bottom: #e0e0e0 solid 1px;color: #295aae;margin: 0 0 30px 0;}
#xlmain .textry .left img {max-width: 198px;margin-right: 22px;margin-bottom: 12px;}
#xlmain .textry p {margin: 9px 0 9px 0;}
#xlmain .textry img {display: block;margin-right: auto;margin-left: auto;}

@media (min-width: 767px) {
	#xlmain .textxl img {max-width: 640px;}
}
@media (max-width: 1199px) {
	#xlmain .textsp { width: 64%;}
    #xlmain .textxl video {width: 76% !important;}
}
@media screen and (max-width: 991px){
	#xlmain .textsp { width: 80%;}
    #xlmain .wztitle {margin: 20px 0 24px 0;}
}
@media (max-width: 767px) {
	#xlmain .wztitle {line-height:30px;font-size: 22px;margin: 8px 0 24px 0;}
	#xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
    #xlmain .textxl video {width: 100% !important;}
}
/*Page*/
.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    border: 1px solid #CCCCCC;
    height: 24px; width: 36px;
    line-height: 22px;
    text-align:center; margin-right: 8px; float: left;
}
.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px; width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}
.pageline{ border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px;float: left;width: 100%;}
.pageline1{ border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px; width:95%; display:block; overflow:hidden;}
#pages {
    width:100%; FONT-SIZE: 13px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px; margin: 0;float: left;
}

#pages A {
    BORDER: #efefef 1px solid; HEIGHT: 26px; BACKGROUND: #fdfdfd; COLOR: #333; PADDING: 0 10px; TEXT-DECORATION: none; MARGIN: 0px 4px 5px 0; DISPLAY: inline-block; LINE-HEIGHT: 26px;
}
#pages A:visited {
    BORDER: #efefef 1px solid; HEIGHT: 26px; BACKGROUND: #fdfdfd; COLOR: #333; PADDING: 0 10px; TEXT-DECORATION: none; MARGIN: 0px 4px 5px 0; DISPLAY: inline-block; LINE-HEIGHT: 26px;
}
#pages A:hover {
    BORDER: #efefef 1px solid; HEIGHT: 26px; BACKGROUND: #fdfdfd; COLOR: #333; PADDING: 0 10px; TEXT-DECORATION: none; MARGIN: 0px 4px 5px 0; DISPLAY: inline-block; LINE-HEIGHT: 26px;
}
#pages SPAN {
    HEIGHT: 26px;
    COLOR: #333;
    PADDING: 0 10px;
    TEXT-DECORATION: none;
    MARGIN: 0px 4px 5px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 26px;
    font-size: 13px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover {
    BORDER: #0000CD 1px solid; BACKGROUND: 	#0000CD; COLOR: #fff;
}
#pages A.curr {
    BORDER: #0000CD 1px solid; BACKGROUND: 	#0000CD; COLOR: #fff;
}
#pages A.curr:visited {
    BORDER: #0000CD 1px solid; BACKGROUND: 	#0000CD; COLOR: #fff;
}
.pages A:hover {
    BORDER: #0000CD 1px solid; BACKGROUND: 	#0000CD; COLOR: #fff;
}

/*-----------------鍥炬枃---------------------*/
.graphiclist {overflow: hidden;}
.graphiclist li {margin-bottom: 16px;padding-bottom: 16px; display: block; overflow: hidden;border-bottom: #ccc dotted 1px; }
.graphiclist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px;padding-bottom: 0px; }
.graphiclist li h2 { font-size:17px;line-height:22px; margin:0 0 10px 0;font-weight: 700;}
.graphiclist li h2 a { color:#333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.graphiclist li h2 a:hover { color:#0000CD; text-decoration:none;}
.graphiclist .news-img img{ border:#e4e4e4 solid 1px;}
.graphiclist .news-txt p { line-height: 22px; font-size: 14px; margin: 0px; color:#737373;}
.graphiclist .news-txt i { font-family: Arial;font-size: 14px; margin: 4px 0 0 0; color:#aeaeae; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#15549a;}
@media (min-width: 768px) {
	.graphiclist .news-txt p{ line-height: 22px; height: auto; font-size: 14px; overflow:hidden;}
	.graphiclist .news-img img{ width: 226px; height: 151px;}
	.graphiclist .news-img{ margin-right: 20px;}
}
@media (max-width: 1199px) {
	.graphiclist li{margin-bottom: 16px;}
}
@media (max-width: 991px) {
	.graphiclist li{margin-bottom: 20px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 a {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 126px; height:84px;}	
	}
/* 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%;
    }
}
/*缃戠珯鍦板浘*/
.webmap { overflow:hidden;}
.webmap .btn {min-width: 106px;padding: 4px 13px;}
.webmap hr { margin:15px 0;width: 100%;}
.webmap .flmb {margin-bottom: 15px;}
.webmap .rlink { /*padding:0 0 0 40px; */overflow:hidden;margin-left: -30px;}
.webmap .rlink a { display: inline-block; overflow:hidden; margin:3px 15px 0 15px;color: #333;font-size: 14px;}
.webmap .rlink a:hover {color: #17318b;}
.webmap .tabh { min-height:42px; border-bottom:#dedede solid 0px;}
.webmap td {padding: 3px 0 6px 0;}
@media (max-width: 992px){
.webmap .rlink { margin-left: 0px;}
}
@media (max-width: 767px){

}
/*# sourceMappingURL=style.css.map */