* {
  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, \5FAE\8F6F\96C5\9ED1;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  background: #ffffff;
  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;
}
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;
}
/* 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;
}
.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;
}
@media (max-width: 991px) {
  .mobmt {
    margin-top: 8px;
  }
  .mobmt20 {
    margin-top: 20px;
  }
  .mobpadding {
    padding: 0;
  }
  .mobmargin {
    margin: 0;
  }
  .buttonbox {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mlr {
    padding-left: 10px;
    padding-right: 10px;
  }
  .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;
}
.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: 16px;
  line-height: 2;
  color: #333;
}
.nrhei b {
  font-size: 18px;
}
.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;
}
.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: 768px) {
  .indexbox2 {
    margin-bottom: 18px;
  }
}
/*---------------区域背景---------------------*/
.firstpart {
  overflow: hidden;
  padding: 66px 0 70px 0;
  background: url(dbzsw-webbg02.jpg) no-repeat fixed center #00305c;
}
.secondpart {
  padding: 70px 0 34px 0;
}
.thirdpart {
  padding: 60px 0 60px 0;
}
.fourpart {
  /* background: url(dbzsw-webbg02.jpg) no-repeat fixed center #00305c; */
  background-size: cover;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webbg02.jpg', sizingMethod='scale');
  padding: 70px 0 70px 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: 46px 0 46px 0;
  }
  .secondpart {
    padding: 46px 0 12px 0;
  }
  .fourpart {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .firstpart {
    padding: 24px 0 26px 0;
  }
  .secondpart {
    padding: 26px 0 26px 0;
  }
  .fourpart {
    padding: 26px 0 26px 0;
  }
}
/*---------------布局---------------------*/
.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: 60.2%;
  padding-right: 26px;
  border-right: #ecf2f7 solid 1px;
}
.win-r {
  width: 39.8%;
  padding-left: 26px;
}
@media (max-width: 991px) {
  .win-l {
    width: 100%;
    padding-right: 0px;
    border: 0;
  }
  .win-r {
    display: none;
  }
}
/*------------------TAB----------------*/
.indexggbox {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 22px;
  border-top: 3px solid #1e58a9;
  border-bottom: #d4e0ee solid 1px;
  border-left: #d4e0ee solid 1px;
  border-right: #d4e0ee solid 1px;
}
.mores_all {
  position: absolute;
  right: 22px;
  top: 22px;
}
.mores_all a {
  font-size: 14px;
  color: #0160b4;
}
.mores_all a:hover {
  color: #e30000;
}
.events_tab {
  position: relative;
  margin: 230px 0 0;
}
.events_tab .tabmenu {
  margin-top: 22px;
  overflow: hidden;
}
.events_tab .tabmenu ul li {
  color: #2e2d2d;
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  float: left;
  width: 25%;
}
.events_tab .tabmenu ul li span {
  float: left;
  display: block;
  height: 200px;
}
.events_tab .tabmenu ul li span.tabg img {
  margin-bottom: 4px;
}
.events_tab .tabmenu ul li span.tabg1 img {
  margin-bottom: 4px;
}
.events_tab .tabmenu ul li span.tabg2 img {
  margin-bottom: 4px;
}
.events_tab .tabmenu ul li span.tabg3 img {
  margin-bottom: 4px;
}
.events_tab .tabmenu ul li span.tabg {
  width: 100%;
  text-align: center;
  padding: 40px 0 17px;
  background: url(dbzsw-tab-bg01.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li.selected span.tabg {
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(dbzsw-tab-bg01f.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li span.tabg1 {
  width: 100%;
  text-align: center;
  padding: 40px 0 17px;
  background: url(dbzsw-tab-bg02.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li.selected span.tabg1 {
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(dbzsw-tab-bg02f.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li span.tabg2 {
  width: 100%;
  text-align: center;
  padding: 40px 0 17px;
  background: url(dbzsw-tab-bg03.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li.selected span.tabg2 {
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(dbzsw-tab-bg03f.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li span.tabg3 {
  width: 100%;
  text-align: center;
  padding: 40px 0 17px;
  background: url(dbzsw-tab-bg04.png) no-repeat center top;
  background-size: cover;
}
.events_tab .tabmenu ul li.selected span.tabg3 {
  width: 100%;
  text-align: center;
  color: #fff;
  background: url(dbzsw-tab-bg04f.png) no-repeat center top;
  background-size: cover;
}
.fwcx {
  width: 100%;
  overflow: hidden;
  min-height: 172px;
}
@media (max-width: 1280px) {
  .events_tab .tabmenu ul li span.tabg,
  .events_tab .tabmenu ul li span.tabg1,
  .events_tab .tabmenu ul li span.tabg2,
  .events_tab .tabmenu ul li span.tabg3 {
    background-size: 100% 100%;
  }
  .events_tab .tabmenu ul li.selected span.tabg,
  .events_tab .tabmenu ul li.selected span.tabg1,
  .events_tab .tabmenu ul li.selected span.tabg2,
  .events_tab .tabmenu ul li.selected span.tabg3 {
    background-size: 100% 100%;
  }
}
@media (max-width: 1024px) {
  .events_tab {
    margin: 170px 0 0;
  }
}
@media (max-width: 991px) {
  .events_tab .tabmenu ul li span.tabg {
    background: url(dbzsw-tab-smbg01.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li.selected span.tabg {
    background: url(dbzsw-tab-smbg01f.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li span.tabg1 {
    background: url(dbzsw-tab-smbg02.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li.selected span.tabg1 {
    background: url(dbzsw-tab-smbg02f.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li span.tabg2 {
    background: url(dbzsw-tab-smbg03.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li.selected span.tabg2 {
    background: url(dbzsw-tab-smbg03f.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li span.tabg3 {
    background: url(dbzsw-tab-smbg04.png) no-repeat center top;
  }
  .events_tab .tabmenu ul li.selected span.tabg3 {
    background: url(dbzsw-tab-smbg04f.png) no-repeat center top;
  }
}
@media (max-width: 767px) {
  .events_tab {
    margin: 80px 0 0;
  }
  .events_tab .tabmenu {
    margin-top: 0;
    border-bottom: #167cdc solid 3px;
  }
  .events_tab .tabmenu ul li span.tabg,
  .events_tab .tabmenu ul li span.tabg1,
  .events_tab .tabmenu ul li span.tabg2,
  .events_tab .tabmenu ul li span.tabg3 {
    padding: 14px 0 17px;
    background-color: #fff;
  }
  .events_tab .tabmenu ul li.selected span.tabg,
  .events_tab .tabmenu ul li.selected span.tabg1,
  .events_tab .tabmenu ul li.selected span.tabg2,
  .events_tab .tabmenu ul li.selected span.tabg3 {
    background-color: #167cdc;
  }
  .events_tab .tabmenu ul li span.tabg img,
  .events_tab .tabmenu ul li span.tabg1 img,
  .events_tab .tabmenu ul li span.tabg2 img,
  .events_tab .tabmenu ul li span.tabg3 img {
    width: 40px;
  }
  .events_tab .tabmenu ul li {
    font-size: 15px;
  }
  .events_tab .tabmenu ul li span {
    height: 92px;
  }
  .fwcx {
    min-height: 378px;
  }
}
@media (max-width: 320px) {
  .events_tab .tabmenu ul li {
    font-size: 14px;
  }
}
/* Focus
=================================*/
.focuspart {
  padding: 30px 30px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.focuspart::after {
  content: '';
  display: block;
  width: 236%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  background: #fff;
}
.focuspart .focusbox {
  overflow: hidden;
  margin-bottom: 76px;
  z-index: 1;
}
.aboutpart {
  overflow: hidden;
}
.aboutpart .about-img {
  margin-right: 30px;
}
.aboutpart .about-img img {
  width: 260px;
  height: 172px;
}
.aboutpart .about-txt p {
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
  margin: 0;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 166px;
}
@media (max-width: 767px) {
  .aboutpart .about-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .aboutpart .about-img img {
    width: 100%;
    height: 222px;
  }
  .aboutpart .about-txt {
    width: 100%;
    float: left;
  }
  .aboutpart .about-txt p {
    -webkit-line-clamp: 5;
    height: 134px;
  }
}
@media (max-width: 380px) {
  .aboutpart .about-img img {
    height: 196px;
  }
}
@media (max-width: 320px) {
  .aboutpart .about-img img {
    height: 160px;
  }
}
.home-graphic li {
  display: block;
  overflow: hidden;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.home-graphic li h2 {
  margin: 0 0 14px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 78px;
}
.home-graphic li h2:hover {
  color: #0070da;
  text-decoration: none;
}
.home-graphic .news-img {
  margin-right: 30px;
}
.home-graphic .news-img img {
  width: 260px;
  height: 172px;
}
.home-graphic .news-txt p {
  line-height: 1.7;
  font-size: 16px;
  margin: 0px;
  color: #737373;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 78px;
}
@media (max-width: 1199px) {
  .home-graphic .news-txt p {
    line-height: 1.7;
    font-size: 15px;
    height: 73px;
  }
}
@media (max-width: 991px) {
  .home-graphic .news-txt p {
    overflow: initial;
  }
  .home-graphic li h2 {
    white-space: normal;
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .focuspart {
    padding: 20px 20px 0;
  }
  .home-graphic li h2 {
    font-size: 17px;
    line-height: 1.4;
  }
  .home-graphic .news-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home-graphic .news-img img {
    width: 100%;
    height: 222px;
  }
  .home-graphic .news-txt {
    width: 100%;
    float: left;
  }
}
@media (max-width: 380px) {
  .home-graphic .news-img img {
    height: 196px;
  }
}
@media (max-width: 320px) {
  .home-graphic .news-img img {
    height: 160px;
  }
}
.list-index li {
  overflow: hidden;
  margin-bottom: 22px;
}
.list-index li:last-child {
  margin-bottom: 0;
}
.list-index li a {
  float: left;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.list-index li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #0070da;
  border-radius: 3px;
}
.list-index li a:hover {
  color: #0070da;
  text-decoration: none;
}
@media (max-width: 991px) {
  .list-index li {
    padding: 4px 0;
  }
  .list-index li a {
    white-space: normal;
    font-size: 16px;
    line-height: 1.6;
  }
  .list-index li a:after {
    top: 9px;
  }
}
/* Atribute Navigation
=================================*/
.attr-nav {
  float: right;
  display: inline-block;
  margin-left: 25px;
}
.attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.attr-nav > ul > li {
  float: left;
  display: block;
  margin-right: 15px;
}
.attr-nav > ul > li:last-child {
  margin-right: 0px;
}
.attr-nav .searchbox {
  position: relative;
  background: #fff;
  width: 190px;
  border-radius: 20px;
  padding: 9px 0;
  border: #d5deee solid 0px;
}
.attr-nav .searchbox input[type="text"] {
  margin: 0 16px 0;
  outline: none;
  color: #999;
  background: none;
  border: none;
  width: 66.33333%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  float: left;
}
.attr-nav .searchbox input[type="text"]::-webkit-input-placeholder {
  color: #999 !important;
  font-family: Arial;
}
.attr-nav .searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
.attr-nav .searchbox input[type="submit"] {
  background: url(dbzsw-searchbtn.png) no-repeat 0px 1px;
  border: none;
  cursor: pointer;
  width: 24px;height: 24px;
  outline: none;
  position: absolute;
  top: 8px;
  right: 12px;
}
/* Top Search
=================================*/
.top-search {
  background-color: #244dbb;
  padding: 5px 0;
  display: none;
}
.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
@media (max-width: 991px) {
  .top-search .container {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .top-search .container {
    padding: 0 20px;
  }
  .top-search {
    padding: 0;
  }
}
/*---------------焦点图---------------------*/
.webheader {
  overflow: hidden;
  position: relative;
  background-color: #013574;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 100px;
}
.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;
}
@media (min-width: 1921px) {
  .webheader {
    background-size: 100% 100%;
  }
}
/*-----------------NEWS-----------------*/
.events {
  overflow: hidden;
  display: block;
}
.events li {
  BORDER-BOTTOM: #cdcdcd dotted 0px;
  overflow: hidden;
  display: block;
  margin-bottom: 17px;
}
.events li:nth-last-child(1) {
  BORDER-BOTTOM: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.events li .news_t h2 {
  WIDTH: 100%;
  FLOAT: left;
  overflow: hidden;
  display: block;
  margin: 0;
  LINE-HEIGHT: 27px;
  height: 54px;
}
.events li .news_t h2 a {
  OVERFLOW: hidden;
  FONT-SIZE: 20px;
  COLOR: #333333;
  TEXT-DECORATION: none;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.events li .news_t h2 a:hover {
  TEXT-DECORATION: none;
  color: #2b499c;
}
.events li .news_t span {
  font-family: Arial;
  font-size: 18px;
  HEIGHT: 18px;
  COLOR: #0073cf;
  LINE-HEIGHT: 20px;
  display: block;
  float: left;
  margin-bottom: 6px;
  font-weight: 700;
}
.events li .news_t p {
  WIDTH: 100%;
  WHITE-SPACE: nowrap;
  TEXT-OVERFLOW: ellipsis;
  overflow: hidden;
  FLOAT: left;
  FONT-SIZE: 13px;
  COLOR: #999999;
  LINE-HEIGHT: 20px;
  font-family: Arial;
  margin: 0 0 4px;
  padding-left: 9px;
}
.events li .news_t p > span {
  color: #0086d1;
}
.events-l {
  width: 47.483%;
  position: relative;
  padding-right: 40px;
  float: left;
}
.events-l img {
  width: 100%;
  height: 402px;
}
.event_txt {
  position: relative;
  padding: 16px 0 0;
  background: #f0f5fa;
  width: 90%;
  margin: -53px auto 30px auto;
}
.event_txt .event_t1 {
  margin: 0 16px 0 16px;
  overflow: hidden;
}
.event_time {
  width: 88px;
  height: 88px;
  background: url(http://ibp.cas.cn/images/dbzsw-event_time.png);
  float: left;
  border-right: 4px solid #b2d4ec;
  text-align: center;
  margin-right: 20px;
}
.event_time p,
.event_list .event_time p {
  font-size: 36px;
  color: #333;
  margin: 12px 0 5px;
  line-height: 36px;
  font-weight: 700;
}
.event_time span {
  font-size: 17px;
  color: #7c7c7c;
  font-weight: 700;
}
.event_t1 h5 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: normal;
  overflow: hidden;
  text-transform: initial;
  margin: 0;
}
.event_t1 h5 a {
  color: #333333;
}
.event_t1 h5 a:hover {
  color: #043b8b;
}
.event_t2 {
  font-size: 16px;
  color: #747474;
  margin-top: 9px;
  background: url(http://ibp.cas.cn/images/dbzsw-en-icon02.png) no-repeat left 0px;
  padding-left: 28px;
  line-height: 22px;
}
.event_t2 img {
  display: inline-block;
  margin-right: 9px;
  margin-top: -3px;
  width: auto;
  height: auto;
}
.events-r {
  overflow: hidden;
}
.event_r {
  overflow: hidden;
}
.event_list h5 {
  font-size: 23px;
  line-height: 1.3;
  text-transform: initial;
  margin: 0;
}
.event_list h5 a {
  color: #333333;
}
.event_list h5 a:hover {
  color: #043b8b;
}
.event_list p {
  font-size: 16px;
  color: #747474;
  margin-top: 10px;
}
.event_list li {
  margin-bottom: 32px;
  overflow: hidden;
}
.event_list li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .events-l img {
    height: 360px;
  }
  .event_list li {
    margin-bottom: 22px;
  }
}
@media (max-width: 1280px) {
  .events-l img {
    height: 340px;
  }
}
@media (max-width: 1199px) {
  .event_txt {
    margin: -40px auto 30px auto;
  }
  .events-l {
    width: 50.483%;
    padding-right: 30px;
  }
  .events-l img {
    height: 286px;
  }
  .event_list h5 {
    font-size: 19px;
  }
  .event_t1 h5 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .events-l {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .events-l img {
    height: auto;
  }
  .events-r {
    border-top: #ccc dotted 1px;
    padding-top: 30px;
  }
  .event_list h5 {
    font-size: 22px;
  }
  .event_t1 h5 {
    font-size: 22px;
  }
  .event_list li {
    margin-bottom: 32px;
  }
  .event_txt {
    margin: -66px auto 30px auto;
  }
}
@media (max-width: 767px) {
  .event_list h5 {
    font-size: 18px;
  }
  .event_t1 h5 {
    font-size: 18px;
  }
  .event_txt {
    margin: -46px auto 30px auto;
  }
}
/*--------------Flexisel---------------------*/
#flexiselDemo1 {
  display: none;
}
#flexiselDemo2 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*------------------imglink----------------*/
.secondpart .row {
  margin-left: -10px;
  margin-right: -10px;
}
.secondpart .row > [class^='col'] {
  padding-left: 10px;
  padding-right: 10px;
}
.imglink li {
  margin-bottom: 30px;
  position: relative;
}
.imglink li:last-child {
  margin-bottom: 0;
}
.imglink li a {
  display: block;
  overflow: hidden;
}
.imglink li .bgimg {
  background-color: #0b4870;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  background-position: center;
}
.imglink li:hover .bgimg {
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
  -webkit-transform: scale(1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1.2);
  /* Firefox */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Opera */
  transform: scale(1.2);
}
.imglink li p {
  display: block;
  position: absolute;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 210px;
  height: 34px;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -105px;
  z-index: 1;
  color: #fff;
  text-shadow: 1px 0px 6px #000;
}
.imglink .col-xs-6 {
  width: 20%;
}
@media (max-width: 1199px) {
  .imglink li p {
    width: 140px;
    height: 26px;
    margin-top: -13px;
    margin-left: -70px;
  }
  .imglink li p img {
    height: 22px;
  }
  .imglink li .bgimg {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .imglink .col-xs-6:nth-child(1),
  .imglink .col-xs-6:nth-child(2),
  .imglink .col-xs-6:nth-child(3) {
    width: 33.333%;
  }
  .imglink .col-xs-6:nth-child(4),
  .imglink .col-xs-6:nth-child(5) {
    width: 50%;
  }
  .imglink li p {
    width: 210px;
    height: 34px;
    margin-top: -17px;
    margin-left: -105px;
  }
  .imglink li p img {
    height: 33px;
  }
  .imglink li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .imglink .col-xs-6:nth-child(1),
  .imglink .col-xs-6:nth-child(2),
  .imglink .col-xs-6:nth-child(3),
  .imglink .col-xs-6:nth-child(4) {
    width: 50%;
  }
  .imglink .col-xs-6:nth-child(5) {
    width: 100%;
  }
  .imglink li p {
    width: 140px;
    height: 26px;
    margin-top: -13px;
    margin-left: -70px;
  }
  .imglink li p img {
    height: 22px;
  }
}
/*--------------Research Direction---------------------*/
.direction .row {
  margin-left: -22px;
  margin-right: -22px;
}
.direction .row > [class^='col'] {
  padding-left: 22px;
  padding-right: 22px;
}
.direction li .item {
  background: #ffffff;
  position: relative;
  padding: 50px 28px 50px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #0073cf;
  z-index: 1;
  overflow: hidden;
  height: 468px;
}
.direction li .item .fxpic {
  width: 116px;
  height: 116px;
  border: #0073cf solid 2px;
  margin: 0 auto;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 30px;
}
.direction li .item:hover .fxpic {
  border: #0067ba solid 2px;
}
.direction li .item .fxpic img {
  border-radius: 50%;
}
.direction li .item h4 {
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #222;
  font-size: 22px;
  line-height: 130%;
}
.direction li .item p {
  font-weight: 500;
  color: #777;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.direction li .item::after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #0073cf;
}
.direction li .item:hover::after {
  top: 0;
}
.direction li .item h4,
.direction li .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.direction li .item:hover h4,
.direction li .item:hover p {
  color: #ffffff;
}
@media (max-width: 1280px) {
  .direction .row {
    margin-left: -19px;
    margin-right: -19px;
  }
  .direction .row > [class^='col'] {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 1239px) {
  .direction li .item {
    height: 498px;
  }
}
@media (max-width: 1100px) {
  .direction li .item {
    height: 522px;
  }
  .direction .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .direction .row > [class^='col'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .direction li .item {
    padding: 50px 20px 50px;
  }
  .direction li .item h4 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .direction li .item {
    height: 620px;
  }
}
@media (max-width: 767px) {
  .direction li .item h4 {
    font-size: 22px;
  }
}
/*---------------Links---------------------*/
.linkspic li {
  margin-bottom: 26px;
}
.linkspic li img {
  border: #fff solid 1px;
  height: 82px;
  width: 100%;
}
@media (max-width: 1280px) {
  .linkspic li img {
    height: 78px;
  }
}
@media (max-width: 1199px) {
  .linkspic li img {
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .linkspic li img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .linkspic .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .linkspic .row > [class^='col'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .linkspic li {
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .linkspic li img {
    height: 48px;
  }
}
/*人员列表*/
.staffsort {
  padding: 10px 20px 20px 20px;
  min-height: 750px;
}
.staff {
  overflow: hidden;
}
.staff .row {
  margin-right: -20px;
  margin-left: -20px;
}
.staff .row > [class^='col'] {
  padding-right: 20px;
  padding-left: 20px;
}
.staff li {
  margin-top: 28px;
}
.staff li .boxstyle {
  overflow: hidden;
  width: 150px;
}
.staff li .boxstyle img {
  width: 158px;
  height: 215px;
}
.staff li a:hover .boxstyle img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.staff li .boxstyle .txtinfo {
  margin: 15px 0 0 0;
  overflow: hidden;
}
.staff li .boxstyle .txtinfo h4 {
  color: #e73e04;
  font-size: 18px;
  margin: 0 0 6px 0;
  line-height: 20px;
  font-weight: 500;
  float: left;
  font-family: "Times New Roman", serif;
}
.staff li .boxstyle .txtinfo h4 a {
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.staff li .boxstyle .txtinfo h4 a:hover {
  color: #3157bb;
}
.staff li .boxstyle .txtinfo h5 {
  font-size: 14px;
  color: #444;
  margin: 0 0 8px 0;
  text-transform: inherit;
  float: left;
  width: 100%;
}
.staff li .boxstyle .txtinfo p {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  margin: 0 0 3px 0;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.staff li .boxstyle .txtinfo span {
  font-size: 13px;
  color: #808080;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .staff li .boxstyle {
    width: 100%;
  }
  .staff li .boxstyle img {
    width: 122px;
    height: 166px;
  }
  .staff li .boxstyle .txtinfo h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .staff li .boxstyle img {
    width: 148px;
    height: 201px;
  }
  .staff li .boxstyle .txtinfo h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .staff li .boxstyle {
    width: 150px;
  }
  .staff li .boxstyle img {
    width: 150px;
    height: 204px;
  }
}
@media (max-width: 380px) {
  .staff .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .staff .row > [class^='col'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .staff li .boxstyle {
    width: 100%;
  }
  .staff li .boxstyle img {
    width: 153px;
    height: 208px;
  }
}
@media (max-width: 320px) {
  .staff li .boxstyle img {
    width: 125px;
    height: 170px;
  }
}
/*--------------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;
  }
}
/*--------------Annual Report---------------------*/
.nd-report {
  overflow: hidden;
}
.nd-report li {
  margin-top: 28px;
}
.nd-report .boxstyle {
  overflow: hidden;
}
.nd-report .boxstyle img {
  width: 184px;
  height: 209px;
}
.nd-report .boxstyle p {
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .nd-report .boxstyle img {
    width: 173px;
    height: 197px;
  }
}
@media (max-width: 1199px) {
  .nd-report .boxstyle img {
    width: 130px;
    height: 148px;
  }
}
@media (max-width: 991px) {
  .nd-report .boxstyle img {
    width: 155px;
    height: 176px;
  }
}
@media (max-width: 320px) {
  .nd-report .boxstyle img {
    width: 125px;
    height: 142px;
  }
}
.nianbao {
  margin-top: 30px;
}
.nianbao .row {
  margin-left: -20px;
  margin-right: -20px;
}
.nianbao .row > [class^='col'] {
  padding-left: 20px;
  padding-right: 20px;
}
.nianbao li {
  margin-bottom: 20px;
}
.nianbao li .boxstyle img {
  height: 246px;
  width: 100%;
}
.nianbao li a:hover .boxstyle img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nianbao li .boxstyle .txtinfo {
  margin: 12px 2px 0 2px;
  overflow: hidden;
}
.nianbao li .boxstyle .txtinfo h5 {
  font-size: 14px;
  color: #0078c9;
  margin: 0 0 3px 0;
  font-family: Arial;
  font-weight: 500;
}
.nianbao li .boxstyle .txtinfo h4 {
  font-size: 20px;
  margin: 0 0 8px 0;
}
.nianbao li .boxstyle .txtinfo h4 a {
  color: #222;
  line-height: 1.4;
  border: 0;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  display: block;
}
.nianbao li .boxstyle .txtinfo h4 a:hover {
  color: #0d4394;
}
.nianbao li .boxstyle .txtinfo p {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  margin: 0 0 8px 0;
  word-break: break-all;
}
.nianbao li .boxstyle .txtinfo span {
  font-size: 13px;
  color: #808080;
  line-height: 22px;
}
@media (max-width: 1440px) {
  .nianbao li .boxstyle img {
    height: 218px;
  }
}
@media (max-width: 1280px) {
  .nianbao li .boxstyle img {
    height: 207px;
  }
  .nianbao li .boxstyle .txtinfo h4 {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .nianbao .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nianbao .row > [class^='col'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nianbao li .boxstyle img {
    height: 162px;
  }
  .nianbao li .boxstyle .txtinfo h4 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .nianbao li .boxstyle img {
    height: 190px;
  }
  .nianbao li .boxstyle .txtinfo h4 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .nianbao li .boxstyle img {
    height: auto;
  }
  .nianbao li .boxstyle .txtinfo {
    height: auto;
  }
  .nianbao li .boxstyle .txtinfo h4 a {
    -webkit-line-clamp: inherit;
  }
  .nianbao li .boxstyle .txtinfo h4 {
    font-size: 20px;
  }
}
/*--------------Page Research Direction---------------------*/
.pagedirection li .item {
  background: #ffffff;
  position: relative;
  padding: 50px 28px 50px;
  z-index: 1;
  overflow: hidden;
}
.pagedirection li .item .fxpic {
  width: 116px;
  height: 116px;
  border: #0073cf solid 2px;
  margin: 0 auto;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 30px;
}
.pagedirection li .item:hover .fxpic {
  border: #0067ba solid 2px;
}
.pagedirection li .item .fxpic img {
  border-radius: 50%;
}
.pagedirection li .item h4 {
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #222;
  font-size: 22px;
  line-height: 130%;
}
.pagedirection li .item p {
  font-weight: 500;
  color: #777;
  font-size: 16px;
  line-height: 140%;
  margin: 0;
}
.pagedirection li .item h4,
.direction li .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
/*.pagedirection li .item::after {
    position: absolute;
    left: 0;
    top: -100%;
    content: "";
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #0073cf;
}
.pagedirection li .item:hover::after {
    top: 0;
}
.pagedirection li .item:hover h4, .pagedirection li .item:hover p {
    color: #ffffff;
}*/
@media (max-width: 767px) {
  .direction li .item h4 {
    font-size: 22px;
  }
}
/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
  margin: 0;
  text-align: left;
}
ul.pagination li {
  padding: 0;
  margin: 0 5px 0 0;
  border-bottom: none;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
  padding: 8px 12px;
  border: 1px solid #dbdbdb;
  line-height: 1;
  background-color: #fafafa;
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #666666;
}
ul.pagination li > a:hover {
  background-color: transparent;
  color: #ffffff;
  background-color: #d03526;
  border-color: #d03526;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #ffffff;
  background-color: #d03526;
  border-color: #d03526;
  line-height: 1;
}
ul.pagination li > a:focus {
  background-color: #d03526;
  border-color: #d03526;
  color: #ffffff;
}
/*---------------栏目样式---------------------*/
.webcolumn {
  overflow: hidden;
  margin-bottom: 6px;
  text-align: center;
}
.webcolumn .lmname {
  margin: 0 0 15px 0;
  font-size: 36px;
  line-height: 100%;
  color: #0070da;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
/*.webcolumn .lmname:after {
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    background: #426cdc;
	border-radius: 1px;
}*/
.webcolumn .lmname a {
  color: #0065b7;
  line-height: 30px;
}
.webcolumn .lmname a:hover {
  color: #000000;
}
.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;
}
.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;
}
.fivepart .webcolumn .lmname {
  font-size: 50px;
}
.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 {
  margin-bottom: 22px;
  overflow: hidden;
  z-index: 1;
}
.lanmu_l {
  line-height: 1;
  color: #333333;
  font-weight: 700;
  float: left;
  font-size: 26px;
  text-transform: uppercase;
}
.lanmu_r {
  line-height: 26px;
  float: right;
  color: #0070da;
  font-size: 15px;
  text-transform: uppercase;
}
.lanmu_r a {
  color: #0070da;
  text-decoration: none;
}
.lanmu_r a:hover {
  color: #333333;
  text-decoration: none;
}
.lanmu1 {
  margin-bottom: 30px;
  overflow: hidden;
}
.lanmu1_l {
  line-height: 1;
  color: #333;
  font-weight: 700;
  float: left;
  font-size: 32px;
}
/*.lanmu1_l:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #426cdc;
}*/
.lanmu1_r {
  line-height: 44px;
  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 {
  padding: 5px 8px 5px 12px;
  color: #004280;
  font-size: 17px;
  border-left: #ff6c00 solid 5px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e9f8ff 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e9f8ff), color-stop(100%, #ffffff));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e9f8ff 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e9f8ff 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e9f8ff 100%);
  /* ie10+ */
  background: linear-gradient(270deg, #ffffff 0%, #e9f8ff 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f8ff', endColorstr='#ffffff', GradientType=1);
  /* ie6-9 */
}
.sortlanmu a {
  color: #004280;
}
.sortlanmu a:hover {
  color: #101010;
}
.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) {
  .sylanmu1 {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 320px) {
  .peoplesort {
    font-size: 15px;
  }
}
/*----PIC News----*/
.gy-carousel-1 {
  overflow: hidden;
}
.gy-carousel-1 .newsbox {
  background: #ffffff;
  padding: 1px;
  margin-bottom: 28px;
  position: relative;
}
.gy-carousel-1 .newsbox .newimg {
  overflow: hidden;
}
.gy-carousel-1 .newsbox .newimg img {
  width: 100%;
  height: 264px;
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}
.gy-carousel-1 .newsbox:hover .newimg img {
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
.gy-carousel-1 .newsbox .newtxt {
  padding: 24px;
}
.gy-carousel-1 .newsbox .newtxt h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px 0;
  line-height: 1.6;
  overflow: hidden;
  height: 54px;
  color: #333333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.gy-carousel-1 .newsbox .newtxt p {
  font-size: 15px;
  color: #999;
  line-height: 1.6;
  margin: 0;
  word-break: break-all;
  width: 100%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 72px;
}
.gy-carousel-1 .newsbox .newtxt h5 {
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #167cdc;
}
.gy-carousel-1 .newsbox .newtxt h5:hover {
  color: #f13e07;
}
.gy-carousel-1 .newsbox:hover .newtxt h4 {
  color: #0070da;
}
.gy-carousel-1 .newsbox .submitdate {
  width: 140px;
  background: #004098;
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 8px 0 9px 0;
  position: relative;
  z-index: 3;
  font-weight: 700;
  margin: -20px 0 0 0;
  background: url(dbzsw-bg01.png) #006cd8;
}
.gy-carousel-1 .newsbox .submitdate span {
  font-size: 16px;
  line-height: 1;
  margin: 2px 0 0 10px;
  color: #fff;
  font-weight: 500;
}
.gy-carousel-1 .newsbox:hover .submitdate {
  background: #f26033;
}
.gy-carousel-1 .newsbox:hover {
  background: #fff;
}
@media (max-width: 1280px) {
  .gy-carousel-1 .newsbox .newimg img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .gy-carousel-1 .newsbox .newimg img {
    height: 192px;
  }
}
@media (max-width: 991px) {
  .gy-carousel-1 .newsbox .newimg img {
    height: 143px;
  }
  .gy-carousel-1 .newsbox .newtxt {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .gy-carousel-1 .newsbox .newimg img {
    height: auto;
  }
  .gy-carousel-1 .newsbox .newtxt h4 {
    height: auto;
    -webkit-line-clamp: initial;
  }
}
/*---------------Media list---------------------*/
.picvid {
  margin: 2px 0 0 0;
}
.mediabox {
  overflow: hidden;
  display: block;
  margin: 0 0 30px 0;
}
.mediabox .txtinfo {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.mediabox .txtinfo h4 {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  height: 46px;
}
.mediabox .txtinfo h4 a {
  color: #333333;
  border: 0;
  display: block;
}
.mediabox .txtinfo h4 a:hover {
  color: #0070da;
  text-decoration: none;
}
.media-container {
  /*border:#f7d4c1 solid 6px;*/
  position: relative;
  overflow: hidden;
  /*display: inline-block;*/
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 2px;
}
/*width:173px; height:116px; */
.media-container:hover .headline {
  background: white;
  z-index: 2;
}
.media-container i {
  display: block;
  position: absolute;
  opacity: .7;
  text-align: center;
  color: inherit;
  font-size: 46px;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
}
.media-container:hover a {
  opacity: .9;
  /*top: 0;*/
  z-index: 2;
}
.media-container img {
  width: 100%;
  height: 194px;
  display: block;
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}
/*width: 100%;height: auto;*/
.media-container .media-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
  color: #fff;
}
.media-container .media-caption span {
  background-color: #FD0005;
  position: absolute;
  top: 0;
  padding: 0px 7px;
  font-weight: bold;
  font-size: 13px;
}
.media-container .media-caption p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 6px;
}
.media-container:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
.media-container:hover .media-caption {
  background: rgba(0, 0, 0, 0.3);
}
.media-container:hover .media-caption i {
  opacity: 1;
}
@media (max-width: 1280px) {
  .media-container img {
    height: 183px;
  }
}
@media (max-width: 1199px) {
  .media-container img {
    height: 140px;
  }
  .mediabox .txtinfo h4 {
    font-size: 15px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  .media-container img {
    height: 144px;
  }
  .headline {
    max-height: 68px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .mediabox {
    margin: 26px 0 0 0;
  }
  .mediabox .txtinfo h4 {
    font-size: 16px;
    height: auto;
  }
  .media-container img {
    height: auto;
  }
}
/*通用图片*/
.picturelist {
  overflow: hidden;
}
.picturelist .row {
  margin-right: -20px;
  margin-left: -20px;
}
.picturelist .row > [class^='col'] {
  padding-right: 20px;
  padding-left: 20px;
}
.picturelist li {
  margin-bottom: 30px;
}
.picturelist li:last-child {
  display: none;
}
.picturelist li .boxstyle {
  position: relative;
}
.picturelist li .boxstyle .thumbnail__link {
  border: #ccc solid 1px;
}
.picturelist li .boxstyle img {
  width: 100%;
  height: 242px;
}
.picturelist li a:hover .boxstyle img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.picturelist li:nth-child(1n+0) .boxstyle .txtinfo {
  background-color: #53a0e1;
}
.picturelist li:nth-child(2n+0) .boxstyle .txtinfo {
  background-color: #1aabe0;
}
.picturelist li:nth-child(3n+0) .boxstyle .txtinfo {
  background-color: #1db3b5;
}
.picturelist li .boxstyle .txtinfo {
  margin: -65px 30px 0 30px;
  overflow: hidden;
  padding: 22px;
  position: relative;
  z-index: 2;
}
.picturelist li:hover .boxstyle .txtinfo {
  background-color: #005bac !important;
}
.picturelist li .boxstyle .txtinfo h5 {
  font-size: 13px;
  color: #f7931e;
  margin: 0 0 8px 0;
}
.picturelist li .boxstyle .txtinfo h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  line-height: 125%;
  overflow: hidden;
  height: 75px;
  color: #fff;
}
.picturelist li .boxstyle .txtinfo h4 a {
  color: #fff;
  width: 100%;
  display: block;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.picturelist li .boxstyle .txtinfo h4 a:hover {
  color: #74baf2;
}
.picturelist li .boxstyle .txtinfo p {
  font-size: 15px;
  color: #e1edf8;
  line-height: 140%;
  margin: 0;
  word-break: break-all;
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 86px;
}
.picturelist li .boxstyle .txtinfo span {
  font-size: 16px;
  color: #74baf2;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}
@media (max-width: 1440px) {
  .picturelist li .boxstyle img {
    height: 218px;
  }
}
@media (max-width: 1280px) {
  .picturelist .row {
    margin-right: -19px;
    margin-left: -19px;
  }
  .picturelist .row > [class^='col'] {
    padding-right: 19px;
    padding-left: 19px;
  }
  .picturelist li .boxstyle img {
    height: 206px;
  }
  .picturelist li .boxstyle .txtinfo {
    margin: -52px 30px 0 30px;
  }
}
@media (max-width: 1199px) {
  .picturelist li .boxstyle img {
    height: 162px;
  }
  .picturelist .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .picturelist .row > [class^='col'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .picturelist li .boxstyle .txtinfo {
    padding: 13px 15px;
  }
  .picturelist li .boxstyle .txtinfo {
    margin: -42px 20px 0 20px;
  }
}
@media (max-width: 991px) {
  .picturelist li:last-child {
    display: block;
  }
  .picturelist li .boxstyle img {
    height: 190px;
  }
  .picturelist li .boxstyle .txtinfo h4 {
    font-size: 18px;
    height: 68px;
  }
}
@media (max-width: 767px) {
  .picturelist li:last-child {
    display: none;
  }
  .picturelist li .boxstyle .txtinfo h4 {
    font-size: 20px;
  }
  .picturelist li .boxstyle .txtinfo h4 a {
    -webkit-line-clamp: initial;
  }
  .picturelist li .boxstyle .txtinfo h4,
  .picturelist li .boxstyle img {
    height: auto;
  }
}
.picturelists {
  overflow: hidden;
}
.picturelists .row {
  margin-right: -13px;
  margin-left: -13px;
}
.picturelists .col-md-3 {
  padding-right: 13px;
  padding-left: 13px;
}
.picturelists li {
  margin-bottom: 20px;
}
.picturelists li .boxstyle {
  overflow: hidden;
}
.picturelists li .boxstyle a {
  border-radius: 4px;
}
.picturelists li .boxstyle img {
  width: 100%;
  height: 185px;
}
.picturelists li a:hover .boxstyle img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.picturelists li .boxstyle .txtinfo {
  margin: 8px 6px 0 6px;
  overflow: hidden;
}
.picturelists li .boxstyle .txtinfo h5 {
  font-size: 13px;
  color: #f7931e;
  margin: 0 0 8px 0;
}
.picturelists li .boxstyle .txtinfo h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px 0;
  line-height: 25px;
  overflow: hidden;
}
.picturelists li .boxstyle .txtinfo h4 a {
  color: #333333;
  /*text-overflow:ellipsis; white-space:nowrap;*/
  overflow: hidden;
  width: 100%;
  display: block;
}
.picturelists li .boxstyle .txtinfo h4 a:hover {
  color: #2b499c;
}
.picturelists li .boxstyle .txtinfo p {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  margin: 4px 0 0 0;
  word-break: break-all;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.picturelists li .boxstyle .txtinfo span {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .picturelists li .boxstyle img {
    height: 144px;
  }
  .picturelists li .boxstyle .txtinfo {
    height: 104px;
  }
}
@media (max-width: 991px) {
  .picturelists li .boxstyle img {
    height: 147px;
  }
  .picturelists li .boxstyle .txtinfo {
    height: 104px;
  }
}
@media (max-width: 767px) {
  .picturelists li .boxstyle .txtinfo {
    margin: 8px 0 0 0;
    height: auto;
  }
  .picturelists li .boxstyle img {
    height: auto;
  }
}
.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: 15px;
  line-height: 38px;
  color: #fbfdff;
  text-decoration: none;
}
a.bai14:hover,
a.bai14:focus {
  color: #a8f7ff;
}
.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-events {
  display: block;
}
.list-events li {
  margin-bottom: 30px;
}
.list-events li .ebox {
  overflow: hidden;
  border-bottom: 0px dashed #d4d4d4;
  text-align: left;
  padding: 22px;
  background: #fff;
  -ms-box-shadow: 0 0 5px 0 rgba(217, 229, 244, 0.9);
  -o-box-shadow: 0 0 5px 0 rgba(217, 229, 244, 0.9);
  -moz-box-shadow: 0 0 5px 0 rgba(217, 229, 244, 0.9);
  -webkit-box-shadow: 0 0 5px 0 rgba(217, 229, 244, 0.9);
  box-shadow: 0 0 5px 0 rgba(217, 229, 244, 0.9);
}
.list-events li .ebox:hover {
  -ms-box-shadow: 0 0 18px 0 rgba(217, 229, 244, 0.9);
  -o-box-shadow: 0 0 18px 0 rgba(217, 229, 244, 0.9);
  -moz-box-shadow: 0 0 18px 0 rgba(217, 229, 244, 0.9);
  -webkit-box-shadow: 0 0 18px 0 rgba(217, 229, 244, 0.9);
  box-shadow: 0 0 18px 0 rgba(217, 229, 244, 0.9);
}
.list-events li .ebox span {
  float: left;
  color: #0070da;
  text-align: center;
  width: 57px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  background: url(dbzsw-datebg.png) no-repeat top center;
  font-family: Arial;
  overflow: hidden;
  margin-right: 15px;
}
.list-events li .ebox span b {
  background: #0070da;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  display: block;
  color: #fff;
  font-weight: 300;
}
.list-events li .ebox .hdtitle {
  overflow: hidden;
  display: block;
  color: #333333;
}
.list-events li .ebox .hdtitle a {
  overflow: hidden;
  line-height: 1.5;
  color: #333333;
  font-size: 17px;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  display: block;
}
.list-events li .ebox .hdtitle a:hover {
  color: #0070da;
}
.list-events li .ebox .hdtitle p {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin: 7px 0 0 0;
}
@media (max-width: 1280px) {
  .list-events li .ebox {
    padding: 22px;
  }
}
@media (max-width: 1199px) {
  .list-events li .ebox {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .list-events li .ebox .hdtitle a {
    white-space: initial;
  }
}
.list-papers {
  overflow: hidden;
  display: block;
  margin-top: 28px;
}
.list-papers li {
  overflow: hidden;
  clear: both;
  border-bottom: #ccc dotted 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list-papers li:last-child {
  margin-bottom: 0px;
  border: 0;
  padding-bottom: 0px;
}
.list-papers li a {
  float: left;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.3;
  color: #333;
  background-image: url(http://ibp.cas.cn/images/dbzsw-en-icon01.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 18px;
}
.list-papers li a > img {
  display: inline-block;
  margin: 0 0 0 6px;
}
.list-papers li a:hover {
  color: #284cac;
}
.plate {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
.plate figure img {
  width: 100% !important;
}
.list-tab {
  overflow: hidden;
  display: block;
}
.list-tab ul li {
  overflow: hidden;
  text-align: left;
  margin-bottom: 22px;
}
.list-tab ul li:nth-child(7),
.list-tab ul li:nth-child(8) {
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
}
.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-child(4) {
    margin-bottom: 0px;
  }
  .list-tab ul li:nth-child(5),
  .list-tab ul li:nth-child(6),
  .list-tab ul li:nth-child(7),
  .list-tab ul li:nth-child(8) {
    display: none;
  }
}
@media (max-width: 767px) {
  .list-tab ul li a {
    max-width: 100%;
    white-space: normal;
  }
  .list-tab span {
    width: 100%;
    padding-left: 13px;
    padding-top: 3px;
  }
}
.list-news {
  overflow: hidden;
  display: block;
  margin-top: 30px;
}
.list-news li {
  overflow: hidden;
  clear: both;
  border-bottom: 0px dashed #d4d4d4;
  margin-bottom: 18px;
}
.list-news li:last-child {
  margin-bottom: 10px;
}
.list-news li a {
  float: left;
  width: 88%;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  background-image: url(http://ibp.cas.cn/images/dbzsw-en-icon01.png);
  background-repeat: no-repeat;
  background-position: left 9px;
  padding-left: 18px;
  /*text-overflow:ellipsis; white-space:nowrap;*/
}
.list-news li a:hover {
  color: #3157bb;
}
.list-news span {
  line-height: 1.5;
  color: #9b9b9b;
  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 a {
    width: 78%;
    white-space: normal;
  }
  .list-news span {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .list-news li a {
    width: 100%;
  }
  .list-news span {
    display: none;
  }
}
.list-tab1 {
  overflow: hidden;
  display: block;
  margin-top: 20px;
}
.list-tab1 ul li {
  overflow: hidden;
  clear: both;
  border-bottom: 0px dashed #d4d4d4;
  width: 100%;
  text-align: left;
  color: #afafaf;
  margin: 0 0 12px 0;
}
.list-tab1 ul li:last-child {
  margin: 0 0 2px 0;
}
.list-tab1 ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #2b2b2b;
  font-weight: 500;
  background: url() no-repeat left 7px;
  padding-left: 15px;
}
.list-tab1 ul li a > img {
  display: inline-block;
  margin: 0 0 0 6px;
}
.list-tab1 ul li a:hover {
  color: #004ea2;
  text-decoration: none;
}
.list-tab1 i {
  float: left;
  margin: 14px 0 0 8px;
}
.list-tab1 span {
  line-height: 34px;
  color: #a1a1a1;
  font-size: 13px;
  font-family: Arial;
}
.list-tab1 span.right {
  float: right;
}
@media screen and (max-width: 767px) {
  .list-tab1 ul li a {
    font-size: 15px;
  }
  .list-tab1 ul li {
    font-size: 14px;
  }
}
.list-article {
  overflow: hidden;
  display: block;
}
.list-article li {
  overflow: hidden;
  clear: both;
  border-bottom: 0px dashed #d4d4d4;
}
/*.list-article li:nth-child(5n+0) {margin-bottom: 20px;}*/
.list-article li a {
  float: left;
  /*width:100%;*/
  max-width: 100%;
  overflow: hidden;
  font-size: 15px;
  line-height: 32px;
  color: #383838;
  background-image: url();
  background-repeat: no-repeat;
  background-position: left 14px;
  padding-left: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-article li a:hover {
  color: #004ea2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list-article ul li {
    padding: 4px 0;
  }
  .list-article li a {
    white-space: normal;
    line-height: 24px;
    background-position: left 10px;
  }
}
.list-links {
  overflow: hidden;
  display: block;
}
.list-links li {
  overflow: hidden;
  clear: both;
  padding: 8px 0;
}
/*.list-article li:nth-child(5n+0) {margin-bottom: 20px;}*/
.list-links li a {
  float: left;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #272727;
}
.list-links li a:hover {
  color: #2b499c;
  text-decoration: none;
}
@media (max-width: 991px) {
  .list-links li a {
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .list-links li a {
    line-height: 22px;
  }
}
.list-txt {
  overflow: hidden;
  display: block;
  margin-top: 30px;
}
.list-txt li {
  overflow: hidden;
  border-bottom: 1px dashed #d4d4d4;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.list-txt li:last-child {
  margin-bottom: 12px;
  border: 0;
  padding-bottom: 0;
}
.list-txt li a {
  overflow: hidden;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.list-txt li a:hover {
  color: #0070da;
}
.list-txt span {
  line-height: 140%;
  color: #0070da;
  font-size: 15px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.list-newbox {
  margin-bottom: 30px;
}
.list-module {
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  border-bottom: #eeeeee solid 1px;
}
.list-module:hover {
  border-bottom: #fff solid 1px;
  -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);
}
.list-module-a {
  float: right;
  padding-bottom: 200em;
  margin-bottom: -200em;
}
.list-module:hover .list-module-a {
  background: #167cdc;
}
.list-module-b {
  float: left;
  padding-bottom: 200em;
  margin-bottom: -200em;
}
.list-module-a {
  width: 9.56%;
}
.list-module-a img {
  margin-top: 38%;
}
.list-module-b {
  width: 90.44%;
}
.list-module-b .new-nr {
  padding: 35px 38px;
  overflow: hidden;
}
.list-module-b .new-nr .news-date {
  width: 62px;
  color: #9a9a9a;
  font-size: 16px;
  margin-right: 60px;
}
.list-module-b .new-nr .news-date .md {
  font-size: 26px;
  font-weight: 500;
  color: #333;
  position: relative;
  line-height: 1;
  margin-bottom: 2px;
}
.list-module-b .new-nr .news-txt {
  overflow: hidden;
}
.list-module-b .new-nr .news-txt h2 {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 16px;
}
.list-module:hover .list-module-b .new-nr .news-txt h2 {
  color: #0070da;
}
@media screen and (max-width: 1199px) {
  .list-module-a {
    width: 13%;
  }
  .list-module-b {
    width: 87%;
  }
  .list-module-b .new-nr .news-date {
    margin-right: 30px;
  }
  .list-module-b .new-nr .news-txt h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .list-module-a img {
    margin-top: 51%;
  }
}
@media screen and (max-width: 767px) {
  .list-module-a {
    display: none;
  }
  .list-module-b {
    width: 100%;
  }
  .list-module-b .new-nr .news-date {
    margin-right: 12px;
  }
  .list-module-b .new-nr {
    padding: 20px 22px;
  }
  .list-module-b .new-nr .news-txt h2 {
    white-space: initial;
    margin-top: 0;
    line-height: 1.6;
  }
}
/*---------------ORG---------------------*/
.orgbox {
  overflow: hidden;
  background: url(dbzsw-webbg05.jpg) no-repeat top center;
  padding: 156px 0 230px;
}
.orgbox h4 {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  margin: 0 0 16px;
  text-align: center;
}
.orgbox h4 a:hover {
  color: #c30000;
}
.orgbox .row {
  margin-left: -1px;
  margin-right: -1px;
}
.orgbox .row > [class^='col'] {
  padding-left: 1px;
  padding-right: 1px;
}
.orgbox .org-bm {
  padding: 18px 0;
  background: #f38644;
  text-align: center;
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: 700;
  color: #333;
}
.orgbox li:nth-child(2) .org-bm {
  background: #7c7c7c;
  color: #fff;
}
.orgbox li:nth-child(3) .org-bm {
  background: #ffc602;
  color: #333;
}
.orgbox .org-xz .org-list {
  padding: 26px 10px;
  min-height: 360px;
}
.orgbox .org-xz .org-list h4 {
  font-size: 16px;
  color: #333333;
  margin: 0 0 9px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.orgbox .org-xz .org-list h4 a {
  color: #333333;
}
.orgbox .org-xz .org-list h4 a:hover {
  color: #c30000;
}
.orgbox .org-xz .org-list li {
  margin-bottom: 12px;
  text-align: center;
}
.orgbox .org-xz .org-list li a {
  text-align: center;
  font-size: 15px;
  color: #333333;
}
.orgbox .org-xz .org-list li a:hover {
  color: #c30000;
}
@media (max-width: 1280px) {
  .orgbox .org-xz .org-list h4 {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .orgbox .org-xz .org-list {
    min-height: 342px;
  }
}
@media (max-width: 991px) {
  .orgbox {
    background-size: 100%;
    padding: 156px 0 0px;
  }
  .orgbox .org-xz .org-list {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .orgbox {
    padding: 60px 0 0px;
  }
}

.orgbox .org-xz.org-xz-01 .row .col-xs-6:nth-child(2n + 1) .org-list {
  background: #f8cbad;
}
.orgbox .org-xz.org-xz-01 .row .col-xs-6:nth-child(2n) .org-list {
  background: #fbe5d6;
}

.orgbox .org-xz.org-xz-02 .row .col-xs-6:nth-child(2n + 1) .org-list {
  background: #d0cece;
}
.orgbox .org-xz.org-xz-02 .row .col-xs-6:nth-child(2n) .org-list {
  background: #d6dce5;
}

.orgbox .org-xz.org-xz-03 .row .col-xs-6:nth-child(2n + 1) .org-list {
  /* background: #ffe699; */
  background: #fff2cc;
}
.orgbox .org-xz.org-xz-03 .row .col-xs-6:nth-child(2n) .org-list {
  background: #fff2cc;
}

/*---------------页尾导航---------------------*/
.footlm {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: bottom;
}
.foot-list {
  overflow: hidden;
  display: block;
  margin-top: 32px;
}
.foot-list ul li {
  overflow: hidden;
  clear: both;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 13px;
  color: #88b2d6;
  background: url(http://ibp.cas.cn/images/dbzsw-en-icon01.png) no-repeat left 7px;
  padding-left: 15px;
  word-break: break-word;
}
.foot-list ul li:last-child {
  margin-bottom: 2px;
}
.foot-list ul li a {
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  color: #88b2d6;
}
.foot-list ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.foot-lx {
  overflow: hidden;
  display: block;
  margin-top: 0px;
}
.foot-lx ul li {
  overflow: hidden;
  clear: both;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: #88b2d6;
  background-position: left 0px;
  background-repeat: no-repeat;
  padding-left: 58px;
  padding-top: 7px;
  min-height: 42px;
  word-break: break-word;
}
.foot-lx ul li:nth-child(1) {
  background-image: url(http://ibp.cas.cn/images/dbzsw-footicon01.png);
}
.foot-lx ul li:nth-child(2) {
  background-image: url(http://ibp.cas.cn/images/dbzsw-footicon02.png);
}
.foot-lx ul li:nth-child(3) {
  background-image: url(http://ibp.cas.cn/images/dbzsw-footicon03.png);
}
.foot-lx ul li:nth-child(4) {
  background-image: url(http://ibp.cas.cn/images/dbzsw-footicon04.png);
}
.foot-lx ul li:last-child {
  margin-bottom: 2px;
}
.foot-lx ul li a {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.6;
  color: #88b2d6;
}
.foot-lx ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/*---------------页尾---------------------*/
.foot {
  background: url(dbzsw-webbg04.jpg) no-repeat bottom center #167cdc;
  padding: 42px 0 36px 0;
}
.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: 15px;
  line-height: 1.6;
  color: #deefff;
  display: block;
  overflow: hidden;
  background: #0a6ecc;
  text-align: center;
  padding: 10px 20px;
}
.copyright a {
  color: #deefff;
}
.copyright a:hover {
  color: #deefff;
}
/*---------------------------------导航＆菜单------------------------------------------*/
.twobanner {
  height: 236px;
  border-top: #4d788e solid 1px;
}
.twolmmt {
  margin: 4px 0 0 0;
}
.h_menu {
  padding: 30px 40px 3px 40px;
  background: url(dbzsw-menu_bg.png) repeat-x top center;
  background-size: contain;
}
.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: 18px;
    margin-bottom: 16px;
  }
  .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: #9db8e1;
  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: 16px;
}
.leftNavigation,
.leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 18px;
  display: block;
  padding: 24px 24px 24px 46px;
  color: #333;
  /*border-bottom: solid 1px #1e76b8;*/
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: 700;
  border-radius: 4px;
  background: #fff;
  -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;
  -ms-box-shadow: 0 0 8px 0 rgba(209, 221, 243, 0.6);
  -o-box-shadow: 0 0 8px 0 rgba(209, 221, 243, 0.6);
  -moz-box-shadow: 0 0 8px 0 rgba(209, 221, 243, 0.6);
  -webkit-box-shadow: 0 0 8px 0 rgba(209, 221, 243, 0.6);
  box-shadow: 0 0 8px 0 rgba(209, 221, 243, 0.6);
}
.leftNavigation li a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 24px;
  top: 24px;
  margin-left: 0;
  visibility: visible;
  color: #0070da;
  -moz-transition: all 300ms ease-out 0s;
  font-size: 26px;
  font-weight: 300;
  -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 {
  width: 3rem;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
  color: #add4ee;
  font-size: 17px;
}
.leftNavigation li.active a .leftNavIcon {
  color: #0c4294;
}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  padding: 0.8rem 0;
  text-align: center;
}
.leftNavigation li a:hover {
  background: linear-gradient(-20deg, #1781e6, #0055a4) !important;
  background: #094291;
  color: #fff;
  padding-left: 56px;
}
.leftNavigation li a:hover:before {
  left: 34px;
  color: #fff;
}
.leftNavigation li a:hover .leftNavIcon {
  color: #0c4294;
}
.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: 56px;
  background: linear-gradient(-20deg, #1781e6, #0055a4) !important;
  background: #094291;
}
.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: #d7e8f5;
}
.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;
}
.leftNavigation[data-v-year] li a {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.leftNavigation {
  max-height: 580px;
}


.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;
}
/*---------------细览---------------------*/
.staffinfo {
  overflow: hidden;
  margin-bottom: 30px;
  border-top: #167cdc solid 4px;
  background: #f8fafc;
}
.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: 70px 0 15px 0;
  display: block;
  color: #0070da;
  font-weight: 700;
}
/*text-overflow: ellipsis;white-space: nowrap;*/
.staffinfo li h2 a {
  color: #292929;
}
.staffinfo li h2 a:hover {
  color: #045d00;
  text-decoration: none;
}
.staffinfo .news-img {
  margin-right: 50px;
  min-width: 210px;
  min-height: 270px;
}
.staffinfo .news-img img {
  max-width: 100%;
  max-height: 270px;
  height: 270px;
}
.staffinfo .news-txt {
  padding-top: 16px;
}
.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: 30px;
  }
  .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: #167cdc;
  line-height: 130%;
  font-size: 32px;
  margin: 15px 0 36px 0;
  font-weight: 700;
  text-align: center;
}
.xlmain .lwtitle {
  color: #333;
  line-height: 130%;
  font-size: 26px;
  margin: 15px 0 24px 0;
  font-weight: 700;
}
.xlmain .basicinfo {
  border-top: solid 1px #e2e2e2;
  padding: 8px 0px 3px 0px;
}
.xlmain .basicinfo .other-share {
  float: right;
}
.xlmain .basicinfo .qtinfo {
  color: #777;
  font-size: 15px;
  margin: 0 0 10px 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(http://ibp.cas.cn/images/dbzsw-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(http://ibp.cas.cn/images/dbzsw-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(http://ibp.cas.cn/images/dbzsw-fx-wb.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.xlmain .basicinfo .ot-socials .share-wb:hover {
  opacity: .6;
}
.xlmain .text {
  margin: 0 0 12px 0;
  overflow: hidden;
  display: block;
}
.xlmain .text p {
  margin: 0 0 22px 0;
}
.xlmain .text p:last-child {
  margin: 0 0 0 0;
}
.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 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.xlmain .textxl table {
  margin: 0 0 15px 0;
}
.xlmain .textxl 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;
  background: #d5eaf8;
  border-left: #1259b9 solid 5px;
  padding: 0 12px 0 12px;
  margin: 18px 0 16px 0;
}
.rylanmu_l {
  color: #082675;
  float: left;
  font-weight: 700;
  font-size: 19px;
  line-height: 140%;
  padding: 6px 0;
}
.rylanmu_l img {
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
}
.xlmain .textry {
  overflow: hidden;
}
.xlmain .textry .mt {
  margin-top: 288px;
}
.xlmain .textry h3 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  display: block;
  color: #272727;
  font-weight: 700;
}
.xlmain .textry h3 span {
  font-size: 22px;
  margin-left: 20px;
  color: #999;
}
.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;
  background: #f5fafe;
  padding: 18px 30px 30px 30px;
  margin: 26px 0 0 0;
}
.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;
  }
}
@media (min-width: 767px) {
  .xlmain .textxl img {
    max-width: 640px;
  }
}
@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 .basicinfo .qtinfo {
    margin: 0 0 8px 0;
  }
  .xlmain .basicinfo .share {
    float: none;
    width: 138px;
    margin: 0 auto;
  }
  .xlmain .text {
    margin: 0 0 12px 0;
  }
  .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 .textry .rydetail {
    padding: 14px 18px 18px 18px;
  }
  .xlmain .platforminfo {
    width: 100%;
  }
  .xlmain .platforminfo img {
    margin: 0 auto 40px auto;
  }
  .xlmain .textry h3 span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}
/*-----------------人才队伍---------------------*/
.talent-summary {
  overflow: hidden;
  margin: 0 0 25px 0;
}
.talent-summary h4 {
  font-size: 26px;
  color: #004ea2;
  font-weight: 600;
  margin: 0 0 18px 0;
}
.talent-summary h4 a {
  color: #004ea2;
}
.talent-summary h4 a:hover {
  color: #2E2E2E;
}
.secondarysort {
  overflow: hidden;
}
.secondarysort li {
  margin: 0 0 46px 0;
}
.secondarysort li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.secondarysort li h4 {
  font-size: 18px;
  color: #2E2E2E;
  font-weight: 600;
  margin: 15px 0 12px 0;
}
.secondarysort li a:hover h4 {
  color: #004ea2;
}
.secondarysort li p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media (min-width: 768px) {
  .secondarysort li img {
    height: 152px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .secondarysort li img {
    height: 117px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .secondarysort li img {
    height: 123px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .secondarysort li img {
    height: auto;
    width: 100%;
  }
}
/*Our Team*/
.group li {
  margin-bottom: 30px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.group li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
}
.group li .boxstyle {
  overflow: hidden;
}
.group[data-v-ys] li .boxstyle {
  width: 193px;
  margin: 0 auto;
}
.group li .boxstyle .thumbnail__link img {
  margin: auto;
}
.group li .boxstyle img {
  width: 210px;
  height: 270px;
  border: #eee solid 1px;
}
.group li .boxstyle .txtinfo {
  margin: 18px 0 0 0;
  overflow: hidden;
}
.group li .boxstyle .txtinfo h4 {
  margin: 0 0 12px 0;
  color: #0070da;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 13px;
}
.group li .boxstyle .txtinfo h4:after {
  bottom: 0;
  left: 50%;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #d0d4e3;
  margin-left: -10px;
}
.group li a:hover .boxstyle .txtinfo h4 {
  color: #333333;
}
.group li a:hover .boxstyle .txtinfo h4:after {
  background: #e5243b;
}
.group li .boxstyle .txtinfo p {
  font-size: 15px;
  color: #808080;
  line-height: 18px;
  margin: 0;
  word-break: break-all;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: center;
}
.group li .boxstyle1 {
  overflow: hidden;
}
.group li a:hover .boxstyle1 img {
  height: 172px;
  width: 123px;
}
.group li .boxstyle1 .txtinfo {
  margin: 10px 0 2px;
  overflow: hidden;
}
.group li .boxstyle1 .txtinfo h4 {
  color: #0453b0;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 3px 0;
  line-height: 20px;
  text-align: center;
}
.group li .boxstyle1 .txtinfo h4 a {
  color: #383838;
}
.group li .boxstyle1 .txtinfo h4 a:hover {
  color: #0453b0;
}
.group .col-xs-6 {
  width: 25%;
}
.group[data-v-ld] .col-xs-6 {
  width: 100%;
}
.group[data-v-qtld] .col-xs-6 {
  width: 25%;
}
@media (max-width: 1280px) {
  .group li .boxstyle img {
    width: 197px;
    height: 253px;
  }
}
@media (max-width: 1199px) {
  .group .col-xs-6 {
    width: 33.333333%;
  }
  .group li .boxstyle img {
    width: 210px;
    height: 270px;
  }
  .group[data-v-qtld] li .boxstyle img {
    width: 137px;
    height: 196px;
  }
}
@media (max-width: 991px) {
  .group .col-xs-6 {
    width: 50%;
  }
  .group[data-v-qtld] .col-xs-6 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .group[data-v-qtld] {
    margin-top: 0 !important;
  }
  .group .col-xs-6 {
    width: 50%;
  }
  .group li .boxstyle img {
    width: 100%;
    height: 219px;
  }
  .group[data-v-ld] li .boxstyle img,
  .group[data-v-qtld] li .boxstyle img {
    width: 155px;
    height: 222px;
  }
  .group li .boxstyle .txtinfo h4 {
    font-size: 18px;
  }
  .group li .boxstyle .txtinfo p {
    white-space: initial;
    font-size: 16px;
    height: 36px;
  }
}
@media (max-width: 380px) {
  .group li .boxstyle img {
    height: 194px;
  }
  .group[data-v-ld] li .boxstyle img,
  .group[data-v-qtld] li .boxstyle img {
    width: 138px;
    height: 194px;
  }
}
@media (max-width: 320px) {
  .group .col-xs-6,
  .group[data-v-qtld] .col-xs-6 {
    width: 100%;
  }
  .group li .boxstyle img,
  .group[data-v-ld] li .boxstyle img,
  .group[data-v-qtld] li .boxstyle img {
    width: 182px;
    height: auto;
  }
  .group li .boxstyle .txtinfo p {
    height: auto;
  }
}
.teams {
  overflow: hidden;
}
.teams li {
  margin-top: 28px;
}
.teams .boxstyle {
  overflow: hidden;
}
.teams .boxstyle img {
  width: 184px;
  height: 236px;
  border: #eee solid 1px;
}
.teams .boxstyle p {
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0 0 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .teams .boxstyle img {
    width: 100%;
    height: 222px;
  }
  .teams .boxstyle p {
    height: 38px;
  }
}
@media (max-width: 1199px) {
  .teams .boxstyle img {
    height: 167px;
  }
  .teams .boxstyle p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .teams .boxstyle img {
    height: 199px;
  }
}
@media (max-width: 767px) {
  .teams .boxstyle img {
    height: 221px;
  }
}
@media (max-width: 380px) {
  .teams .boxstyle img {
    height: 196px;
  }
}
@media (max-width: 320px) {
  .teams .boxstyle img {
    height: 160px;
  }
}
/*人才队伍细览*/
.module {
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  border: #e6e6e6 solid 1px;
  margin-bottom: 25px;
}
.module-a,
.module-b,
.module-c,
.module-d {
  float: left;
  padding-bottom: 200em;
  margin-bottom: -200em;
}
.module-a {
  width: 20%;
  background: #ffffff;
  border-right: #e6e6e6 solid 1px;
}
.module-b {
  width: 80%;
  background: #ffffff;
}
.module-c {
  width: 18%;
  background: #ffffff;
  border-right: #e6e6e6 solid 1px;
}
.module-d {
  width: 82%;
  background: #ffffff;
}
.module-b .table:not(.table-bordered) {
  border-bottom: 0px solid #e6e6e6;
}
.module-b .table > tbody > tr {
  border-top: 1px solid #e6e6e6;
}
.module-b .table > tbody > tr:first-child {
  border-top: 0px solid #e6e6e6;
}
.module-b .table > tbody > tr > td {
  word-break: normal;
  padding: 5px 8px;
  border-top: 0px solid #e6e6e6;
  font-size: 14px;
}
.module-b .table > tbody > tr > th {
  border-right: #e6e6e6 solid 1px;
  padding: 5px 8px;
  border-top: 0px solid #e6e6e6;
  font-size: 14px;
  width: 20%;
}
.bl {
  border-left: #e6e6e6 solid 1px;
}
@media screen and (max-width: 1199px) {
  .module-a {
    width: 23%;
  }
  .module-b {
    width: 77%;
  }
}
@media screen and (max-width: 991px) {
  .module-a {
    width: 100%;
    border-right: #e6e6e6 solid 0px;
  }
  .module-b {
    width: 100%;
  }
  .module-c {
    width: 100%;
    border-right: #e6e6e6 solid 0px;
  }
  .module-d {
    width: 100%;
  }
  .module-b .table > tbody > tr:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .module-b .table > tbody > tr > td {
    word-break: break-all;
  }
  .module-b .table > tbody > tr > th {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .module-b .table > tbody > tr > th {
    width: 30%;
  }
}
/*-----------------现任领导---------------------*/
.councils {
  overflow: hidden;
  margin-top: 46px;
}
.councils li {
  margin-bottom: 22px;
  padding-bottom: 22px;
  display: block;
  overflow: hidden;
  border-bottom: #ccc dotted 1px;
}
.councils li h2 {
  font-size: 21px;
  color: #333;
  line-height: 1.2;
  margin: 4px 0 15px 0;
  font-weight: 600;
  font-family: "Times New Roman", serif;
}
.councils li h2 a {
  color: #333;
  overflow: hidden;
  display: block;
}
.councils li h2 a:hover {
  color: #30589f;
  text-decoration: none;
}
.councils .news-img {
  margin-right: 35px;
}
.councils .news-img img {
  border: #e4e4e4 solid 0px;
  width: 176px;
  height: 215px;
}
.councils .news-txt {
  padding-top: 56px;
}
.councils .news-txt span {
  font-size: 16px;
  color: #3157bb;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.councils .news-txt p {
  line-height: 170%;
  font-size: 16px;
  margin: 0px;
  color: #4a4a4a;
  overflow: hidden;
}
.councils .news-txt i {
  font-family: Arial;
  font-size: 15px;
  margin: 12px 0 0 0;
  color: #125eb8;
  display: block;
  padding: 0 5px 0 0;
  font-style: normal;
  text-align: right;
}
.councils .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.councils .news-txt p a:hover {
  color: #15549a;
}
@media (max-width: 1199px) {
  .councils .news-img {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .councils .news-img img {
    width: 140px;
    height: 171px;
  }
  .councils .news-txt {
    padding-top: 42px;
  }
  .councils li h2 {
    font-size: 18px;
  }
  .councils li h2 a {
    overflow: inherit;
  }
  .councils .news-txt p {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .councils li h2,
  .councils .news-txt span {
    text-align: center;
  }
  .councils .news-img {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .councils .news-img img {
    width: auto;
    height: auto;
    max-width: 220px;
    margin: 0 auto;
  }
}
.leadbox .lead-l {
  float: left;
  width: 194px;
  margin-right: 40px;
}
.leadbox .lead-r {
  overflow: hidden;
}
.suozhang {
  overflow: hidden;
}
.suozhang li {
  margin-bottom: 24px;
  margin-top: 8px;
}
.suozhang li .boxstyle {
  overflow: hidden;
  width: 194px;
  margin: 0 auto;
}
.suozhang li .boxstyle img {
  width: 194px;
  height: 270px;
}
.suozhang li a:hover .boxstyle img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.suozhang li .boxstyle .txtinfo {
  margin: 10px 0 0 0;
  overflow: hidden;
}
.suozhang li .boxstyle .txtinfo h4 {
  color: #222;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 6px 0;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid #898989;
  padding-bottom: 6px;
  float: left;
}
.suozhang li .boxstyle .txtinfo h4 a {
  color: #222;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suozhang li .boxstyle .txtinfo h4 a:hover {
  color: #0a4295;
}
.suozhang li .boxstyle .txtinfo h5 {
  font-size: 14px;
  color: #444;
  margin: 0 0 8px 0;
  text-transform: inherit;
  float: left;
  width: 100%;
}
.personnel-list {
  overflow: hidden;
}
.personnel-list li {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  border-bottom: #ccc dotted 1px;
  padding: 0 0 12px 0;
}
.personnel-list li:last-child {
  border-bottom: #ccc dashed 0px;
  margin: 0;
  padding: 0;
}
.personnel-list li h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.personnel-list li h2 a {
  color: #010101;
  font-family: Arial;
}
.personnel-list li h2 a:hover {
  color: #0c61b6;
  text-decoration: none;
}
.personnel-list .news-img {
  margin-right: 12px;
}
.personnel-list .news-txt p {
  line-height: 20px;
  font-size: 13px;
  margin: 0px;
  color: #8e8e8e;
  overflow: hidden;
}
.personnel-list .news-txt p i {
  font-size: 13px;
  margin: 6px 0 0 0;
  color: #0086d1;
  display: block;
  font-style: normal;
}
.personnel-list .news-txt p i a {
  color: #0086d1;
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
}
.personnel-list .news-txt p i a:hover {
  color: #ff7300;
}
@media (min-width: 768px) {
  .personnel-list .news-txt p {
    line-height: 20px;
    height: auto;
    font-size: 14px;
    overflow: hidden;
  }
  .personnel-list .news-img img {
    width: 90px;
    height: 120px;
  }
  .personnel-list .news-img {
    margin-right: 15px;
  }
  .personnel-list li {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .personnel-list .news-img img {
    width: 85px;
    height: 110px;
  }
  .personnel-list li h2 {
    white-space: normal;
  }
}
.ys-list {
  overflow: hidden;
}
.ys-list li {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  border-bottom: #ccc dotted 1px;
  padding: 0 0 12px 0;
}
.ys-list li:last-child {
  border-bottom: #ccc dashed 0px;
  margin: 0;
  padding: 0;
}
.ys-list li h2 {
  font-size: 22px;
  line-height: 34px;
  margin: 6px 0 12px 0;
  /*text-overflow: ellipsis;white-space: nowrap;*/
  display: block;
}
.ys-list li h2 a {
  color: #010101;
  font-family: Arial;
}
.ys-list li h2 a:hover {
  color: #0c61b6;
  text-decoration: none;
}
.ys-list .news-img {
  margin-right: 22px;
}
.ys-list .news-txt p {
  line-height: 20px;
  font-size: 13px;
  margin: 0px;
  color: #8e8e8e;
  overflow: hidden;
}
.ys-list .news-txt p i {
  font-size: 13px;
  margin: 6px 0 0 0;
  color: #0086d1;
  display: block;
  font-style: normal;
}
.ys-list .news-txt p i a {
  color: #0086d1;
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
}
.ys-list .news-txt p i a:hover {
  color: #ff7300;
}
@media (min-width: 768px) {
  .ys-list .news-txt p {
    line-height: 20px;
    height: auto;
    font-size: 14px;
    overflow: hidden;
  }
  .ys-list .news-img img {
    width: 175px;
    height: 117px;
  }
  .ys-list .news-img {
    margin-right: 22px;
  }
  .ys-list li {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .ys-list li h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .ys-list .news-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ys-list .news-img img {
    width: 60%;
    height: auto;
  }
  .ys-list li h2 {
    white-space: normal;
  }
}
.directors {
  margin: 6px 0 0 0;
}
.directors ul {
  margin: 0 -10px;
}
.directors li {
  width: 20%;
  float: left;
  padding: 0 10px;
}
.directors li:last-child {
  margin-right: 0;
}
.directors li .boxstyle {
  overflow: hidden;
}
.directors li .boxstyle a {
  border-bottom: #efefef solid 1px;
}
.directors li .boxstyle .txtinfo {
  margin: 12px 0 0 0;
  overflow: hidden;
  font-size: 13px;
  color: #8e8e8e;
  line-height: 18px;
  text-align: center;
}
.directors li .boxstyle .txtinfo h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
  line-height: 20px;
  text-align: center;
}
.directors li .boxstyle .txtinfo h4 a {
  color: #222222;
  border: 0;
}
.directors li .boxstyle .txtinfo h4 a:hover {
  color: #cc0000;
}
.directors li .boxstyle .txtinfo span {
  font-size: 13px;
  color: #808080;
  line-height: 22px;
}
@media (min-width: 768px) {
  .directors li .boxstyle img {
    height: 217px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .directors li .boxstyle img {
    height: 164px;
    width: 100%;
  }
  .directors li .boxstyle .txtinfo h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .directors li {
    width: 33.333%;
  }
  .directors li .boxstyle .txtinfo {
    height: 114px;
  }
  .directors li .boxstyle img {
    height: 217px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .directors li {
    width: 100%;
    margin-bottom: 20px;
  }
  .directors li .boxstyle img {
    height: auto;
    width: 60%;
  }
  .directors li .boxstyle .txtinfo {
    height: auto;
  }
  .directors li .boxstyle .txtinfo h4 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
}
/*-----------------图文---------------------*/
.department {
  overflow: hidden;
}
.department li {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: #ccc dotted 1px;
}
.department li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px;
}
.department li h2 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.department li h2 a {
  color: #3157bb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.department li h2 a:hover {
  color: #333;
  text-decoration: none;
}
.department .news-img {
  margin-right: 25px;
}
.department .news-img img {
  border: #e4e4e4 solid 1px;
  width: 165px;
  height: 119px;
  padding: 3px;
}
.department .news-txt p {
  line-height: 1.3;
  font-size: 15px;
  margin: 0px;
  color: #737373;
}
.department .news-txt i {
  font-family: Arial;
  font-size: 13px;
  margin: 4px 0 0 0;
  color: #6386e4;
  display: block;
  text-align: right;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.department .news-txt i a {
  color: #6386e4;
}
.department .news-txt i a:hover {
  color: #d72626;
}
.department .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.department .news-txt p a:hover {
  color: #15549a;
}
@media (max-width: 1199px) {
  .department li {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .department li {
    margin-bottom: 20px;
  }
  .department .news-img img {
    width: 156px;
    height: 104px;
  }
  .department .news-txt p {
    overflow: initial;
  }
  .department li h2 a {
    white-space: normal;
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .department li h2 {
    font-size: 18px;
  }
  .department .news-img {
    margin-bottom: 2px;
    margin-right: 15px;
  }
  .department .news-img img {
    width: 126px;
    height: 84px;
  }
}
.scientist {
  margin-left: -20px;
  margin-right: -20px;
}
.scientist .slick-slide {
  margin: 0 20px;
}
/*Dots*/
.scientist .slick-dots {
  position: inherit;
  bottom: -26px;
}
.scientist .slick-dots li button:before {
  font-size: 14px;
  color: #dce2e7;
}
.scientist .slick-dots li.slick-active button:before {
  color: #ff2d1d;
}
/*Arrows*/
.scientist .slick-prev,
.scientist .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;
}
.scientist .slick-prev:hover,
.scientist .slick-prev:focus,
.scientist .slick-next:hover,
.scientist .slick-next:focus {
  color: transparent;
  outline: none;
  /*background: #0e6eb8;*/
}
.scientist .slick-prev:hover:before,
.scientist .slick-prev:focus:before,
.scientist .slick-next:hover:before,
.scientist .slick-next:focus:before {
  opacity: 1;
}
.scientist .slick-prev.slick-disabled:before,
.scientist .slick-next.slick-disabled:before {
  opacity: .25;
}
.scientist .slick-prev:before,
.scientist .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 70px;
  line-height: 1;
  opacity: .75;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scientist .slick-prev:before {
  background: url(http://ibp.cas.cn/images/dbzsw-slide_left1.png) no-repeat center;
}
.scientist .slick-next:before {
  background: url(http://ibp.cas.cn/images/dbzsw-slide_right1.png) no-repeat center;
}
.scientist .slick-prev {
  left: -5%;
}
.scientist .slick-next {
  right: -5%;
}
.scientist .news-img {
  margin-right: 56px;
  width: 276px;
  height: 276px;
  border-radius: 100%;
  float: left;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.scientist .news-img img {
  border: #e4e4e4 solid 1px;
}
.scientist .news-txt {
  margin: 44px 0 0 0;
}
.scientist .news-txt h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 0px #000;
}
.scientist .news-txt h2 a {
  color: #333;
  overflow: hidden;
  display: block;
}
.scientist .news-txt h2 a:hover {
  color: #002e80;
  text-decoration: none;
}
.scientist .news-txt span {
  font-size: 15px;
  color: #0e6eb8;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 6px;
  display: block;
}
.scientist .news-txt p {
  line-height: 135%;
  font-size: 24px;
  margin: 0px;
  color: #f7faff;
  overflow: hidden;
  text-shadow: 2px 2px 0px #000;
  height: 128px;
}
.scientist .news-txt i {
  font-family: Arial;
  font-size: 15px;
  margin: 12px 0 0 0;
  color: #125eb8;
  display: block;
  padding: 0 5px 0 0;
  font-style: normal;
  text-align: right;
}
.scientist .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.scientist .news-txt p a:hover {
  color: #15549a;
}
@media (max-width: 1536px) {
  .scientist .slick-prev {
    left: -3%;
  }
  .scientist .slick-next {
    right: -3%;
  }
}
@media (max-width: 1280px) {
  .scientist {
    padding: 0 30px;
  }
  .scientist .slick-prev {
    left: -4%;
  }
  .scientist .slick-next {
    right: -4%;
  }
}
@media (max-width: 1199px) {
  .scientist .news-img {
    margin-right: 30px;
    width: 228px;
    height: 228px;
  }
  .scientist .slick-prev {
    left: -5%;
  }
  .scientist .slick-next {
    right: -5%;
  }
  .scientist .news-txt {
    margin: 24px 0 0 0;
  }
  .scientist .news-txt p {
    font-size: 22px;
    height: 116px;
  }
}
@media (max-width: 800px) {
  .scientist li h2 a {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .scientist {
    padding: 0 5px;
  }
  .scientist .slick-prev,
  .scientist .slick-next {
    display: none !important;
  }
  .scientist .news-img {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    float: inherit;
  }
  .scientist li h2 {
    font-size: 18px;
  }
  .scientist .news-txt {
    width: 100%;
  }
  .scientist .news-txt p {
    height: auto;
    font-size: 20px;
  }
}
.graphiclist {
  margin-bottom: 30px;
}
.graphiclist li {
  display: block;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
.graphiclist li h2 {
  margin: 16px 0 18px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  max-height: 81px;
}
.graphiclist li:hover h2 {
  color: #0070da;
  text-decoration: none;
}
.graphiclist .graphicbox {
  padding: 40px 42px;
  border-bottom: #eeeeee solid 1px;
  overflow: hidden;
}
.graphiclist .graphicbox:hover {
  border-bottom: #fff solid 1px;
  -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);
}
.graphiclist .news-img {
  margin-right: 40px;
}
.graphiclist .news-img a {
  border: #e4e4e4 solid 1px;
}
.graphiclist .news-img img {
  width: 300px;
  height: 200px;
}
.graphiclist .news-txt p {
  line-height: 1.9;
  font-size: 15px;
  margin: 0px;
  color: #737373;
  overflow: hidden;
}
.graphiclist .news-txt i {
  font-family: Arial;
  font-size: 15px;
  margin: 13px 0 0 0;
  color: #98a1bf;
  display: block;
  padding: 0 5px 0 0;
  font-style: normal;
  line-height: 1.1;
  text-align: right;
}
.graphiclist .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.graphiclist .news-txt p a:hover {
  color: #004ea2;
}
@media (max-width: 1199px) {
  .graphiclist li h2 {
    margin: 0 0 14px 0;
  }
  .graphiclist .graphicbox {
    padding: 30px 32px;
  }
  .graphiclist .news-txt p {
    line-height: 1.7;
  }
  .graphiclist .news-img {
    margin-right: 30px;
  }
  .graphiclist .news-img img {
    width: 248px;
    height: 165px;
  }
}
@media (max-width: 991px) {
  .graphiclist .news-img {
    margin-bottom: 2px;
    margin-right: 15px;
  }
  .graphiclist .news-img img {
    width: 156px;
    height: 104px;
  }
  .graphiclist .news-txt p {
    overflow: initial;
  }
}
@media (max-width: 767px) {
  .graphiclist li h2 {
    font-size: 17px;
    line-height: 1.4;
    -webkit-line-clamp: initial;
    display: block;
    overflow: initial;
    max-height: initial;
  }
  .graphiclist .news-img img {
    width: 141px;
    height: 94px;
  }
  .graphiclist .graphicbox {
    padding: 30px 28px;
  }
}
@media (max-width: 320px) {
  .graphiclist .news-img img {
    width: 104px;
    height: 69px;
  }
}
.pictextlist {
  overflow: hidden;
  margin-bottom: 10px;
}
.pictextlist li {
  margin-top: 32px;
  display: block;
  overflow: hidden;
}
/*.pictextlist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }*/
.pictextlist li h2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 5px 0 12px 0;
  font-weight: 700;
}
.pictextlist li h2 a {
  color: #333;
  overflow: hidden;
  display: block;
}
.pictextlist li h2 a:hover {
  color: #003c90;
  text-decoration: none;
}
.pictextlist .news-img {
  margin-right: 25px;
}
.pictextlist .news-img img {
  width: 165px;
  height: 125px;
  border: #e4e4e4 solid 1px;
}
.pictextlist .news-txt span {
  font-size: 15px;
  color: #0e6eb8;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 6px;
  display: block;
}
.pictextlist .news-txt p {
  line-height: 150%;
  font-size: 15px;
  margin: 0px;
  color: #4a4a4a;
  word-break: break-all;
  overflow: hidden;
}
.pictextlist .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.pictextlist .news-txt p a:hover {
  color: #15549a;
}
@media (max-width: 991px) {
  .pictextlist .news-txt {
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
    float: left;
  }
  .pictextlist .news-img {
    width: 100%;
    margin-right: 0px;
  }
}
.publication {
  overflow: hidden;
}
.publication li {
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}
.publication li:last-child {
  margin-bottom: 0px;
  border-bottom: #ccc dashed 0px;
}
.publication li h2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 600;
}
.publication li h2 a {
  color: #383838;
  font-family: Arial;
}
.publication li h2 a:hover {
  color: #004ea2;
  text-decoration: none;
}
.publication .news-img {
  border: #e3e3e3 solid 1px;
}
.publication .news-img img {
  max-width: 107px;
  padding: 3px;
}
.publication .news-txt p {
  line-height: 20px;
  font-size: 13px;
  margin: 0px;
  color: #949494;
}
.publication .news-txt i {
  font-size: 12px;
  margin: 4px 0 0 0;
  color: #009cd1;
  display: block;
  font-style: normal;
  text-align: right;
}
.publication .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.publication .news-txt p a:hover {
  color: #15549a;
}
@media (min-width: 768px) {
  .publication .news-txt p {
    line-height: 20px;
    height: auto;
    font-size: 13px;
  }
  .publication .news-img img {
    width: 107px;
    height: 138px;
  }
  .publication .news-img {
    margin-right: 15px;
  }
  .publication li {
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .publication li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .publication .news-img {
    margin-bottom: 2px;
    margin-right: 15px;
  }
  .publication li h2 {
    white-space: normal;
    overflow: inherit;
  }
}
.zhuzuo {
  overflow: hidden;
}
.zhuzuo li {
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}
.zhuzuo li:nth-last-child(1) {
  margin-bottom: 0px;
  border-bottom: #ccc dashed 0px;
}
.zhuzuo li:nth-last-child(2) {
  margin-bottom: 0px;
  border-bottom: #ccc dashed 0px;
}
.zhuzuo li h2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 600;
}
.zhuzuo li h2 a {
  color: #383838;
  font-family: Arial;
}
.zhuzuo li h2 a:hover {
  color: #004ea2;
  text-decoration: none;
}
.zhuzuo .news-img {
  border: #e3e3e3 solid 1px;
}
.zhuzuo .news-img img {
  max-width: 107px;
  padding: 3px;
}
.zhuzuo .news-txt p {
  line-height: 20px;
  font-size: 13px;
  margin: 0px;
  color: #949494;
}
.zhuzuo .news-txt i {
  font-size: 12px;
  margin: 4px 0 0 0;
  color: #009cd1;
  display: block;
  font-style: normal;
  text-align: right;
}
.zhuzuo .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: underline;
  font-style: italic;
  display: block;
}
.zhuzuo .news-txt p a:hover {
  color: #15549a;
}
@media (min-width: 768px) {
  .zhuzuo .news-txt p {
    line-height: 20px;
    height: auto;
    font-size: 13px;
  }
  .zhuzuo .news-img img {
    width: 107px;
    height: 138px;
  }
  .zhuzuo .news-img {
    margin-right: 15px;
  }
  .zhuzuo li {
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .zhuzuo li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .zhuzuo .news-img {
    margin-bottom: 2px;
    margin-right: 15px;
  }
  .zhuzuo li h2 {
    white-space: normal;
    overflow: inherit;
  }
}
.new-graphic {
  margin-top: 10px;
  padding: 0 2px;
}
.new-graphic li {
  margin-bottom: 30px;
}
.new-graphic li .boxstyle {
  overflow: hidden;
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.29);
  border-bottom: 4px solid #00ccff;
}
.new-graphic li a:hover .boxstyle img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.new-graphic li .boxstyle .txtinfo {
  margin: 15px;
  overflow: hidden;
  height: 144px;
}
.new-graphic li .boxstyle .txtinfo h5 {
  font-size: 13px;
  color: #f7931e;
  margin: 0 0 8px 0;
}
.new-graphic li .boxstyle .txtinfo h4 {
  color: #004ea2;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 20px;
}
.new-graphic li .boxstyle .txtinfo h4 a {
  color: #004ea2;
  word-break: break-all;
}
.new-graphic li .boxstyle .txtinfo h4 a:hover {
  color: #383838;
}
.new-graphic li .boxstyle .txtinfo p {
  font-size: 12px;
  color: #808080;
  line-height: 18px;
  margin: 0 0 8px 0;
  word-break: break-all;
}
.new-graphic li .boxstyle .txtinfo span {
  font-size: 13px;
  color: #808080;
  line-height: 22px;
}
@media (min-width: 768px) {
  .new-graphic li .boxstyle img {
    height: 146px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .new-graphic li .boxstyle img {
    height: 118px;
    width: 100%;
  }
  .new-graphic li .boxstyle .txtinfo {
    height: 166px;
  }
}
@media (max-width: 991px) {
  .new-graphic li .boxstyle img {
    height: 138px;
    width: 100%;
  }
  .new-graphic li .boxstyle .txtinfo {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .new-graphic li .boxstyle img {
    height: 220px;
    width: 100%;
  }
  .new-graphic li .boxstyle .txtinfo {
    height: auto;
  }
  .new-graphic li .boxstyle .txtinfo h4 {
    font-size: 15px;
    line-height: 22px;
  }
  .new-graphic li .boxstyle .txtinfo p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 320px) {
  .new-graphic li .boxstyle img {
    height: 180px;
  }
}
.isPc {
  margin-top: 20px;
  margin-bottom: 20px;
}
.isPc .Pt3 {
  padding: 15px 0;
  border-bottom: #cdcdcd dotted 1px;
  /*background:#f7fcff;*/
}
.isPc .Pt3 b {
  color: red;
  font-weight: normal;
}
/*.isPc .Pt3:hover{background:#e9f4fc;}*/
.isPc .p3 {
  float: left;
  margin-right: 25px;
}
.isPc .p3 img {
  width: 226px;
  height: 140px;
  border-radius: 4px;
}
.isPc .t3 h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.isPc .t3 h3 a {
  color: #333333;
}
.isPc .t3 h3 a:hover {
  color: #2b499c;
}
.isPc .Pt3 span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #999999;
}
.isPc .t3 p {
  font-size: 14px;
  line-height: 22px;
  color: #4c4c4c;
  margin: 0;
}
@media (max-width: 1199px) {
  .isPc .p3 img {
    width: 200px;
    height: 124px;
  }
  .isPc .p3 {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .isPc .p3 img {
    width: 168px;
    height: 104px;
  }
}
@media (max-width: 767px) {
  .isPc .p3 img {
    width: 126px;
    height: 84px;
  }
  .isPc .t3 h3 {
    font-size: 15px;
    line-height: 21px;
  }
}
.piclist {
  overflow: hidden;
}
.piclist li {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-bottom: #ccc dashed 0px;
}
.piclist li h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px 0;
}
.piclist li h2 a {
  color: #333333;
  font-weight: 700;
}
.piclist li h2 a:hover {
  color: #2b499c;
  text-decoration: none;
}
.piclist .news-img {
  margin-right: 10px;
}
.piclist .news-img img {
  border: #e4e4e4 solid 1px;
}
.piclist .news-txt p {
  line-height: 20px;
  font-size: 13px;
  margin: 0px;
  color: #4C4C4C;
}
.piclist .news-txt i {
  font-size: 14px;
  margin: 0 0 8px 0;
  color: #999999;
  display: block;
  /*text-align: right;*/
  font-style: normal;
}
.piclist .news-txt p a {
  overflow: hidden;
  color: #f08519;
  font-size: 12px;
  text-decoration: none;
  font-style: italic;
  display: block;
}
.piclist .news-txt p a:hover {
  color: #15549a;
}
@media (min-width: 768px) {
  .piclist .news-txt p {
    line-height: 20px;
    height: auto;
    font-size: 13px;
    overflow: hidden;
  }
  .piclist .news-img img {
    width: 100px;
    height: 133px;
  }
  .piclist .news-img {
    margin-right: 20px;
  }
  .piclist li {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .piclist li:last-child {
    border: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .piclist .news-img img {
    width: 100px;
    height: 133px;
  }
}
/*-----------------科研成果---------------------*/
.wordbreak {
  word-break: break-all;
}
.result {
  overflow-x: hidden;
  margin: 20px 0 0 0;
}
.result .years {
  border: #dedede solid 1px;
  overflow: hidden;
  padding: 15px 0;
  margin-bottom: 20px;
}
.result .years a {
  font-size: 14px;
  font-family: Arial;
  color: #004ea2;
  line-height: 24px;
}
.result .years a:hover {
  color: #ff5b00;
}
.result .paperdetail {
  width: 980px;
  margin: 0 auto;
}
.result .paperdetail .wid-cg {
  width: 20%;
}
.result .paperdetail .xlmain .wztitle {
  font-size: 21px;
  margin: 15px 0 24px 0;
  line-height: 1.2;
  text-align: center;
}
.result .paperdetail .xlmain .table-bordered > tbody > tr > th {
  background: #426cdc;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
}
.result .paperdetail .xlmain .table-bordered > tbody > tr > td {
  background: #e3e8fb;
  font-size: 16px;
  color: #596079;
  padding: 20px 40px;
  line-height: 1.5;
}
.result .paperdetail .table-bordered > tbody > tr > td {
  border-color: #ffffff;
}
.result .contentlist {
  overflow: hidden;
  margin: 2px 0 0 0;
}
.result .contentlist .wid1 {
  width: 6%;
}
.result .contentlist .table {
  margin-bottom: 28px;
}
.result .contentlist .table > thead > tr > th,
.result .contentlist .table > tbody > tr > th {
  color: #3157bb;
  font-size: 20px;
  padding: 12px;
  background-color: transparent;
  border-bottom: 2px solid #e6e6e6;
}
.result .contentlist .table > tbody > tr > td {
  padding: 12px;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  line-height: 1.3;
}
.result .contentlist .table-bordered > tbody > tr > td {
  font-size: 14px;
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
  border-color: #ddd;
}
/*word-break: break-all;*/
.result .contentlist .table-bordered .date {
  font-size: 14px;
  font-family: Arial;
}
.result .contentlist .table-bordered .arial {
  font-family: Arial;
}
.result .contentlist .table-bordered {
  border-color: #ddd;
}
.result .contentlist .table-bordered > thead > tr > th,
.result .contentlist .table-bordered > tbody > tr > th {
  border-color: #ddd;
  background-color: #f7f7f7;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .result .contentlist .wid1 {
    width: 9%;
  }
  .result .paperdetail {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .result .contentlist .wid1 {
    width: 10%;
  }
  .result .paperdetail .xlmain .table-bordered > tbody > tr > td {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .result .contentlist .wid1 {
    width: 21%;
  }
  .result .paperdetail .xlmain .table-bordered > tbody > tr > td {
    font-size: 15px;
    padding: 15px;
  }
  .result .paperdetail .wid-cg {
    width: 36%;
  }
}
@media (max-width: 320px) {
  .result .contentlist .wid1 {
    display: none;
  }
  .result .paperdetail .wid-cg {
    width: 42%;
  }
}
/*网站地图*/
.webmap {
  overflow: hidden;
  margin-bottom: 20px;
}
.webmap button {
  width: 200px;
  padding: 6px 10px;
  font-size: 16px;
}
.webmap hr {
  margin: 5px 0;
}
.webmap .rlink {
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.webmap .rlink a {
  display: inline-block;
  overflow: hidden;
  margin: 3px 30px 0 0;
  font-size: 15px;
  font-family: Arial;
}
.webmap .tabh {
  min-height: 42px;
  border-bottom: #ccc dotted 1px;
}
.webmap td {
  padding: 0px 0 10px 0;
}
@media (max-width: 1199px) {
  .webmap .rlink {
    padding: 0 0 0 20px;
    margin-left: -2%;
  }
}
@media (max-width: 991px) {
  .webmap .rlink {
    padding: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .webmap .rlink {
    margin: 10px 0 0 0;
    padding: 0 0 0 18px;
  }
  .webmap .tabh {
    margin: 0 0 8px 0;
  }
}
/*-------------------------btn styles--------------------------------*/
.btn-tm {
  color: #ffffff;
  background: transparent;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  border: #4f7eaa solid 1px;
  border-radius: 0;
}
.btn-tm:hover,
.btn-tm:focus,
.btn-tm:active,
.btn-tm.active,
.open .dropdown-toggle.btn-tm {
  color: #ffffff;
  background-color: #00a8ff;
  border: #00a8ff solid 1px;
}
.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-shong {
  color: #fff;
  background: #b41d1d;
  padding: 5px 23px;
  font-size: 14px;
  float: right;
  font-weight: 500;
}
.btn-shong:hover,
.btn-shong:focus,
.btn-shong:active,
.btn-shong.active,
.open .dropdown-toggle.btn-shong {
  color: #fff;
  background: #008ec9;
}
.btn-more {
  color: #fff;
  background-color: #0070da;
  padding: 16px 70px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
}
.btn-more img {
  display: inline-block;
  margin-left: 6px;
  margin-top: -2px;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
  color: #fff;
  background-color: #25469e;
}
.btn-more1 {
  color: #426cdc;
  background-color: #fff;
  padding: 12px 80px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  border-radius: 30px;
  border: #fff solid 2px;
}
.btn-more1 img {
  display: inline-block;
  margin-left: 6px;
  margin-top: -2px;
}
.btn-more1:hover,
.btn-more1:focus,
.btn-more1:active,
.btn-more1.active,
.open .dropdown-toggle.btn-more1 {
  color: #fff;
  background-color: transparent;
  border: #fff solid 2px;
}
.btn-gz {
  color: #fff;
  background: url() repeat-x top center #0b4590;
  border-left: #38dcff solid 1px;
  border-right: #38dcff solid 1px;
  border-top: #38dcff solid 1px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 600;
  float: right;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-gz:hover,
.btn-gz:focus,
.btn-gz:active,
.btn-gz.active,
.open .dropdown-toggle.btn-gz {
  color: #fff;
  background: url() repeat-x top center #0b4590;
  border-left: #38dcff solid 1px;
  border-right: #38dcff solid 1px;
  border-top: #38dcff solid 1px;
}
.btn-kxcb {
  color: #fff;
  background: url() repeat-x top center #0b4590;
  border-left: #38dcff solid 1px;
  border-right: #38dcff solid 1px;
  border-top: #38dcff solid 1px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 600;
  float: right;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 6px;
}
.btn-kxcb:hover,
.btn-kxcb:focus,
.btn-kxcb:active,
.btn-kxcb.active,
.open .dropdown-toggle.btn-kxcb {
  color: #fff;
  background: url() repeat-x top center #0b4590;
  border-left: #38dcff solid 1px;
  border-right: #38dcff solid 1px;
  border-top: #38dcff solid 1px;
}
/* 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%;
  }
}
.img-portfolio {
  margin-bottom: 5px;
  display: block;
}
.img-portfolio .photobox {
  border: #dedede solid 1px;
  padding: 8px;
  display: block;
  border-radius: 4px;
}
/*.img-portfolio .photobox:hover {-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);box-shadow: 0 0px 6px rgba(0, 0, 0, .2);}*/
.img-portfolio .photobox:hover {
  -webkit-box-shadow: 0 0 6px #cdcdcd;
  box-shadow: 0 0 6px #cdcdcd;
}
.img-portfolio img {
  width: 100%;
  height: 246px;
}
.phototitle {
  float: left;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  line-height: 22px;
  color: #454545;
  padding: 8px 10px;
  height: 34px;
  text-align: center;
  text-transform: uppercase;
}
/*text-overflow:ellipsis; white-space:nowrap; */
.phototitle a:hover {
  color: #0c5ebf;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .img-portfolio img {
    height: 190px;
  }
  .img-portfolio .photobox {
    padding: 6px;
  }
}
@media screen and (max-width: 991px) {
  .img-portfolio img {
    height: 146px;
  }
}
@media screen and (max-width: 767px) {
  .img-portfolio {
    margin-bottom: 46px;
  }
  .img-portfolio .photobox {
    padding: 8px;
  }
  .img-portfolio img {
    height: auto;
  }
}
/*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: right;
  CLEAR: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  PADDING-TOP: 0px;
  float: left;
}
#pages A {
  BORDER: #dedede 0px solid;
  HEIGHT: 40px;
  BACKGROUND: #f5f5f5;
  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: #dedede 0px solid;
  HEIGHT: 40px;
  BACKGROUND: #f5f5f5;
  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: #dedede 0px solid;
  HEIGHT: 40px;
  BACKGROUND: #f5f5f5;
  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: #167cdc 0px solid;
  BACKGROUND: #167cdc;
  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: #167cdc 0px solid;
  BACKGROUND: #167cdc;
  COLOR: #fff;
}
#pages A.curr {
  BORDER: #167cdc 0px solid;
  BACKGROUND: #167cdc;
  COLOR: #fff;
}
#pages A.curr:visited {
  BORDER: #167cdc 0px solid;
  BACKGROUND: #167cdc;
  COLOR: #fff;
}
#pages A:hover {
  BORDER: #167cdc 0px solid;
  BACKGROUND: #167cdc;
  COLOR: #fff;
}


.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #167cdc;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}

@media (max-width: 767px) {
  .pages {
    display: none;
  }
  .page-phone {
    display: block;
  }
}


/* Owl Carousel */
.flat-carousel .owl-controls {
  margin: 0;
  display: none;
}
.flat-carousel .owl-controls .owl-nav div.owl-prev {
  left: -50px;
  background-color: transparent;
}
.flat-carousel .owl-controls .owl-nav div.owl-next {
  right: -50px;
  left: inherit;
  background-color: transparent;
}
.flat-carousel .owl-controls .owl-nav div.owl-prev:before,
.flat-carousel .owl-controls .owl-nav div.owl-next:before {
  font-family: "FontAwesome";
  font-size: 30px;
  color: #ccc;
}
.flat-carousel .owl-controls .owl-nav div.owl-prev:before {
  content: "\f104";
}
.flat-carousel .owl-controls .owl-nav div.owl-next:before {
  content: "\f105";
}
/* Flat Client
-------------------------------------------------------------- */
.flat-client {
  padding: 46px 0;
}
.flat-client ul li:first-child {
  margin-left: 0px;
}
.flat-client ul li:last-child {
  margin-right: 0;
}
.flat-client ul li {
  display: inline-block;
  margin: 0 33px;
}
@media only screen and (max-width: 1199px) {
  .flat-carousel .owl-controls {
    display: none;
  }
}
/*---------------表单---------------------*/
.formbox .tbw1 {
  width: 15%;
}
.formbox {
  overflow: hidden;
  width: 100%;
  margin: 36px auto 0 auto;
}
.formbox .form-group {
  margin-bottom: 8px;
  overflow: hidden;
}
.formbox .form-control {
  border-color: #ccc;
  height: 32px;
  padding: 0 10px;
}
.formbox .form-control:focus {
  border-color: #6b9bc7;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.188);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.188);
}
.formbox textarea.form-control {
  height: auto;
  padding: 10px;
}
.formbox .authorlist {
  overflow: hidden;
  margin-bottom: 12px;
}
.formbox label {
  font-size: 16px;
  padding-top: 7px;
}
.formbox label em {
  color: #c50000;
  margin-left: 4px;
}
.formbox .btn-sblue {
  padding: 6px 36px 6px 36px;
  float: none;
  margin: 20px 0;
  font-size: 18px;
}
.formbox td {
  padding-left: 6px;
}
.formbox .retrieve {
  color: #464646;
  background: #e9e9e9;
  padding: 9px 70px;
  font-size: 15px;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 700;
}
.formbox .retrieve:hover {
  background: #dedede;
  color: #464646;
  text-decoration: none;
}
.formbox .upfile {
  border: #ccc solid 1px;
  padding: 15px;
}
.formbox .upfile h4 {
  text-align: left;
  margin: 0 0 15px 0;
  font-size: 14px;
}
.formbox .upfile .upbtn {
  width: 102px;
  height: 32px;
  position: relative;
  overflow: hidden;
}
.formbox .upfile .upbtn .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  cursor: pointer;
}
.formbox .btn-danger {
  float: left;
  padding: 5px 13px;
  border-radius: 2px;
}
.formbox .btn-default {
  padding: 5px 13px;
  border-radius: 2px;
  float: left;
}
.formbox i {
  color: #0f6bb5;
  font-size: 17px;
}
@media (max-width: 767px) {
  .formbox .tbw1 {
    width: 22%;
  }
  .formbox .tmt {
    margin-top: 10px;
  }
}
.namelist {
  overflow: hidden;
  margin-top: 2px;
}
.namelist li {
  margin: 6px 0;
  padding: 0 6px;
  width: 12.5%;
  float: left;
}
.namelist li a {
  font-size: 15px;
  color: #444;
  line-height: 18px;
}
.namelist li a:hover {
  color: #17318b;
  text-decoration: none;
}
.paper .win-lb {
  width: 162px;
  float: left;
  text-align: right;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 8px;
}
.paper .win-nr {
  overflow: hidden;
  margin-bottom: 10px;
}

/*new-add*/
.new-box {
  position: relative;
  z-index: 99;
}
.new-box .box-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
}
.new-box a:hover .box-title {color: #167cdc;}
.new-box .news-img img {
  display: block;
  height: 130px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .new-box .box-s {
    margin-bottom: 13px;
  }

  .new-box .news-img img {
    height: 75px;
  }
}