@media(min-width:1281px){
	.inner{
		width:98%;
		max-width:1600px;
	}
	article .inner {
    padding: 0;
}
}

#content {
    min-height: 500px;
    background-color: #F2F7FF;
}
.block{
  margin-bottom:0;
}
.rowflex{
  display:flex;
  flex-wrap:wrap;
}
.language-en .displaycn, .language-zh-hans .displayen{
  display:none !important;
}
.header-logo a {
  display: block;
}
#main{
  /*max-width:1920px;*/
  margin:0 auto;
}
.sections{
  padding:30px 40px;
  margin:30px 0;
}
.field-body.field-type-text-with-summary h2 {
    color: #26549b;
    font-weight: 600;
    margin-bottom: 20px;
    font-size:22px;
    margin-top:30px;
}
h2.minh2 {
    display: flex;
    word-break: keep-all;
    align-items: center;
}
h2.minh2:after {
    content: "";
    width: -webkit-fill-available;
    display: inline-block;
    height: 1px;
    margin-left: 20px;
    background: #26549B;
}
a.hh {
    padding-top: 200px;
    margin-top: -200px;
    font-size: 0;
}
.sections h2{
	margin-top:0;
}
.header-right .block,.block-region-left .block {
    margin-bottom: 0;
}
.js-language-switch{
	display:none;
}
.js-language-switch #language-switch {
    background: none;
    color: #FFF;
    padding: 6px 15px;
}
.js-language-switch #language-switch .icon {
    font-size: 100%;
    top: 1.2px;
}
.header-container.inner, .header-row {
    height: 85px;
}
div#header.fixed-top .header-container.inner,div#header.fixed-top .header-row {
    height: 65px;
}
.header-row .header-column {
    display: inline-block;
    vertical-align: middle;
}
div#site-logo {
    padding-top: 5px;
    position: relative;
    z-index: 104;
}
.header-bg-base {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    border: none;
    min-height: 124px;
    transition: all 0.5s ease;
    margin: 0 auto;
}
div#header.fixed-top, div#header.headerfixtop {
    padding-bottom:10px;
    z-index:102;
}
div#header.fixed-top{
box-shadow: 0 5px 7px rgb(0 0 0 / 20%);
}
div#header.fixed-top, div#header.headerfixtop{
    background:#26549b;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width:100%;
    z-index: 100;
    border: none;
    position:fixed;
    min-height:90px;
}
.header-body{
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-right: 14px;
    padding-left: 14px;
    padding-top: 10px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-bottom:40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.fixed-top .header-body,.headerfixtop .header-body{
  padding-bottom:5px;
}
#header {
    background: linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -webkit-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -ms-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,1) ,rgba(0,0,0,0));
}
.header-container.inner{
    width: 30%;
    padding: 0;
}
.header-body #main-menu{
	width:70%;
    margin-top:0px;
}

