hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
.article-title {
    text-align: left;
    color: #031762;
}
.page-node-type-page .article-title{
	margin-bottom:40px;
}
.page-node-type-page .block-region-content h2{
	  font-size:20px;
  color: #002571;
  margin-bottom:20px;
  font-weight:600;
  position:relative;
}
@media (min-width:1200px){
  .article-title h1{
  font-size:2vw;
}
	.about-right{
		margin-top:-80px;
	}
}
#content {
    min-height: 500px;
    background-color: #F2F7FF;
}
.death{
	border:1px solid #555;
}
.page-node-type-article .inner .breadcrumb {
    margin-bottom: -50px;
    top: -105px;
}
.page-node-type-article .block-region-middle .pagenav-3-1 {
    position: absolute;
    width: fit-content;
    left: -90px;
    top: 0px;
    width: 80px;
}
.page-node-type-page .block-region-content,.page-node-type-event .block-region-right {
    padding: 40px 60px;
    background: white;
    margin-bottom: 30px;
}
.page-node-type-article .block-region-middle {
    padding: 60px 60px 40px 140px;
    background-color: #FFF;
    position: relative;
    top: -60px;
    margin-bottom:-20px;
}
.article-submit {
    color: #999;
    text-align: left;
}
.article-submit{
  margin-bottom:30px;
}
.language-en .article-submit{
	display:none;
}
.pagenav-media .pagenav-item .pagenav-item-text {
    display: none;
}

.pagenav-content {
      padding: 0px 10%;
    margin-right: 20px;
    margin-top: 0px;
    z-index: 5;
}
.pagenav-top{
  display:none;
}
.pagenav-3-1 {
    width: 100px;
}
.share-qrcode-wechat {
    display: none;
}

.page-url-qr-code.t-c {
    margin-top: 40px;
}

canvas {
    width: 100px;
    height: 100px;
}

.share-qrcode-wechat {
    position: absolute;
    top: 10px;
    z-index: 5;
    left: 60px;
}

.pagenav-item {
    text-align: center;
}

i.icon.icon-see-fill:before {
    content: "\e64c";
    font-size: 2.0em;
    padding-bottom: 5px;
    display: block;
    color: #234192;
}

.pagenav-item-text span {
    font: 24px/44px Georgia;
    color: #234192;
}

.pagenav-item-share {
    position: relative;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}

.share-1:before {
    content: "\5206\4eab\5230";
    margin-bottom: 20px;
    display: block;
}
.language-en .share-1:before {
    content: "Share";
}
.share-wechat {
    position: relative;
    text-align: center;
}

.share-item {
    margin: 16px 0;
}

.share-item i.icon:before {
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-position: center center;
    display: block;
}

.share-item .icon-wechat:before {
    background-image: url(../../social-wechat.png);
}

.share-item .icon-qq:before {
    background-image: url(../../QQ.png);
}

.share-item .icon-weibo:before {
    background-image: url(../../weibo.png);
}
@media (max-width:991px){
  .pagenav-3-1{
    display:none;
  }
  .page-node-type-article .block-region-middle {
    padding:40px 20px;
  }
  .page-node-type-page .block-region-content {
    padding: 20px 40px;
}
  .page-node-type-page .article-title {
    text-align: center;
}
}
.layout-full.region-middle .block-region-middle {
    background: #FFF;
    margin-top:-14px;
    margin-bottom:40px;
    padding:60px 80px;
}
.sectionblock{
  padding-left:30px;
  border-left:1px solid #002571;
  margin:30px 0;
  position:relative;
  padding-bottom:10px;
}
.sectionblock:before{
  content:"";
  top:0;
  width:9px;
  height:9px;
  border-radius:100%;
  border:1px solid #002571;
  left:-5px;
  background-color:#FFF;
  position:absolute;
}
.sectionblock h2{
  font-size:20px;
  color: #002571;
  margin-bottom:20px;
  font-weight:600;
  position:relative;
}
.sectionblock h2 span.time{
  font-size:3.5rem;
  opacity:0.1;
  top:-10px;
  left:0;
  position:absolute;
}
/*********** history *******/

