@charset "utf-8";
/* CSS Document */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  font-family: "PingFang SC", "Microsoft YaHei", Helvetica, "Helvetica Neue", "Arial", Verdana, sans-serif;
  color: #444;
}
body {
  font-size: 1.5rem;
  line-height: 160%;
}
img {
  border: 0 none; /*width:100%;*/ height: auto;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #356fae;
  text-decoration: none;
}
/*a:hover img{filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;} */
ul, li {
  list-style-type: none;
}
input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
}
p {
  line-height: 175%;
  text-align: justify;
  /*text-align-last:justify;*/
}
.clear {
  clear: both;
}
.mobile-hide {
  display: block;
}
.mobile-show {
  display: none;
}
.page_fy {
  text-align: center;
}
.container {
  width: 1370px;
}

.index-navigation {
  position: relative;
  z-index: 1000000;
}
.bigbox {
/*  height: 745px;*/
  width: 100%;
/*  overflow: hidden;*/
  position: relative;
  z-index: 100;
}
.card--inner {
/*  position: absolute;*/
  margin-top: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 20;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform .5s ease-out;
}
.card-visible {
  font: 100;
}
.card-visible .card--inner {
  -ms-transform: translateX(0);
  transform: translateX(0);
}



.guid-wrap .logo{ width: 70%; margin: 0 auto; margin-top:100px;}
.guid-wrap .logo img{ width: 100%;}
.guid-wrap ul.entry{ width: 80%; margin:0 auto;}
.guid-wrap ul.entry li{ margin: 100px 40px 100px 40px; float: left; background:url("entry1.png") no-repeat; width: 455px; height: 80px; }
.guid-wrap ul.entry li a{ display: block;  width: 455px; height: 80px; background: url("entry.png")no-repeat 380px 17px; padding-right: 30px; background-size: 44px; color:#fff; line-height: 80px; font-weight: bold; font-size: 24px; text-align: center; } 
.guid-wrap ul.entry li:hover{ background: url("entry2.png") no-repeat;}

/*机构设置*/
.orga .orga_list .tit1{ margin-top: 20px; background: #F5F8FF; height: 50px;}
.orga .orga_list .tit1 h3{ background:url(orga.png) no-repeat 20px 13px #344EA6; font-size: 20px; padding-left: 54px; color: #fff; line-height: 50px; float: left; padding-right: 40px;}
.orga .orga_list ul.list_grup li.list_grup2{ margin-bottom: 20px;}
.orga .orga_list ul.list_grup li.list_grup2 .orga-tit{ margin-bottom: 10px; border-bottom: 2px solid #DCDFE6; height: 35px;}
.orga .orga_list ul.list_grup li.list_grup2 .orga-tit h4{  padding-right: 25px; border-bottom: 2px solid #344EA6; height: 35px; float: left; font-size: 18px; color: #344EA6; background: url(orga2.png) no-repeat 5px 8px; line-height: 30px; padding-left: 30px;}
.orga .orga_list ul.list_grup li.list_grup2 ul.list_grup3 li { width: 240px; float: left;}
.orga .orga_list ul.list_grup li.list_grup2 ul.list_grup3 li a{ background: url(orga3.png) no-repeat 3px 8px; line-height: 24px; padding-left: 20px; font-size: 16px; margin: 10px 0; height: 24px; display: block;}
.orga .orga_list ul.list_grup li.list_grup2 .bor-no,.orga .orga_list ul.list_grup li.list_grup2 .bor-no h4 { border: none;}


@media (min-width: 1680px) {
  
}
header {
  position: relative;
  z-index: 99999;
}
header .banner {
  background: url("head_border.png") no-repeat top center;
  ;
}
header .banner .logo {
  margin-top: -15px;
  float: left;
  width: 48%;
}
header .banner .slogan {
  float: right;
  width: 40%;
  margin-right: 60px;
  margin-top: 6px;
}
header .banner .logo img, header .banner .slogan img {
  width: 100%;
}
header .banner .top-link {
  margin-top: 10px;
  height: 40px;
}
header .banner .top-link ul {
  float: right;
}
header .banner .top-link ul li {
  padding: 0 5px;
  float: left;
  line-height: 38px;
}
header .banner .top-link ul li a {}
header .banner .top-link ul li a:hover {
  color: #93B6FC;
}
header .banner .top-link ul li span {
  margin-left: 10px;
}
header .banner .search {
  float: right;
  border: none;
  padding: 0;
  background: none;
  width: 34px;
  height: 34px;
}
header .banner .search img {
  width: 100%;
}
header .banner .form-search {
  background: rgba(20, 52, 118, 0.2);
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  width: 230px;
  height: 34px;
}
header .banner .form-search input {
  padding: 0 10px 0 15px;
  color: #bcbcbc;
  float: left;
  width: 190px;
  height: 34px;
  line-height: 40px;
  border: none;
  background: none;
}
.search_model_container {
  padding-bottom: 30px;
  position: relative;
}
.search_model {
  position: absolute;
  background-color: rgba(58, 100, 194, 0.9);
  width: 100%;
  display: none;
  top: -8px;
  left: 0;
  z-index: 9999;
}
.search_model form {
  overflow: hidden
}
/* .search_box {
  background-color: rgba(58, 100, 194, 1);
  line-height: 36px;
  height: 36px;
  padding-left: 20px;
  margin: 26px 160px 20px;
} */
.search_ipt {
  height: 36px;
  border: 0;
  background: none;
  font-size: 16px;
  color: #fff;
  width: 88%;
  float: left;
  caret-color: #fff;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
}
.search_sub {
  background: url(z19_search.png) no-repeat 10px 8px;
  background-size: 20px 20px;
  padding-left: 10px;
  width: 40px;
  height: 36px;
  float: right;
  display: block;
  border: 0;
}
/* .search_close {
  float: right;
  margin: 30px 35px 0 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search_close img {
  width: 100%;
} */
.search_ipt::-webkit-input-placeholder {
  color: #8dbefb;
}
.search_ipt:-moz-placeholder {
  color: #8dbefb;
}
.search_ipt::-moz-placeholder {
  color: #8dbefb;
}
.search_ipt:-ms-input-placeholder {
  color: #8dbefb;
}
@media (min-width: 765px) {
  nav.sidebar a {
    padding-right: 13px;
  }
  nav.sidebar .navbar-nav > li:first-child {
    border-top: 1px #e5e5e5 solid;
  }
  nav.sidebar .navbar-nav > li {
    border-left: 2px solid #5971E6;
    border-right: 2px solid #5971E6;
  }
  nav.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  nav.sidebar .navbar-collapse, nav.sidebar .container-fluid {
    padding: 0 0px 0 0px;
    border: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  nav.sidebar {
    height: 100%;
    float: left;
    margin-bottom: 0px;
  }
  nav.sidebar li {
    width: 100%;
  }
  nav.sidebar:hover {
    margin-left: 0px;
  }
  .forAnimate {
    /*opacity: 0;*/
  }
}
@media (min-width: 1330px) {
  nav.sidebar {
    margin-left: 0px;
    float: left;
    border: none;
  }
  nav.sidebar .forAnimate {
    opacity: 1;
  }
}
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover, nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #CCC;
  background-color: transparent;
}
nav:hover .forAnimate {
  opacity: 1;
}
section {
  padding-left: 15px;
}
.content-wrap ul.navbar-nav {
  background: #fff;
  border-top: none;
  border-bottom: 2px solid #5971E6;
}
.content-wrap .navbar-default .navbar-nav > .open > a, .content-wrap .navbar-default .navbar-nav > .open > a:focus, .content-wrap .navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 10px;
}
.content-wrap .navbar-default .navbar-nav > li > a {
  font-weight: bold;
  color: #344EA6;
  font-size: 17px;
  line-height: 28px;
  padding: 12px 10px 12px 20px;
  margin: 0 20px 0 10px;
}
.content-wrap .navbar-default .navbar-nav > li > a:hover {
  color: #5576e4;
}
.content-wrap .navbar-default .navbar-nav > li > a:focus {
  color: #5576e4;
}
.content-wrap .dropdown-menu > li {
  /*list-style:disc;
	list-style-type: disc;*/
  margin-left: 30px;
}
.content-wrap .navbar-default .navbar-nav > li.active {
  background: url("more2.png") no-repeat right center;
  background-size: 40px 24px;
  background-color: #EFF8FE;
  border-left: 2px solid #D0DCF9;
  border-right: 2px solid #D0DCF9;
}
.content-wrap .navbar-default .navbar-nav > li.active a {
  background:url("more.png") no-repeat right 19px #EFF8FE;
background-size: 11px 13px;
  color: #344EA6;
}
.content-wrap .navbar-default .dropdown-menu > li > a {
  color: #ffffff;
  background-color: transparent;
  line-height: 39px;
}
.content-wrap .navbar-default .navbar-nav .open .dropdown-toggle {
  margin: 0 20px 0 10px;
  color: #fff;
}
.content-wrap .navbar-default .navbar-nav .dropdown-menu > li > a {
  padding-left: 15px;
  line-height: 40px;
}
.mobile-hide #nav .navbar-default {
  height: 56px;
  background: rgba(1, 33, 144, 0.8);
}
#nav .navbar-default .navbar-nav.navbar-nav {
  margin: 0 auto;
  width: 100%;
}
#nav .navbar-default .navbar-nav > li {
  line-height: 56px;
  padding: 0;
}
#nav .navbar-default .navbar-nav > li.last:after {
  border-right: none;
}
#nav .navbar-default .navbar-nav > li:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 15px;
  height: 15px;
}
#nav .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 20px;
  padding: 0 45px;
  line-height: 56px;
  height: 56px;
  font-weight: bold;
}
#nav .navbar-default .navbar-nav > li > a:hover {
  background: #EFF8FE;
  border-top: 3px solid #E6E6E6;
  line-height: 50px;
}
#nav .navbar-default .navbar-nav > li.open > a {
  color: #344EA6;
  line-height: 56px;
  background: #EFF8FE;
}
#nav .navbar-default .navbar-nav > li.open > a:hover {
  color: #344EA6;
  line-height: 50px;
}
#nav .navbar-default .navbar-nav > li > a.cur {
  font-weight: bold;
  border-bottom: 3px solid #7592f7;
}
.dropdown-menu {
  border: none;
  background: #EFF8FE;
  padding: 0 0px 3px 0px;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 170px;
  z-index: 1000;
  top: 63px;
}
.navbar-nav > li.right-line-none > .dropdown-menu {
  left: -42px;
}
.mobile-hide .navbar-default .navbar-nav .cur a {
  color: #EFF8FE;
  font-size: 18px;
  background: url(arrow1.png) no-repeat 50% 26px;
  font-weight: normal;
}
.mobile-hide .navbar-default .navbar-nav .dropdown-menu > li > a {
  font-weight: bold;
  font-size: 16px;
  border: none;
  background: #EFF8FE;
  color: #344EA6;
  padding-left: 18px;
  line-height: 220%;
}
.mobile-hide .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .mobile-hide .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  border: none;
  background: #4A6BDC;
  color: #fff;
  padding-left: 18px;
}
.mobile-show .navbar-default .navbar-nav .cur a {
  color: #EFF8FE;
  font-size: 18px;
  background: url(arrow1.png) no-repeat 50% 26px;
  font-weight: normal;
}
.mobile-show .navbar-default .navbar-nav .dropdown-menu > li > a {
  border: none;
  background: #EFF8FE;
  color: #FFF;
  padding-left: 60px;
  line-height: 40px;
}
.mobile-show .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .mobile-show .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  border: none;
  background: #4A6BDC;
  color: #fff;
  padding-left: 60px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #EFF8FE;
  transition: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 48px;
  margin-right: 15px;
  margin-bottom: 0;
  background-color: #1e63b0;
  border: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: white;
}
/*移动端button*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #344EA6;
  margin: 5px;
  width: 24px;
}
.content-wrap {
  position: relative;
}
/*头图左右控制*/
.content-wrap .carousel-control.right {
  z-index: 99999;
  right: -68px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  display: block;
  background: none;
  width: 5%;
}
.content-wrap .carousel-control.left {
  z-index: 99999;
  left: -68px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px;
  display: block;
  background: none;
  width: 5%;
}
.content-wrap .carousel-control.right .glyphicon {
  background: url(right-arrow.png) no-repeat;
  width: 44px;
  height: 44px;
}
.content-wrap .carousel-control.left .glyphicon {
  background: url(left-arrow.png) no-repeat;
  width: 44px;
  height: 44px;
}
.glyphicon-chevron-left:before {
  content: '';
}
.carousel-control .glyphicon-chevron-right {
  height: 55px;
}
.carousel-control .glyphicon-chevron-left {
  height: 55px;
}
.glyphicon-chevron-right:before {
  content: '';
}
/*头图左右控制 end*/
/*头图文字 carousel-caption */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}
.carousel-control .icon-prev:before {
  content: '\2039'
}
.carousel-control .icon-next:before {
  content: '\2039'
}
.carousel-indicators {
  width: 100px;
  position: absolute;
  right: 10px;
  z-index: 9999;
  list-style: none;
  left: auto;
  bottom: 40px;
}
.carousel-indicators li {
  height: 10px;
  margin: 0 1px;
  display: inline-block;
  line-height: 11px;
  width: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff\9;
  background: #BBCAEA;
  border: none;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 20px;
  height: 10px;
  background-color: #0DB2B1;
  border: 0 none;
}
.carousel-inner > .item {}
.carousel-caption {
  left: auto;
  top: 40px;
  color: #444444;
  height: auto;
  width: 28%;
  text-align: left;
  line-height: 150%;
  position: absolute;
  padding-left: 30px;
  padding-bottom: 20px;
  z-index: 9999;
  text-shadow: none;
  right: 0;
  height: 510px;
  padding: 30px;
}
.carousel-caption h2 {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.carousel-caption p {
  font-size: 16px;
  line-height: 30px;
}
.carousel-caption p {
  text-overflow: -o-ellipsis-lastline; /*7行后超出省略*/
  overflow: hidden;
  text-overflow: ellipsis; /*超出则...代替*/
  display: -webkit-box;
  -webkit-line-clamp: 7; /* 行数*/
  line-clamp: 7; /*行数*/
  -webkit-box-orient: vertical;
}
.carousel-inner .pic_show {
  width: 76.6%;
  height: 576px;
  left: 0;
  position: relative;
}
.carousel-inner {
  z-index: 9997;
}
.carousel-inner img {
  width: 100%;
}
/*头图文字结束 carousel-caption */
.colunm-news-top {
  padding-top: 25px;
  background: url(blue_bg.jpg) repeat-x;
  position: relative;
}
.colunm-news-top .news_row .show {
  position: relative;
  width: 100%;
}
.colunm-news-top .news_row .show .title_bg {
  padding: 0 30px 30px 30px;
  top: 0px;
  background: #F1F5FF;
  right: 0;
  height: 510px;
  position: absolute;
  z-index: 9998;
}
.colunm-news-top .news_row .show .title_bg .tit {
  background: url("line1.jpg")no-repeat left top;
  padding-top: 20px;
}
.colunm-news-top .news_row .show .title_bg .tit h1 {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  font-variant: normal;
}
.colunm-news-top .news_row .show .title_bg .tit h1.en {
  color: #CED2DA;
}
.column-grup {
  padding: 50px 0 40px 0;
  position: relative;
}
.column-grup .container ul.news_top {
  margin: 0 -10px 70px -10px;
}
.column-grup .container ul.news_top li {
  float: left;
  width: 23%;
  border-right: 1px solid #E7E7E7;
  padding-right: 30px;
  padding-left: 30px;
}
.column-grup .container ul.news_top li dl dt {
  font-family: Roboto;
  font-style: italic;
  color: #8478B7;
}
.column-grup .container ul.news_top li dl dt .date {
  font-size: 20px;
}
.column-grup .container ul.news_top li dl dd a {
  line-height: 26px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #27438C;
  margin-top: 10px;
}
.column-grup .container ul.news_top li dl dd a:hover {
  color: #446DD8;
}
.column-grup .container ul.news_top li.more {
  padding-left: 20px;
  margin-top: 30px;
  border: none;
  width: 90px;
}
.column-grup .container ul.news_top li.more a {
  display: block;
  width: 50px;
  background: url("more.png") no-repeat right 5px;
  background-size: 10px 12px;
}
.column-grup .bg1 {
  background: url("pic_bg1.jpg") no-repeat;
  clear: both;
}
.column-grup .left {
  width: 910px;
  padding: 0;
}
.column-grup .left .divBox ul.tab_title {
  background: rgba(58, 100, 194, 0.8);
  height: 58px;
}
.column-grup .left .divBox ul.tab_title li {
  background: url("line.png") no-repeat left 20px;
  float: left;
  height: 58px;
}
.column-grup .left .divBox ul.tab_title li.no_line {
  background: none;
}
.column-grup .left .divBox ul.tab_title li a {
  text-align: center;
  color: #fff;
  padding: 0 32px;
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
}
.column-grup .left .divBox ul.tab_title li.now {
  background: url("cur_bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  height: 58px;
}
.column-grup .left .divBox ul.tab_title li.now a {
  color: #fff;
}
.column-grup .left .divBox .tabBox {
  background: url("bg_blue.png") repeat-x;
}
.column-grup .left .divBox .tabBox .tab_con ul.news_list {
  padding: 24px 35px 24px 20px;
}
.column-grup .left .divBox .tabBox .tab_con ul.news_list li {
  background: url(doc2.png)no-repeat 0 7px;
  background-size: 7px 7px;
  margin-bottom: 14px;
}
.column-grup .left .divBox .tabBox .tab_con ul.news_list li a {
  color: #fff;
  float: left;
  display: block;
  font-size: 15px;
  line-height: 24px;
  padding-left: 20px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column-grup .left .divBox .tabBox .tab_con ul.news_list li a:hover {
  color: #97D2FF;
}
.column-grup .left .divBox .tabBox .tab_con ul.news_list li .date {
  float: right;
  font-size: 13px;
  line-height: 24px;
  color: #A4B9E8;
}
.column-grup .left .divBox .tabBox .tab_con a.more {
  color: #fff;
  display: block;
  width: 105px;
  position: absolute;
  right: 40px;
  bottom: 10px;
  background: url("more.png") no-repeat 95px 6px;
  background-size: 10px 12px;
}
.column-grup .right {
  width: 430px;
  padding: 0;
  float: left;
  background: rgba(14, 39, 107, 0.7);
}
.column-grup .right .tools_list {
  padding: 18px 15px 8px 15px;
}
.column-grup .right .tools_list li.icon1 {}
.column-grup .right .tools_list li {
  float: left;
  width: 45%;
  height: 46px;
  margin: 11px 10px;
}
.column-grup .right .tools_list li a {
  width: 100%;
  border-radius: 3px;
  background: rgba(58, 100, 194, 0.33);
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 46px;
  line-height: 46px;
  display: block;
}
.column-grup .right .tools_list li a:hover {
  background: #3A64C2;
}
.column-grup .right .tools_list .more {
  float: right;
  margin-right: 15px;
}
.column-grup .right .tools_list .more img {
  margin-bottom: 6px;
}

.column-grup .right .right_more {
    float: right;
    border: none;
    width: 90px;
	margin-bottom: 12px;
}
.column-grup .right .right_more a {
	color: #fff;
    display: block;
    width: 50px;
    background: url(more.png) no-repeat right 5px;
    background-size: 10px 12px;
}

.column-bg {
  position: relative;
  background: #F1F5FF;
}
.column-grup .tit {
  margin-bottom: 30px;
  background: url("line3.jpg")no-repeat left top;
  padding-top: 20px;
}
.column-bg .tit {
  background: url("line2.jpg")no-repeat left top;
  margin-top: 50px;
  float: left;
  width: 24%;
  margin: 0 0.5%;
}
.column-grup .tit h1 {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  font-variant: normal;
  margin-right: 20px;
}
.column-grup .tit h1.en {
  color: #CED2DA;
  font-size: 24px;	
  line-height: 30px;
  margin-top: 5px;
}
.column-bg .pic_list div.row1, .column-bg .pic_list div.row2 {
  margin-bottom: 40px;
}
.column-bg .pic_list div.row1 dl {
  position: relative;
  width: 24%;
  margin: 0 0.5%;
  float: left;
}
.column-bg .pic_list div.row2 dl {
  position: relative;
  width: 24%;
  margin: 0 0.5%;
  float: left;
}
.column-bg .pic_list div.row1 dl dd.row1_li, .column-bg .pic_list div.row2 dl dd.row2_li {
  float: left;
  position: relative;
  overflow: hidden;
}
.column-bg .pic_list div.row1 dl dd.row1_li img, .column-bg .pic_list div.row2 dl dd.row2_li img {
  width: 100%;
}
.column-bg .pic_list div dl dt h3 {
  z-index: 999999;
  background: #6D82E7;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  height: 32px;
  line-height: 32px;
  left: 31%;
  position: absolute;
  bottom: -15px;
}

.column-bg .pic_list div a {
  display: block;
  color: #fff;
}
.column-bg .pic_list div a:hover {
  border-bottom: 3px solid #6D82E7;
}

.column-bg .pic_list div.row1 dl dd.row1_li ul li a, .column-bg .pic_list div.row2 dl dd.row2_li ul li a {
  display: block;
  margin: 15px 0;
  border: none;
}
.column-bg .pic_list div.row1 dl dd.row1_li ul li a:hover, .column-bg .pic_list div.row2 dl dd.row2_li ul li a:hover {
  color: #97A9FF;
}

.column-bg .pic_list div.row1 dl dd.row1_li ul li a span.date, .column-bg .pic_list div.row2 dl dd.row2_li ul li a span.date{ font-size: 13px; color: #B7B7B7;}


.column-bg .right_nav {
  width: 16%;
  background: none;
  float: right;
  top: 180px;
  z-index: 99999999;
}
.column-bg .right_nav ul li {
  width: 100%;
  float: none;
}
.column-bg .right_nav ul li.tit {
  background: url(line2.jpg)no-repeat left top;
  font-weight: bold;
  font-size: 30px;
  color: #444;
}
.column-bg .right_nav ul li.tit .cntit {
  line-height: 40px;
}
.column-bg .right_nav ul li.tit .entit {
	line-height: 30px; margin-top: 5px;
    color: #CED2DA;
    font-size: 22px;
}

.column-bg .right_nav ul li{
	border: 1px dashed #3F61B3;
	margin: 10px 0;
}
.column-bg .right_nav ul li:hover{ border: none;}
.column-bg .right_nav ul li a {
    padding: 30px 20px 30px 0;
    display: block;
    color: #1D4AB3;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    width: 100%;
}
.column-bg .right_nav ul li a span{border-left: 5px solid #1D4AB3; padding-left: 20px; display: block;}
.column-bg .right_nav ul li a:hover {
  background: url("blue_bg.png") repeat-x; color: #fff;
}
.column-bg .right_nav ul li.nobor { margin-bottom: 58px; margin-top:0;
  border: none;
}
.column-bg .right_nav ul li.height a{  padding: 42px 20px 42px 0;}
.column-bg .hover-bg {
  z-index: 99999998;
  width: 100%;
  height: 100%;
}
.column-bg .hover-bg .tit {
  color: #fff;
  position: absolute;
}
.column-bg .hover-bg .tit-r {
  color: #fff;
  position: absolute;
  top: 120px;
  font-size: 20px;
  font-weight: bold;
}
.column-bg .hover-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 940px) {
  .social__item:nth-child(-n+4) .social__item__content {
    padding-bottom: 20px;
  }
  .social__item:nth-last-child(-n+4) .social__item__content {
    padding-top: 20px;
  }
}
.social__item__content {
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 286px;
  padding: 5px 20px;
}
.column-bg .pic_list .row1 dl dd.row1_li:after, .column-bg .pic_list .row dl dd.row1_li:hover:after, .column-bg .pic_list .row2 dl dd.row2_li:after, .column-bg .pic_list .row2 dl dd.row2_li:hover:after {
  opacity: 1;
}
/*
.social__item__content,.no-touch .-instagram:hover .social__item__content {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
*/
.column-bg .pic_list div.row1 dl dd.row1_li:hover .social__item__content, .column-bg .pic_list div.row2 dl dd.row2_li:hover .social__item__content {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: rgba(9, 23, 64, 0.66);
}
.column-bg .pic_list div.row1 dl dd.row1_li:after, .column-bg .pic_list div.row2 dl dd.row2_li:after {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  /* background: rgba(9,23,64,0.66);*/
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding-top: 200%;
  position: absolute;
  width: 100%;
}


.bigbase .pic_list{ width: 82%; float: left;}



.achievement .container .left {
  width: 48%;
  margin: 0 15px; /*border-bottom: 3px solid #4977E6; */ padding-bottom: 20px;
}
.achievement .container .left .tit2 {
  margin-bottom: 20px;
  background: url("line2.png") repeat-x right 10px;
}
.achievement .container .left .tit2 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: url("tit-bg1.png")no-repeat;
  height: 55px;
  width: 152px;
  line-height: 45px;
  padding-left: 25px;
}
.achievement .container .left dl dt {
  position: relative;
  width: 34%;
  float: left;
}
.achievement .container .left dl dt .pic_tit {
  position: absolute;
  bottom: 0;
  background: url("bg_black.png") repeat-x left bottom;
  width: 100%;
  height: 70px;
}
.achievement .container .left dl dt .pic_tit h4 {
  position: absolute;
  line-height: 22px;
  padding: 0 10px;
  bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.achievement .container .left dl dt .pic {
  width: 100%;
}
.achievement .container .left dl dt a {
  display: block;
  width: 100%;
}
.achievement .container .left dl dt a img {
  border-radius: 3px;
  width: 100%;
}
.achievement .container .left dl dd {
  float: left;
  margin-left: 3%;
  width: 63%;
}
.achievement .container .left dl dd ul {}
.achievement .container .left dl dd ul li {
  margin: 15px 0;
}
.achievement .container .left dl dd ul li a {
  font-size: 15px;
  background: url("2022doc.png") no-repeat 0 7px;
  background-size: 7px 7px;
  padding-left: 15px;
}
.achievement .container .right {
  width: 47%;
  background: none;
  margin: 0 15px; /* border-bottom: 3px solid #7F6DCD;*/ padding-bottom: 20px;
}
.achievement .container .right .tit2 {
  margin-bottom: 20px;
  background: url("line2.png") repeat-x right 10px;
}
.achievement .container .right {
  overflow: hidden;
}
.achievement .container .right .tit2 h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: url("tit-bg2.png")no-repeat;
  height: 55px;
  width: 152px;
  line-height: 45px;
  padding-left: 25px;
}
.achievement .container .right ul li {
  margin: 15px 0;
}
.achievement .container .right ul li a {
  font-size: 15px;
  background: url("2022doc.png") no-repeat 0 7px;
  background-size: 7px 7px;
  padding-left: 20px;
}
.achievement .container .right ul li span.date {
  float: right;
  font-size: 13px;
  color: #999;
}
.achievement .container .more {
  float: right;
  width: 50px;
  background: url("more.png") no-repeat right 5px;
  background-size: 10px 12px;
}
.achievement .container .more a {
  display: block;
  width: 50px;
}
.news_bg {
  background: url("news_bg.jpg") no-repeat;
  background-size: cover;
}
.news_bg .left {
  height: 515px;
  float: left;
  width: 23%;
  background: rgba(14, 39, 107, 0.7);
}
.news_bg .left .tit {
  color: #fff;
  margin-left: 60px;
  margin-top: 180px;
  margin-bottom: 15px;
  background: url("line4.jpg")no-repeat left top;
  padding-top: 20px;
}
/*.news_bg .left .tit h1 {background: url("more.png") no-repeat right 10px;}*/
.news_bg .left .tit h1 a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  font-variant: normal;
  float: none;
}
.news_bg .left .tit h1 a:hover {
  color: #64D0FF;
}
.news_bg .left .tit h1.en {
  color: #375A9E;
  margin: 0;
}
.news_bg .left .tit .more a {
  width: 50px;
  display: block;
  line-height: 30px;
  background: url(more.png)no-repeat right 9px;
  background-size: 10px 12px;
  color: #fff;
}
.news_bg .right {
  width: 77%;
  background: none;
}
.news_bg .right .divBox ul.tab_title {
  background: rgba(14, 39, 107, 0.7);
  height: 58px;
}
.news_bg .right .divBox ul.tab_title li {
  float: left;
  margin-right: 1px;
  height: 58px;
}
.news_bg .right .divBox ul.tab_title li.no_line {
  background: none;
}
.news_bg .right .divBox ul.tab_title li a {
  color: #fff;
  padding: 0 32px;
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-weight: bold;
}
.news_bg .right .divBox ul.tab_title li.now {
  background: rgba(226, 234, 255, 0.9);
  background-size: 100% 100%;
  height: 58px;
}
.news_bg .right .divBox ul.tab_title li.now a {
  color: #29417C;
}
.news_bg .right .divBox .tabBox {
  height: 456px;
  background: rgba(226, 234, 255, 0.9);
  padding: 30px 35px 10px 35px;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_pic {
  width: 30%;
  margin-right: 20px;
  float: left;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_pic .pic a img {
  border-radius: 3px;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_pic .title a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #101C34;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 28px;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_pic .text {
  color: #444;
  line-height: 24px;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_pic li img {
  width: 100%;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_list {
  width: 67%;
  float: left;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_list li {
  background: url("doc3.png")no-repeat 0 9px;
  background-size: 6px 6px;
  margin-bottom: 18px;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_list li a {
  color: #111C34;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-left: 15px;
  display: block;
  float: left;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_pic .title a:hover, .news_bg .right .divBox .tabBox .tab_con ul.news_list li a:hover {
  color: #356fae;
}
.news_bg .right .divBox .tabBox .tab_con ul.news_list li .date {
  float: right;
  font-size: 13px;
  line-height: 24px;
  color: #757575;
}
.news_bg .right .divBox .tabBox .tab_con {
  position: relative;
}
.news_bg .right .divBox .tabBox .tab_con a.more {
  display: block;
  width: 105px;
  position: absolute;
  right: 0px;
  bottom: -20px;
  background: url("more.png") no-repeat 95px 6px;
  background-size: 10px 12px;
}
.publications {
  margin-bottom: 30px;
}
.publications .tit {
  margin-bottom: 15px;
  background: url("line5.jpg")no-repeat left top;
  float: left;
  padding-top: 20px;
  width: 22%;

}
.publications .tit h1 {
  float: none;
}
.publications .tit h1.en {
  margin-right: 25px;
  margin-left: 0px;
}
.publications .tit .more a {
  width: 50px;
  display: block;
  line-height: 30px;
  background: url("more.png")no-repeat right 9px;
  background-size: 10px 12px;
}
.publications ul {
  margin: 0 -1%;
}
.publications ul li {
  border: none;
  width: 17%;
  float: left;
  margin: 0 1%;
}
.publications ul li img {
  width: 100%;
}
.publications ul li a {
    display: block;
	border-bottom: 3px solid #FFF;
    box-sizing: border-box;
}
.publications ul li a:hover {  
	box-sizing: border-box;
    border-bottom: 3px solid #6DC851;
}
.publications ul li dl {
  display: block;
  position: relative;
  text-align: center;
}
.publications ul li dl dt {
  display: block;
  background: #6DC851;
  color: #fff;
  position: absolute;
  left: 16px;
  bottom: -9px;
  margin: 0 auto;
  width: 84%;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
footer {
  padding: 40px 0;
  background-color: #294279;
}
footer li {
  float: left;
}
footer li.logo-foot {
  width: 8%;
  float: left;
  margin-right: 40px;
}
footer li.logo-foot img {
  width: 100%;
}
footer li.copyright {
  margin-top: 10px;
  color: #fff;
  line-height: 26px;
}
footer li.copyright .info a {
  color: #6B95AC;
}
footer li.cas-logo {
  width: 18%;
  margin-right: 20px;
}
footer li.cas-logo img {
  width: 100%;
}
footer li.blue-logo {
  float: right;
  width: 56px;
}
.mobile-show .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-toggle {
  background-color: transparent;
}



/*二三级*/


.list_wrap_bg {
  padding-top: 15px;
  background-color: #CEDEFF; /* 不支持线性的时候显示 */
  background: linear-gradient(#CEDEFF, #fff);
}
.content-wrap-list {
  background: #fff;
  top: 0;
  padding: 20px;
  z-index: 10;
}
.navbar-default {
  border: none;
}
.navbar {
  border: none;
  border-radius: 0;
}
.nav-left .navbar .container-fluid .collapse .title {
  padding: 19px;
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  background: #344EA6;
  background-size: cover;
}
.mobile_show_pager {
  display: none;
}
.right .list_grup {
  padding: 12px 0;
  border-bottom: 1px dashed #C8C8C8;
}
.right .list_grup .list-tit {
  font-size: 16px;
  line-height: 34px;
  margin: 5px 0;
  padding-left: 20px;
  background: url("2022doc.png") no-repeat 0 12px;
  background-size: 8px 8px;
}
.right .list {
  border: 1px solid #E3EBF6;
  padding: 20px;
  margin-top: 20px;
}
.right .list dl {
  border-bottom: 1px dashed #BFC8D3;
  padding: 20px 0 10px 0;
}
.right .list dl dt img {
  border-radius: 3px;
  width: 100%;
}
.right .list dl dd {
  width: 76%;
  float: left;
  margin-left: 20px;
}
.right .list dl dd .name {
  font-size: 30px;
  color: #3C61C2;
  font-weight: bolder;
  margin: 6px 0 10px;
  line-height: 26px;
}
.right .list dl dd .name {
  color: #3C61C2;
}
.right .list dl dd .name .title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}
.right .list dl dd .subject {
  font-weight: bolder;
  margin-bottom: 6px;
  line-height: 26px;
}
.right .list dl dd .subject a {
  font-size: 18px;
  color: #455C9A;
}
.right .list dl dd .subject a:hover {
  text-decoration: underline;
  color: #4c77d6;
}
.right .list dl dd .intro {
  color: #444;
  line-height: 24px;
  margin: 10px 0;
}
.right .list dl dd .date, .list_grup .list-tit .date {
  float: right;
  color: #c3c3c3;
  font-weight: normal;
  font-size: 14px;
}
.right .list dl dt.list_pic {
  width: 200px;
  float: left;
}
.right .list dl dt.list_photo {
  width: 167px;
  float: left;
}
.right .list dl dd.name_list {
  width: 78%;
  float: left;
  margin-left: 20px;
}
.right .list dl.no_border {
  border: none;
}
.content-wrap .right .location {
  line-height: 34px;
  font-size: 14px;
  margin-bottom: 12px;
}
.content-wrap .right .col-tit {
  margin: 10px 0;
  height: 26px;
  background: #F0EEF7;
}
.content-wrap .right .col-tit h2 {
  background: url(border.png) no-repeat 0 0 #fff;
  padding: 0 22px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  font-size: 21px;
  float: left;
}
.content-wrap .right .content {
  line-height: 30px;
  color: #444;
  font-size: 14px;
  padding: 15px 30px;
  height: 100%;
}
.content-wrap .right .content .row {
  margin-bottom: 15px;
}
.content-wrap .right .content .row .tit {
  font-weight: bold;
  line-height: 34px;
  font-size: 22px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.content-wrap .right .content .row .info {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .right .content .row .info span {
  margin: 0 20px;
  color: #999;
}
.content-wrap .right .content .row .description {
  font-size: 14px;
  margin-top: 4px;
  color: #888;
}
.content-wrap .right .content .pic {
  width: 70%;
  text-align: center;
  margin: 20px auto;
}
.content-wrap .right .content .pic img {
  width: 100%;
}
.content-wrap .right .content .news-link, .content-wrap .right .content .download {
  border-top: 1px dashed #e7e7e7;
  padding: 25px 0px;
}
.content-wrap .right .content .news-link h4, .content-wrap .right .content .download h4 {
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  padding-left: 40px;
  font-size: 14px;
  background: url("flie.png") no-repeat 0 5px;
  background-size: 28px 28px;
}
.content-wrap .right .content .news-link ul li, .content-wrap .right .content .download ul li {
  margin-left: 40px;
  background: url(doc3.png) no-repeat 0 10px;
  padding-left: 15px;
}
.content-wrap .right .content p {
  font-size: 16px;
  line-height: 36px;
}
.content-wrap .right .border_wrap {
  margin-top: 18px;
  padding: 40px 60px 20px 60px;
  border: 1px solid #E3EBF6;
}
.content-wrap .right .content .detail_page {
  border-top: 1px dashed #DCE7EF;
  margin: 0 -60px;
  padding: 20px 50px 0 50px;
}
.content-wrap .right .content .detail_page ul li.left {
  float: left;
  height: 40px;
  line-height: 40px;
  background: url("left.png") no-repeat left 14px;
  background-size: 8px 13px;
}
.content-wrap .right .content .detail_page ul li.left a {
  padding-left: 20px;
  display: block;
}
.content-wrap .right .content .detail_page ul li.right {
  float: right;
  height: 40px;
  line-height: 40px;
  background: url("right.png") no-repeat right 14px;
  background-size: 8px 13px;
}
.content-wrap .right .content .detail_page ul li.right a {
  padding-right: 20px;
  display: block;
}


/*网站地图,学术期刊*/
.map_wrap,.book_wrap{ border:1px solid #E3EBF6; margin-top: 20px; padding: 30px;}
.map_wrap .map_list dl{margin-bottom: 40px;}
.map_wrap .map_list dl dt.tit{margin-bottom: 10px; border-bottom: 2px solid #5971E6; line-height: 44px; font-size: 22px; font-weight: bold; background: url("border.png") no-repeat 0 10px; padding-left: 20px; }
.map_wrap .map_list dl dt.tit a{color: #344EA6;}
.map_wrap .map_list dl dd ul li{ background: url("2022doc.png") no-repeat 0 6px; background-size: 7px; float: left; padding-left: 15px; margin:10px 20px 10px 0; font-weight: bold; font-size: 15px; width:185px;}


.book_wrap .book_list ul {
  margin: 20px -1%;
}
.book_wrap .book_list ul li { 
  border: none;
  width: 200px;
  float: left;
  margin:0 2% 50px 2%; 
}
.book_wrap .book_list ul li img {
  width: 100%;
}
.book_wrap .book_list ul li a {
	border-bottom: 3px solid #FFF;
  display: block;
}
.book_wrap .book_list ul li a:hover {
  border-bottom: 3px solid #6DC851;
}
.book_wrap .book_list ul li dl {
  display: block;
  position: relative;
  text-align: center;
}
.book_wrap .book_list ul li dl dt {
  display: block;
  background: #6DC851;
  color: #fff;
  position: absolute;
  left: 16px;
  bottom: -9px;
  margin: 0 auto;
  width: 84%;
  height: 24px;
  line-height: 24px;
  text-align: center;
}




/*侧边工具栏*/
.toolbar-item, .toolbar-layer {
  background: url(back-top.png) no-repeat;
}
.toolbar {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 99999999;
}
.toolbar-item {
  cursor: pointer;
  display: block;
  width: 61px;
  height: 61px;
  margin-top: 1px;
  position: relative;
  -moz-transition: background-position 0.5s;
  -ms-transition: background-position 0.5s;
  -o-moz-transition: background-position 0.5s;
  -webkit-moz-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.toolbar-item-feedback {
  background-position: 0 -550px;
}
.toolbar-item-feedback:hover {
  background-position: 0 -603px;
}
.toolbar-layer {
  position: absolute;
  right: 52px;
  bottom: -10px;
  width: 172px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.col-tit button {
  display: none;
  margin-top: 4px;
  margin-right: 30px;
  background-color: #f8f8f8;
}
.col-tit .navbar-default .navbar-toggle .icon-bar, .col-tit .navbar-toggle .icon-bar {
  background: rgba(93, 127, 223, 0.8);
}
#navbar-collapse-3 {
  display: none !important;
  position: absolute;
  width: 100%;
  top: 77px;
}
#navbar-collapse-3 ul.navbar-nav {
  background: #fff;
  color: #fff;
}
#navbar-collapse-3 .navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
}
#navbar-collapse-3 .list-inline > li {
  padding-left: 0px;
  padding-right: 0px;
}
#navbar-collapse-3 .navbar-nav > li {
  background: #7f9ae3;
  margin: 0 0 1px 0;
}
#navbar-collapse-3 .navbar-nav > li > a {
  color: #fff;
  padding: 25px 0;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
}
#navbar-collapse-3 .nav > li > a:focus, .nav > li > a:hover {
  background: #4e6bb7;
}

@media screen and (max-width: 1600px) {
 .guid-wrap ul.entry li {
    margin: 0 auto;
	 float: none;
	margin-top: 60px;
}
  
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 33px;
  }
  .carousel-inner {
    height: 510px;
  }
  .carousel-inner .pic_show {
    height: 556px;
  }
  .colunm-news-top .news_row .show .title_bg {
    padding: 0 20px 30px 20px;
    top: -20px;
    height: 460px;
  }
  .carousel-caption h2 {
    line-height: 34px;
    font-size: 22px;
  }
  .carousel-indicators {
    bottom: 40px;
  }
  .content-wrap .carousel-control.left {
    left: -63px;
  }
  .content-wrap .carousel-control.right {
    right: -62px;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 460px;
  }
  .achievement .container .left, .achievement .container .right {
    width: 47%;
    border: none;
  }
  .achievement .container .left dl dd ul {
    margin: 0;
  }
  .column-bg .pic_list ul.row1 li.row1_li {
    width: 30.2%;
  }
  .column-bg .pic_list ul.row2 li.row2_li {
    width: 22%;
  }
 
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 32%;
  }
  .column-bg .pic_list div.row1 dl dd.row1_li ul li a, .column-bg .pic_list div.row2 dl dd.row2_li ul li a {
    font-size: 14px;
    margin: 5px 0;
  }
  .social__item__content {
    padding: 5px 12px;
  }
  .achievement .container .left dl dd ul li {
    margin: 0 0 20px 0;
  }
  .achievement .container .right ul li {
    margin: 0 0 20px 0;
  }
  .news_bg .left {
    width: 23%;
  }
  .news_bg .right {
    width: 76%;
  }
  .news_bg .left .tit {
    margin-left: 30px;
  }
  .news_bg .right .divBox .tabBox {
    padding: 30px 15px 10px 25px;
  }
  .publications .tit h1.en {
    margin-right: 0px;
  }
  .publications ul li dl dt {
    left: 5px;
    width: 95%;
  }
  .right .list dl dd.name_list {
    width: 75%;
  }
}
@media screen and (max-width: 1366px) {
	
  .container {
    width: 1080px;
  }
	.column-bg .right_nav ul li a span {
		padding-left: 15px;}
	.column-bg .right_nav ul li.nobor {
		margin-bottom: 33px;}
	.column-bg .right_nav ul li a {
		padding: 10px 10px 10px 0;}
	.column-bg .right_nav ul li.height a {
    padding: 12px 20px 12px 0;
}	
 	
	
  #nav .navbar-default .navbar-nav .open dd ul.row3 {
    width: 50%;
  }
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 22px;
  }
	
	.column-grup .left {
		width: 620px;}
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 370px;
  }
  .carousel {
    height: 440px;
  }
  .carousel-caption {
    left: auto;
    top: 30px;
  }
  .content-wrap .carousel-control.right {
    z-index: 99999;
    right: -58px;
  }
  .content-wrap .carousel-control.left {
    z-index: 99999;
    left: -58px;
  }
  .carousel-caption {
    height: 420px;
  }
  .carousel-caption h2 {
    line-height: 32px;
    font-size: 20px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .colunm-news-top .news_row .show .title_bg {
    top: 0;
    height: 400px;
  }
  .carousel-caption h2 {
    margin-bottom: 4px;
  }
  .carousel-caption p {
    text-overflow: -o-ellipsis-lastline; /*5行后超出省略*/
    overflow: hidden;
    text-overflow: ellipsis; /*超出则...代替*/
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 行数*/
    line-clamp: 5; /*行数*/
    -webkit-box-orient: vertical;
  }
  .colunm-news-top {
    padding: 25px 0 0 0;
  }
  .colunm-news-top {
    height: 500px;
  }
  .column-grup .container ul.news_top li {
    width: 22%;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .column-bg .pic_list div dl dt h3 {
    left: 27%;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 27%;
  }
  .news_bg .left {
    width: 240px;
  }
  .news_bg .right {
    width: 100%;
  }
  .news_bg .left {
    height: 80px;
    border-bottom: 1px solid #436EC2;
    width: 100%;
  }
  .news_bg .left .tit {
    margin-top: 0px;
  }
  .news_bg .left .tit h1 {
    float: left;
  }
  .news_bg .left .tit {
    margin-left: 20px;
  }
  .news_bg .left .tit h1 a {
    margin-right: 20px;
  }
  .news_bg .left .tit .more {
    float: right;
    margin-right: 30px;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic {
    width: 26%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .title a {
    font-size: 16px;
  }
  .news_bg .right .divBox .tabBox {
    padding: 20px 25px 10px 25px;
  }
  
  .publications ul li dl dt {
    bottom: -25px;
    left: 0px;
    width: 100%;
  }
  footer li.logo-foot {
    margin-right: 10px;
  }
  .column-bg .pic_list ul.row1 li.row1_li {
    margin: 0 13px;
  }
  .column-bg .pic_list ul.row2 li.row2_li {
    margin: 0 13px;
  }
  .colunm-news-top .news_row .news {
    padding: 25px 30px 10px 20px;
  }
  .colunm-news-top .news_row .news ul li {
    margin-bottom: 15px;
  }
  .column-grup .right .divBox ul.tab_title a {
    padding: 0 16px 0 44px;
  }
  .right .list dl dd {
    width: 73%;
  }
  .right .list dl dd.name_list {
    width: 70%;
  }
}
@media screen and (max-width:1200px) {
	.column-bg .right_nav ul li.nobor {
    margin-bottom: 15px;
}
	.bigbase .pic_list {
		width: 100%;}
	.column-bg .right_nav {
		width: 100%;}
  .publications .tit {
    width: 23%;
}
  .container {
    width: 970px;
  }
  .search_model_container {
    padding-bottom: 10px;
  }
  .colunm-news-top {
    height: 430px;
  }
  .colunm-news-top .news_row {
    height: 405px;
  }
  .colunm-news-top .news_row .show .title_bg {
    padding: 0 20px 20px 20px;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 400px;
  }
  .carousel-inner .pic_show {
    height: 405px;
  }
  .colunm-news-top .news_row .show {
    height: 405px;
  }
  .carousel-indicators {
    bottom: 50px;
  }
  .carousel-caption p {
    display: none;
  }
  .colunm-news-top .news_row .show .title_bg {
    height: 350px;
    width: 270px;
  }
  .column-grup .container ul.news_top li {
    padding-right: 15px;
    padding-left: 20px;
  }
  .column-grup .container ul.news_top li.more {
    width: 78px;
  }
  .column-grup .right {
    background: rgba(14, 39, 107, 1);
  }
  .column-grup .right .tools_list li {
    margin: 14px 23px; width: 44%;
  }
  .column-bg .pic_list ul.row1 li.row1_li, .column-bg .pic_list ul.row2 li.row2_li {
    margin: 0 11px;
  }
  .column-grup .left {
    width: 100%;
  }
  .column-grup .left .divBox ul.tab_title li a {
    padding: 0 35px;
  }
  .column-grup .right {
    width: 100%;
  }
	
	.social__item__content {
    padding: 14px 19px;
}
  .column-bg .pic_list div.row1 dl dd.row1_li ul li a, .column-bg .pic_list div.row2 dl dd.row2_li ul li a {
    margin: 7px 0;
  }
	
	
  .achievement .container .left, .achievement .container .right {
    margin-bottom: 20px;
    width: 100%;
  }
  .achievement .container .left, .achievement .container .right {
    width: 100%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_list {
    width: 71%;
  }
  footer li.cas-logo {
    margin-left: 20px;
  }
  #nav .navbar-default .navbar-nav .open dd ul.row3 {
    width: 33%;
  }
  #nav .navbar-default .navbar-nav .open dd ul.row2 {
    width: 100%;
  }
  header .logo {
    margin: 21px 0;
  }
  header .logo img {
    width: 100%;
  }
  #nav .navbar-default .navbar-nav > li > a {
    font-size: 17px;
  }
  .navbar-default .navbar-nav > li {
    margin: 0 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 0 2px;
  }
  header .form-search {
    border-radius: 18px;
    width: 205px;
    color: #fff;
  }
  header .form-search input {
    padding: 0 10px;
    color: #fff;
    float: left;
    width: 165px;
  }
  #nav .navbar-default .navbar-nav > li {
    padding: 0px 5px;
  }
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 21px;
  }
  .content-wrap .navbar-default .navbar-nav .open .dropdown-toggle {
    margin: 0 15px 0 0px;
    line-height: 24px;
  }
  .content-wrap .navbar-default .navbar-nav > li > a {
    margin: 0 15px 0 0px;
    padding: 15px 15px;
    line-height: 24px;
  }
  .carousel-caption {
    font-size: 20px;
    padding: 15px;
  }
  #slider.carousel .bottom-title dl dd {
    width: 68%;
  }
  .colunm-news-top .news_row .news {
    padding: 15px 15px 10px 10px;
  }
  .colunm-news-top .news_row .news ul li {
    margin-bottom: 10px;
  }
  .colunm-news-top .news_row .news ul li a {
    font-size: 15px;
    line-height: 24px;
  }
  .column-grup .left .divBox .tabBox .tab_con dl.news_img dt {
    width: 36%;
  }
  .column-grup .left .divBox .tabBox .tab_con dl.news_img dd {
    width: 61%;
  }
  .column-grup .left .divBox .tabBox .tab_con dl.news_img dd .date {
    margin-top: 5px;
  }
  .column-grup .right .divBox ul.tab_title a {
    font-size: 18px;
    padding: 0 9px 0 35px;
  }
  .column-grup .left .divBox ul.tab_title a, .column-grup .left .divBox ul.tab_title li a {
    font-size: 18px;
  }
  .column-grup .right .divBox ul.tab_title li a.icon3 {
    background-position: -193px -147px;
  }
  .column-grup .right .divBox ul.tab_title li.now a.icon3 {
    background-position: -7px -147px;
  }
  .column-grup .right .divBox ul.tab_title li a.icon4 {
    background-position: -193px -221px;
  }
  .column-grup .right .divBox ul.tab_title li.now a.icon4 {
    background-position: -7px -221px;
  }
  .column-grup .right .divBox ul.tab_title li a.icon5 {
    background-position: -193px -296px;
  }
  .column-grup .right .divBox ul.tab_title li.now a.icon5 {
    background-position: -7px -296px;
  }
  .publications ul li dl dt {
    bottom: -25px;

  }
  footer li.logo-foot {
    margin-right: 10px;
  }
  .right .list dl dd {
    width: 67%;
  }
  .right .list dl dd.name_list {
    width: 66%;
  }
}
@media screen and (max-width:1080px) {
	.social__item__content {
    padding: 5px 13px;
}
  .container {
    width: 900px;
  }
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 17px;
  }
  .carousel-inner {
    height: 405px;
  }
  .colunm-news-top .news_row .show .title_bg {
    height: 320px;
  }
  .carousel-indicators {
    bottom: 75px;
  }
  .carousel {
    height: 420px;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 350px;
  }
  
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 27%;
  }
  .publications .tit {
    width: 100%;
  }
  .publications .tit h1 {
    float: left;
    margin-right: 20px;
  }
  .publications .tit .more {
    float: right;
  }
  .publications ul li {
    margin: 0 2%;
    width: 21%;
  }
  .publications ul li dl dt {
    bottom: -25px;
    left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
	.guid-wrap .logo {
		width: 90%;}
  .container {
    width: 90%;
  }
  .bigbox {
    height: 100%;
  }
  .card--inner {
    position: relative;
  }
  .bigbase {
    display: none !important;
  }
  .bigbase:nth-child(1) {
    display: block !important;
  }
  .bigbase:nth-child(2) .card--inner {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  header .banner .slogan {
    display: none;
  }
  header .banner .top-link {
    float: right;
  }
  header .banner .logo {
    margin: 30px 0 20px 0;
    width: 60%;
  }
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 9px;
  }
  .colunm-news-top {
    height: 380px;
  }
  .carousel {
    height: 325px;
  }
  .carousel-inner {
    height: auto;
  }
  .carousel-caption {
    height: auto;
    top: 10px;
  }
  .carousel-inner .pic_show {
    height: auto;
    width: 72%;
  }
  .colunm-news-top .news_row .show .title_bg {
    width: 100%;
  }
  .carousel-caption h2 {
    font-size: 20px;
  }
  .content-wrap .carousel-control.left {
    left: -54px;
  }
  .content-wrap .carousel-control.right {
    right: -54px;
  }
  .carousel-indicators {
    bottom: 10px;
  }
  .column-grup {
    padding: 20px 0 40px 0;
  }
  .column-grup .container ul.news_top {
    margin-bottom: 0;
    margin: 0;
  }
  .column-grup .container ul.news_top li {
    padding-right: 25px;
    border: none;
    width: 48%;
    margin: 20px 0;
  }
  .column-grup .container ul.news_top li.more {
    margin-right: 20px;
    margin-top: 0;
    float: right;
  }
  .column-grup .right .tools_list li {
    margin: 14px 2.6%;
  }
  .column-grup .container ul.news_top li dl dd a {
    margin-top: 4px;
  }
  .column-bg .pic_list div.row1 dl dd.row1_li:hover .social__item__content, .column-bg .pic_list div.row2 dl dd.row2_li:hover .social__item__content {
    display: none;
  }
  .publications ul li dl dt {
    bottom: -25px;
    left: -5px;
    width: 108%;
  }
  .content-wrap .right .content .news-link ul li, .content-wrap .right .content .download ul li {
    margin-left: 0;
  }
  footer li.cas-logo {
    margin-left: 0;
    margin-top: 20px;
    width: 25%;
    float: left;
  }
  footer li.logo-foot {
    margin-right: 2%;
  }
  footer li.copyright {
    padding: 0;
    width: 90%;
  }
  footer li.blue-logo {
    margin-top: 20px;
  }
  /* .search_box {
    margin: 26px 80px 16px;
  } */
  .search_ipt {
    width: 80%;
  }
  .navbar-nav > li > a {
    padding: 10px 3px;
  }
  #navbar-collapse-1 .navbar-nav .dropdown {
    min-width: 13.74%;
  }
  .right .content img {
    width: 80%;
  }
  .mobile-show #nav .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    font-weight: normal;
    padding: 16px 10px;
    padding-left: 30px;
  }
  .carousel-caption {
    margin-bottom: 0px;
  }
  .carousel-caption dl dd {
    font-size: 14px;
    width: 82%;
  }
  .carousel-caption .info {
    display: none;
  }
  #slider.carousel .bottom-title {
    display: none;
  }
  .content-wrap .dropdown-menu > li {
    margin-left: 10px;
  }
  .mobile_show_pager {
    display: block;
  }
  .content-wrap .right .content .pic {
    width: 100%;
  }
  .carousel-indicators-more {
    bottom: 5%;
  }
  .colunm-news-top .news_row .show {
    height: auto;
    width: 100%;
  }
  .colunm-news-top .news_row .news {
    width: 100%;
    padding: 20px 25px;
  }
  .colunm-news-top .news_row .news ul li {
    margin-bottom: 15px;
  }
  .column-grup .right {
    width: 100%;
    float: left;
  }
  .column-grup .right .divBox ul.tab_title a {
    padding: 0 30px 0 50px;
  }
  .column-grup .right .divBox ul.tab_title li a.icon3 {
    background-position: -180px -147px;
  }
  .column-grup .right .divBox ul.tab_title li.now a.icon3 {
    background-position: 5px -147px;
  }
  .column-grup .right .divBox ul.tab_title li a.icon4 {
    background-position: -180px -221px;
  }
  .column-grup .right .divBox ul.tab_title li.now a.icon4 {
    background-position: 5px -221px;
  }
  .column-grup .right .divBox ul.tab_title li a.icon5 {
    background-position: -180px -296px;
  }
  .column-grup .right .divBox ul.tab_title li.now a.icon5 {
    background-position: 5px -296px;
  }
  .content-wrap .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .right .list dl dt.list_pic {
    width: 150px;
  }
  .right .list dl dt.list_photo {
    width: 25%;
  }
  .right .list dl dd .name {
    font-size: 26px;
  }
  .content-wrap .right .border_wrap {
    padding: 30px 60px 20px 60px;
  }
  .book_wrap .book_list ul li { 
  width: 29%;
  margin:0 2% 50px 2%; 
}
}
@media screen and (max-width: 920px) {
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 7px;
  }
}
@media screen and (max-width: 880px) {
	.column-bg .pic_list div dl dt h3 {
    left: 22%;
}
	.column-bg .pic_list div.row2 dl dt h3 {
    left: 22%;
} 
	
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 4px;
  }
  .carousel {
    height: 305px;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 28px;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic {
    margin-right: 2%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .title a {
    margin-top: 5px;
    font-size: 16px;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_list {
    width: 72%;
  }
}
@media screen and (max-width: 830px) {
  .container {
    width: 96%;
  }
  .carousel {
    height: auto;
  }
  .carousel-indicators {
    bottom: 170px;
  }
  .colunm-news-top {
    height: 580px;
  }
  .colunm-news-top .news_row {
    height: 560px;
  }
  .colunm-news-top .news_row .show {
    height: 560px;
  }
  .carousel-inner {
    height: 560px;
  }
  .carousel-inner .pic_show {
    width: 100%;
  }
  .carousel-caption {
    bottom: -120px;
    width: 100%;
    height: 120px;
    top: auto;
  }
  .colunm-news-top .news_row .show .title_bg {
    background: #F1F5FF;
    height: 150px;
  }
  .colunm-news-top .news_row .show .title_bg .tit h1 {
    margin-right: 20px;
    float: left;
  }
  .colunm-news-top .news_row .show .title_bg .tit h1.en {
    float: none;
  }
  .content-wrap .carousel-control.left {
    left: -8px;
  }
  .content-wrap .carousel-control.right {
    right: -8px;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 400px;
  }
  .achievement .container .left, .achievement .container .right {
    margin: 0 0 20px 0;
    padding: 0 15px;
  }
}
@media screen and (max-width:780px) {
  #nav .navbar-default .navbar-nav > li > a {
    padding: 0 3px;
  }
  .publications {
    margin-bottom: 0;
  }
  .publications ul {
    margin: 0 -3%;
  }
  .publications ul li {
    margin: 20px 2.6% 40px 2.6%;
    width: 40%;
  }
  .publications ul li dl dt {
    left: 15px;
    bottom: -10px;
    width: 86%;
  }
}
@media screen and (max-width:768px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .container {
    width: 100%;
  }
  
  .column-grup {
    padding: 20px 0 20px 0;
  }
  header .mobile-show .left {
    float: left;
    width: 65%;
    margin: -50px 20px 10px 30px;
  }
  header .mobile-show .right {
    float: right;
  }
  header .mobile-show .top-link ul {
    margin-right: 8px;
    float: right;
  }
  header .mobile-show .top-link ul li {
    margin-right: 10px;
    height: 48px;
    line-height: 48px;
    float: left;
  }
  header .mobile-show .top-link ul li span {
    margin-left: 10px;
  }
  header .mobile-show .top-link ul li button {
    border: none;
    background: none;
    width: 48px;
    height: 48px;
  }
  header .mobile-show .top-link ul li button img {
    width: 100%;
  }
  #nav .navbar-default .navbar-nav > li.open > a:hover {
    line-height: 40px;
  }
  #nav .navbar-default .navbar-nav.navbar-nav {
    background: #344EA6;
  }
  .carousel-indicators-more {
    font-size: 14px;
    padding: 4px 0px 4px 10px;
  }
  #navbar-collapse-3 {
    display: none !important;
  }
  #navbar-collapse-3.collapse.in {
    display: block !important;
  }
  .carousel-caption {
    font-size: 18px;
  }
  .mobile-show #nav .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #6da5d6;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 30px;
  }
  #nav .navbar-default .navbar-nav > li > a:hover {
    border: none;
  }
  #nav .navbar-default .navbar-nav > li > a {
    height: auto;
    line-height: 40px;
  }
  .mobile-show .navbar-default .navbar-nav .dropdown-menu > li > a {
    font-size: 16px;
  }
  #nav .navbar-default .navbar-nav > li > a.cur {
    font-weight: bold;
  }
  .navbar-nav .open .dropdown-menu {
    padding-top: 0;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-image: none;
  }
  #nav .navbar-default .navbar-nav > li:after {
    border: none;
  }
  #nav .navbar-default {
    background: none;
  }
  .navbar-header .btn-mobile {
    float: right;
    width: 15%;
    margin-top: 20px;
    margin-right: 30px;
  }
  .navbar-toggle {
    margin-top: 0px;
  }
  .navbar-default {
    background: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-weight: bold;
    color: #344EA6;
  }
  .content-wrap {
    position: relative;
  }
  .colunm-news-top {
    height: 550px;
  }
  .colunm-news-top .news_row .show {
    height: 520px;
  }
  .carousel {
    height: 350px;
  }
  .carousel-indicators {
    bottom: -20px;
  }
  .colunm-news-top .news_row .show .title_bg {
    height: 160px;
  }
  .content-wrap .carousel-control.left {
    left: -5px;
  }
  .content-wrap .carousel-control.right {
    right: -5px;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 390px;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 20px;
  }
  .news_bg .right .divBox .tabBox {
    height: auto;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic {
    margin-bottom: 20px;
    width: 100%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .pic {
    width: 30%;
    float: left;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .title, .news_bg .right .divBox .tabBox .tab_con ul.news_pic .text {
    float: right;
    width: 67%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_list {
    width: 100%;
    padding-bottom: 28px;
  }
  .news_bg .right .divBox .tabBox .tab_con a.more {
    bottom: 10px;
  }
  .nav-left {
    display: none;
    border: 2px solid #5971E6;
  }
  .right .content img {
    width: 100%;
  }
  .right .list dl dt {
    margin-bottom: 20px;
  }
  .list_wrap_bg {
    padding-top: 0;
  }
  .content-wrap .right .content .row .info span.row1 {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
  }
  .searchinput .input-group-addon button {
    width: 150px;
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    display: none;
  }
  .navbar-nav .dropdown-submenu.open .dropdown-menu {
    display: block;
    position: static;
    padding: 0;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-submenu > a:after {
    content: '';
    display: none;
  }
  .searchinput {
    padding: 20px;
  }
  .column-grup .left .divBox .tabBox .tab_con ul.news_list li {
    margin-bottom: 15px;
  }
  .column-grup .left .divBox .tabBox .tab_con ul.news_list li a {
    padding-left: 14px;
  }
  .news_bg .left {
    height: 80px;
  }
  footer li.cas-logo, footer li.blue-logo {
    display: none;
  }
  footer li.logo-foot {
    margin-left: 15px;
    width: 13%;
  }
  footer li.copyright {
    width: 82%;
  }
  .content-wrap .right .col-tit {
    height: 20px;
  }
  .content-wrap .right .col-tit h2 {
    height: 20px;
    line-height: 20px;
  }
  .right .list dl dd {
    width: 73%;
  }
  .right .list dl dd.name_list {
    width: 70%;
  }
  .page_fy {
    background: #E1E9F8;
    border-radius: 2px;
    margin-top: 30px;
  }
  .page_fy a {
    display: block;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    color: #2C468B;
  }
  .mhide {
    display: none;
  }
  footer {
    padding: 20px 0;
  }
 .book_wrap .book_list ul li { 
  width:200px;
  margin:0 1% 50px 1%; 
}
}
@media screen and (max-width:720px) {
  .carousel-indicators {
    bottom: 10px;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 21%;
  }
  .publications .tit .more {
    margin-top: 10px;
  }
}
@media screen and (max-width:670px) {
  .colunm-news-top {
    height: 520px;
  }
  .colunm-news-top .news_row .show {
    height: 500px;
  }
  .carousel {
    height: 320px;
  }
  .carousel-indicators {
    bottom: 10px;
  }
  .column-bg .pic_list div.row1, .column-bg .pic_list div.row2 {
    margin-bottom: 10px;
  }
	.column-bg .tit {
	width: 46%;}
  .column-bg .pic_list div.row1 dl {
    float: left;
    width: 46%;
    margin: 0 2% 40px 2%;
  }
  .column-bg .pic_list div.row2 dl {
    margin: 0 2% 40px 2%;
    width: 46%;
  }
  .column-bg .pic_list div dl dt h3 {
    left: 33%;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 35%;
  }
  .social__item__content {
    display: none;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 13px;
  }
  .column-grup .left .divBox ul.tab_title li a {
    padding: 0 25px;
  }
  .right .list dl dd {
    width: 69%;
  }
}
@media screen and (max-width:590px) {
	
	.guid-wrap ul.entry li {
    background-size:295px 52px;
    width: 295px;
    height: 52px;
}
	
	.guid-wrap ul.entry li a{
    background: url(entry.png)no-repeat 250px 10px;
    padding-right: 30px;
    background-size: 30px;
    width: 295px;
    height: 52px;
	line-height: 52px;
    font-size: 20px;
}
	
	
  header .mobile-show .left {
    width: 75%;
  }
  header .mobile-show .top-link ul li.en, header .mobile-show .top-link ul li.cas {
    display: none;
  }
  .column-grup .left .divBox .tabBox .tab_con ul.news_list li a {
    width: 100%;
  }
  .colunm-news-top {
    height: 490px;
  }
  .carousel {
    height: 280px;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    height: 290px;
  }
  .content-wrap .carousel-control.left {
    left: -3px;
  }
  .content-wrap .carousel-control.right {
    right: -3px;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 33%;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 11px;
    font-size: 18px;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .pic {
    width: 40%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .title {
    width: 57%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .text {
    display: none;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_list li a {
    width: 100%;
  }
  .publications ul li dl dt {
    left: 0;
    bottom: -25px;
    width: 100%;
  }
  .column-grup .container ul.news_top li.more {
    margin-bottom: 30px;
  }
  .column-grup .container ul.news_top li {
    margin: 10px 0;
    width: 100%;
  }
  .right .list dl dd {
    width: 65%;
  }
  .right .name-list ul.name_grup li {
    width: 33.3%;
  }
  .content-wrap .right .border_wrap {
    padding: 25px 40px 20px 40px;
  }
  ul.news_list li .date {
    display: none;
  }
  .right .list dl dd.name_list {
    width: 68%;
  }
}
@media screen and (max-width:540px) {
	/* .search_box {
     padding-left: 10px;
     margin: 26px 60px 16px 20px;
  } */
	
	/* .search_close {
    margin: 30px 18px 0 30px;} */
	.search_sub { padding: 0; }

  .carousel-indicators {
    bottom: 30px;
  }
  .colunm-news-top {
    height: 460px;
  }
  .colunm-news-top .news_row {
    height: 420px;
  }
  .colunm-news-top .news_row .show {
    height: 420px;
  }
  .carousel-inner {
    height: 420px;
  }
  .carousel-caption {
    font-size: 16px;
    padding: 10px 20px;
  }
  .colunm-news-top .news_row .news {
    padding: 20px 15px;
  }
  .column-grup .left .divBox .tabBox .tab_con dl.news_img dd h5 a {
    font-size: 16px;
    line-height: 26px;
  }
  .column-grup .left .divBox .tabBox .tab_con dl.news_img dd p {
    display: none;
  }
  .column-grup .left .divBox ul.tab_title li a {
    padding: 0 15px;
  }
  .achievement .container .left {
    height: auto;
  }
  .achievement .container .left dl dt {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
  .achievement .container .left dl dt .pic {
    float: left;
    width: 40%;
  }
  .achievement .container .left dl dt .pic_tit {
    background: none;
    right: 0;
    float: right;
    width: 60%;
    top: 0;
  }
  .achievement .container .left dl dt .pic_tit h4 {
    top: 0;
    color: #444;
    font-size: 16px;
    line-height: 26px;
  }
  .achievement .container .left dl dd {
    width: 100%;
    margin-left: 0;
  }
  .achievement .container .right ul li span.date {
    display: none;
  }
  .news_bg .right .divBox ul.tab_title li a {
    font-size: 16px;
  }
  .publications ul li {
    margin: 0 2% 50px 2%;
    width: 45%;
  }
  .publications ul li dl dt {
    height: auto;
  }
  footer li.logo-foot {
    float: none;
    margin-left: 0;
    width: 20%;
  }
  footer li.copyright {
    width: 100%;
  }
  .content-wrap .right .location {
    display: none;
  }
  .content-wrap .right .col-tit {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .content-wrap .right .border_wrap {
    padding: 5px 20px 20px 20px;
  }
  .content-wrap .right .content .row .tit {
    margin: 0 auto 10px auto;
  }
  .content-wrap .right .content .row .info {
    margin-bottom: 10px;
  }
  .right .list dl dt.list_pic {
    width: 28%;
  }
  .content-wrap .right .border_wrap {
    border: none;
  }
	.book_wrap .book_list ul li { 
  width:90%;
  margin:0 5% 50px 5%; 
}
}
@media screen and (max-width:495px) {
  header .mobile-show .left {
    margin: -50px 10px 10px 15px;
  }
  .search_model_container {
    padding-bottom: 0px;
  }
  .column-grup .tit {
    margin-bottom: 10px;
  }
  .colunm-news-top .news_row .show .title_bg .tit h1, .column-grup .tit h1, .news_bg .left .tit h1 a {
    line-height: 35px;
    font-size: 25px;
  }
  .carousel {
    height: auto;
  }
  .content-wrap .carousel-control.left, .content-wrap .carousel-control.right {
    display: none;
  }
  .carousel-indicators {
    bottom: 0;
    right: 0;
  }
  .column-grup .left .divBox .tabBox .tab_con ul.news_list {
    padding: 17px 10px 31px 10px;
  }
  .column-grup .left .divBox ul.tab_title li a {
    font-size: 16px;
  }
  .news_bg {
    padding: 0 0 0px 0;
    margin-bottom: 20px;
  }
  .column-bg .pic_list div dl dt h3 {
    left: 27%;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 27%;
  }
  .news_bg .right .divBox .tabBox {
    padding: 15px 15px 10px 15px;
  }
  .news_bg .left, .news_bg .right {
    width: 108%;
    margin: 0 -4%;
  }
  .column-grup .right .divBox ul.tab_title a {
    padding: 0 24px 0 50px;
  }
  .news_bg .right .divBox .tabBox {
    background: rgba(226, 234, 255, 0.98);
  }
  .news_bg .left .tit .more, .publications .tit .more {
    margin-top: 5px;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_list li a {
    font-weight: normal;
    font-size: 15px;
  }
  .publications ul li dl dt {
    line-height: 20px;
    padding: 3px 6px;
  }
  .right .list dl dd .intro {
    display: none;
  }
  .right .list dl dd .subject {
    margin-bottom: 0;
  }
  .right .list dl dd .subject a {
    font-size: 16px;
    line-height: 24px;
  }
  .right .list dl dd {
    margin-left: 12px;
  }
  .right .list dl {
    padding: 15px 0 15px 0;
  }
  .right .list dl dt {
    margin-bottom: 0;
  }
  .right .list dl dd .name {
    font-size: 22px;
  }
  .right .list dl dd.name_list {
    width: 66%;
  }
  .right .list dl dd.name_list .intro {
    display: block;
  }
}
@media screen and (max-width:450px) {
  .column-grup .left .divBox ul.tab_title li {
    background: none;
  }
  .column-grup .right .tools_list .more {
    display: none;
  }
  .column-grup .left .divBox ul.tab_title li a {
    padding: 0 13px;
  }
  .column-bg .pic_list div dl dt h3 {
    left: 24%;
  }
  column-bg .pic_list div.row2 dl dt h3 {
    left: 24%;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 7px;
  }
}
@media screen and (max-width:414px) {
  .colunm-news-top {
    height: 430px;
  }
  .carousel-inner {
    height: 400px;
  }
  .colunm-news-top .news_row .show .title_bg .tit h1 {
    float: none;
  }
  .colunm-news-top .news_row .show .title_bg .tit h1.en, .column-grup .tit h1.en {
    display: none;
  }
  .column-grup .left .divBox ul.tab_title li a {
    padding: 0px 11px;
  }
    .column-bg .pic_list div dl dt h3 {
    left: 22%;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 22%;
  }
  .news_bg .left {
    height: 70px;
  }
  .column-grup .container ul.news_top li dl dd a {
    line-height: 24px;
    display: block;
    font-size: 15px;
  }
  .publications ul li dl dt {
    font-size: 14px;
  }
  .carousel-caption h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .searchinput .input-group-addon button {
    width: 110px;
  }
  .carousel-caption dl dt {
    display: none;
  }
  .carousel-caption dl dd {
    width: 100%;
  }
  .column-grup .right .divBox ul.tab_title a {
    padding: 0 20px 0 45px;
  }
  .news_bg .right .divBox ul.tab_title li a {
    font-size: 15px;
  }
  .column-grup .right .tools_list li a {
    font-size: 15px;
  }
  footer li.logo-foot {
    display: none;
  }
  footer li.copyright {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .colunm-news-top .news_row .show .title_bg .tit h1, .column-grup .tit h1, .news_bg .left .tit h1 a {
    line-height: 30px;
    font-size: 22px;
  }
  .search_model_container {
    padding-bottom: 0px;
  }
  .carousel-indicators {
    bottom: 10px;
  }
  .news_bg .left, .news_bg .right {
    width: 110%;
    margin: 0 -5%;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 380px) {
	header .mobile-show .left {
    width: 72%;
}
  .colunm-news-top {
    height: 410px;
  }
  .carousel-indicators {
    bottom: 23px;
  }
  .colunm-news-top .news_row .show .title_bg {
    height: 150px;
  }
  .column-grup .left .divBox ul.tab_title li a {
    padding: 0px 7px;
  }
}
@media screen and (max-width: 360px) {
  .colunm-news-top {
    height: 410px;
  }
  .carousel-indicators {
    bottom: 25px;
  }
  .column-grup .bg1 {
    width: 110%;
    margin: 0 -5%;
  }
  .column-bg .pic_list div.row2 dl dt h3 {
    left: 21%;
  }
  .news_bg .right .divBox .tabBox .tab_con ul.news_pic .title a {
    margin-top: 0;
    font-size: 15px;
  }
  .news_bg .right .divBox ul.tab_title li a {
    padding: 0 3px;
  }
}
@media screen and (max-width: 340px) {
  header .mobile-show .left {
    margin: -50px 0px 10px 15px;
  }
  .colunm-news-top {
    height: 390px;
  }
  .carousel-indicators {
    bottom: 45px;
  }
  .news_bg .right .divBox ul.tab_title li a {
    font-size: 14px;
  }
  .right .list dl dd.name_list {
    margin-left: 10px;
  }
}