#site-logo img {
    height: auto;
    max-height: 80px;
    /*margin-top: 3.5%;*/
}
.fixed-top #site-logo img {
    margin-top:0px;
}
div.top-header {
    background: transparent;
}
.stickyhead #header-top{
	display:none;
}
#header-top {
    z-index: 103;
    width: 100%;
    background-color: #26549b;
    color:#FFF;
}
#header-top .inner{
	padding:0;
	height: 40px;
}
#header-top div.toplink p{
	margin:0;
	padding:0;
	    color: rgba(255, 255, 255, 0.2);
}
.header-left {
    padding: 10px;
}
#header-top .header-right {
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    position: relative;
}
#header-top div.toplink{
 margin-bottom: 0;
    color:rgba(255,255,255,0.8);
    position: absolute;
    display: flex;
    width: max-content;
    right: 90px;
    align-items: center;
		top: 3px;
}
#header-top .search{
position:absolute;
right:0;
}
#header-top div.toplink a{
color:rgba(255,255,255,0.8);
display:inline-block;
padding:5px 10px;
}
#header-top div.toplink a:hover{
color:rgba(255,255,255,1);
}
#header .hamburger-inner, #header .hamburger-inner:after, #header .hamburger-inner:before {
    background-color: #FFF;
}
@media screen and (min-width: 992px) {
    div#block-header-block {
        position: absolute;
        width: 100%;
        z-index: 99;
        left: 0;
    }
    div#header.header-bg-base.fixed-top #site-logo img {
        margin-top: 0;
        height: 60px;
    }
   .block-region-top-first .swiper-55-1 .swiper-1 .swiper-wrapper, .block-region-top-first .swiper-55-1 .swiper-1 .swiper-slide, .block-region-top-first .swiper-55-1 .swiper-container.swiper-1 {
        height: 100vh !important;
    }
}
.header-body #main-menu .inside-c-tb, .inner.inside-c-tb {
    width: 100%;
    padding-right: 0;
}
#main-menu .nav-menu.menu>.menu-item i {
    display: none;
}
#main-menu {
    background: transparent;
}
.main-menu-1-1 .nav-menu>.menu-item {
    padding: 18px 1.6%;
}
.main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.language-en .main-menu-1-1 .nav-menu {
    justify-content: left;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    font-size: 16px;
    font-weight:500;
}
.menu.nav-menuul .dropdown-menu,
.menu.nav-menu .dropdown .dropdown-menu{
    min-width: 160px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background:#FFF;
    width: max-content;
}
.main-menu-1-1 .nav-menu .level-menu .menu-item {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.main-menu-1-1 .nav-menu>.menu-item .menu-toggle a, .main-menu-1-1 .nav-menu>.menu-item>a, .main-menu-1-1 .nav-menu>.menu-item i, .main-menu-1-1 .nav-menu>.menu-item span{
   
}
.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a {
  /*  background-color: #f5f5f5; */
    color: #FFF;
}
.main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active, .main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover {
    background:none  !important;
    opacity: 1;
    color: #FFF;
}

.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,  .main-menu-1-1 .nav-menu>.menu-item:focus .menu-toggle a，.main-menu-1-1 .nav-menu .menu-item:hover a:hover,.main-menu-1-1 .nav-menu .menu-item:hover a, .main-menu-1-1 .nav-menu>.menu-item.active a {
    color: #FFF;
}
.main-menu-1-1 .nav-menu>.menu-item.active .menu-toggle a,.main-menu-1-1 .nav-menu>.menu-item:hover .menu-toggle a,.main-menu-1-1 .nav-menu>.menu-item:hover a {
    color:#FFF;
}
/*.main-menu-1-1 .nav-menu .menu-item:hover ul a{
  color:#333;
}*/
.main-menu-1-1 .nav-menu>.menu-item.active, .main-menu-1-1 .nav-menu>.menu-item:hover, .main-menu-1-1 .nav-menu>.menu-item:focus {
    background:none;
    color: #FFF;
}
.mm-menu {
    background-image: linear-gradient(to top, #F7FAFF, #E0F0FF);
}
div#search_block_form {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 100;
}
.search-block-form .form-actions{
  margin: 0;
  color: #fff;
}
#search_block_form .form-actions .form-submit{
  padding: 0;
  height: 36px;
}
 #header-top #search_block_form .form-actions:after {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  top: 0px;
  right: 0;
  color:#FFF;
  font-size: 1.2rem;
}
#header-top #search_block_form:hover .form-actions:after{
	color:#555;
}
#search_block_form input.form-text {
  line-height: 36px;
  height: 36px;
  width: 36px;
  padding: 7px 18px;
  border-radius: 18px;
  transition: all ease 0.3s;
  background: transparent;
  border:0;
}
.search-list-1 .search-list-content {
    padding: 7px 0 14px;
    border-bottom: 1px dashed #e2e2e2;
    background: #FFF;
    padding: 40px 40px;
}
@media screen and (min-width: 768px) {  
#search_block_form:hover input.form-text {
    background: #f2f2f2;
    width: 200px;
    border-color: #ddd;
  }
#search_block_form:hover .form-actions,
#search_block_form:hover .form-actions {
    color: rgb(0,31,96);
  }
}
@media screen and (min-width: 1360px) {  
#search_block_form:hover input.form-text {
    background: #fff;
  }
}
@media(max-width:992px){
	.header-container.inner {
    width: 100%;
    padding: 0;
}
div#site-logo {
    width: 95%;
}
.header-container.inner, .header-row {
    display: flex;
}
#header-btns {
    background:none;
}
.header-column.t-r {
    z-index: 3;
}
#header .header-container .header-row .header-column #header-btns {
        position: inherit;
        right: 0;
        top: 10px;
        z-index: 1;
    }