.front-history{
  position:relative;
  padding-bottom:100px;
}

.front-history .historypic{
  min-height:35vh;
  position:relative;
/*  background:url(../../bg-building.png) no-repeat bottom center; */
  background-size:100%;
}
.historypic:before{
  content:"";
  width:100%;
  top:0;
  height:100%;
  position:absolute;
  background:url(../../bg-river.png) no-repeat bottom center;
  background-size:100%;
}
.front-history .historyline{
  min-height:150px;
  position:relative;

}
.front-history .historyline .inner{
  display:flex;
}
.front-history .historyline:before{
  height:6px;
  content:"";
  width:100%;
  background-image: linear-gradient(to right, #002571 50%,#8BB6E6 50%);
  position: absolute;
  top:0;
  left:0;
}
.front-history .historyline .line01,.front-history .historyline .line02,.front-history .historyline .line03{
  position:relative;
  width:40%;
  top:-7px;
  padding:30px;
}
.front-history .historyline .line01{
  border-top:6px #002571 solid;
}
.front-history .historyline .line02{
  border-top:6px #005CC4 solid;
}
.front-history .historyline .line03{
  border-top:6px #8BB6E6 solid;
  width:20%;
}
.front-history .historyline h3{
  color:#B3874B;
  font-size:20px;
  font-weight:bold;
}
.front-history .historyline p{
  color:#B3874B;
}
.historypic .inner {
    height: 100%;
    padding:240px 0;
}
.pics {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
}

.pics img {
    display: block;
    width: 80px;
    border-radius: 100%;
    border: 2px solid #FFF;
    transition:all ease 0.5s;
}
.pics img:hover{
  transform:scale(1.3);
}
.pic01{
    bottom: 30%;
    left: 0%;
    flex-direction: column-reverse;
}
.pic02{
    bottom: 25%;
    left: 17%;
    flex-direction: column-reverse;
}
.pic03{
    bottom: 15%;
    left: 32%;
    flex-direction: column-reverse;
}
.pic04 {
    top: 45%;
    left: 50%;
    flex-direction: column;
}
.pic05{
    top: 40%;
    left: 67%;
    flex-direction: column;
}
.pic06{
    top: 35%;
    right: -4%;
    flex-direction: column;
}
.picimg{
  position:relative;
}
.picimg:after{
  content:"";
  position:absolute;
  left:50px;
  width:1px;
  height:100%;
    z-index: -1;
    bottom: 0;
}
.pics p{
    width: 100%;
    max-width: 110px;
    margin-left: 40px;
    border-left: 2px solid #ECECEC;
    margin-bottom: 0;
    padding-left: 15px;
    padding-bottom: 30px;
    font-size:14px;
}
.language-en .pics p {
    max-height: 200px;
    overflow: hidden;
    line-height: 138%;
}
.pics:hover p{
  color:#B3874B;
}
.language-en .pics:hover{
	z-index:2;
}
.language-en .pics:hover p{
  background: #FFF;
  max-height:inherit;
}

.pic02 p{
  padding-bottom:70px;
}
.pic03 p{
  padding-bottom:80px;
}
.pic04 p,.pic05 p,.pic06 p{
  padding-bottom:0px;
  padding-top:25px;
}
/********** leadership *****/
.leader {
    padding: 30px;
    margin-bottom: 40px;
    position:relative;
    background:url(../../gate-blue.png) #F7F9FF no-repeat;
    background-position: 94% 70%;
    background-size: 28%;
}
.dang .leader {
    background:url(../../danghui.png) #FFEBE3 no-repeat;
    background-position: 94% 70%;
    background-size: 18%;
}
.leader .img {
    display: inline-block;
    max-width: 224px;
    padding: 12px;
    position:relative;
    margin-bottom:20px;
}
.leader .img img{
	position: relative;
    width: 200px;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.dang .leader .img img{
  width:150px;
  height:206px;
}
.leader .img h3{
  font-size:22px;
  font-weight:600;
  padding:5px 0 10px;
  color:#002571;
}
.leader .img h3 span{
  font-size:18px;
  padding-left:10px;
}
.language-en .leader .img h3 span {
    font-size: 16px;
    padding-left: 0px;
    display:block;
}
.leader .img:before,.leader .img:after{
  position:absolute;
  width:150px;
  height:150px;
  z-index:0;
  background:url(../../memberphoto-bg.png) no-repeat top left;
  background-size:100%;
  content:"";
}
.dang .leader .img:before,.dang .leader .img:after{
  width:110px;
  height:110px;
}
.leader .img:before{
  left:0;
  top:0;
}
.leader .img:after{
  right:0;
  bottom:0;
  transform:rotate(180deg);
}
.leader .detail .duty{
  font-size:18px;
  font-weight:600;
  padding:10px 0 15px;
}
@media (max-width:768px){
  .leader {
    background-position: 94% 100%;
    background-size: 100%;
}
}
/*****office-staff **/
.office-staff{
	padding:20px 0;
	line-height:100% !important;
}
.office-staff h2{
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
	margin-right:20px;
}
.field-body .office-staff h3{
	font-size:14px;
	margin-bottom:15px;
	font-weight:normal;
	color:#999;
	margin-top:30px;
}
.office-staff h3 strong{
	font-size:20px;
	font-weight:600;
	color:#555;
	margin-right:10px;
	margin-left:20px;
}
.language-en .office-staff h3 {
	margin-left:20px;
}
.language-en .office-staff h3 strong{
	display:block;
	margin-left:0;
	margin-bottom:5px;
}
.office-staff .staff{
	display:flex;
	flex-wrap:wrap;
}
.office-staff .col-md-6,.office-staff .col-md-12{
 	margin-bottom:20px;
 	
 }
.office-staff .col-md-6 .row, .office-staff .col-md-12 .row{
   z-index:2;
   position:relative;
  }
.office-staff .col-md-6:after, .office-staff .col-md-12:after{
 	content:"";
 	width:calc(100% - 28px);
 	margin:0 auto;
 	height:100%;
 	position:absolute;
 	top:0;
 	background: url(../../gate-blue.png) #F7F9FF no-repeat;
  background-position: 94% 70%;
  background-size: 28%;
 }
 .office-staff .col-md-12:after{
 	  background-size: 18%;
 }
.office-staff  .staffimg{
 	text-align:center;
 }
.office-staff .staffinfo p{
  	margin:0 20px;
  }
.office-staff img{
 	width:100%;
 	max-width:290px;
 	height:auto;
 	max-height:290px;
 	aspect-ratio:3/4;
 	object-fit:cover;
 	margin:20px 20px 10px;
 }
/************ gallery *******/
.img-groups.img-group-3 {
    padding: 10px;
    /* display: flex; */
    overflow: hidden;
    /* flex-wrap: wrap; */
}

.img-groups.img-group-3 .img-group:nth-child(1) {
    width: 60%;
    /* margin-right: 10px; */
}
.img-groups.img-group-3 .img-group:nth-child(2), .img-groups.img-group-3 .img-group:nth-child(3) {
    width: calc(40% - 20px);
}
.img-groups.img-group-3.img-group-2 .img-group:nth-child(1) {
    width: calc(50% - 10px);
}
.img-groups.img-group-3.img-group-2  .img-group:nth-child(2){
	 width: calc(50% - 10px);
}
.img-groups.img-group-3 .img-group {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#031762;
}
.img-groups.img-group-3.img-right .img-group {
	float:right;
}
.img-groups.img-group-3 .img-group p {
    position: absolute;
    opacity:0;
    color:#FFF;
}
.img-groups.img-group-3 .img-group p:before {
    content: "\e620";
    display: block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size:30px;
    margin-bottom:10px;
    -webkit-font-smoothing: antialiased;
}
.img-groups.img-group-3 .img-group img {
    height: 36vw;
    object-fit: cover;
    max-height:600px;
    width: 100%;
}

.img-groups.img-group-3 .img-group:hover img{
	opacity:0.2;
}
.img-groups.img-group-3 .img-group:hover  p{
	opacity:1;
}
.img-groups.img-group-3 .img-group:nth-child(2) img, .img-groups.img-group-3 .img-group:nth-child(3) img {
    height: calc(18vw - 5px);
    max-height:295px;
}
.img-groups.img-group-3.img-group-2 .img-group img,.img-groups.img-group-3.img-group-2 .img-group:nth-child(2) img{
	max-height:500px;
	height:30vw;
}
@media(max-width:768px){
	.img-groups.img-group-3 .img-group{
		float:none !important;
	}
}
/*********** zssom video ***/
.zvideo img {
    display: block;
    position:relative;
    z-index:2;
    transition:all 0.5s ease;
}
.zvideo {
    background: #000;
    position: relative;
     display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom:10px;
    overflow: hidden !important;
}
.zvideo:after {
    position: absolute;
    margin: 0 auto;
    font-family: "iconfont";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    font-size: 40px;
    content: "\e6b4";
    z-index: 1;
    color: #FFF;
}
.zvideo:hover img{
	opacity:0.5;
	transform:scale(1.05);
}

.zssom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 20px 20px;
    z-index: 100;
}

.close-btn {
    position: absolute;
    top: 2px;
    right: 10px;
    cursor: pointer;
    font-size: 12px;
}
/********* dep ********/
.sectionwhite{
	padding:30px 50px;
	margin-top:30px;
}
.sectionwhite h2{
	font-size:22px;
  font-weight:600;
  color:#002571;
  padding-top:10px;
  padding-bottom:20px;
}
.sectiondep{
    background-image: linear-gradient(in hsl to right, #F7FAFF,#E0F0FF);
    background-image: -moz-linear-gradient(to right, #F7FAFF,#E0F0FF);
    position:relative;
    padding:30px 50px;
    margin-top:30px;
    z-index:1;
    overflow: hidden !important;
}
.sectiondep2,.sectiondep4,.sectiondep6{
	    background-image: linear-gradient(in hsl to right, #FDF9F0,#FAEBD3);
	    background-image: -moz-linear-gradient(to right, #FDF9F0,#FAEBD3);
}
.sectiondep:before{
  content:"";
  background:url(../../bg-content.png) no-repeat bottom right;
  width:300px;
  height:300px;
  background-size:100%;
  position:absolute;
  right:20px;
  bottom:20px;
  z-index:-1;
}
.sectiondep h2{
  font-size:22px;
  font-weight:600;
  color:#002571;
  padding-top:20px;
  padding-bottom:20px;
}
.sectiondep h3{
  font-size:18px;
  font-weight:600;
  padding-bottom:15px;
}
.depbox ul{
  padding:0;
  margin:0;
}

.depbox li{
  padding:20px 30px;
  background-image: linear-gradient(to right,  #4C72AE, #002571);
  background-image: -moz-linear-gradient(to right,  #4C72AE, #002571);
  position:relative;
  color:#FFF;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  width:calc(100% - 20px);
  margin: 10px;
  list-style:none;
  transition:all ease 0.5s;
}
.depbox li:before{
  content:"";
  width:calc(100% - 6px);
  height:calc(100% - 6px);
  border:1px solid #FFF;
  left:2px;
  top:2px;
  position:absolute;
}
.depbox li:hover{
  transform:scale(1.03);
  box-shadow:2px 2px 10px rgba(0,0,0,0.2);
}
.depbox a,.depbox a:hover,.depbox a:active {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    position: relative;
    z-index: 1;
}
.language-en .depbox a {
    text-align: left;
}
@media (min-width:1280px){
  .depbox li{
   max-width: calc(50% - 20px);
  }
}
/*.depbox li:before,.depbox li:after{
  position:absolute;
  width:50px;
  height:50px;
  z-index:0;
  background:url(../../memberphoto-bg.png) no-repeat top left;
  background-size:100%;
  content:"";
}
.depbox li:before{
  top:-3px;
  left:-3px;
}
.depbox li:after{
  bottom:-3px;
  right:-3px;
  transform:rotate(180deg);
}*/
/***** jys ****/
.sectionjys .col-md-6{
	margin-top:10px;
	margin-bottom:15px;
}
.sectionjys .col-md-6 span{
	color:#999;
	width:70px;
	font-size:14px;
	display:inline-block;
}
.language-en .sectionjys .col-md-6 span{
	width:auto;
}
/***** xuekexi ***/
@media(min-width:1280px){
	.xx-container {
    height: 650px;
}
			.sw-carousel {
			    display: block;
			    height: auto;
			    margin: 0 auto;
			    -webkit-perspective: 1000px;
			    perspective: 1000px;
			    position: relative;
			    top: 100px;
			    width: 1000px;
			}
			
			.sw-container {
			    display: block;
			    height: 300px;
			    margin: 0 auto;
			    -webkit-transform: rotateY(0deg);
			    -ms-transform: rotateY(0deg);
			    -o-transform: rotateY(0deg);
			    transform: rotateY(0deg);
			    -webkit-transform-origin: center bottom 0;
			    transform-origin: center bottom 0;
			    -webkit-transform-style: preserve-3d;
			    transform-style: preserve-3d;
			    -webkit-transition: all 1s ease-in-out;
			    transition: all 1s ease-in-out;
			    width: 250px;
			    z-index: 1000;
			}
			
			.sw-item {
			    display: block;
			    margin: 0;
			    padding: 0;
			    width: 250px;
			    -webkit-transform: translateZ(400px);
			    -ms-transform: translateZ(400px);
			    -o-transform: translateZ(400px);
			    transform: translateZ(400px);
			    position: absolute;
			}
			.sw-item img {
			    width: 100%;
				opacity: 0.9;
				aspect-ratio:9/12;
				object-fit: cover;
				border-radius: 15px;
				border:6px solid #FFF;
			}
			.sw-item p{
				position:absolute;
				width: 100%;
				text-align: center;
			}
			.tc-btn-container {
			  display: block;
			  float: left;
			  height: 35px;
			  margin-top: -12.5px;
			  position: absolute;
			  top: 50%;
			  width: 100%;
			}
			
			.tc-next {
			    background-color: #333;
			    color: white;
			    display: block;
			    float: right;
			    font-size: 12px;
			    padding: 10px;
			    width: auto;
			    cursor: pointer;
			}
			
			.tc-prev {
			    background-color: #333;
			    color: white;
			    display: block;
			    float: left;
			    font-size: 12px;
			    padding: 10px;
			    width: auto;
			    cursor: pointer;
			}
			}
			@media(max-width:1280px){
				.tc-btn-container,.sw-item img{display:none;}
				.sw-container{
					display:flex;
					flex-wrap:wrap;
				}
				.sw-item
				{
					    padding: 20px 30px;
					    background-image: linear-gradient(in hsl to right, #E9C692,#E4BA7A);
					    background-image: -moz-linear-gradient(to right, #E9C692,#E4BA7A);
					    position: relative;
					    color: #000;
					    display: flex;
					    align-items: center;
					    justify-content: center;
					    font-size: 18px;
					    width: calc(50% - 20px);
					    margin: 10px;
					    list-style: none;
					    transition: all ease 0.5s;
				}
				.sw-item p{
					margin:0;
					padding:0;
				}
				.sw-item:before {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #FFF;
    left: 2px;
    top: 2px;
    position: absolute;
}
			}
			@media(max-width:767px){
				.sw-item
				{
				width: calc(100% - 20px);
				}
			}

.donation-right h2,.donation-left h2{
	margin-bottom:18px;
	color:#E4BA7A;
}
.donation-left {
    padding: 40px;
}

.donation-right {
    padding: 40px 60px;
    background: #f8f8f8;
    font-size: 14px;
}

.donation-right p {
    font-size: 14px;
}

.field.field-attachments.field-type-file.field-label-above {
    background: #FCF7EF;
    padding: 20px 35px;
    margin-top: 30px;
}
.field.field-attachments .field-label {
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1C69B7;
    text-align: left;
}

.field-field-campus-attachments{
    background: #FCF7EF;
    padding: 20px 35px;
    margin-top: 30px;
}
.field-field-campus-attachments .field-label {
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1C69B7;
    text-align: left;
}
.field.field-field-campus-attachments.field-items:before {
    content: "\9644\4ef6";
    border-bottom: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1C69B7;
    text-align: left;
    display: block;
}
/******* org ****/
h2.org-title  {
    padding: 20px 40px;
    font-size: 20px;
    line-height: 150%;
    background-color: #4862A4;
    color: #FFF !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
    width: max-content;

}
.orgblock{
	overflow:hidden;
	margin-top:20px;
}
.orgs h3 {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 150%;
    background-color: #8299C9;
    color: #FFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;

}
.orgs h3 a{
	color:#FFF;
}
.orgs {
    width: 13%;
    float: left;
    margin: 20px 0.5%;
}
.language-en .orgs {
    width: 100%;
    float:none;
}
.orgs ul li:last-child:after {
    content: "";
    width: 1px;
    height: calc(100% - 21px);
    background: #FFF;
    bottom: 0;
    position: absolute;
    left: -1px;
}
.orgs ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #8299c9;
    position: absolute;
    left: 0;
    top: 20px;
}
.orgs ul li {
    list-style: none;
    padding: 10px 0px 10px 25px;
    color: #1C3A84;
    position: relative;
    font-size: 14px !important;
    line-height: 150% !important;
}
.orgs ul {
    margin: 0;
    padding: 0;
    margin-left: 5px;
    padding-top: 20px;
    border-left: 1px solid #8299C9;
}
@media (max-width:1279px){
	.orgs h3{
		height: auto;
    width: max-content;
	}
	.orgs {
    width: 100%;
    float: none;
    margin: 20px 0;
}
.orgs ul {
    overflow: hidden;
}
.orgs ul li {
    width: auto;
    float: left;
}
.orgs ul li:before,.orgs ul li:after{
	display:none;
}
}
/********  gallery ***/
.page-node-type-page .fade{
  display:none;
}
.page-node-type-page .fade.in{
  display:block;
}
.page-node-type-page .tab-pane.fade .row {
    display: flex;
    flex-wrap: wrap;
}
.page-node-type-page 	.tab .nav-tabs { border-bottom: none; position: relative; overflow: hidden; }
.page-node-type-page 	.tab .nav-tabs li { margin-right: 10px; z-index: 1; float: left; list-style: none;    position: relative;    padding-bottom: 6px;}
.page-node-type-page 	.tab .nav-tabs li:last-child:after { border: none; }
.page-node-type-page 	.tab .nav-tabs li a { 
		display: block;
    padding: 20px 40px;
    background: none;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease 0s;
    word-break: keep-all;}
.page-node-type-page 	.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover { color: #fff; }
.page-node-type-page 	.tab .nav-tabs li.active:before {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color:#1C69B7;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
    z-index: 3;
}
.page-node-type-page 	.tab .nav-tabs li a:after { content: ""; display: block; width: 100%; height: 0; position: absolute; top: 0; left: 0; z-index: -1; }
.page-node-type-page 	.tab .nav-tabs li.active a:after, .tab .nav-tabs li a:hover:after { height: 100%; background: #1C69B7; }
.page-node-type-page 	.tab .tab-content { padding: 20px 10px; margin-top: 0; font-size: 14px; color: #999; line-height: 26px; }
.page-node-type-page 	.tab .tab-content h3 { font-size: 24px; margin-top: 0;     margin-top: 20px;    margin-bottom: 15px;    color:#1C69B7;font-size:20px;font-weight:bold;}
.page-node-type-page .tab-pane {
  text-align:left;
}
/*********** social services */
.sservice {
    display: flex;
    margin-bottom: 20px;
    background: #F2F7FF;
    max-height: 600px;
}
.sservice .imgs, .sservice .sinfos, .ssservice .sinfos,.ssservice  .imgs {
    width: 50%;
    display: block;
    overflow: hidden;
}
.sserviceblock a.hh {
    padding-top: 200px;
    margin-top: -200px;
        font-size: 0;
}
.sservice .sinfos h3 {
    font-size: 20px;
    font-weight: 600;
    color: #031762;
    margin-bottom: 15px;
}
.sservice .sinfos h4,.ssservice .sinfos h4{
	  font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.sservice .sinfos p, .ssservice .sinfos p {
    font-size: 14px;
    color: #777;
}
.sservice .imgs img,.ssservice  .imgs img{
    display: block;
    max-height:600px;
    height:100%;
    object-fit:cover;
    transition: all 0.5s ease;
}
.sservice .imgs img:hover,.ssservice  .imgs img:hover{
	transform:scale(1.05);
}
.sservice .sinfos,.ssservice .sinfos {
    padding: 40px 60px;
}
.ssservice {
    display: flex;
    margin-top: -20px;
    margin-bottom:20px;
    background: #F2F7FF;
    align-items: center;
}
.sinfos  figcaption{
	font-size:12px;
	padding-top:0;
}
@media only screen and (min-width: 992px){
.page-node-type-page .tab-pane .row div{
  min-height:330px;
}
.sservice:nth-child(2n){
	flex-direction: row-reverse;
}	
}
@media only screen and (max-width: 991px){
.sservice,.ssservice {
    display: block;
    max-height:initial;
}
.sservice .imgs, .sservice .sinfos,.ssservice .imgs, .ssservice .sinfos {
    width: 100%;
}
.sservice .imgs img,.ssservice .imgs img {
    width:100%;
}
}
	@media only screen and (max-width: 767px) {
	.page-node-type-page 	.tab .nav-tabs li { margin: 0 25px 0 0; }
}
	@media only screen and (max-width: 479px) {
.page-node-type-page 		.tab .nav-tabs li { width: 100%; text-align: center; margin: 0 0 10px 0; }
.page-node-type-page 		.tab .nav-tabs li:after { width: 0; height: 100%; top: auto; bottom: -60%; right: 50%; }
	}
/*********** table *********/
.table.office{
  font-size:16px;
}
.table thead tr th {
    font-size: 18px !important;
    background: #002571;
    letter-spacing: 0;
    padding-top: 20px;
    color: #FFF;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: left;
}
.table tr td{
      font-size:16px;
      line-height:150%;
}
.table tr td.white{
  background:#FFF;
}
.table p{
  font-size:16px;
  margin:0;
  line-height:150%;
}
.table tbody tr:nth-child(odd) {
    background:rgba(0, 37, 113,0.1);
}
.table tbody tr:nth-child(even) {
    background:#FFF;
}
.table.normal tbody tr td {
    vertical-align: top;
}

.row div.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}


@media only screen and (max-width:767px){
.deanmessage .row {
  background-size:100%;
}

}
@media screen and (max-width: 767px) {
  .row div.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
  .inner .breadcrumb {
    font-size: 14px;
    position: absolute;
    top: -75px;
    padding: 0 14px;
    margin: 0;
    border-bottom: 0;
    left:0;
    width:100%;
  }
  .page-node-type-article .region-right .block-region-right, .page-node-type-event .region-right .block-region-right {
    padding: 1px 14px 20px;
    background: #FFF;
    margin-bottom: 40px;
  }
  .page-node-type-article .region-right .block-region-right .article-title h1, .page-node-type-event .region-right .block-region-right .article-title h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .field-body p.text-align-center {
    text-align: center;
  }
  .field-body video {
    width: 100%;
  }
}


.table-fix{
  table-layout: fixed;
}

