*{
 padding: 0;
 margin: 0; 
}
li{ 
  list-style-type:none;
}
a{
  text-decoration: none;
}
@font-face {
  font-family: 'HYShangWeiShouShuW-Regular';   
  src: url('../fonts/HYShangWeiShouShuW.ttf');      
}
.head {
  width: 100%;
  /*height: 144px;*/
}
.head-top-pc {
  width: 100%;
  height: 100px;
  background-image: url("../image/head-bj.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-top-main {
  width: 83%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-logo {
  width: 38%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.pc-logo img {
  width: 100%;
}
.pc-wenzi {
  width: 34%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.pc-wenzi img {
  width: 100%;
}
.head-bootom-pc {
  height: 50px;
  width: 100%;
  background-color: #009944;
}
.lunbo {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.lunbo img {
  height: 100%;
  width: 100%;
}
.lunbo .swiper-container-horizontal>.swiper-pagination-bullets{
  position: absolute;
    bottom: 58px;
    left: 71.5%;
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.lunbo .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  opacity: .9;
}
.lunbo .swiper-pagination-bullet-active {
  background-color: #1b6844;
  border: none;
}
.lunbo .swiper-slide {
  position: relative;
}
.lunbo-title {
  width: 83%;
  height: 50px;
  font-size: 35px;
  color: #fff;
  font-family: HYShangWeiShouShuW-Regular;
  position: absolute;
  left: 8.5%;
  top: 20%;
}
/* 小国旗 */
.xgq {
  display: block;
  width: 150px;
  height: 90px;
  z-index: 100;
  position: fixed;
  left: 1%;
  top: 65%;
  margin-top: -45px;
}
.xgq>div>img{
  width: 100%;
}
.xgq>div> {
  width: 100%;
  height: 100%;
  position: relative;
}
.xgq-gb {
  width: 22px;
  height: 22px;
  position: absolute;
  right: -11px;
  bottom: -4px;
  z-index: 101;
}
.xgq-gb img {
  width: 100%;
  height: 100%;
}

/* 首页校园咨询 */
.sy-xyzx {
  width: 83%;
  height: 74px;
  position: absolute;
  bottom: 0;
  z-index: 99; 
  display: flex;
}
.sy-xyzx-title {
  width: 181px;
	height: 100%;
  background-color: #009944;
  color: #ffffff;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  font-family: SourceHanSansCN-Bold;
}
.sy-xyzx-list {
  height: 100%;
  flex: 1;
  background-color: #fdfcfb;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sy-xyzx-list .swiper-container4{
    width: 100%;
    height: 50px;
}
.sy-xyzx-list .swiper-container4 a {
    text-decoration: none;
    display: block;
}
.xyzx-list1 {
  width: 100%;
  height: 50px;
  margin: 0 1%;
  display: flex;
}
.xyzx-riqi {
  width: 57px;
  height: 100%;
  margin-right: 6px;
  position: relative;
}
.xyzx-yue {
  position: absolute;
  left: 3px;
  top: -2px;
  font-size: 24px;
	font-weight: bold;
	color: #009944
}
.xyzx-tian {
  position: absolute;
  right: 6px;
  bottom: 2px;
  font-size: 14px;
	color: #999999;
}
.xyzx-riqi::before{
  content:"";
  position:absolute;
  left: 15px;
  top: 24px;
  width: 64%;
  /* height: 50px; */
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  transform-origin: bottom center;
  transform: rotateZ(128deg) scale(1.414);
  animation: slash 5s infinite ease;
}
.xyzx-list-ms {
  height: 100%;
  flex: 1;
  line-height: 50px;
  font-size: 16px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #000000;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis; 
  overflow: hidden;
}
.sy-xwzxtzgg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sy-xwzxtzgg-main {
  width: 83%;
  margin-top:20px;
  margin-bottom:40px;
  display: flex;
  justify-content: space-between;
}
.sy-xwzx {
  width: 66%;
}
.sy-xwzx-head {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy-xwzx-headl {
  width: 25%;
  height: 100%;
  display: flex;
}
.sy-xwzx-headtitle {
  height: 100%;
  line-height: 30px;
  font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.sy-xwzx-headyw {
  height: 100%;
  position: relative;
}
.sy-xwzx-headyw p{
  color: #999999;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy-xwzx-xian {
  width: 40%;
  height: 1px;
  background-color: #d8d8d8;
}
.sy-xwzx-headr {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.sy-xwzx-headr>div {
  width: 32%;
	height: 100%;
  text-align: center;
  line-height: 30px;
  border: solid 1px #d9d9d9;
  color: #999999;
  cursor: pointer;
}
.sy-xwzx-headr .sy-xwzx-xz {
  color: #009944;
  border: solid 1px #009944;
}
.sy-tab {
  width: 100%;
}
.sy-xwzx-nr {
  width: 100%;
  height: 445px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.sy-xwzx-nr .left-a {
    display: block;
    text-decoration: none;
     width: 55%;
  height: 100%;
}
.sy-xwzx-nr .right-a {
    display: block;
    text-decoration: none;
}
.sy-xwzx-nrl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sy-xwzx-nrl:hover .xwzx-nrl-img img{
    transform: scale(1.4);
}
.sy-xwzx-nrl:hover .xwzx-nrl-title{
    color: #009944;
}
.xwzx-nrl-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.xwzx-nrl-img img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  /* object-fit: cover; */
}
.xwzx-nrl-bottom {
  width: 100%;
  flex: 1;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 15px;
}
.xwzx-nrl-title {
  width: 100%;
  height: 48px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
  color: #000000;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xwzx-nrl-ms {
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  margin-top: 18px;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999999;
}
.sy-xwzx-nrr {
  width: 43%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sy-xwzx-nrr .right-a {
  width: 100%;
  height: 15%;
  margin-bottom: 8.5%;
}
.sy-xwzx-nrr .right-a:last-child{
  margin-bottom: 0;
}
.sy-xwzx-nrr .sy-xwzx-list {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
}
.sy-xwzx-nrr .sy-xwzx-list:hover .sy-xwzx-listnrt {
  color: #009944;
} 
.sy-xwzx-listrq {
  width: 20%;
  height: 100%;
  border-right: 1px solid #d8d8d8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sy-xwzx-listrq>div {
  width: 100%;
  /*height: 50%;*/
  text-align: center;
}
.sy-xwzx-listtian {
  font-size: 24px;
  color: #009944;
} 
.sy-xwzx-listny {
  font-size: 14px;
  color: #999999;
  display:flex;
  justify-content:center;
  align-items:center;
}
.sy-xwzx-listnr {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sy-xwzx-listnrt {
  width: 100%;
  height: 35%;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  padding-left: 5px;
}
.sy-xwzx-listnrms {
  width: 100%;
  /*height: 65%;*/
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*line-height: 23px;*/
  padding-left: 5px;
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}

.sy-tzgg {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.sy-tzgg-head {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.sy-tzgg-headl {
  width: 50%;
  height: 100%;
  display: flex;
}
.sy-tzgg-headtitle {
  height: 100%;
  line-height: 30px;
  font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.sy-tzgg-headyw {
  height: 100%;
  position: relative;
}
.sy-tzgg-headyw p{
  color: #999999;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy-tzgg-xz {
    display: block;
    text-decoration: none;
  width: 81px;
	height: 30px;
  border: solid 1px #d9d9d9;
  text-align: center;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.sy-tzgg-head a {
  text-decoration: none;
}
.sy-tzgg-xz:hover {
  background-color: #21ac38;
  color: #fff;
}
.sy-tzgg-nr {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  margin-top: 20px;
}
.sy-tzgg-nr a {
    display: block;
    width: 100%;
     height: 23%;
    text-decoration: none;
    margin-bottom: 2.66%;
}
.sy-tzgg-nr a:nth-child(4n) {
    margin-bottom: 0%; 
}
.sy-tzgg-list {
  width: 100%;
  height: 100%;
  border: solid 1px #b5b5b5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding: 0 5px;
}
.sy-tzgg-list:hover {
  background-color: #21ac38;
}
.sy-tzgg-list:hover .sy-tzgg-title{
  color: #ffffff;
}
.sy-tzgg-list:hover .sy-tzgg-listnr{
  color: #ffffff;
}
.sy-tzgg-list:hover .sy-tzgg-rq{
  color: #ffffff;
}
.sy-tzgg-listtop {
  width: 98%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}
.sy-tzgg-title {
  width: 70%;
  height: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  white-space:nowrap;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis; 
  overflow: hidden;
}
.sy-tzgg-rq {
  width: 25%;
  height: 100%;
  font-size: 12px;
  display: flex;
  color: #999999;
  justify-content: space-between;
}
.sy-tzgg-listnr {
  width: 98%;
  /*height: 38%;*/
  margin-top: 10px;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999999;
}

/* 教师风采和杰出校友 */
.teacher-alumnus {
  width: 100%;
  background: url('../image/jiaoshifencai_02.jpg') no-repeat;
  background-size: cover;
}
.teacher-alumnus-main {
  width: 83%;
  height: 550px;
  margin: 0 auto;
}
.teacher-alumnus-top {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teacher-alumnus-xian {
  width: 27%;
  height: 1px;
	background-color: #ffffff;
	opacity: 0.39;
}
.teacher-alumnus-tab {
  width: 461px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.teacher-alumnus-sjx {
  border: 10px solid #fff;
  width: 0;
  height: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  left: 104px;
}
.teacher-alumnus-sjx2 {
  border: 10px solid #fff;
  width: 0;
  height: 0;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  right: 92px;
}
.teacher-alumnus-anniu {
  width: 90%;
  height: 45px;
  position: relative;
  display: flex;
}
.sy-teacher {
  width: 50%;
  height: 100%;
  cursor: pointer;
  display: flex;
}
.sy-teacher-title {
  height: 100%;
  line-height: 45px;
  font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
}
.sy-teacher-headyw {
  height: 100%;
  position: relative;
}
.sy-teacher-headyw p{
  color: #d5d5d5;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy-alumnus {
  width: 50%;
  height: 100%;
  cursor: pointer;
  display: flex;
}
.sy-alumnus-title {
  height: 100%;
  line-height: 45px;
  font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #fff;
  margin-left: 39px;
}
.sy-alumnus-headyw {
  height: 100%;
  position: relative;
}
.sy-alumnus-headyw p{
  color: #d5d5d5;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.teacher-alumnus-anniu::before {
  content: "";
  position: absolute;
  left: 194px;
  top: 22px;
  width: 11%;
  /* height: 50px; */
  box-sizing: border-box;
  border-bottom: 1px solid #d5d5d5;
  transform-origin: bottom center;
  transform: rotateZ(128deg) scale(1.414);
  animation: slash 5s infinite ease;
}

.teacher-alumnus-list {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  /* background-color: red; */
}
.sy-teacher-list {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.sy-teacher-img {
  width: 94%;
  padding-top: 3%;
  margin: 0 auto;
}
.sy-teacher-img img{
  width: 100%;
}
.sy-teacher-jj {
  width: 100%;
  height: 74px;
}
.sy-teacher-name {
  width: 100%;
  height: 55%;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
}
.sy-teacher-zc {
  width: 100%;
  height: 45%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 29px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sy-teacher-gd {
  width: 100%;
  height: 74px;
  position: relative;
}
.sy-teacher-gd>a {
    display: block;
    text-decoration: none;
  width: 150px;
  height: 40px;
  color: #fff;
	background-color: #009944;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -20px;
}
.sy-teacher-gd>a:hover {
    color: #fff;
}




.swiper-container2 .swiper-slide{
  background-color: #fff;
}
.swiper-button-prev1 {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #ffffff;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.swiper-button-prev1 .iconzuo {
  color: #fff;
  font-size: 16px;
}
.swiper-button-next1 {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #ffffff;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.swiper-button-next1 .iconzuo1 {
  color: #fff;
  font-size: 16px;
}
.swiper-container2{
  --swiper-navigation-color: #fff;
}

/*杰出校友*/
.sy-alumnus-list {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.sy-alumnus-img {
  width: 94%;
  padding-top: 3%;
  margin: 0 auto;
}
.sy-alumnus-img img{
  width: 100%;
}
.sy-alumnus-jj {
  width: 100%;
  height: 74px;
}
.sy-alumnus-name {
  width: 100%;
  height: 55%;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
}
.sy-alumnus-zc {
  width: 100%;
  height: 45%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 29px;
}
.sy-alumnus-gd {
  width: 100%;
  height: 74px;
  position: relative;
}
.sy-alumnus-gd>a {
    display: block;
    text-decoration: none;
  width: 150px;
  height: 40px;
  color: #fff;
	background-color: #009944;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -20px;
}
.sy-alumnus-gd>a:hover {
    color: #fff;
}
.swiper-container3 .swiper-slide{
  background-color: #fff;
}
.swiper-button-prev2 {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #ffffff;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.swiper-button-prev2 .iconzuo {
  color: #fff;
  font-size: 16px;
}
.swiper-button-next2 {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #ffffff;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.swiper-button-next2 .iconzuo1 {
  color: #fff;
  font-size: 16px;
}
.swiper-container2{
  --swiper-navigation-color: #fff;
}

.sy-alumnus-list {
  width: 100%;
  height: 100%;
}

/* 心理视界 教研交流 团旗飘扬 */
.three-list {
  width: 100%;
}
.three-list-main {
  width: 83%;
  margin: 0 auto;
  margin-top: 29px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.three-list-main>div {
  width: 32%;
  height: 350px;
}
.three-head {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.three-headl {
  width: 70%;
  height: 100%;
  display: flex;
}
.three-headtitle {
  height: 100%;
  line-height: 30px;
  font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.three-headyw {
  width: 59%;
  height: 100%;
  position: relative;
}
.three-headyw p{
  color: #999999;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.three-head a {
    text-decoration: none;
}
.three-xz {
  display: block;
  text-decoration: none;
  width: 81px;
  height: 30px;
  border: solid 1px #009944;
  text-align: center;
  line-height: 30px;
  color: #009944;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.three-xz:hover {
 background-color: #21ac38;
 color: #fff;
}
.three-img {
  width: 100%;
  height: 150px;
  margin-top: 15px;
}
.three-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-nr {
  width: 100%;
  height: 155px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.three-nr a {
    text-decoration: none;
}
.three-nr-list {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.three-nr-list:hover .three-nr-title{
    text-decoration:none;
    color: #009944;
}
.three-nr-title {
  width: 70%;
  font-size: 16px;
  color: #333333;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.three-nr-riqi {
  width: 20%;
  font-size: 14px;
  color: #999999;
}

/* 交流合作 */
.communication {
  width: 100%;
  background-color: #f5f5f5;
}
.communication-main {
  width: 83%;
  margin: 0 auto;
  padding: 35px 0;
}
.communication-head {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.communication-xian {
  width: 35%;
  height: 1px;
	background-color: #c3c3c3;
	opacity: 0.7;
}
.communication-title {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
}
.communication-headtitle {
  width: 102px;
  height: 100%;
  line-height: 30px;
  font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.communication-headyw {
  width: 115px;
  height: 100%;
  position: relative;
}
.communication-headyw p{
  color: #999999;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.communication-nr {
  width: 100%;
  height: 300px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.communication-nr a {
    text-decoration: none;
}
.communication-list {
  display: block;
  width: 23%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.communication-list:hover .communication-xq{
    bottom: 0;
}
.communication-list-img {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: center;
  position: relative;
}
.communication-list-img img {
  width: 100%;
  height: 100%;
}
.communication-list-rq {
  width: 59%;
  height: 38px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background-color: #009944;
  position: absolute;
  bottom: 0;
}
.communication-list-title {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.communication-list-title div{
  width: 98%;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.communication-xq {
  /*display: none;*/
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #009944;
  z-index: 10;
  transition: all 0.5s ease 0s;
}
.communication-xq>div {
  width: 88%;
}
.communication-xq-riqi {
  height: 14px;
  font-size: 12px;
  color: #89d7ac;
  margin: 0 auto;
  margin-top: 10px;
}
.communication-xq-title {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  margin: 0 auto;
  margin-top: 10px;
}
.communication-xq-ms {
  height: 35px;
  font-size: 12px;
  line-height: 17px;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #d4d4d4;
  margin: 0 auto;
  margin-top: 10px;
}
/* 校园服务 */
.campus-service {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}
.campus-service-main {
  width: 83%;
  padding: 35px 0;
}
.campus-service-head {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campus-service-xian {
  width: 35%;
  height: 1px;
	background-color: #c3c3c3;
	opacity: 0.7;
}
.campus-service-title {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
}
.campus-service-headtitle {
  width: 102px;
  height: 100%;
  line-height: 30px;
  font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.campus-service-headyw {
  width: 160px;
  height: 100%;
  position: relative;
}
.campus-service-headyw p{
  color: #999999;
  margin: 0;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.campus-service-nr {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campus-service-nr a {
    text-decoration: none;
}
.campus-service-list {
    display: block;
  width: 23%;
  height: 100px;
  background-color: #fff;
  margin-top: 23px;
  color: #009944;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  cursor: pointer;
}
.campus-service-list i{
  font-size: 28px;
  vertical-align:middle;
}
.campus-service-list:hover {
  color: #fff;
  /*background-color: #009944;*/
}
.campus-service-nr .hvr-shutter-out-horizontal:before {
    background-color: #009944
}
/* 底部 */
.footer-top {
  width: 100%;
  background: url('../image/footer_02.jpg') no-repeat;
  background-size: cover;
}
.footer-top-main {
  width: 83%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px; 
}
.footer-top-main p {
  margin: 0 0 15px;
}
.footer-top-nr {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
}
.footer-top-nr>div {
  height: 100%;
}
.sy-footer-caidan {
  display: flex;
}
.sy-footer-caidan>div {
  height: 100%;
  width: 50%;
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sy-footer-caidan>div a {
    color: #fff;
    text-decoration: none;
}
.sy-footer-caidan>div a:hover {
    color: #fff;
}
.footer-top-xx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.weixingzh {
  text-align: center;
}
.weixingzh>div {
  width: 100%;
  letter-spacing: 2px;
}
.reqinglj {
  width: 17%;
}
.reqinglj>div {
  width: 100%;
  height: 43px;
  line-height: 43px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
}
.reqinglj>div i {
  font-size: 36px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
}
.reqinglj>div .jg-list {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s; 
}
.jg-list ul {
    width: 100%;
}
.jg-list ul li {
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 100%;
    color: #fff;
    background-color: #009944;
    border-bottom: 1px solid #fff;
}
.jg-list ul li a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}
.footer-bottom {
  width: 100%;
  height: 50px;
	background-color: #d3d3d3;
}
.footer-bottom-main {
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.footer-bottom-left {
  width: 80%;
  height: 100%;
  line-height: 50px;
}
.footer-bottom-left span{
  color: #686868;
	opacity: 0.2;
}
#cnzz_stat_icon_1278879269 a{
    color: #333;
}
.footer-bottom-left span {
    opacity: 1;
}
.footer-bottom-img {
  width: 38px;
  height: 48px;
}
.footer-bottom-img img {
  width: 100%;
}

/* 内页 */
.ty-banner {
  width: 100%;
  /* height: 435px; */
  position: relative;
}
.ty-banner img{
  width: 100%;
}
.ty-column {
  width: 83%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 8.5%;
}
.yiji-column{
  width: 23%;
  height: 100%;
  background-color: #009944;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yiji-column>div {
  width: 80%;
  height: 50%;
  line-height: 50px;
}
.yiji-column-name {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  /* box-sizing: border-box; */
}
.column-nr {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 500px;
}
.column-main {
  width: 83%;
  display: flex;
  justify-content: space-between;
}
.column-left {
  width: 23%;
}
.column-left a {
 display: block; 
 width: 100%;
  height: 81px;
  text-decoration: none;
  color: #333333;
}
.column-caidan {
  width: 100%;
  height: 81px;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
}
.column-caidan-nr {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 81px;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
}
.column-caidan .xuxian{
  color: #009944;
  border-bottom: 1px dashed #009944;
}
.caidan-xuxian {
 width: 90%;
 height: 100%;
 display: flex;
 justify-content: center;
 border-bottom: 1px dashed #c7c7c7;
}
.column-left>div:last-child .caidan-xuxian{
  border: none;
}

.column-right {
  width: 74.5%; 
}
.column-right-head {
  width: 100%;
  height: 81px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}
.column-right-head>div {
  height: 100%;
  line-height: 81px;
}
.column-right-title {
  width: 50%;
  font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.column-right-daohang {
    color: #999999;
}
.column-right-daohang a{
  color: #999999;
}
.column-right-daohang .span{
  color: #333333;
}
.column-right-nr {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.column-right-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.column-right-list>div {
  width: 24%;
  height: 152px;
  margin-bottom: 12px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  
}
/* .column-right-list>div:hover .column-tu-zz{
  display: block;
} */
.column-right-list>div:hover .column-tu-title{
  display: block;
}
/* .column-right-list>div:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  
} */
.column-right-list>div>img {
  width: 100%;
}
.column-tu-title {
  display: none;
  width: 100%;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  bottom: 0;
  left: 0;
}
.column-tu-zz {
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 152px;
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  left: 0;
  top: 0;
}
.column-tu-zz i {
  font-size: 24px;
}
/* 通用分页 */
.ty-fy {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 杰出校友 */
.column-right-jcxy {
  width: 100%;
}
.column-right-jcxy>div{
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  display: flex;
}
.jcxy-left {
  width: 20%;
  height: 100%;
}
.jcxy-left img{
  width: 100%;
  height: 100%;
}

.jcxy-right {
  flex: 1;
  height: 100%;
  padding: 30px 10px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jcxy-right-name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.jcxy-right-ms {
  height: 48px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jcxy-right-gd {
     text-decoration: none;
    display: block;
  width: 134px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  color: #009944;
	background-color: #f6f6f6;
	border: solid 1px #009944;
}
.jcxy-right-gd:hover {
    text-decoration: none;
  color: #fff;
  background-color: #009944;
}
/* 图文list */
.column-tw-list {
  width: 100%;
  min-height: 200px;
  
}
.column-tw-list>a .tw_xian {
  width: 0%;
  height: 1px;
  background: #009944;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.column-tw-list>a:hover .tw_xian{
  width: 100%;
}
.column-tw-list>a:hover .column-tw-title{
  color: #009944;
}
.column-tw-list>a:hover {
    border-bottom: 1px dashed #fff;
}
.column-tw-list>a {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c7c7c7;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  /* align-items: center; */
}
.column-tw-left {
  width: 20%;
  height: 90%;
  /*background-color: red;*/
}
.column-tw-left img {
  width: 100%;
  height: 100%;
}
.column-tw-right {
  flex: 1;
  padding-left: 15px;
}
.column-tw-top {
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column-tw-title {
  width: 70%;
  height: 100%;
  font-size: 18px;
  color: #333333;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column-tw-riqi {
  height: 100%;
  font-size: 14px;
  color: #999999;
}
.column-tw-ms {
  width: 100%;
  height: 48px;
  line-height: 24px;
  margin: 20px 0;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.column-tw-gd {
  text-decoration: none;
  color: #999999;
}

/* 详情页 */
.colum-xq-main {
  width: 83%;
  margin: 0 auto;
  padding-top: 30px;
}
.column-xq-head {
  width:100%;
  height: 20px;
  color: #999;
}
.column-xq-head a{
  color: #999;
}
.column-xq-head .span{
  color: #333;
}
.column-xq-wz {
  width: 100%;
}
.column-xq-wztop {
  width: 100%;
  height: 88px;
  margin-top: 20px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.column-xq-wztitle {
  font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.column-xq-wzriqi {
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.column-xq-nr {
  width: 100%;
  min-height: 200px;
  padding-top: 20px;
}
.column-xq-anniu {
  display: flex;
  justify-content: space-between;
}
.column-xqan {
    display: block;
  width: 128px;
  height: 36px;
  margin-top: 20px;
  border: solid 1px #999999;
  color: #009944;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  text-decoration: none;
}
.column-xqan:hover {
  background-color: #009944;
  color: #fff;
  text-decoration: none;
}

/* 图文列表 */
.column-right-wznr {
  padding-top: 0;
}
.column-right-wzlist {
  width: 100%;
}
.wzlist-xian {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009944;
    transition: all 0.5s;
}
.column-right-wzlist>a:hover .wzlist-xian{
    width: 100%;
}
.column-right-wzlist>a:hover {
    border-bottom: 1px dashed #fff;
}
.column-right-wzlist>a:hover {
    border-bottom: 1px dashed #fff;
}
.column-right-wzlist>a {
    display: block;
    text-decoration: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  border-bottom: 1px dashed #c7c7c7;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.column-right-wzlist>a:hover .column-wztitle{
  color: #009944;
}
.column-wztitle {
  width: 70%;
  height: 100%;
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #333333;
  text-overflow:ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column-wztitle span {
  font-size: 20px;
  margin-right: 5px;
}
.column-wzriqi {
  height: 100%;
  font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
  
/* 固定侧边栏 */
.cbl {
  width: 50px;
  height: 250px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;
  right: 0;
  top: 50%;
}
.cbl>div {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.cbl>div:hover {
  background-color: #009944;
}
.cbl>div i{
  font-size: 20px;
}
.cbl>div>a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  text-align: center; 
  text-decoration:none;
  color:#fff; 
} 
.cbl-hover {
  display: none;
  /* min-width: 10px; */
  height: 100%;
  /* text-align: center; */
  white-space:nowrap;
  line-height: 50px;
  padding: 0 10px;
  transition: all 0.3s ease-in-out 0.1s;
  position: absolute;
  top: 0;
  right: 50px;
  background-color: #009944;
}
.cbl-hover a {
    color: #fff;
}
.cbl-hover a:hover {
    color: #fff;
    text-decoration: none;
}
.cbl-hover-erweima {
  display: none;
  width: 100px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 50px;
}
.cbl-hover-erweima img{
  width: 100%;
}
/* 报考资讯 */
.bkzx-1 {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.bkzx-1 label {
  width: 30%;
  height: 100%;
  text-align: right;
  line-height: 50px;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.bkzx-1 input {
  width: 60%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}
.bkzx-2 {
  width: 100%;
  height: 50px;
  margin: 20px 0;
  display: flex;
}
.bkzx-2 label {
  width: 16.5%;
  height: 100%;
  text-align: right;
  line-height: 50px;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.bkzx-2 input {
  height: 100%;
  flex: 1;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}
.bkzx-3 {
  width: 100%;
  display: flex;
}
.bkzx-3 label {
  width: 16.5%;
  height: 100%;
  text-align: right;
  font-weight: normal;
  color: #333;
  font-size: 16px;
}
.bkzx-3 textarea {
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}
.bkzx-4 {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.bkzx-4 button {
  margin: 20px 0;
  width: 120px;
  height: 50px;
  border: none;
  background-color: #009944;
  color: #fff;
}