#header {
    background: #26549b;
    min-height: auto;
}
.header-body{
	padding-bottom:0;
}
    #header .header-container .header-row .header-column #site-logo.header-logo img {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 767px) {
#header-top #search_block_form .form-actions:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    left: 2px;
  }
#search_block_form input.form-text {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 5px 16px;
  }
}
@media screen and (max-width: 480px) {
 #header-top #search_block_form .form-actions:after {
    width: 28px;
    height: 28px;
    line-height: 30px;
    left: 6px;
    font-size: 16px;
  }
#search_block_form input.form-text {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 16px;
    display: block;
    padding: 0;
  }
}

.banner {
    height: 60vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-size: 0 !important;
    background-image: url(../../banner-06.jpg);
    max-height:450px;
}
.page-taxonomy .banner {
    background-image: url(../../banner-06_1.jpg);
}



.banner.bannerxiaoyou {
    background-image: url(../../banner-07.jpg);
}
.banner.bannerzhaopin {
    background-image: url(../../banner-12.jpg);
}
.banner.bannerxinxi {
    background-image: url(../../banner-09.jpg);
}
.inner .breadcrumb {
    font-size: 14px;
    position: relative;
    top: -55px;
    padding: 0;
    left: 340px;
    margin: 0;
    width: calc(100% - 340px);
    border-bottom: 0;
}

@media(min-width:992px){
	.breadcrumb .list-breadcrumb {
    font-size: 14px;
    border-bottom: 0;
    text-align: right;
}
.list-breadcrumb a,.list-breadcrumb a:hover, .list-breadcrumb li {
    color: #FFF !important;
    text-shadow:1px 1px 3px #000;
}

.breadcrumb .list-breadcrumb li:nth-child(1) a {
    font-size: 0;
    width: 16px;
    height: 16px;
    background: url(../../home.png) no-repeat center center;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -5px;
}
.inner .breadcrumb .list-breadcrumb li .icon {
    color: #FFF;
    font-size: 0;
}
.inner .breadcrumb .list-breadcrumb li .icon:before {
    content: "/";
    font-size: 14px;
    padding: 5px;
}	
}

.title-inner .more-link {
    top: 25px;
    font-size: 14px;
}
.page-node-type-article .block-region-left .article-header.outside-min-tb {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
/*********************************** page **********************************/
.page-node-type-page .block-region-right, .page-node-type-article .block-region-left,.page-taxonomy .block-region-right{
    padding: 30px 6%;
    background: url(../../contents-bg.png) no-repeat bottom center #FFF;
    background-size:100%;
    margin-top: -10px;
    margin-bottom: 20px;
    position: relative;
}
.title-inner h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #26549B;
}
.termlists {
    padding-bottom: 30px;
}
.termlists ul{
	margin:0;
	padding:0;
}
.termlists li{
	list-style:none;
	margin:0;
	padding:0;
}
.termlists li.list-page{
	display:flex;
	padding:20px;
	color:#333;
	    border-bottom: 1px solid #A8B6C4;
}
.termlists li.list-page .posttime {
    color: #26549B;
    font-size: 14px;
    position:relative;
        margin-top: 7px;
}

.termlists li.list-page.tuwen .posttime:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right: 5px;
    color: inherit;
}
.termlists li.list-page .img{
	width:260px;
	height:auto;
}
.termlists li.list-page .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.termlists li.list-page .title{
	width:calc(100% - 66px);
	padding-left:30px;
	font-size:18px;
	color: initial;
}
.termlists li.list-page.tuwen .title{
	width:calc(100% - 260px);
}
.termlists li.list-page .text {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    color: #000;
    line-height: 140%;
    font-weight:600;
}
.termlists li.list-page.tuwen .text{
	margin-top: 10px;
}
.termlists li.list-page.wenzi{
	transition:height 0.5s ease;
}
.termlists li.list-page.wenzi .postitme{
	margin-top:8px;
}
.termlists li.list-page .summary{
	font-size:14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    color: #999;
    line-height: 140%;
}
	.termlists li.list-page.wenzi .posttime{
	width:60px;
	padding-top:2px;
	text-align:center;
	color:rgba(38, 84, 155, .8);
} 
.termlists li.list-page.wenzi .posttime .day{
        font-size: 26px;
        font-weight: 600;
        display: block;
        line-height: 1;
        margin-bottom: 3px;
}
.termlists li.list-page.wenzi .title{
	padding-left:20px;
	margin-left:20px;
	border-left:1px solid rgba(38, 84, 155, .3);
}

