@media (min-width: 1201px){
.inner {
    width: 96%;
    max-width: 1460px;
}
}

.header-right .block {
    margin-bottom: 0;
}
.js-language-switch #language-switch {
    background: none;
    color: #FFF;
}
.js-language-switch #language-switch .icon {
    font-size: 100%;
}
.header-container.inner, .header-row {
    height: 90px;
}
.header-row .header-column {
    display: inline-block;
    vertical-align: middle;
}

div#header.fixed-top {
    background:#FFF;
    padding-bottom:0px;
    z-index:102;
}
div#header.header-bg-base.fixed-top{
box-shadow: 0 5px 7px rgb(0 0 0 / 20%);
}
.fixed-menu{
    background: #FFF;
    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;
}

.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: 0px;
    padding-bottom: 0px;
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 90px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.header-container.inner{
    width: initial;
    padding: 0;
}
.header-body .header-container.main-menu-nav-primary{
	width:100%;
}
@media (min-width: 768px){

  .header-body .inner.inside-c-tb{
    width : auto;
  }
  .col-md-9 .inner{
    width : auto;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .header-container.inner{
    float: none;
    width: 90%;
  }
}
@media (max-width: 992px){
.header-body{
    min-height:auto;
  }
.field-body p {
    word-break: break-word !important;
}
#header .hamburger-inner, #header .hamburger-inner::after, #header .hamburger-inner::before {
  background-color: #0052A5;
}
.header-container.inner, .header-row {
    height: 140px;
}
}
@media (max-width: 768px){
  .header-left{
    display:none;
  }
  .header-container.inner{
      float: none;
      width: 100%;
  }
  #header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 80px;
   margin-top: 0;
  }
  #header .header-container .header-row .header-column #header-btns {
    right: auto;
    top: auto;
    left: 0;
    bottom: 32px;
}
}

#site-logo img {
    height: auto;
    max-height: 80px;
    margin-top: 3.5%;
}
#header-top {
    background-image: linear-gradient(135deg,#0570dc, #0052A5);
    background-image: -webkit-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -moz-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -ms-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -o-linear-gradient(135deg, #0570dc, #0052A5);
}
.header-left {
    padding: 10px;
}
#header-top .header-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    position:relative;
}
#header-top div.toplinks{
 margin-bottom:0;
 padding-right:10px;
 font-size: 15px;
 font-weight:bold;
 color:rgba(255,255,255,0.7);
}
#header-top .search{
position:absolute;
right:0;
}
#header-top div.toplinks a{
color:rgba(255,255,255,0.8);
}
#header-top div.toplinks a:hover{
color:rgba(255,255,255,1);
}
.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: inherit;
  font-size: 1.2rem;
}
#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;
}
div#search_block_form {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 768px) {  
#search_block_form:hover input.form-text {
    background: #fff;
    width: 200px;
    border-color: #ddd;
  }
#search_block_form:hover .form-actions,
#search_block_form:hover .form-actions {
    color: #0052A5;
  }
}
@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;
  }
