
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
em{
  font-style: italic;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.container-fluid {
  float: left;
}
.page-banner {
  width: 100%;
  float: left;
  position: relative;
}
.page-banner img {
  width: 100%;
}
.page-banner .intrs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.page-banner .intrs .wid {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 6% 0;
}
.page-banner .intrs .wid .text {
  font-size: 36px;
  color: #fff;
  width: 100%;
  text-align: left;
}
.page-banner .intrs .wid .text p {
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat-ExtraLight";
  font-weight: normal !important;
  letter-spacing: 1px;
}
.page-banner .intrs .wid .text p a {
  color: #fff;
  font-family: "Montserrat-ExtraLight";
}
.page-banner .intrs .wid .text p a:hover {
  text-decoration: underline;
  color: #ecc319;
}
.page-banner .intrs .wid .text h2 {
  font-size: 64px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Montserrat-Bold";
  margin-top: 5px;
}
.page-tabs {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin-top: -90px;
  padding-top: 20px;
}
.page-tabs .list {
  width: 100%;
}
.page-tabs .list ul {
  width: 100%;
}
.page-tabs .list ul li {
  width: auto;
  padding: 0 40px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 5px 0px 10px rgba(0,0,0,0.15);
  position: relative;
  font-family: "Montserrat-Regular";
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #0b4316;
  letter-spacing: 1px;
  transform: translateX(-12px);
}
.page-tabs .list ul li.active {
  height: 86px;
  position: relative;
  margin-top: -16px;
  line-height: 86px;
  background-color: #34563b;
  border-radius: 30px 30px 0 0;
  color: #fff;
  box-shadow: 8px 0px 8px rgba(0,0,0,0.15);
}
.page-tabs .list ul li:first-child {
  transform: translateX(0px);
  border-radius: 10px 10px 0 0;
  z-index: 11;
}
.page-tabs .list ul li:first-child.active {
  border-radius: 10px 30px 0 0 !important;
}
.page-tabs .list ul li:nth-child(2) {
  z-index: 10;
  transform: translateX(-12px);
}
.page-tabs .list ul li:nth-child(3) {
  z-index: 9;
  transform: translateX(-16px);
}
.page-tabs .list ul li:nth-child(4) {
  z-index: 8;
  transform: translateX(-20px);
}
.page-tabs .list ul li:nth-child(5) {
  z-index: 7;
  transform: translateX(-24px);
}
.page-container {
  width: 100%;
  padding: 90px 0;
  float: left;
}
.page-container .title {
  max-width: 1540px;
  margin: 0 auto;
}
.page-container .title b {
  font-size: 50px;
  color: #2e2e2e;
  position: relative;
}
.page-container .title b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #0b4316;
}
.page-container .containers {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 38px 0;
}
.page-introduction .image {
  width: 100%;
  padding: 20px 0;
}
.page-introduction .image img {
  width: 100%;
}
.page-introduction .text {
  width: 100%;
}
.page-introduction .text p {
  margin: 10px 0;
  font-size: 14px;
  color: #242424;
  font-family: "Montserrat-ExtraLight";
  line-height: 30px;
  font-size: 16px;
  word-break: break-all;
}
.page-introduction .time {
  width: 100%;
  font-size: 14px;
  color: #717171;
  line-height: 32px;
  font-family: "Montserrat-ExtraLight";
  margin: 16px 0;
}
.page-administration {
  padding-bottom: 30px;
}
.page-administration .containers {
  max-width: initial;
}
.page-administration .team {
  width: 100%;
  min-height: 100px;
  padding-top: 30px;
  float: left;
}
.page-administration .team .item {
  width: 100%;
  margin-bottom: 30px;
}
.page-administration .team .item .imgs {
  width: 100%;
  text-align: center;
}
.page-administration .team .item .imgs img {
  max-width: 300px;
}
.page-administration .team .item .text {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.page-administration .team .item .text h5 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Montserrat-Regular";
}
.page-administration .team .item .text h4 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat-Regular";
  margin-bottom: 10px;
}
.page-administration .team .item .text p {
  font-size: 16px;
  color: #242424;
  font-family: "Montserrat-ExtraLight";
  line-height: 26px;
}
.page-administration .team .item .text p em {
  text-decoration: underline;
}
.page-research {
  width: 100%;
}
.page-research .containers {
  max-width: 1500px;
}
.page-research .list {
  width: 100%;
}
.page-research .list ul {
  width: 100%;
}
.page-research .list ul li {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #c4c4c4;
}
.page-research .list ul li:last-child {
  border-bottom: none;
}
.page-research .list ul li .imgs {
  width: 496px;
  overflow: hidden;
  border-radius: 12px;
}
.page-research .list ul li .imgs img {
  width: 100%;
  border-radius: 12px;
  transition: 0.5s;
}
.page-research .list ul li .intr {
  width: calc(100% - 496px);
  padding-left: 40px;
}
.page-research .list ul li .intr .tits {
  width: 100%;
  line-height: 40px;
  font-size: 36px;
  color: #242424;
  font-family: "Montserrat-Medium";
  min-height: 80px;
}
.page-research .list ul li .intr .txts {
  width: 90%;
  font-size: 24px;
  line-height: 32px;
  font-family: "Montserrat-ExtraLight";
  margin: 18px 0;
  min-height: 128px;
  float: left;
}
.page-research .list ul li .intr .state {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
}
.page-research .list ul li .intr .state a {
  font-family: "Montserrat-Regular";
  color: #34583c;
  font-size: 20px;
}
.page-research .list ul li .intr .state em {
  font-size: 16px;
  font-family: "Montserrat-ExtraLight";
  color: #242424;
}
.page-research .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.navigation {
  width: 100%;
  padding: 20px 0;
  float: left;
  margin-top: 20px;
}
.navigation ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul li {
  width: auto;
  height: 38px;
  line-height: 38px;
  min-width: 38px;
  padding: 0 0px;
  font-size: 16px;
  margin: 0 10px;
  color: #34563b;
  background-color: #eef3ef;
  border-radius: 19px;
  text-align: center;
}
.navigation ul li a {
  color: #34563b;
  font-family: "Montserrat-ExtraLight";
  display: block;
}
.navigation ul li.li-more {
  background: none;
  font-size: 24px;
  line-height: 26px;
}
.navigation ul li.active {
  background-color: #34563b;
  color: #fff;
}
.navigation ul li.active a {
  color: #fff;
}
.page-area .containers {
  max-width: 1430px;
}
.page-area .list {
  width: 100%;
}
.page-area .list ul {
  width: 100%;
}
.page-area .list ul li {
  width: 100%;
  line-height: 50px;
  padding: 25px 50px;
  border: 1px solid #edf2ee;
  border-radius: 20px;
  margin: 28px 0;
  font-size: 36px;
  font-family: "Montserrat-Regular";
  position: relative;
  padding-right: 0;
}
.page-area .list ul li a {
  display: block;
  position: relative;
  z-index: 9;
  padding-right: 40px;
}
.page-area .list ul li:after {
  content: "";
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  width: 38px;
  height: 38px;
  background: url("../img/58fcef_38x38.png") center no-repeat;
}
.page-media .containers {
  max-width: 1500px;
}
.page-media .list {
  width: 100%;
}
.page-media .list ul {
  width: 100%;
}
.page-media .list ul li {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #c4c4c4;
}
.page-media .list ul li:last-child {
  border-bottom: none;
}
.page-media .list ul li .date {
  width: 200px;
  height: 180px;
  background-color: #eef3ef;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.page-media .list ul li .date span {
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-family: "Montserrat-ExtraLight";
  color: #0b4316;
}
.page-media .list ul li .date b {
  display: block;
  font-size: 72px;
  line-height: 80px;
  color: #0b4316;
  font-family: "Montserrat-ExtraLight";
  font-weight: bold;
}
.page-media .list ul li .text {
  width: calc(100% - 200px);
  padding-left: 44px;
  height: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 36px;
  line-height: 44px;
  color: #242424;
  font-family: "Montserrat-Medium";
}
.page-scientists {
  width: 100%;
}
.page-scientists .containers {
  max-width: 1500px;
}
.page-scientists .list {
  width: 100%;
}
.page-scientists .list ul {
  width: 100%;
}
.page-scientists .list ul li {
  width: 20%;
  text-align: center;
  margin: 25px 0;
}
.page-scientists .list ul li .imgs {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-radius: 12px;
}
.page-scientists .list ul li .imgs img {
  max-width: 90%;
  border-radius: 12px;
  transition: 0.5s;
}
.page-scientists .list ul li .name {
  width: 100%;
  line-height: 50px;
  padding: 20px 0;
  font-size: 24px;
  font-size: 26px;
  font-family: "Montserrat-Regular";
  font-weight: bold;
}
.page-scientists .list ul li:hover .imgs img {
  transform: scale(1.05);
}
.page-members .containers {
  max-width: 1600px;
  padding: 30px 0;
}
.page-members .list {
  width: 100%;
}
.page-members .list ul {
  width: 100%;
}
.page-members .list ul li {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #c4c4c4;
}
.page-members .list ul li:last-child {
  border-bottom: none;
}
.page-members .list ul li .imgs {
  width: 262px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 30px;
}
.page-members .list ul li .imgs img {
  width: 100%;
  border-radius: 12px;
  transition: 0.5s;
}
.page-members .list ul li .intr {
  width: calc(100% - 322px);
  padding-left: 30px;
  padding-top: 15px;
}
.page-members .list ul li .intr .tits {
  width: 100%;
  line-height: 50px;
  font-size: 36px;
  font-family: "Montserrat-Regular";
  color: #242424;
  padding: 15px 0;
}
.page-members .list ul li .intr .txts {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-family: "Montserrat-ExtraLight";
  min-height: 160px;
}
.page-members .list ul li .intr .more {
  width: 100%;
  padding: 20px 0;
}
.page-members .list ul li .intr .more a {
  font-size: 20px;
  font-family: "Montserrat-Regular";
  color: #34583c;
}
.page-members .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.page-members .list ul li:hover .intr .tits {
  color: #34563b;
}
.page-faculty .containers {
  max-width: 1500px;
}
.page-faculty .intrs {
  width: 100%;
  background-color: #f7f9f6;
  border-radius: 12px;
  float: left;
  padding: 50px 110px;
  margin-top: 60px;
}
.page-faculty .intrs .imgs {
  width: 300px;
}
.page-faculty .intrs .imgs img {
  width: 100%;
  border-radius: 12px;
}
.page-faculty .intrs .text {
  width: calc(100% - 380px);
}
.page-faculty .intrs .text .name {
  width: 100%;
  line-height: 58px;
  padding: 40px 0;
  border-bottom: 4px solid #6a836e;
  font-size: 60px;
  font-weight: bold;
}
.page-faculty .intrs .text .txts {
  width: 100%;
  padding: 20px 0;
}
.page-faculty .intrs .text .txts p {
  line-height: 82px;
  font-size: 32px;
  font-family: "Montserrat-ExtraLight";
  font-weight: normal;
}
.page-faculty .intrs .text .txts p b {
  font-weight: bold;
  font-family: "Montserrat-Light";
}
.page-faculty .description {
  width: 100%;
  float: left;
}
.page-faculty .description .item {
  width: 100%;
  margin-top: 80px;
}
.page-faculty .description .item .tits {
  width: 100%;
  height: 74px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #e3eae3, #e3eae3, #fff);
  line-height: 74px;
  font-size: 40px;
  color: #1d4925;
  font-weight: bold;
  padding: 0 58px;
  position: relative;
}
.page-faculty .description .item .tits:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 32px;
  background-color: #0b4316;
  border-radius: 3px;
}
.page-faculty .description .item .text {
  width: 100%;
  padding: 30px 58px;
}
.page-faculty .description .item .text p {
  font-size: 24px;
  line-height: 32px;
  color: #242424;
  font-family: "Montserrat-ExtraLight";
  text-indent: 48px;
  word-break: break-all;
}