@media(min-width:1280px){
.termlists li.list-page:hover{
	color:#FFF;
	background:#26549B;
}
.termlists li.list-page:hover .summary{
	color:rgba(255,255,255,0.8);
}
.termlists li.list-page:hover .posttime{
	color:#FFF;
}
.termlists li.list-page:hover .text{
font-weight: 600;
	color:#FFF;
}
#page .termlists li.list-page.wenzi:hover .title{
	border-left:1px solid #FFF;
}
.termlists li.list-page:hover .posttime:after{
	background:rgba(255,255,255,0.6);
}}
/*@media(max-width:767px){
.termlists li.list-page.wenzi .summary{
 opacity:0;
 display:none;
}
}*/

.gzzdsection {
    position: absolute;
    width: calc(88% - 100px);
    right: 0;
    top: 0;
		padding-top: 50px;
    padding-bottom: 30px;
    background-color: #F2F7FF;
    padding-left: 6%;
    z-index: 2;
    font-size: 26px;
    font-weight: 600;
}
.innerrule a,.campusrule a{
  	color:#555;
  }
.page-node-type-landing-page .innerrule, .page-node-type-page .campusrule {
    display:none;
}
/********************************* footer *********************************/
.footer-bg-primary{
	padding:30px 0;
	line-height:180%;
}
.footer-bg-primary ul{
	overflow:hidden;
}
.footer-bg-primary ul li{
	float:left;
	width:48%;
	margin:2px 1%;
}
.footer-bg-primary a{
	color:rgba(255,255,255,0.8);
}
.footer-bg-primary a:hover{
	color:rgba(255,255,255,1);
}
@media(max-width:786px){
.footer-bg-primary{
	padding:10px 0;
}
.footer-bg-primary ul li{
   width: 150px;
}
#header-top div.toplink a {
    padding: 5px 0px;
}
.banner {
    height: 200px;
}
.inner .breadcrumb {
    top: 0;
    padding: 20px 0;
    width: 100%;
        left: 0;
}
.title-inner{
	padding-left:0;
	padding-right:0;
}
.title-inner h2 {
    margin-bottom: 0px;
    padding-top: 0;
}
.termlists li.list-page.tuwen {
    display: block;
    padding: 5px;
}
.termlists li.list-page.tuwen .title{
	width:100%;
	padding-left:0;
}
.termlists li.list-page.tuwen{
	padding: 10px 5px;
}
.termlists li.list-page {
    padding: 10px 0;
}
.termlists li.list-page .posttime {
    padding: 10px 0 0;
}
.termlists li.list-page .text {
    font-size: 16px;
    display: block;
}
.termlists li.list-page.wenzi .posttime .day {
    font-size: 18px;
    padding-top:10px;
}
.termlists li.list-page.wenzi .posttime {
    font-size: 12px;
}
/*

.termlists li.list-page.wenzi .posttime{
	  position: inherit;
    width: max-content;
    padding: 5px 0;
    display: flex;
    flex-direction: row-reverse;
}
.termlists li.list-page.wenzi .posttime .day{
	  font-weight: normal; 
    font-size: 14px;
    position:relative;
}
.termlists li.list-page.wenzi .posttime .day:before{
	content:"-";
	display:inline-block;
}
.termlists li.list-page.wenzi .posttime .year:before{
	  display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right: 2px;
    color: inherit;
}

.termlists li.list-page .posttime:after{
	display:none;
}
.termlists li.list-page .text{
	font-size:16px;
	font-weight:normal;
}
.termlists li.list-page .title {
    width: 100% !important;
    padding-left: 0px;
}
*/

.termlists li.list-page .img {
    width: 100%;
}
.footer-ewm{
	text-align:center;
}
.footer-ewm img{
	max-width:150px;
}
}