* {
  margin: 0px;
  padding: 0px;
  /*word-break:break-all;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
*:focus {
  outline: none;
}
a[href]:after {
  content: normal;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  background: #fff;
  word-break: break-word;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ol,
ul {
  list-style: none;
}
ul,
li,
a {
  padding: 0px;
  margin: 0px;
}
button {
  outline: none;background: none;border: 0;
}
@media (min-width: 1260px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 1294px;
  }
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
select {
  width: 100%;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* if the element is block level(eg. div,li),using 'inline-any' instead */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
/* 清除浮 动*/
.fix {
  *zoom: 1;
}
.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* margin */
.m0 {
  margin: 0 !important;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt78 {
  margin-top: 78px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb78 {
  margin-bottom: 78px;
}
/* padding */
.p0 {
  padding: 0;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.p15 {
  padding: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.p20 {
  padding: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.p25 {
  padding: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.p30 {
  padding: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.mlr {margin: 0 18px;overflow: hidden;}
.mlr1 {margin: 0 20px;}
/* vertical-align */
.vm {
  vertical-align: middle;
}
.vtb {
  vertical-align: text-bottom;
}
.vb {
  vertical-align: bottom;
}
.vt {
  vertical-align: top;
}
.vn {
  vertical-align: -2px;
}
.bgnone {
  background: none !important;
}
.bnone {
  border: none !important;
}
.clear {
  clear: both;
}
.t3d {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fwb {
  font-weight: 700;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eaeaea;
}
/*多行溢出*/
.bgbai {
  background: #ffffff;padding: 20px 13px 22px; 
}
.bgbai1 {
  background: #ffffff;padding: 22px 0 26px;border-radius: 4px; 
}
.pgbgbai {
  background: #ffffff;padding: 22px 0 26px;border-radius: 4px; 
	min-height: -moz-calc(100vh - 472px);
    min-height: -webkit-calc(100vh - 472px);
    min-height: calc(100vh - 472px);
}
.bgdh {
  background: #fbfbfb;
}
.bgdl {
  background: #f7fafc;
}
.bgf3 {
  background: #f3f3f3;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.space0 {
  padding: 0 0 0 30px;
}
.space15 {
  padding: 15px;
}
.space18 {
  padding: 18px;
}
.space20 {
  padding: 20px;
}
.bh {
  display: block;
  overflow: hidden;
}
.space-top {
  padding-top: 10px;
}
.space-bottom {
  padding-bottom: 25px;
}
.img-hover:hover {
  opacity: 0.8;
}
.lanmumt {
  margin-top: 15px;
}
.buttonbox {
  margin: 70px 0 38px 0;
}
.nameplate {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  background: #c5222a;
  padding: 11px 19px;
  text-align: center;
  display: inline-block;
  width: auto;
  line-height: 130%;
}
.buttonplate {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  background: #c5222a;
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  width: auto;
  line-height: 130%;
  -ms-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.2);
}
.buttonplate img {
  display: inline-block;
  margin-left: 24px;
  margin-top: -2px;
}
.buttonplate:hover {
  background: #484747;
}
.mobmt {margin-top: 30px;}
@media (max-width: 1199px) {
	.mobmt2 {margin-top: 30px;}
}
@media (max-width: 991px) {
  .mobpadding {
    padding: 0;
  }
  .mobmargin {
    margin: 0;
  }
  .buttonbox {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lanmumt {
    margin-top: 0;
  }
  .mobmt22 {
    margin-top: 22px;
  }
}
.panel-group {
  margin-bottom: 0px;
}
.textcenter {
  text-align: center;
  margin: 0;
}
.secondarybox {
  display: block;
  padding: 46px 0 50px 0;
	min-height: -moz-calc(100vh - 643px);
    min-height: -webkit-calc(100vh - 643px);
    min-height: calc(100vh - 643px);
}
.secondarydetailbox {
  display: block;
  padding: 70px;
  -ms-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -o-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  -webkit-box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
  box-shadow: 0 0 20px 0 rgba(209, 221, 243, 0.9);
}
.papersbox {
  display: block;
  overflow: hidden;
  padding: 132px 0 92px 0;
}
.papersbox form {
  background: #f9f9f9;
  padding: 15px 13px 5px 10px;
  border-radius: 2px;
  border: #ececec solid 1px;
}
.papersbox .jsbox {
  padding-right: 6px;
  width: 96px;
}
.papersbox .jsbox1 {
  padding-right: 6px;
  width: 108px;
}
.papersbox select.form-control {
  padding-right: 5px;
  margin: 0;
  height: 30px;
  width: 166px;
}
.papersbox .form-control {
  border-color: #e9f1f6;
  box-shadow: none;
  color: #838383;
}
.papersbox .p0 {
  padding: 0px;
}
@media (max-width: 1199px) {
  .secondarydetailbox {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .secondarydetailbox {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .papersbox {
    padding: 78px 0 48px 0;
  }
}
@media (max-width: 767px) {
  .secondarydetailbox {
    padding: 30px 20px 30px;
  }
  .secondarybox {
    padding: 36px 0 40px 0;
  }
  .papersbox {
    padding: 48px 5px 6px 5px;
  }
}
.nrhei {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.nrhei b {
  font-size: 18px;
}
.nrhei1 {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.clear {
  clear: both;
}
.column_nr {
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
}
.column_gd {
  display: block;
  overflow: hidden;
}
.border-not {
  background: #fdfdfd;
  border-left: #ededed solid 1px;
  border-right: #ededed solid 1px;
  border-bottom: #ededed solid 1px;
}
.imgborder {
  border: #e6e6e6 solid 0px;
  margin-bottom: 18px;
}
.imgbox {
  padding: 15px 15px 0 15px;
}
.indexbox {
  width: auto;
  height: auto;
  overflow: hidden;margin-bottom: 58px;
}
.indexbox:first-child {margin-top: 38px;}
.indexbox:last-child {margin-bottom: 8px;}
.indexbox1 {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 23px;
}
.indexbox2 {
  width: auto;
  height: auto;
}
.indexbox hr {
  border-top: 1px dotted #cbcbcb;
}
.indexrbox {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.indextabbox {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.subpagebox {
  margin-bottom: 78px;
}
.subpagebox:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
	.indexbox {margin-bottom: 32px;}
	.indexbox:first-child {margin-top: 28px;}
  .indexbox2 {
    margin-bottom: 18px;
  }
}
/*---------------区域背景---------------------*/
.mainbox {margin-top: -166px;background: #f1f1f1;position: relative;padding: 20px 0 40px;
min-height: -moz-calc(100vh - 410px);
    min-height: -webkit-calc(100vh - 410px);
    min-height: calc(100vh - 410px);
}
.firstpart {
  overflow: hidden;
  padding: 80px 0 70px;
}
.secondpart {
  background-color: #303e97;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0 80px;
}
.thirdpart {
  padding: 60px 0 40px;
}
.fourpart {
  padding: 8px 0 0;
}
.fivepart {
  padding: 70px 0 70px 0;
}
.footpart {
  padding: 50px 0 55px 0;
  background: #002f6e;
}
.breakthrough {
  overflow: hidden;
  margin: 0 0 38px 0;
}
.currentissue {
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media (max-width: 1280px) {
	.firstpart {padding: 60px 0 56px;}
	.secondpart {padding: 30px 0 66px;}
	.thirdpart {padding: 40px 0 20px;}
}
@media (max-width: 991px) {
  .secondpart {padding: 30px 0 26px;}
}
@media (max-width: 767px) {
	.firstpart {padding: 30px 0 36px;}
	.secondpart {padding: 10px 0 8px;}
	.thirdpart {padding: 30px 0 10px;}
}
/*---------------布局---------------------*/
.container-flex > .row {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  margin-right: 0;
  margin-left: 0;
}
.container-full > .row > [class^='col'] {
  /*float: none;*/
  padding-right: 0;
  padding-left: 0;
}
.win-l {
  width: 23.548%;
  padding-right: 30px;
}
.win-r {
  width: 76.452%;
}
.win-r .win-r-l {width: 70.037%;}
.win-r .win-r-r {width: 29.963%;padding-left: 30px;}

.pgwin-l {width: 326px;padding-right: 46px;float: left;}
.pgwin-r {overflow: hidden;}
@media (max-width: 1440px) {
	.win-l {width: 24.548%;}
	.win-r {width: 75.452%;}
}
@media (max-width: 1280px) {
	.win-l {width: 25.548%;}
	.win-r {width: 74.452%;}
}
@media (max-width: 1199px) {
	.win-l {width: 32.548%;}
	.win-r {width: 67.452%;}
	.win-r .win-r-l {width: 100%;}
	.win-r .win-r-r {width: 100%;padding-left: 0px;}
}
@media (max-width: 991px) {
	.win-l {width: 100%;padding-right: 0px;margin-bottom: 30px;}
	.win-r {width: 100%;}
	.pgwin-l {padding-right: 36px;}
}
/*---------------top---------------------*/
.webheader {
  overflow: hidden;
  position: relative;
  background-color: #140400;
  background-repeat: no-repeat;
  background-position: center;
}
.webheader .bg {
  background-repeat: no-repeat;
  background-size: cover;
  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 .logo { margin:200px 0 231px;position: relative;text-align: center;}
.webheader .logo .hyinfo {color: #0152ad;font-size: 24px;font-weight: 700;padding: 12px 50px;line-height: 1.1;display: inline-block;margin-top: 50px;background: #fff;border: #0154e7 solid 3px;border-radius: 50px;}
.pgstyle .webheader .logo {margin:152px 0 90px;}
@media (max-width: 1366px){
	.webheader .logo { margin:160px 30px 164px;}
	.webheader .logo .hyinfo {margin-top: 40px;}
}
@media (max-width: 1199px){
	.webheader .logo { margin:130px 50px 110px;}
	.pgstyle .webheader .logo {margin:130px 50px 90px;}
}
@media (max-width: 767px){
	.webheader .logo { margin:75px 20px 45px;}
	.webheader, .webheader .bg {background-size: 140% 100%;}
	.webheader .logo .hyinfo {margin-top: 16px;font-size: 14px;padding: 8px 22px;}
	.pgstyle .webheader .logo {margin:75px 20px 45px;}
}

/*---------------Introduction---------------------*/
.homevo {}
.homevo .left-txt {padding-left: 20px;overflow: hidden;}
.homevo .left-txt .lmbgz {position: relative;line-height: 80px;font-size: 60px;color: #f5f8fc;font-weight: 700;}
.homevo .left-txt .lmbgz:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 36px;
    height: 5px;
    background: #e1e5f3;
    border-radius: 5px;
}
.homevo .left-txt h3 {color: #0152ad;line-height: 1.5;font-weight: 700;font-size: 32px;margin: 0 0 20px;background: url(hy-lmbg01.png) no-repeat left top;padding-top: 40px;padding-left: 30px;padding-bottom: 15px;position: relative;background-size: 100%;}
.homevo .left-txt h3:after {
    bottom: 0;
    left: 30px;
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    background: #0152ad;
}
.homevo .left-txt h4 {font-size: 16px;color: #444;line-height: 1.5;font-weight: 500;margin: 0 0 20px 0;}
.homevo .left-txt p {font-size: 16px; line-height: 1.8;color: #444;margin: 0 0 30px;padding-left: 30px;
overflow: hidden;
    display: block;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 224px;
}
.homevo .right-img {position: relative;float: left;padding: 0 18px 20px 0;z-index: 1;}
.homevo .right-img:before {
    position: absolute;
    top: 30px;
    right: 0;bottom:0;
    content: "";
    background: #fff;
    width: 94%;
    height: 92%;
    z-index: -1;
    border: #fe8922 solid 5px;
}
.homevo .right-img img {
    width: 628px;height: 415px;
}
.homevo .more {float: left;display: block;overflow: hidden;margin-top: 2px;padding-left: 30px;}
@media (max-width:1280px){
	.homevo .right-img img {width: 600px;height: 396px;}
	.homevo .left-txt p {line-height: 1.7;}
}
@media (max-width:1199px){
    .homevo .right-img img {width: 466px;height: 308px;}
	.homevo .left-txt h3 {padding-top: 16px;}
    .homevo .left-txt p {-webkit-line-clamp: 6;max-height: 150px;line-height: 1.6;}
}
@media (max-width:991px){
    .homevo .right-img img {width: 300px;height: 198px;}
	.homevo .right-img:before {top:16px;}
    .homevo .left-txt p {-webkit-line-clamp: 4;max-height: 100px;}
}
@media (max-width:767px){
    .homevo .left-txt {width: 100%;padding-left:0;}
    .homevo .right-img {width: 100%;margin-bottom: 25px;}
    .homevo {margin-top: 0;}
    .homevo .right-img img {width: 100%;height: auto;}
    .homevo .more {width: 100%;padding-left: 0px;}
    .homevo .left-txt p {-webkit-line-clamp: initial;max-height: initial;padding-left: 0px;}
}
/*--------------Organization---------------------*/
.org {margin-top: 40px;}
.org .bgbai {height: 320px;}
.org .col-md-2 {width: 20%;float: left;}
.org li {transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
}
.org li:hover{
	-webkit-transform: scale(1.16);
	-moz-transform: scale(1.16);
	-o-transform: scale(1.16);
	transform: scale(1.16);
}
.org li .iconlm {text-align: center;margin-bottom: 16px;font-size: 16px;color: #0152ad;font-weight: 700;line-height: 1.2;}
.org li .iconlm .iconbox {width: 56px;padding-bottom: 12px;border-bottom: #ccdcef double 4px;margin: 0 auto 9px;}
.org li .iconlm .iconbox i {width: 44px;height: 43px;margin: 0 auto;display: block;background-position: center;background-repeat: no-repeat;}
.org li .org1 .iconlm .iconbox i {background-image: url(hy-orgicon01.png);}
.org li .org2 .iconlm .iconbox i {background-image: url(hy-orgicon02.png);}
.org li .org3 .iconlm .iconbox i {background-image: url(hy-orgicon03.png);}
.org li .org4 .iconlm .iconbox i {background-image: url(hy-orgicon04.png);}
.org li .org5 .iconlm .iconbox i {background-image: url(hy-orgicon05.png);}
.org li:hover .iconlm {color: #fe8922;}
.org li:hover .iconlm .iconbox {border-color: #ffe7d3;}
.org li:hover .org1 .iconlm .iconbox i {background-image: url(hy-orgicon01f.png);}
.org li:hover .org2 .iconlm .iconbox i {background-image: url(hy-orgicon02f.png);}
.org li:hover .org3 .iconlm .iconbox i {background-image: url(hy-orgicon03f.png);}
.org li:hover .org4 .iconlm .iconbox i {background-image: url(hy-orgicon04f.png);}
.org li:hover .org5 .iconlm .iconbox i {background-image: url(hy-orgicon05f.png);}
@media (max-width:1199px){
	.org .bgbai {height: 380px;}
	.org .col-md-2 {width: 33.333333%;}
}
@media (max-width:991px){
	.org .bgbai {height: 310px;}
	.org .col-md-2 {margin-bottom: 44px;}
}
@media (max-width:767px){
	.org {margin-top: 16px;margin-left: 20px;margin-right: 20px;}
	.org .col-md-2 {width: 100%;margin-bottom: 36px;}
	.org .bgbai {height: auto;}
}
/*--------------Date---------------------*/
.datebox {background: url(hy-datebg.png) no-repeat center;margin-top: 24px;}
.datebox .row {margin-right: -9px;margin-left: -9px;}
.datebox .row > [class^='col'] {padding-right: 9px;padding-left: 9px;}
.datebox li {margin: 9px 0;}
.datebox li:nth-child(3), .datebox li:nth-child(3) {margin-bottom: 0;}
.datebox li .date-rc {width: 100%;background-size: 100% 100%; background-repeat: no-repeat;border-radius: 5px;}
.datebox li:nth-child(1) .date-rc {background-image: url(hy-datebg01.png);padding: 44px 30px 36px 110px;}
.datebox li:nth-child(2) .date-rc {background-image: url(hy-datebg02.png);padding: 44px 30px 36px 150px;}
.datebox li:nth-child(3) .date-rc {background-image: url(hy-datebg03.png);padding: 44px 30px 36px 110px;}
.datebox li:nth-child(4) .date-rc {background-image: url(hy-datebg04.png);padding: 44px 30px 36px 150px;}
.datebox li .date-rc .rcicon {float: left;width: 76px;height: 76px;margin-right: 42px;border-radius: 100%;text-align: center;background-color: #606aff;background-position: center;background-repeat: no-repeat;
-ms-box-shadow: 0px 0px 0px 6px rgb(0, 0, 255, .2);
-o-box-shadow: 0px 0px 0px 6px rgb(0, 0, 255, .2);
-moz-box-shadow: 0px 0px 0px 6px rgb(0, 0, 255, .2);
-webkit-box-shadow: 0px 0px 0px 6px rgb(0, 0, 255, .2);
box-shadow: 0px 0px 0px 6px rgb(0, 0, 255, .2);
}
.datebox li:hover .date-rc .rcicon {background-color: #fe8922;
-ms-box-shadow: 0px 0px 0px 6px rgb(254, 137, 34, .2);
-o-box-shadow: 0px 0px 0px 6px rgb(254, 137, 34, .2);
-moz-box-shadow: 0px 0px 0px 6px rgb(254, 137, 34, .2);
-webkit-box-shadow: 0px 0px 0px 6px rgb(254, 137, 34, .2);
box-shadow: 0px 0px 0px 6px rgb(254, 137, 34, .2);
}
.datebox li:nth-child(1) .date-rc .rcicon {background-image: url(hy-dateicon01.png);}
.datebox li:nth-child(2) .date-rc .rcicon {background-image: url(hy-dateicon02.png);}
.datebox li:nth-child(3) .date-rc .rcicon {background-image: url(hy-dateicon03.png);}
.datebox li:nth-child(4) .date-rc .rcicon {background-image: url(hy-dateicon04.png);}
.datebox li .date-rc .rcinfo {overflow: hidden;}
.datebox li .date-rc .rcinfo .subdate {float: left;position: relative;margin-right:15px; }
.datebox li .date-rc .rcinfo .subdate:after {
    top: 46%;
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    background: #2241ad;
	margin-left: 15px;
}
.datebox li .date-rc .rcinfo .subdate .day {float: left;margin-right: 15px;font-size: 40px;line-height: 1;color: #2241ad;font-weight: 700;}
.datebox li .date-rc .rcinfo .subdate .yn {float: left;font-size: 14px;color: #ccc;line-height: 1.4;}
.datebox li .date-rc .rcinfo h3 {font-size: 22px;color: #2241ad;line-height: 1.4;margin: 12px 0 0;width: 100%;float: left;}
@media (max-width:1199px){
	.datebox li:nth-child(1) .date-rc, .datebox li:nth-child(3) .date-rc {padding: 24px 30px 20px 40px;}
	.datebox li:nth-child(2) .date-rc, .datebox li:nth-child(4) .date-rc {padding: 24px 30px 20px 70px;}
	.datebox li .date-rc .rcicon {margin-right: 28px;width: 70px;height: 70px;}
	.datebox li .date-rc .rcinfo h3 {font-size: 18px;}
	.datebox {background-size: 100%;}
}
@media (max-width:991px){
	.datebox li:nth-child(1) .date-rc, .datebox li:nth-child(3) .date-rc {padding: 20px 30px 15px 30px;}
	.datebox li:nth-child(2) .date-rc, .datebox li:nth-child(4) .date-rc {padding: 20px 30px 15px 60px;}
	.datebox li .date-rc .rcicon {margin-right: 20px;width: 50px;height: 50px;background-size: 50%;}
	.datebox li .date-rc .rcinfo .subdate .day {font-size: 30px;line-height: 1.2;}
	.datebox li .date-rc .rcinfo h3 {font-size: 14px;margin: 0;}
}
@media (max-width:767px){
	.datebox {background: none;}
	.datebox li:nth-child(1) .date-rc, .datebox li:nth-child(2) .date-rc, .datebox li:nth-child(3) .date-rc, .datebox li:nth-child(4) .date-rc {background-image: url(hy-datebg05.png);}
	.datebox li:nth-child(1) .date-rc, .datebox li:nth-child(3) .date-rc {padding: 28px 20px 28px 28px;}
	.datebox li:nth-child(2) .date-rc, .datebox li:nth-child(4) .date-rc {padding: 28px 20px 28px 28px;}
	.datebox li .date-rc .rcinfo h3 {font-size: 16px;}
}
/*--------------Location---------------------*/
.map {margin-top: 30px;}
/*--------------pagebanner---------------------*/
@-webkit-keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
}
@keyframes bgpulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }
}
.bgpulse {
  -webkit-animation-name: bgpulse;
  animation-name: bgpulse;
}
.pageheader-box {
  overflow: hidden;
}
.pageheader {
  overflow: hidden;
  position: relative;
  background-color: #0d1520;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.pageheader .bg {
  background-repeat: no-repeat;
  background-size: cover;
  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;
}
.pageheader .columnname {
  padding: 100px 0 60px 0;
  overflow: hidden;
  position: relative;
}
.pageheader .columnname h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin: 0;
  font-weight: 700;
  word-break: break-all;
  text-shadow: 0px 0px 4px #2057ba;
  text-align: center;
  text-transform: uppercase;
}
.pageheader .columnname .position-title {
  text-align: right;
}
@media (max-width: 991px) {
  .pageheader {
    background-size: 128% 100%;
    background-position: 70% 100%;
  }
  .pageheader .columnname {
    padding: 80px 0;
  }
  .pageheader .columnname .position-title {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .pageheader .columnname {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .pageheader {
    background-size: cover;
    background-position: 86% 100%;
  }
  .pageheader .columnname h1 {
    font-size: 36px;
  }
}

/*---------------栏目样式---------------------*/
.webcolumn {
  overflow: hidden;
  margin-bottom: 6px;
  text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 70px;
}
.webcolumn .lmname {
  font-size: 32px;
  line-height: 70px;
  color: #0152ad;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.webcolumn .lmname a {
  color: #0065b7;
  line-height: 30px;
}
.webcolumn .lmname a:hover {
  color: #000000;
}
.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-org] {height: 90px;}
.webcolumn[data-v-org] .lmname {color: #fff;line-height: 90px;}

.webcolumn .lmname1 {
  margin: 0 0 14px 0;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  font-weight: 700;
}
.webcolumn .lmname1:after {
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #d7d7d7;
  border-radius: 1px;
}
.webcolumn .lmname1 a {
  color: #0065b7;
  line-height: 30px;
}
.webcolumn .lmname1 a:hover {
  color: #000000;
}
@media (max-width: 767px) {
	.secondpart .webcolumn, .fourpart .webcolumn {background-size: 100%;}
}
.sylanmu {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.sylanmu h3 {
  font-size: 42px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 42px;
}
.sylanmu h3 a {
  color: #003686;
}
.sylanmu h3 a:hover {
  color: #ca001c;
}
.sylanmu h4 {
  text-align: center;
  font-size: 12px;
  color: #838383;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sylanmu1 {
  overflow: hidden;
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #2e2e2e;
  margin: 0 0 100px 0;
  line-height: 100%;
  letter-spacing: 1px;
}
.sylanmu1 a:hover {
  color: #ca001c;
}
.sublanmu {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.sublanmu h3 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin: 18px 0 0 0;
  line-height: 24px;
  letter-spacing: 1px;
}
.sublanmu h3 a {
  color: #003686;
}
.sublanmu h3 a:hover {
  color: #ca001c;
}
.sublanmu h4 {
  text-align: center;
  font-size: 12px;
  color: #838383;
  margin: 9px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sublanmu h1 {
  font-size: 35px;
  color: #c5222a;
  text-align: center;
  margin: 0;
  line-height: 100%;
}
.sublanmu1 {
  overflow: hidden;
  margin: 0 0 30px 0;
}
.sublanmu1 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #2e2e2e;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 100%;
  letter-spacing: 1px;
}
.sublanmu1 h3 a {
  color: #003686;
}
.sublanmu1 h3 a:hover {
  color: #ca001c;
}
.sublanmu1 h4 {
  text-align: center;
  font-size: 12px;
  color: #838383;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sublanmu2 {
  overflow: hidden;
  margin: 0 0 68px 0;
}
.sublanmu2 h3 {
  font-size: 26px;
  font-weight: 500;
  color: #2e2e2e;
  text-align: center;
  margin: 12px 0 0 0;
  line-height: 100%;
  letter-spacing: 1px;
}
.sublanmu2 h3 a {
  color: #003686;
}
.sublanmu2 h3 a:hover {
  color: #ca001c;
}
.sublanmu2 h4 {
  text-align: center;
  font-size: 12px;
  color: #838383;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 800px) {
  .sublanmu2 {
    overflow: hidden;
    margin: 0 0 50px 0;
  }
}
.lanmu {
  overflow: hidden;
  z-index: 1;
  background: url(lanmu_bg.png) repeat-x bottom center;
}
.lanmu_l {
  line-height: 1;
  color: #333333;
  font-weight: 700;
  float: left;
  font-size: 21px;text-transform: uppercase;padding-bottom: 17px;
}
.lanmu_l:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ed1c24;
}
.lanmu_r {
  line-height: 26px;
  float: right;
  color: #0070da;
  font-size: 14px;
  text-transform: uppercase;
}
.lanmu_r a {
  color: #b0b0b0;
  text-decoration: none;
}
.lanmu_r a:hover {
  color: #e20009;
  text-decoration: none;
}
.lanmu[data-v-full] {padding: 0 18px;}

.lanmu1 {
  margin-bottom: 32px;
  overflow: hidden;
}
.lanmu1_l {
  line-height: 1;
  color: #333;
  font-weight: 700;
  float: left;
  font-size: 24px;margin-top: 5px;background-repeat: no-repeat;background-position: 0 3px;padding-left: 34px;
}
.lanmu1_l img {display: inline-block;margin-top: -4px;margin-right: 13px;}
.lanmu1_r {
  float: right;
  color: #bddcff;
  font-family: Arial;
  font-size: 12px;
}
.lanmu1_r a {
  color: #1b84c6;
  text-decoration: none;
}
.lanmu1_r a:hover {
  color: #F00307;
  text-decoration: none;
}
.lanmu2 {
  overflow: hidden;
  margin-top: 48px;
}
.lanmu2_l {
  color: #3157bb;
  font-weight: 700;
  float: left;
  font-size: 21px;
  line-height: 1.2;
}
.lanmu2_r {
  line-height: 28px;
  float: right;
  color: #999999;
  font-family: Arial;
  font-size: 13px;
}
.lanmu2_r a {
  color: #999999;
  text-decoration: none;
}
.lanmu2_r a:hover {
  color: #F00307;
  text-decoration: none;
}
.lanmu3 {
  height: 48px;
  background: url() repeat-x top center;
  margin-bottom: 20px;
}
.lanmu3_l {
  height: 48px;
  line-height: 40px;
  font-size: 20px;
  color: #6aefff;
  font-weight: 600;
  margin-left: 16px;
  float: left;
  background: url() no-repeat top center;
}
.lanmu3_r {
  line-height: 42px;
  float: right;
  color: #e3f6ff;
  font-family: Arial;
  font-size: 12px;
  margin-right: 15px;
}
.lanmu3_r a {
  color: #6aefff;
  text-decoration: none;
}
.lanmu3_r a:hover {
  color: #d5fbff;
  text-decoration: none;
}

.sortlanmu {
  overflow: hidden;
}
.sortlanmu_l {
  line-height: 1;
  color: #333333;
  font-weight: 700;
  float: left;
  font-size: 24px;padding-bottom: 17px;
}

.sortlanmu1 {
  overflow: hidden;
}
.sortlanmu1_l {
  float: left;
  position: relative;
  padding: 0 13px;
  height: 0;
  line-height: 34px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 30px solid transparent;
  border-bottom: 35px solid #009CD1;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: 700;
  min-width: 240px;
}
.peoplesort {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding-top: 9px;
  min-width: 120px;
}
@media (max-width: 991px) {
  .sylanmu1 {
    margin: 0 0 70px 0;
  }
}
@media (max-width: 767px) {
	.lanmu1 {margin-bottom: 20px;}
  .sylanmu1 {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 320px) {
  .peoplesort {
    font-size: 15px;
  }
}

.column { overflow:hidden;background: url(lanmu_bg.png) repeat-x bottom center;margin-bottom: 30px;margin-top: 22px;}
.column_l { line-height: 1.1;color: #0152ad;font-weight: 700;float: left;font-size: 32px;text-transform: uppercase;padding-bottom: 17px;position: relative;}
.column_l:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ed1c24;
}
.column_r {float: right;}
@media (max-width: 1199px){
	.column {margin-top: 0px;}
	.column_r {width: 100%;display: block;}
	.column_l {font-size: 30px;}
	.breadcrumb {padding: 8px 0 14px;}
	.breadcrumb {padding: 0 0 15px 0;}
	.column_l {font-size: 28px;}
}
@media (max-width: 991px){
	
}
@media (max-width: 767px){
	.column_l {font-size: 24px;}
}

.hui {
  font-size: 14px;
  line-height: 26px;
  color: #bfbfbf;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}
.hei {
  font-size: 12px;
  line-height: 18px;
  color: #8b8b8b;
  text-decoration: none;
  font-family: Arial;
}
a.hei:hover {
  color: #f86900;
  font-size: 12px;
  text-decoration: none;
}
.hei1 {
  font-size: 14px;
  line-height: 22px;
  color: #454545;
  text-decoration: none;
  font-family: Arial;
  background-image: url();
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 15px;
}
A.hei1:hover {
  COLOR: #004ea2;
  FONT-SIZE: 14px;
  text-decoration: none;
}
.lan {
  font-size: 12px;
  line-height: 18px;
  color: #0f8fd0;
  text-decoration: none;
}
a.lan:hover {
  color: #15499a;
  font-size: 12px;
  text-decoration: none;
}
.lan1 {
  font-size: 14px;
  line-height: 18px;
  color: #004ea2;
  text-decoration: none;
}
a.lan1:hover {
  color: #d61300;
  font-size: 14px;
  text-decoration: none;
}
.huang {
  font-size: 15px;
  color: #ffc435;
  line-height: 20px;
}
.dlan {
  font-size: 13px;
  line-height: 18px;
  color: #6ff3ff;
  text-decoration: none;
  font-family: Arial;
}
.bai {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial;
  background-image: url();
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 16px;
}
a.bai:hover {
  color: #6ff3ff;
  font-size: 13px;
}
.bai12 {
  font-size: 12px;
  line-height: 18px;
  color: #e9f7ff;
  text-decoration: none;
}
a.bai12:hover {
  color: #8bebff;
  font-size: 12px;
}
.bai13 {
  font-size: 13px;
  line-height: 20px;
  color: #e9f7ff;
  text-decoration: none;
}
a.bai13:hover {
  color: #8bebff;
  font-size: 13px;
}
.bai14 {
  font-size: 14px;
  line-height: 38px;
  color: #d1d1d1;
  text-decoration: none;
}
a.bai14:hover,
a.bai14:focus {
  color: #a3c3ff;
}
.bai15 {
  font-size: 15px;
  line-height: 20px;
  color: #e9f7ff;
  text-decoration: none;
  padding-bottom: 10px;
}
a.bai15:hover {
  color: #8bebff;
  font-size: 15px;
}
@media (max-width: 767px) {
  .hei1 {
    font-size: 15px;
    line-height: 22px;
  }
  A.hei1:hover {
    FONT-SIZE: 15px;
  }
  .bai14 {
    font-size: 16px;
    color: #ffffff;
  }
}
/*-----------------文字列表---------------------*/
.list-index { overflow:hidden; display:block;}
.list-index dl {margin-bottom: 0;}
.list-index dl dd {overflow:hidden;width:100%; text-align:left;margin-bottom: 16px;}
.list-index dl dd:last-child {margin-bottom: 0px;}
.list-index dl dd a { float:left;max-width:100%;overflow:hidden;font-size:14px;line-height:1.3; color:#444;padding:0 0 0 16px;display:block; font-weight:500;position: relative;}
.list-index dl dd a:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #c5d4ff;
    position: absolute;
    top: 6px;
    left: 1px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-index dl dd a:hover {color: #1213b0; text-decoration: none;}

.list-tab {
  overflow: hidden;
  display: block;
}
.list-tab ul li {
  overflow: hidden;
  text-align: left;
  margin-bottom: 19px;
}
.list-tab ul li:nth-last-child(1),
.list-tab ul li:nth-last-child(2) {
  margin-bottom: 0px;
}
.list-tab ul li a {
  float: left;
  max-width: 84%;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  padding: 0 0 0 14px;
  display: block;
  position: relative;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	height: 44px;
}
.list-tab ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #0070da;
  border-radius: 3px;
}
.list-tab ul li a > img {
  display: inline-block;
  margin: 0 0 0 6px;
}
.list-tab ul li a:hover {
  color: #0070da;
  text-decoration: none;
}
.list-tab i {
  float: left;
  margin: 0 0 0 8px;
}
.list-tab span {
  line-height: 1.4;
  color: #9aa1b2;
  font-size: 15px;
  font-family: Arial;
}
.list-tab span.right {
  float: right;
}
@media (max-width: 1199px) {
  .list-tab ul li a {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .list-tab ul li a {
    float: left;
    max-width: 78%;
  }
  .list-tab ul li:nth-last-child(3) {
    margin-bottom: 0px;
  }
  .list-tab ul li:nth-child(4),
  .list-tab ul li:nth-child(5),
  .list-tab ul li:nth-child(6) {
    display: none;
  }
}
@media (max-width: 767px) {
  .list-tab ul li a {
    max-width: 100%;
    -webkit-line-clamp: inherit;height: auto;
  }
  .list-tab span {
    width: 100%;
    padding-left: 13px;
    padding-top: 3px;
  }
}
.list-news {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.list-news li {
  overflow: hidden;
  padding: 20px 18px;
}
.list-news li:nth-child(odd) {background: #f8f9fd;}
.list-news li a {
  float: left;
  width: 88%;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  padding-left: 22px;
}
.list-news li a:after {
    top: 29px;
    left: 18px;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #999999;
	border-radius: 50%;
}
.list-news li a:hover {
  color: #e20009;
}
.list-news li a:hover:after {background: #e20009;}
.list-news span {
  line-height: 1.7;
  color: #999;
  font-size: 15px;
  font-family: Arial;
}
.list-news span.right {
  float: right;
}
@media (max-width: 991px) {
  .list-news li a {
    width: 81%;
  }
}
@media (max-width: 767px) {
  .list-news {
    margin-top: 26px;
  }
  .list-news li {padding: 16px 13px;}
  .list-news li a {
    width: 100%;
    white-space: normal;font-size: 17px;
  }
	.list-news li a:after {top:24px;left:14px;}
  .list-news span {
    display: block;margin-top: 15px;width: 100%;padding-left: 22px;
  }
}

/*---------------页尾---------------------*/
.foot {
  background: #0152ad;
  padding: 30px 0 36px;
}
.foot .tophalf h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.foot .tophalf li {
  font-size: 16px;
  color: #deefff;
  margin-top: 2px;
}
.foot .secondhalf {
  padding: 12px 0;
  border-top: #255689 solid 1px;
  background: rgba(38, 45, 52, 0.4);
  color: #dce5eb;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
}
.foot .secondhalf img {
  display: inline-block;
  margin-left: 15px;
}
.foot .secondhalf a {
  color: #dce5eb;
}
.foot .secondhalf a:hover {
  color: #acc3ff;
}
.copyright {
  font-size: 16px;
  line-height: 1.9;
  color: #f3f9ff;
  display: block;
  overflow: hidden;
  text-align: center;
}
.copyright a {
  color: #c6c6c6;
}
.copyright a:hover {
  color: #97a9d8;
}
.copyright span {display: inline-block;}
/*---------------------------------导航＆菜单------------------------------------------*/
.twobanner {
  height: 236px;
  border-top: #4d788e solid 1px;
}
.twolmmt {
  margin: 4px 0 0 0;
}
.h_menu {
  padding: 20px 0 3px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
}
.location_menu {
  overflow: hidden;
  padding: 0px;
}
.navbar {
  min-height: 40px;
  border: 0px solid transparent;
}
.navbar-toggle {
  float: right;
  padding: 4px 0;
  margin-top: 7px;
  margin-bottom: 6px;
  margin-right: 0px;
  border: 0px solid #F6FAFC;
}
.navbar-menu {
  font-size: 18px;
  color: #ffffff;
  float: left;
  font-weight: 500;
  margin: 9px 0 0 0;
}
.navbar-default .navbar-collapse {
  border-color: #0a3f90;
}
.nav-tabs > li {
  text-align: center;
}
.nav-tabs > li:last-child {
  border-right: #cacaca solid 0px;
}
.nav-stacked > li {
  background: #e7f3fa;
  border-bottom: #cae3ed solid 1px;
}
.nav-stacked li ul {
  margin: 0;
  background-color: #ebf9ff;
}
.nav-stacked li ul li {
  border-top: solid 1px #D0E9F3;
}
.nav-stacked li ul li a {
  border-bottom: solid 0px #D0E9F3;
  font-size: 13px;
  color: #535353;
  background: url() #ebf9ff no-repeat left 17px;
  margin-left: 35px;
  padding: 10px 12px 10px 16px;
  display: block;
}
.nav-stacked li ul li a:hover {
  color: #286ecc;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .twobanner {
    height: 206px;
  }
}
@media only screen and (max-width: 992px) {
  .nav-pills > li > a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-menu {
    display: none;
  }
  .navbar-right {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .twobanner {
    height: 142px;
  }
  .location_menu {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    margin-top: 5px;
  }
  .navbar-toggle {
    margin-top: 11px;
    margin-bottom: 8px;
  }
  .navbar-nav {
    margin: 7.5px -15px 20px -15px;
  }
}
@media screen and (max-width: 480px) {
  .nav-tabs > li {
    width: 100%;
    border-right: #cacaca solid 0px;
  }
}
.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 2px;
  display: inline-block;
  background: #fff;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:after,
.header .navbar-toggle .toggle-icon:before {
  position: absolute;
  left: 0;
  background: #fff;
  content: " ";
}
.header .navbar-toggle:hover .toggle-icon,
.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
  background: #547bff;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 2px;
  bottom: 12px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 2px;
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.header .navbar-toggle:hover .toggle-icon:after,
.header .navbar-toggle:hover .toggle-icon:before {
  width: 21px;
  height: 2px;
}
.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}
.dropdowns {
  position: relative;
}
.dropdown .dropdowns.open > a:before {
  content: "\f105";
  color: #013989;
}
.dropdown .dropdowns > a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  margin-left: 0;
  visibility: visible;
  color: #999;
}
@media screen and (max-width: 767px) {
  .dropdown .dropdowns > a:before {
    top: 13px;
  }
}
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation li {margin-bottom: 6px;}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 18px 16px 18px 22px;
  color: #0d2132;
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:500;
  background: #f0f1f3;
  -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
/*.leftNavigation li a:before {font-family: 'FontAwesome';content: "\f105";position: absolute;left: 24px;top: 22px;margin-left: 0;visibility: visible;color: #0d2132;-moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;}*/
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 20px;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 6px;
  right: 0;
  width: 4.8rem;
  padding: 13px 0;
  text-align: center;
  font-weight: 500;color: #bdbdbd;font-size: 20px;
}
.leftNavigation li.active a .leftNavIcon {color: #f6faff;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  padding: 0.8rem 0;
  text-align: center;
}
.leftNavigation li a:hover {
  background: #0152ad !important;
  color: #fff;
  /*padding-left: 50px;*/
}
.leftNavigation li a:hover:before {left: 34px;color: #fff;}
.leftNavigation li a:hover .leftNavIcon {color: #f6faff;}
.leftNavigation li ul {
  display: none;
  margin: 0;
}
.leftNavigation li ul li { border-bottom: solid 1px #1e76b8;}
.leftNavigation li ul li a {
  border: 0px; font-size:15px; color:#ffffff; background:url() no-repeat 29px 20px; padding-left:42px;border-left: #2473c0 solid 3px;
}
.leftNavigation li ul li a:hover {
  background:url() no-repeat 29px 20px;color:#8bebff;text-decoration:none;border-left: #2473c0 solid 3px;
}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #8bebff; text-decoration:none;
}
.leftNavigation li.active > a {
  color: #ffffff;
    /*padding-left: 50px;*/
    background: #0152ad !important;
}
.leftNavigation li.active > a:before {left: 34px;color: #fff;}
.leftNavigation li.active ul {
  display: block;border-top: solid 1px #1e76b8;
}
.leftNavigation > li.active {
  background-color: #f8f8f8;
}
.leftNavigation li ul li .level4 {border-top: solid 1px #1e76b8;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:14px; color:#e2f5fa; padding-left:42px;background: transparent;border-left: #2473c0 solid 3px;
}
.leftNavigation li ul li .level4 li a:hover {color: #8bebff;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #1e76b8;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}


.rightnav {
  overflow: hidden;
  margin-bottom: 40px;
}
.rightnav li {
  overflow: hidden;
  float: left;
  margin-right: 12px;
}
.rightnav li a {
  font-size: 17px;
  color: #333;
  line-height: 1;
  background: #f5f5f5;
  padding: 12px 22px;
  text-align: center;
  display: block;
}
.rightnav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #167cdc;
}
.rightnav li a.active {
  color: #fff;
  background: #167cdc;
  font-weight: 700;
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.rightnav li {
		width: 100%;margin-bottom: 8px;
	}
}
/*---------------People---------------------*/
.staff {overflow: hidden;margin-top: 28px;margin-bottom: 6px;}
.staff li{margin-bottom: 20px;display: block; overflow: hidden;padding-bottom: 20px;border-bottom: #ebebeb solid 1px; }
.staff li h2 { font-size:26px;line-height:1.1; color:#0036a3;margin:0 0 24px;font-weight: 700;overflow: hidden;display: block;}
.staff li h2 span {font-size: 14px;color: #0036a3;line-height: 1.1;font-weight: 500;margin-top: 12px;margin-left: 15px;}
.staff li a:hover h2 { color:#e20009; text-decoration:none;}
.staff li h3 { line-height: 1.1; font-size: 14px; margin:0 0 15px; color:#444;}
.staff li h3 span {border-right: #ccc solid 1px;padding-right: 15px;margin-right: 15px;display: inline-block;line-height: 1.1;}
.staff li h3 span:last-child {border-right: 0;padding-right: 0;margin-right: 0;}
.staff .news-img { margin-left: 25px;}
.staff .news-img span {border: #ebebeb solid 1px;}
.staff .news-img img{width: 106px; height: 142px;}
.staff .news-txt p { line-height: 1.6; font-size: 14px; margin: 0px; color:#909090;}
.staff .news-txt p span {font-weight: 700;color: #444;}
@media (min-width: 992px) {
	.staff .news-txt, .staff .news-txt p {overflow: hidden;}
}
@media (max-width: 767px) {
	.staff li h2 span {display: block;line-height: 1.5;margin-left: 0;margin-top: 5px;}
	.staff li h3 {line-height: 1.4;}
	.staff li h3 span {border-right: 0;padding-right: 0px;margin-right: 0px;display: block;line-height: 1.6;}
	.staff .news-img {width: 100%;margin-left: 0;margin-bottom: 20px;}
	.staff .news-img img {width: 190px;height: auto;margin: 0 auto;}
	.staff .news-img span {border: 0;}
	.staff .news-txt {float: left;}
}
/*---------------细览---------------------*/
.staffinfo {
  overflow: hidden;
  margin-bottom: 10px;padding: 20px;
  background: #f8f9fd;
}
.staffinfo li {
  margin-bottom: 22px;
  display: block;
  overflow: hidden;
}
.staffinfo li:last-child {
  margin-bottom: 0px;
  border-bottom: #ccc dashed 0px;
}
.staffinfo li h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 15px 0 8px;
  display: block;
  color: #0036a3;
  font-weight: 700;
}
.staffinfo li h2 a {
  color: #292929;
}
.staffinfo li h2 a:hover {
  color: #045d00;
  text-decoration: none;
}
.staffinfo li h3 {
	font-size: 15px;
  line-height: 1.2;
  margin: 0 0 20px;
  display: block;
  color: #0036a3;
}
.staffinfo .news-img {
  margin-right: 50px;
}
.staffinfo .news-img img {
  max-width: 100%;
  max-height: 270px;
  height: 270px;
}
.staffinfo .news-txt {}
.staffinfo .news-txt p {
  line-height: 25px;
  font-size: 15px;
  margin: 0px;
  color: #333333;
  font-weight: 500;
}
.staffinfo .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.staffinfo .news-txt p a:hover {
  color: #15549a;
}
@media (max-width: 991px) {
  .staffinfo .news-img {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .staffinfo {
    padding: 22px 15px;
  }
  .staffinfo .news-img {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .staffinfo .news-img img {
    margin: 0 auto;
  }
}
.embed-wrapper,
.iframe-wrapper {
  position: relative;
  height: 0;
  margin: 0 -15px;
  padding: 0 0 50%;
  overflow: hidden;
}
.embed-wrapper embed,
.embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper video,
.iframe-wrapper embed,
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.xlmain {
  display: block;
  margin: 0;
}
.xlmain .wztitle {
  color: #333;
  line-height: 130%;
  font-size: 26px;
  margin: 45px 0 36px 0;
  font-weight: 700;
}
.xlmain .hdtitle {
  color: #0036a3;
  line-height: 130%;
  font-size: 26px;
  margin: 46px 0 26px;
  font-weight: 700;
  text-align: center;
}
.xlmain .basicinfo {
  background: #f8f9fd;
  padding: 15px;
}
.xlmain .basicinfo .other-share {
  float: right;
}
.xlmain .basicinfo .qtinfo {
  color: #777;
  font-size: 15px;
  margin: 0;
}
.xlmain .basicinfo .qtinfo a {
  color: #777;
  text-decoration: none;
}
.xlmain .basicinfo .qtinfo a:hover {
  color: #de0c0c;
  text-decoration: none;
}
.xlmain .basicinfo .share {
  overflow: hidden;
  float: right;
}
.xlmain .basicinfo .ot-socials {
  text-align: right;
}
.xlmain .basicinfo .ot-socials a {
  display: inline-block;
  height: 16px;
  width: 20px;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
}
.xlmain .basicinfo .ot-socials .share-wx {
  background-image: url(fx-wx.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.xlmain .basicinfo .ot-socials .share-wx:hover {
  opacity: .6;
}
.xlmain .basicinfo .ot-socials .share-qq {
  background-image: url(fx-qq.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.xlmain .basicinfo .ot-socials .share-qq:hover {
  opacity: .6;
}
.xlmain .basicinfo .ot-socials .share-wb {
  background-image: url(fx-wb.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.xlmain .basicinfo .ot-socials .share-wb:hover {
  opacity: .6;
}
.xlmain .text {
  overflow: hidden;
  display: block;
}
.xlmain .text p {
  margin: 0 0 22px 0;
}
.xlmain .text p:last-child {
  margin: 0 0 0 0;
}
.xlmain .text h4 {margin: 34px auto 14px auto;font-size: 27px;line-height: 100%;color: #0352ae;position: relative;display: block;padding-bottom: 14px;font-weight: 700;overflow: hidden;text-align: center;}
.xlmain .text h4:after {
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background: #0152ad;
}
.xlmain .text img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .text video {
  width: 50%;
  margin: 8px auto 15px auto;
  display: block;
  height: 100%;
  object-fit: fill;
}
.xlmain .text .sz {
  width: 244px;
  margin-left: 80px;
  float: right;
}
.xlmain .text .sz img {
  width: 244px;
}
.xlmain .text .szzc {
  overflow: hidden;
}
.xlmain .textxl {
  margin: 26px 0 0 0;
  overflow: hidden;
  display: block;
}
.xlmain .textxl p {
  margin: 0 0 22px 0;
}
.xlmain .textxl p:last-child {
  margin: 0;
}
.xlmain .textxl img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl table {
  margin: 0 0 15px 0;
}
.xlmain .textxl td {
  text-align: center;
}

.xlmain .texthd {
  overflow: hidden;
  display: block;
}
.xlmain .texthd p {
  margin: 0 0 10px;
}
.xlmain .texthd img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .texthd table {
  margin: 0 0 15px 0;
}
.xlmain .texthd td {
  text-align: center;
}

.xlmain .textld {
  margin: 32px 0 30px 0;
}
.xlmain .textld .photo {
  float: left;
  position: relative;
  margin: 0 26px 0px 26px;
}
.xlmain .textld .photo img {
  border-radius: 4px;
  margin: 0 0 15px 0 !important;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 200px;
  -ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
  -o-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
}
.xlmain .textsp {
  margin: 38px auto 0 auto;
  overflow: hidden;
  display: block;
  width: 66%;
  position: relative;
}
.xlmain .textsp .txsp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 1;
}
.xlmain .textsp video {
  border: #d9d9d9 solid 6px;
  border-radius: 5px;
  width: 100% !important;
  height: 100% !important;
}
.xlmain .table-bordered > tbody > tr > th,
.xlmain .table-bordered > tbody > tr > td {
  vertical-align: middle;
  letter-spacing: 0px;
}
.xlmain .table-bordered > tbody > tr > td {
  font-size: 15px;
}
.xlmain .table-bordered > tbody > tr > th {
  font-size: 15px;
  color: #282828;
  background-color: #f3f3f3;
}
.rylanmu {
  overflow: hidden;
  margin: 18px 0 8px;
}
.rylanmu_l {
  color: #0036a3;
  float: left;
  font-weight: 700;
  font-size: 19px;
  line-height: 140%;
}
.rylanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.xlmain .textry {
  overflow: hidden;
}
.xlmain .textry .mt {
  margin-top: 288px;
}
.xlmain .textry h4 {
  font-size: 32px;
  line-height: 1.2;
  margin: 5px 0 15px 0;
  display: block;
  color: #272727;
  font-weight: 700;
}
.xlmain .textry p {
  margin: 0;
}
.xlmain .textry p a {
  color: #333;
}
.xlmain .textry p a:hover {
  color: #005bac;
}
.xlmain .textry th {
  color: #333;
  font-size: 16px;
}
.xlmain .textry .ryname {
  overflow: hidden;
  border-left: 10px #FF9800 solid;
  padding-left: 20px;
  margin: 24px 0 40px 0;
}
.xlmain .textry .ryname h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0 0 12px 0;
}
.xlmain .textry .ryname h4 b {
  font-size: 32px;
  color: #004098;
  font-weight: 700;
}
.xlmain .textry .ryinfo {
  overflow: hidden;
  background: #e6f3fc;
}
.xlmain .textry .ryinfo .ryimg {
  margin-right: 30px;
  background: #c1dced;
  padding: 30px 50px;
}
.xlmain .textry .ryinfo .ryimg img {
  border-radius: 5px;
  width: 180px;
  height: 240px;
}
.xlmain .textry .ryinfo .rytxt p {
  line-height: 220%;
  font-size: 17px;
  margin: 30px 0 0 0;
  color: #222;
}
.xlmain .textry .ryinfo .rytxt p a {
  color: #222;
  font-size: 17px;
  text-decoration: none;
  font-style: normal;
}
.xlmain .textry .ryinfo .rytxt p a:hover {
  color: #ff7300;
}
.xlmain .textry .rydetail {
  overflow: hidden;
}
.xlmain .textry .rydetail tbody {
  background-color: transparent;
}
.xlmain .textqk {
  overflow: hidden;
  font-size: 15px;
  line-height: 160%;
  color: #333;
  margin-top: 11px;
}
.xlmain .textqk p {
  margin: 0 0 16px 0;
}
.platformbox {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 0 68px 0;
}
.xlmain .platforminfo {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  min-height: 1000px;
}
.xlmain .platforminfo p {
  margin: 0 0 16px 0;
}
.xlmain .platforminfo p:last-child {
  margin: 0 0 0 0;
}
.xlmain .platforminfo img {
  display: block;
  margin: 0 auto 70px auto;
}
@media (min-width: 992px) {
  .xlmain .platforminfo {
    width: 876px;
  }
	.xlmain .textxl img {
    max-width: 800px;
  }
}
@media (min-width: 767px) {
  
}
@media (max-width: 1199px) {
  .xlmain .textsp {
    width: 64%;
  }
  .xlmain .text video {
    width: 70%;
  }
  .xlmain .text .sz {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .xlmain .wztitle {
    font-size: 30px;
  }
  .xlmain .textsp {
    width: 80%;
  }
  .xlmain .textld .photo {
    width: 100%;
    margin: 0 0 18px 0;
  }
  .xlmain .text .szzc {
    overflow: initial;
  }
}
@media (max-width: 800px) {
  .platformbox {
    margin: 32px 0 48px 0;
  }
  .xlmain .platforminfo {
    min-height: 800px;
  }
  .xlmain .platforminfo img {
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 767px) {
  .xlmain .wztitle {
    margin: 0 0 26px 0;
    font-size: 22px;
  }
	.xlmain .hdtitle {font-size: 22px;margin: 30px 0 14px;}
  .xlmain .basicinfo .share {
    float: none;
    width: 138px;
    margin: 0 auto;
  }
  .xlmain .text video {
    width: 100%;
  }
  .xlmain .text .sz {
    margin-left: 0px;
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
  }
  .xlmain .textxl {
    margin: 20px 2px 0 2px;
  }
  .xlmain .textsp {
    width: 100%;
    margin: 20px auto 4px auto;
  }
  .xlmain .platforminfo {
    width: 100%;
  }
  .xlmain .platforminfo img {
    margin: 0 auto 40px auto;
  }
  .xlmain .textry h3 span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}

/*-------------------------btn styles--------------------------------*/
.btn-sblue {
  color: #fff;
  background: #008ec9;
  padding: 3px 10px;
  font-size: 12px;
  float: none;
  font-weight: 500;
  margin-right: 6px;
  border-radius: 2px;
  display: inline-block;
}
.btn-sblue:hover,
.btn-sblue:focus,
.btn-sblue:active,
.btn-sblue.active,
.open .dropdown-toggle.btn-sblue {
  color: #fff;
  background: #b41d1d;
}

.btn-more {
  color: #fff;
  padding: 0 14px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 38px;
  border-radius: 0;
  background: #606aff;border: 0;
}
.btn-more i {
  display: block;width: 41px;height: 38px;border-right: #9097ff solid 1px;float: left;margin-right: 14px;background: url(icon05.png) no-repeat center #606aff;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
  color: #fff;background: #012593;
}
/*-----------------Keynotes---------------------*/
.graphiclist {overflow: hidden;margin-top: 38px;}
.graphiclist li {margin-bottom: 48px;display: block; overflow: hidden; }
.graphiclist li:last-child {margin-bottom: 0px;}
.graphiclist li h2 { margin:0 0 18px;font-weight: 700;font-size:24px;line-height:1.2; color:#333;overflow: hidden;display: block;text-align: center;}
.graphiclist li a:hover h2 { color:#e20009; text-decoration:none;}
.graphiclist .news {border: #8ec4ff solid 1px;overflow: hidden;padding: 10px;position: relative;z-index: 1;}
.graphiclist .news:before {
    position: absolute;
    top: -166px;
    left: -196px;
    bottom: 0;
    content: "";
    background: #65adff;
    width: 260px;
    height: 660px;
    z-index: -1;
	-webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
}
.graphiclist .news-img { margin-right: 40px;}
.graphiclist .news-img img{width: 194px; height: 228px;}
.graphiclist .news-txt h3 { margin:30px 0 20px;font-weight: 700;font-size:24px;line-height:1.3; color:#0152ad;overflow: hidden;display: block;}
.graphiclist .news-txt p { 
  line-height: 1.7; 
  font-size: 18px;
  margin: 0px; 
  color:#444;
  /* -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; */
  /* height: 90px; */
}
.graphiclist .news-txt span {font-size: 14px;color: #444444;line-height: 1.1;font-weight: 500;margin-top: 24px;margin-bottom: 22px;display: block;text-transform: uppercase;}
.graphiclist li a:hover .news-txt span {color: #0b6edc;}
@media (min-width: 767px) {
	.graphiclist .news-txt, .graphiclist .news-txt p {overflow: hidden;}
	.graphiclist .news-txt p {padding-right: 30px;}
}
@media (max-width: 1199px) {
	.graphiclist .news-img { margin-right: 30px;}
	.graphiclist .news-txt h3 {margin: 8px 0 20px;}
	.graphiclist .news-txt p {-webkit-line-clamp: 4;height: 120px;}
}
@media (max-width: 991px) {
	.graphiclist .news-img {width: 100%;margin-right: 0;margin-top: 30px;margin-bottom: 20px;}
	.graphiclist .news-img img {width: 194px;height: auto;margin: 0 auto;}
	.graphiclist .news-txt {float: left;margin-left: 20px;}
	.graphiclist .news:before {
		top: -256px;left: -116px;
		-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	.graphiclist .news-txt p {-webkit-line-clamp: inherit;height: auto;}
}
@media (max-width: 390px) {
	.graphiclist .news-txt {margin-left: 10px;}
}

/* 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%;
  }
}

/*page*/
.pmt1 {
  margin-top: 30px;
}
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0 14px;
  margin: 2px 1px;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #508ded;
  color: #fff;
}
.pagefrm1 {
  color: #333;
  font-size: 12px;
  background-color: #F7F7F7;
  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: 14px;
  TEXT-ALIGN: center;
  CLEAR: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  PADDING-TOP: 0px;
  float: left;
}
#pages A {
  BORDER: #ebebeb 1px solid;
  HEIGHT: 40px;
  BACKGROUND: #fff;
  COLOR: #333;
  PADDING: 0 16px;
  TEXT-DECORATION: none;
  MARGIN: 0px 5px 6px 0;
  DISPLAY: inline-block;
  LINE-HEIGHT: 40px;
  border-radius: 3px;
}
#pages A:visited {
  BORDER: #ebebeb 1px solid;
  HEIGHT: 40px;
  BACKGROUND: #fff;
  COLOR: #333;
  PADDING: 0 16px;
  TEXT-DECORATION: none;
  MARGIN: 0px 5px 6px 0;
  DISPLAY: inline-block;
  LINE-HEIGHT: 40px;
  border-radius: 3px;
}
#pages A:hover {
  BORDER: #ebebeb 1px solid;
  HEIGHT: 40px;
  BACKGROUND: #fff;
  COLOR: #333;
  PADDING: 0 16px;
  TEXT-DECORATION: none;
  MARGIN: 0px 5px 6px 0;
  DISPLAY: inline-block;
  LINE-HEIGHT: 40px;
  border-radius: 3px;
}
#pages SPAN {
  HEIGHT: 40px;
  BORDER: #de1018 1px solid;
  BACKGROUND: #de1018;
  COLOR: #fff;
  PADDING: 0 16px;
  TEXT-DECORATION: none;
  MARGIN: 0px 5px 6px 0;
  DISPLAY: inline-block;
  LINE-HEIGHT: 40px;
  font-size: 14px;
  border-radius: 3px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover {
  BORDER: #de1018 1px solid;
  BACKGROUND: #de1018;
  COLOR: #fff;
}
#pages A.curr {
  BORDER: #de1018 1px solid;
  BACKGROUND: #de1018;
  COLOR: #fff;
}
#pages A.curr:visited {
  BORDER: #de1018 1px solid;
  BACKGROUND: #de1018;
  COLOR: #fff;
}
#pages A:hover {
  BORDER: #de1018 1px solid;
  BACKGROUND: #de1018;
  COLOR: #fff;
}

@media (max-width: 767px){
    .sidenav {display: block;}
}

/* new add */
.local-organization .main-cont {
  padding-top: 20px;
}
.local-organization .cont-title {
  font-size: 20px;
	line-height: 30px;
	color: #404040;
  margin-bottom: 15px;
  text-align: center;
}
.local-organization .box-s {
  border-radius: 5px;
  padding: 20px;
  min-height: 190px;
  background-color: #f3f6fa;
  margin-bottom: 20px;
}
.local-organization .box-s .box-title {
  position: relative;
  font-size: 18px;
	line-height: 22px;
	color: #0152ad;
  padding-bottom: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.local-organization .box-s .box-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
	height: 3px;
  background-color: #bcc3d8;
  border-radius: 2px;
}
.local-organization .box-s .box-txt {
  font-size: 14px;
	line-height: 24px;
	color: #404040;
}
.local-organization .box-s .box-txt i,.local-organization .box-s .box-txt em {
  font-style: normal;
  color: #0152ad;
}

@media (max-width:991px) {
  .org .col-md-2 {
    margin-bottom: 30px;
  }
}

/*文字列表*/
.text-list li:nth-child(2n + 1) {
  background-color: #f5f7fb;
}
.text-list .box-s {
  line-height: 30px;
  position: relative;
  padding: 15px 15px 15px 30px;
}
.text-list .box-s:hover .box-title {
  color: #3D55A7;
}
.text-list .box-s:after {
  content: '';
  position: absolute;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 25px;
  background-color: #3D55A7;
}
.text-list .box-s .box-title {
  color: #333;
  display: block;
  line-height: 24px;
}
.comp-text-list-01 .box-s:after {
  background: #acb3ca;
}

/* float-box */
.float-box {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 30%;
  border-radius: 3px;
}
.float-box .box-icon {
  background: url(hy-float-icon.png) no-repeat center center #fe8922;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.float-box .box-txt {
  background: #ff691f;
  height: 60px;
  line-height: 60px;
  width: 280px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  position: absolute;
  right: 60px;
  top: 0;
  display: none;
  border-radius: 3px 0 0 3px;
}
.float-box:hover .box-txt{
  display: block;
} 