@media screen and (max-width: 1640px) {
  .wid {
    padding: 0 20px;
  }
  .page-banner .intrs .wid {
    padding: 8% 20px;
  }
}
@media screen and (max-width: 1500px) {
  .page-research .list ul li {
    padding: 30px 0;
  }
  .page-research .list ul li .imgs {
    width: 320px;
  }
  .page-research .list ul li .intr {
    width: calc(100% - 340px);
    padding-left: 30px;
  }
  .page-research .list ul li .intr .tits {
    font-size: 28px;
    line-height: 34px;
    min-height: initial;
  }
  .page-research .list ul li .intr .txts {
    font-size: 20px;
    line-height: 28px;
    min-height: 84px;
    margin: 8px 0;
  }
  .page-area .list ul li {
    margin: 15px 0;
    line-height: 40px;
    font-size: 28px;
    padding: 16px 30px;
  }
  .page-members .list ul li {
    padding: 30px 0;
  }
  .page-members .list ul li .imgs {
    width: 240px;
  }
  .page-members .list ul li .intr {
    width: calc(100% - 260px);
    padding-top: 0;
    padding-left: 0;
  }
  .page-members .list ul li .intr .tits {
    font-size: 28px;
    line-height: 36px;
    padding: 6px 0;
  }
  .page-members .list ul li .intr .txts {
    font-size: 16px;
    line-height: 24px;
    min-height: 120px;
  }
  .page-members .list ul li .intr .more a {
    font-size: 16px;
  }
  .page-banner .intrs .wid .text h2 {
    font-size: 48px;
  }
  .page-tabs .list ul li {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 18px;
  }
  .page-tabs .list ul li.active {
    height: 72px;
    line-height: 72px;
    margin-top: -12px;
  }
  .page-tabs {
    margin-top: -60px;
  }
  .page-container {
    padding: 60px 0;
  }
  .page-container .title b {
    font-size: 40px;
  }
  .page-administration .team .item .text h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .page-administration .team .item .text h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-faculty .intrs {
    padding: 25px 50px;
  }
  .page-faculty .intrs .text {
    width: calc(100% - 350px);
  }
  .page-faculty .intrs .text .name {
    font-size: 48px;
    padding: 30px 0;
  }
  .page-faculty .intrs .text .txts p {
    font-size: 24px;
    line-height: 56px;
  }
  .page-faculty .description .item .tits {
    font-size: 32px;
  }
  .page-faculty .description .item .text {
    padding: 16px 30px;
  }
  .page-faculty .description .item .text p {
    font-size: 18px;
    line-height: 26px;
    text-indent: 32px;
  }
  .page-faculty .description .item {
    margin: 20px 0;
  }
  .page-media .list ul li {
    padding: 30px 0;
  }
  .page-media .list ul li .date {
    width: 160px;
    height: 140px;
  }
  .page-media .list ul li .date span {
    font-size: 24px;
    line-height: 32px;
  }
  .page-media .list ul li .date b {
    font-size: 56px;
    line-height: 66px;
  }
  .page-media .list ul li .text {
    font-size: 28px;
    height: 140px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .page-scientists .list ul li {
    width: 25%;
  }
}
@media screen and (max-width: 993px) {
  .page-scientists .list ul li {
    width: 33.3%;
  }
  .page-research .list ul li {
    padding: 20px 0;
  }
  .page-research .list ul li .imgs {
    width: 260px;
  }
  .page-research .list ul li .intr {
    width: calc(100% - 280px);
    padding-left: 10px;
  }
  .page-research .list ul li .intr .tits {
    font-size: 22px;
    line-height: 26px;
    min-height: initial;
  }
  .page-research .list ul li .intr .txts {
    font-size: 16px;
    line-height: 22px;
    min-height: 66px;
    margin: 8px 0;
  }
  .page-faculty .intrs .imgs {
    width: 240px;
  }
  .page-faculty .intrs .text {
    width: calc(100% - 260px);
  }
  .page-media .list ul li {
    padding: 20px 0;
  }
  .page-media .list ul li .date {
    width: 100px;
    height: 100px;
  }
  .page-media .list ul li .date span {
    font-size: 18px;
    line-height: 24px;
  }
  .page-media .list ul li .date b {
    font-size: 48px;
    line-height: 1;
  }
  .page-media .list ul li .text {
    font-size: 20px;
    height: 100px;
    padding-left: 0px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .page-scientists .list ul li {
    width: 50%;
    margin: 10px 0;
  }
  .page-scientists .list ul li .name {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
  }
  .page-research .list ul li {
    padding: 20px 0;
  }
  .page-research .list ul li .imgs {
    width: 100%;
  }
  .page-research .list ul li .intr {
    width: 100%;
    padding-left: 0px;
    padding: 10px 0;
  }
  .page-research .list ul li .intr .tits {
    font-size: 22px;
    line-height: 26px;
    min-height: initial;
  }
  .page-research .list ul li .intr .txts {
    font-size: 16px;
    line-height: 22px;
    min-height: 66px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 8px 0;
  }
  .page-area .list ul li {
    margin: 10px 0;
    line-height: 24px;
    font-size: 18px;
    padding: 10px 14px;
    word-break: break-all;
  }
  .page-area .list ul li:after {
    width: 28px;
    height: 28px;
    background-size: cover;
  }
  .page-members .list ul li {
    padding: 15px 0;
    padding-bottom: 0;
  }
  .page-members .list ul li .imgs {
    width: 100%;
    text-align: center;
  }
  .page-members .list ul li .imgs img {
    max-width: 60%;
  }
  .page-members .list ul li .intr {
    width: 100%;
    padding: 10px 0;
  }
  .page-members .list ul li .intr .tits {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0;
    text-align: center;
  }
  .page-members .list ul li .intr .txts {
    font-size: 14px;
    line-height: 20px;
    min-height: 120px;
    word-break: break-all;
    padding: 10px 0;
  }
  .page-members .list ul li .intr .more {
    padding: 10px 0;
  }
  .page-members .list ul li .intr .more a {
    font-size: 16px;
  }
  .navigation ul li {
    margin: 0 5px;
  }
  .page-media .list ul li {
    padding: 20px 0;
  }
  .page-media .list ul li .date {
    width: 72px;
    height: 72px;
  }
  .page-media .list ul li .date span {
    font-size: 14px;
    line-height: 18px;
  }
  .page-media .list ul li .date b {
    font-size: 24px;
    line-height: 1.2;
  }
  .page-media .list ul li .text {
    height: 72px;
    padding-left: 0px;
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 1.2;
  }
  .page-faculty .intrs {
    padding: 16px 30px;
  }
  .page-faculty .intrs .imgs {
    width: 160px;
  }
  .page-faculty .intrs .text {
    width: calc(100% - 180px);
  }
  .page-faculty .intrs .text .name {
    font-size: 28px;
    line-height: 44px;
    padding: 5px 0;
  }
  .page-faculty .intrs .text .txts p {
    font-size: 18px;
    line-height: 36px;
  }
  .page-faculty .description .item .tits {
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    padding: 0 30px;
  }
  .page-faculty .description .item .tits:after {
    left: 20px;
    width: 4px;
    height: 28px;
  }
  .page-administration .team .item .imgs img {
    max-width: 60%;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .page-banner img {
    min-height: 260px;
  }
  .page-banner .intrs .wid {
    padding-bottom: 10px;
  }
  .page-tabs .list ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 16px;
    text-align: center;
  }
  .page-tabs .list ul li.active {
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    border-radius: 10px 10px 0 0 !important;
  }
  .page-tabs .list ul li:first-child.active {
    border-radius: 10px 10px 0 0 !important;
  }
  .page-tabs {
    margin-top: 0px;
    overflow: hidden;
  }
  .page-container .title b {
    font-size: 28px;
  }
  .page-container .title b:after {
    height: 3px;
  }
  .page-container .containers {
    padding: 20px 0;
  }
  .page-container {
    padding: 30px 0;
  }
  .page-banner .intrs .wid .text h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .page-introduction .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .page-tabs .wid {
    padding: 0;
  }
  .page-tabs .list ul {
    width: auto;
    display: flex;
    justify-content: flex-start;
  }
  .page-tabs .list {
    overflow-x: scroll;
  }
  .page-administration .team .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 560px) {
  .page-faculty .intrs {
    margin-top: 30px;
  }
  .page-faculty .intrs .imgs {
    width: 100%;
    text-align: center;
  }
  .page-faculty .intrs .imgs img {
    max-width: 50%;
  }
  .page-faculty .intrs .text {
    width: 100%;
    margin-top: 10px;
  }
  .page-faculty .intrs .text .name {
    font-size: 24px;
    line-height: 36px;
    padding: 5px 0;
  }
  .page-faculty .intrs .text .txts p {
    font-size: 16px;
    line-height: 32px;
  }
  .page-faculty .description .item .text {
    padding: 20px 0;
  }
  .page-faculty .description .item .text p {
    font-size: 14px;
    line-height: 22px;
    text-indent: 28px;
  }
}