#header .header-container .header-row .header-column #header-btns {
    position: initial;
}
}
@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;
  }
}
.main-menu-nav-primary {
    background: transparent;
}
.main-menu-1-1 .nav-menu>.menu-item {
    padding: 18px 2%;
}
.menu.nav-menu ul.dropdown-menu>li>a,
.menu.nav-menu .dropdown .dropdown-menu>li>a{
    text-align: center;
    font-size: 14px;
}
.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);
    border-top: 3px solid #FFF;
    background-image: linear-gradient(270deg,#0570dc, #0052A5);
    background-image: -webkit-linear-gradient(270deg, #0570dc, #0052A5);
    background-image: -moz-linear-gradient(270deg, #0570dc, #0052A5);
    background-image: -ms-linear-gradient(270deg, #0570dc, #0052A5);
    background-image: -o-linear-gradient(270deg, #0570dc, #0052A5);
    opacity: 0.9;
}
.main-menu-1-1 .nav-menu .level-menu .menu-item {
    border-top: 1px solid rgba(255,255,255,0.3);
}
.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{
   font-weight:bold;
}
.main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a,.main-menu-1-1 .nav-menu .level-menu .menu-item a:hover {
    background-color: #0052A5;
}
.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-image: linear-gradient(30deg,#12A9C4, #265930);
    background-image: -webkit-linear-gradient(30deg, #12A9C4, #265930);
    background-image: -moz-linear-gradient(30deg, #12A9C4, #265930);
    background-image: -ms-linear-gradient(30deg, #12A9C4, #265930);
    background-image: -o-linear-gradient(30deg, #12A9C4, #265930);
    background:#0052A5;
    opacity: 1;
}

.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 {
    color:#000;
}
/*.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
}
@media screen and (max-width:1360px) {
   .main-menu-1-1 .nav-menu>.menu-item {
    padding: 18px 2.6%;
}
}
@media screen and (min-width: 992px) {
div#block-header-block,div#block-headerlogin {
    position: fixed!important;
    width: 100%;
    z-index: 99;
}
div#main {
    padding-top: 140px;
}
.main-menu-1-1 .nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
}
@media (max-width: 992px){
.header-body{
    min-height:auto;
  }
.field-body p {
    word-break: break-word !important;
}
.header-row {
    display: flex;
    align-items: center;
    margin-top: -7px;
    width: 100%;
    justify-content: space-between;
}
#site-logo {
    height: auto;
}
#site-logo img {
    height: auto;
    max-height: 80px;
    margin-top: 0;
}
#header .header-container .header-row .header-column #site-logo.header-logo img {
    max-height: 70px !important;
    margin-top: 0 !important;
}
#header-btns {
    background: none;
}
}

.breadcrumb .list-breadcrumb {
    text-align: right;
}
.pagebanner{
    height: 340px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 0 !important;
    background-image: url(../../banner02.jpg);
}
.pagebanner.banner1{
    background-image: url(../../banners-02.jpg);
}
.pagebanner.banner2{
    background-image: url(../../banners-04.jpg);
}
.pagebanner.banner3{
    background-image: url(../../banners-06.jpg);
}
.pagebanner.banner4{
    background-image: url(../../Banner-4.jpg);
}
.pagebanner.banner5{
    background-image: url(../../bannner-08.jpg);
}
.pagebanner.banner6{
    background-image: url(../../Banner-6.jpg);
}
.pagebanner.banner7{
    background-image: url(../../banners-07.jpg);
}
.page-node-type-landing-page .block h2.block-title,.page-taxonomy .field.field-name.field-type-string.field-label-hidden.field-item {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 0;
    display: inline-block;
    font-size: 26px;
    line-height: 100%;
}

.title-inner h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
#content {
    min-height:400px;
    padding-bottom:40px;
}
/********* lists ***********/
.termlist {
    margin-bottom: 15px;
    background: #F5F8FA;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    box-shadow: 2px 2px 6px #ececec;
}
.termlist .daytime {
    width: 80px;
    font-size: 12px;
    text-align: center;
    font-family: arial;
    font-weight: 300;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #ECECEC;
}
.termlist .day {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
}
.termlist .title {
    display: table-cell;
    vertical-align: top;
    padding: 10px 20px;
    line-height: 150%;
}
.termlist .title a{
font-size:16px;
color:#333;
}
.termlist:hover{
    background-image: linear-gradient(135deg,#0570dc, #0052A5);
    background-image: -webkit-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -moz-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -ms-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -o-linear-gradient(135deg, #0570dc, #0052A5);
    box-shadow: 2px 2px 6px #999;
}
.termlist:hover .daytime,.termlist:hover .title a{
color:#FFF;
}

.pager.outside-tb.t-c {
    margin-top: 40px;
}

/************* event *******/
.fronteventblock,.eventblock{
  display:flex;
  flex-wrap:wrap;
}
.event-list.event-list-4 .event-content {
    background:#FFF;
    margin-bottom: 10px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px #ececec;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: -10% 110%;
}
.event-list.event-list-4 .event-content:hover{
  background:#E8F7FF;
  box-shadow: 0px 0px 10px #999;
}
.event-list.event-list-4 .event-content .event-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    width: 70px;
    text-align: center;
    font-family:Arial;
}
.event-list.event-list-4 .event-content .event-right {
    padding: 20px 20px 10px;
    display: table-cell;
    vertical-align: top;
}
.event-list.event-list-4 .event-content .event-left .event-time .event-day {
    font-weight: 600;
    text-align: center;
    font-size:30px;

}
.event-list.event-list-4 .event-content .event-left .event-month {
    font-size:12px;
}
.event-list.event-list-4 .event-content .event-left .event-time {
    padding: 20px 5px 10px;
    line-height: 22px;
    background-image: linear-gradient(135deg,#0570dc, #0052A5);
    background-image: -webkit-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -moz-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -ms-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -o-linear-gradient(135deg, #0570dc, #0052A5);
    color:#FFF;
}

.event-list.event-list-4 {
      margin-bottom: 30px;
}
.event-list li a, .event-list ul li a {
    color: #555;
}
.event-title a{
  color:#000;
}
.event-list.event-list-4 p,.event-right p{
  color:rgba(0,0,0,0.8);
  font-size:13px;
  overflow:hidden;
}

/*.event-list.event-list-4 .event-content:hover .event-right p,.event-list.event-list-4 .event-content:hover .event-right p span{
   color:rgba(0,0,0,0.5);
}
.event-list.event-list-4 .event-content:hover .event-title a{
  color:#333;
}*/
.event-right p span{
  display:inline-block;
  float:left;
  width:calc(100% - 40px);
  color:rgba(0,0,0,0.8);
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media only screen and (max-width:991px){
.pagebanner{
    height: 130px;
    }
#block-banner{
 margin-bottom:0;
}
h3.event-title {
  font-size:16px;
}
.event-list.event-list-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.event-list.event-list-4 p, .event-right p {
  display: flex;
}
.fronteventblock {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left:0;
}

}
@media only screen and (min-width: 768px){
.event-list.event-list-4 .event-content .event-right .event-title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom:15px;
}
.eventblock  .event-list.event-list-4 .event-content .event-right .event-title{
   font-weight: 600; 
}
.event-right p strong{
  float:left;
  width: 40px;
}
}
@media only screen and (max-width: 767px){
.event-right p{

}
.event-list ul li{
  float:none;
  width:auto;
}
}

/************* page-taxonomy *********/
.page-taxonomy .list-3.list-3-1 li.list-item.list-item-line {
    padding: 12px 10px !important;
}
.page-taxonomy .list-3.list-3-1 .list-content .list-item.list-item-line a p {
    font-size: 16px;
    overflow: inherit;
    text-overflow: inherit !important;
    white-space: inherit !important;
}
.page-taxonomy .list-3.list-3-1 .list-item .date {
    color: #999;
    font-size: 14px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
}

.list-page{
    margin: 20px 0;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.list-page.tuwen{
    min-height: 160px;
    margin: 40px 0;
    padding-top: 0;
}

.list-page .title{
  font-size:16px;
  margin-bottom:10px;
      line-height: 130%;
}
.list-page .title a{
  color:#000;
}
.list-page .articleinfo {
    width: calc(100% - 120px);
    position: relative;
}

.list-page .articleinfo .imgs {
    position: absolute;
    right: 0;
    top: -10px;
    width: 25%;
    background: url(../../bottomlinks01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.list-page .articleinfo .imgs img {
    display: block;
}
.list-page .title.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-page .summary p,.list-page .summary {
  color:#777 !important;
  font-size: 14px;
  line-height: 150%;
      overflow: hidden;
    text-overflow: ellipsis;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-page .summary.tuwen p,.list-page.tuwen .summary,.list-page.tuwen .title {
  width: 72%;
}
.list-page.tuwen .posttime {
    padding-top: 35px;
}
.list-page.tuwen .articleinfo {
    padding-top: 30px;
}
.list-page .posttime {
    color: #999;
    width: 110px;
    line-height: 200%;
    margin-right:10px;
    padding-top: 5px;
}
.list-page .posttime span{
  display:block;
  text-align:center;
}
.list-page:hover{
  background:#E8F7FF;
  background-size:100%;
  background-position:bottom left;
}
.double .list-page{
  border-bottom:0;
  padding:20px;
  background-size:100%;
  background-position:bottom left;
  margin: 10px 0;
}
.double .list-page:hover{
   box-shadow: 0px 4px 28.8px 1.2px rgba(0,0,0,0.15);
}
.list-page .posttime span.day{
    margin-bottom: 5px;
    font-size:30px;
    color:#0052A5;
}
.double .list-page .articleinfo{
  width:100%;
}
.double li{
  list-style:none;
}
@media (max-width: 992px){
  .list-page.tuwen .posttime{
    display:none;
  }
  .list-page.tuwen .articleinfo{
    padding-top:10px;
  }
  .list-page.tuwen {
    margin: 10px 0;
    padding: 10px 10px 15px 20px;
    min-height: 130px;
}
 .list-page .articleinfo {
    width: 100%;
    position: relative;
    padding-top: 10px;
    overflow:hidden;
}
.list-page.tuwen .articleinfo .imgs {
    top: 0;
    bottom: auto;
}
}
@media (max-width: 480px){
.list-page .posttime{
    display:none;
  }
.list-page .articleinfo .summary{
     display:none;
   }
.list-page .title {
    font-size: 14px;
}
.list-page.tuwen .articleinfo .imgs {
    top: initial;
    bottom: auto;
    position: inherit;
    float: right;
}
  .list-page.tuwen {
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
    min-height: 70px;
}
}

.alumnistudents{
overflow:hidden;
padding:20px;
}
.field.field-description.field-type-text-long.field-label-hidden.field-item {
    margin-bottom: 40px;
}
.field.field-description.field-type-text-long.field-label-hidden.field-item p {
    font-size: 16px;
    line-height: 180%;
}


.page-taxonomy .block h2.block-title{
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom:0;
    margin-bottom:30px;
}
p.readmore a {
    padding: 10px 15px;
    margin-top: 10px;
    display: inline-block;
    background-image: linear-gradient(135deg,#12A9C4,#265930);
    background-image: -webkit-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -moz-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -ms-linear-gradient(135deg,#12A9C4,#265930);
    background-image: -o-linear-gradient(135deg,#12A9C4,#265930);
    border-radius: 5px;
    color:#FFF;
}
.collapseWrap {
  margin-bottom: 20px;
}
.collapseWrap .collapseTitle {
  height: 56px;
  background: #F5F5F5;
  position: relative;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 28px;
  padding: 14px 22px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  user-select: none;
}

.collapseWrap .collapseTitle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #898989;
  border-right: 2px solid #898989;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: 0.2s ease-in-out;
}
.collapseWrap .collapseTitle.expand::after {
  transform: rotate(135deg);
  top: 18px;
}
.collapseWrap .collapseContent {
  display: none;
  line-height: 180%;
      padding: 20px;
    font-size: 16px;
}



/************ footer *********/
.footer-bg-primary {
    padding: 40px 0 10px 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.5;
    background-image: linear-gradient(135deg,#0570dc, #0052A5);
    background-image: -webkit-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -moz-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -ms-linear-gradient(135deg, #0570dc, #0052A5);
    background-image: -o-linear-gradient(135deg, #0570dc, #0052A5);
}
.footer-bg-primary h4 {
    font-size: 16px;
    color: #FFF;
    line-height: 1.3;
    margin-bottom:10px;
}
.footer-bg-primary .flink ul{
     margin: 0;
     padding:0;
     overflow: hidden;
 }
.footer-bg-primary .flink ul li{
    padding-right: 15px;
    padding-bottom: 5px;
    list-style: none;
    margin: 0;
 }
.footer-bg-primary .flink ul li a{
     color:#FC0; 
 }
.copyright{
position:relative;
padding-top:30px;
text-align:center;
padding-bottom:30px;
margin-top:30px;
}
.copyright:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    height: 1px;
    background: -o-radial-gradient(center, ellipse, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(222, 228, 239, 0.2) 0, rgba(255, 255, 255, 0) 75%);
}
.footer-bg-primary {
    overflow: hidden;
}

.flex-nowrap{
  display:flex;
  flex-wrap:nowrap;
}