@charset "utf-8";

/* 轮播图 */
.slider-wrap{
    width:100%;
    overflow: hidden;
    height: 0;
    font-size:0;
    padding-bottom:23.69%;
    position: relative;
}
.slider-wrap .sliderShowMax{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* .slider-wrap .sliderShowMax .swiper-pagination{
    padding:28px 0 ;
    background:rgba(0,0,0,0.5);
    bottom:0;
} */
.slider-wrap .sliderShowMax .swiper-slide{
    width: 100%;
    height: 100%;
}
.slider-wrap .sliderShowMax .swiper-slide img{
    width: 100%;
    height: 100%;
}
/* 蒙层 */
.slider-wrap .sliderShowMax .swiper-slide .filter{
	position:absolute;
	z-index:999;
	top:0;
	right:0;
	width:37.8%;
	height:100%;
	background-image:url('../image/banner-filter.png');
	background-repeat:no-repeat;
	background-size:100%;
	box-sizing:border-box;
	padding-left:10%;
	padding-right:3%;
	display:flex;
	font-size:16px;
	align-items: center;
}
/* 文字内容 */
.slider-wrap .sliderShowMax .swiper-slide .content{
	position:relative;
	font-size:18px;
	z-index:999;
}
.slider-wrap .sliderShowMax .swiper-slide .content .banner-title{
	color:white;
	line-height:1.5em;
	max-height:3em;
	white-space:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	margin-bottom:15px;
    -webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
font-family:"philosopher-regular","楷体",STKaiti,Arial,sans-serif;
font-size:28px;
}
.slider-wrap .sliderShowMax .swiper-slide .content .banner-detail{
	color:#cec2b6;
	font-size:14px;
	line-height:1.5em;
	max-height:4.5em;
	white-space:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	margin-bottom:15px;
}

.slider-wrap .sliderShowMax .swiper-slide .button{
	padding:5px 10px;
	border-radius:15px;
	border:1px solid #bea080;
	display:inline-block;
	float:right;
	font-size:14px;
	color:#e2c9af;
	cursor:pointer;
}
.slider-wrap .sliderShowMax .swiper-slide .button a{
	color:#e2c9af;
}
.slider-wrap .sliderShowMax .swiper-slide .button:hover a{
	color:white;
}

/* 切换按钮 */
.slider-wrap .sliderShowMax .button-wrap{
	display:inline-flex;
	float:right;
	margin-bottom:10px;
}
.slider-wrap .sliderShowMax .swiper-button-prev{
	position:inherit;
    background:url('../image/prev.png');
    width:30px;
    height:30px;
	margin-top:0;
	background-size:30px 30px;
    background-repeat: no-repeat;
}
.slider-wrap .sliderShowMax .swiper-button-next{
	position:inherit;
    background:url('../image/next.png');
	width:30px;
	margin-left:20px;
    height:30px;
	margin-top:0;
	background-size:30px 30px;
    background-repeat: no-repeat;
}
.slider-wrap .sliderShowMax .swiper-pagination span{
    background: white;
    opacity: 1;
}
.slider-wrap .sliderShowMax .swiper-pagination .swiper-pagination-bullet-active{
    background: #A52C27;
}
@media screen and (max-width:1000px){
    .slider-wrap .sliderShowMax .swiper-button-next,
    .slider-wrap .sliderShowMax .swiper-button-prev{
        display:none;
    }
    .search-wrap{
        display:none;
    }
}
@media screen and (max-width:800px){
	.slider-wrap .sliderShowMax .swiper-slide .filter{
		display:none;
	}
	.slider-wrap{
		height:25px;
		background:rgb(89,36,78);
		color:white;
	}
	.slider-wrap .sliderShowMax{
		bottom:25px;
	}
	.slider-wrap .sliderShowMax .mini-title{
		font-size:14px;
		position:absolute;
		bottom:-25px;
		left:0;
		line-height:25px;
		text-align:center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display:block;
		width:100%;
		box-sizing:border-box;
		padding:0 20px;
	}
}

/* 学院新闻 */
.news-list h4 a:hover{ color:#a68562;}
.news{ width:440px; margin-right:70px;}
.news-list h4 a{display:block; color:#45423d; font-size:22px; font-family:"philosopher-regular","楷体",STKaiti; line-height:26px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.news-list h4 span{ display:block; padding-bottom:7px; color:#d1ab82;font-family:"philosopher-regular";}
.news-list p{ 
	margin:12px 0 26px 0;
	line-height:20px;
	height:40px;
	white-space:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
/* 通知公告 */
.notice{ width:305px; overflow:hidden;margin-right:70px;}
.notice .notice-list{ padding-bottom:25px;}
.notice .notice-list a{ 
	font-size:18px;
	font-family:"philosopher-regular","楷体",STKaiti; 
	line-height:24px; 
	display:block; 
	margin-left: 65px;
	line-height:30px;
	height:60px;
	white-space:normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.notice .t{ padding-top:20px;}
.content .main-inner .inner ol li { list-style-type: decimal;}
.content .conven .p{ padding-bottom:27px;} 

/* 专题内容 */
.special{
	width:315px;
	box-sizing:border-box;
}
.special .links-item{
	width:100%;
	cursor:pointer;
	position:relative;
	margin-bottom:25px;
}
.special .links-item img{
	width:100%;
}
.special .links-item .info{
	text-align:right;
	position:absolute;
	top:50%;
	transform: translate(0,-50%);
	right:0;
}
.special .links-item .info p{
	line-height:1.5em;
	font-size:18px;
	padding-right:15px;
	color:white;
	font-family:"philosopher-regular","楷体",STKaiti; 
}
.special .links-item .info .en{
	font-size:12px;
	color:#d1ab82;
}


/* 尾部列表样式 */
.jz-xs {
  width: 100%;
  display: block;
  height: 570px;
  background: url(../image/footer-list-bg.jpg) no-repeat center top;
}

.jiangzuo {
  margin-top: 27px;
  width: 416px;
}
.xueshu {
 margin-top: 27px;
 width: 734px;
}

.xueshu-list {
  height: 405px;
  background: url(../image/xsdt_bg.png) repeat;
  border: 1px solid #98bfe2;
}

.xueshu-box {
  padding: 26px 22px;
  width: 690px;
}

.xueshu-box-foot {
  width: 100%;
}

.xueshu-box-top {
   width: 328px;
   height: 300px;
   overflow: hidden;
   margin-bottom: 4px;
}

.xueshu-box-top .xueshu-box-top-img {
  width: 328px;
  height: 198px;
  overflow: hidden;
  margin-bottom: 22px;
}

.xueshu-box-top .xueshu-box-top-img img {
  width: 328px;
  min-height: 218px;
}

.xueshu-top-li {
  width: 328px;
  height: 60px;
  position: relative;
  overflow: hidden;
  display: inline;
}

.xueshu-top-li .date {
  width: 58px;
  height: 58px;
  background: url(../image/xs-sj-bg.png) repeat;
  border: 1px solid #7f9bb6;
  text-align: center;
  color: #326c9f;
  position: absolute;
  left: 0;
  top: 0;
}

.xueshu-top-li .title {
  height: 48px;
  color: #fff;
  padding: 6px 5px 0 70px;
  line-height: 24px;
  width: 252px;
  overflow: hidden;
  font-size: 16px;
}

.xueshu-top-li .date-t {
  margin-top: 5px;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
}

.xueshu-top-li .date-f {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}

.xueshu-box-foot li {
  width: 328px;
    height: 60px;
    position: relative;
    overflow: hidden;
    display: inline;
}

.xueshu-box-foot li .date {
  width: 58px;
  height: 58px;
  background: url(../image/xs-sj-bg.png) repeat;
  border: 1px solid #7f9bb6;
  text-align: center;
  color: #326c9f;
  position: absolute;
  left: 0;
  top: 0;
}

.xueshu-box-foot li .title {
  height: 48px;
  color: #fff;
  padding: 6px 5px 0 70px;
  line-height: 24px;
  width: 252px;
  overflow: hidden;
  font-size: 16px;
}

.xueshu-box-foot li .date-t {
  margin-top: 5px;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
}

.xueshu-box-foot li .date-f {
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}

.xueshu-box-top img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.xueshu-box-top img:hover{transform: scale(1.1);}

.xueshu-li:hover,
.xueshu-box-top:hover {
  background-color: #326c9f;

}

.xueshu-li:hover .date,
.xueshu-box-top:hover .date {
  background-color: none;
}
.xueshu-li:hover .date .date-t,
.xueshu-li:hover .date .date-f,
.xueshu-box-top:hover .date .date-t,
.xueshu-box-top:hover .date .date-f {
  color: #fff;

}

.jiangzuo .slider-wrap {
  height: 353px;
  padding-bottom: 17.69%;
}


.jiangzuo .div-slide {
  position: relative;
  display: block;
  cursor: pointer;
}

.jiangzuo .swiper-div  {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.jiangzuo .div-text-div {
  position: absolute;
  left: 0;
  top: -170px;
  width: 75%;
  line-height: 29px;
  font-size: 23px;
  font-weight: 600;
  padding: 20px;
  color: #fff;
  background: #85589b;
}

.jiangzuo .swiper-div-bg {
  width: 100%;
     height: 136px;
  padding-left: 16px !important;
  background-color: #E0DCD5;
  opacity: 0.8;
}

.div-slide-height {
    height: 405px;
}


.jz-li2,
.jz-li3,
.jz-li4 {
  background: url(../image/foot-date.png) no-repeat left center;
  height: 28px;
  width: 85%;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jz-li3 {
  background: url(../image/address.png) no-repeat left center;
}

.jz-li4 {
  background: url(../image/editor.png) no-repeat left center;
}

.jz-li {
    padding: 9px 0px 4px 34px;
    font-size: 16px;
    color: rgb(89,36,78);
}

.jiangzuo-div,
.xueshu-div {
  display: none;
}



/* 移动端内容区 */
@media screen and (max-width:1000px)
{
	.news,.notice,.rxsq-wrap{ float:none; width:100%; padding-bottom:30px;}
	.news-list p {margin: 8px 0 20px 0;}
	.notice .notice-list {padding-bottom: 20px;}
	.special{
		width:100%;
	}
	.special .links-item{
		margin-bottom:10px;
	}
  .jz-xs {
    display: none;
  }

  /* 讲座 */
  .xueshu-div,
  .jiangzuo-div {
    display: block;
  }
  .xueshu-div {
    margin-bottom: 5vw;
  }


  .xueshu-div .xueshu,
  .jiangzuo-div .jiangzuo  {
    width: 95%;
    margin: 0 auto;
  }

  .jiangzuo-div .slider-wrap {
    background: #fff
  }
  .xueshu-div .xueshu .title span,
  .xueshu-div .xueshu a.more,
  .xueshu-div .xueshu .title h2,
  .jiangzuo-div .jiangzuo .title span,
  .jiangzuo-div .jiangzuo a.more,
  .jiangzuo-div .jiangzuo .title h2 {
    color: rgb(127,47,101) !important;
  }

  .jiangzuo-div .jiangzuo .title .line {
    width: calc(100% - 150px) !important;
  }

  .xueshu-div .xueshu .title .line {
    width: calc(100% - 105px) !important;
  }

  .xueshu-div .xueshu .title .line,
  .jiangzuo-div .jiangzuo .title .line {
    background: rgb(127,47,101) !important;
  }

  /* 学术动态 */
 .xueshu-div .dongtai-top {
    width: 95%;
    position: relative;
    margin: 0 auto;
  }

  .xueshu-div .dongtai-top span {
    padding: 10px 5%;
    width: 90%;
    left: 0;
    bottom: 0;
    background: url(../image/video-bg.png) repeat;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    position: absolute;
  }

  .dongtai-top img {
    width: 100%;
    height: 100%;
  }
  
  .xueshu-div ul {
    list-style: none;
  }

  .xueshu-div ul {
    border-top: 1px solid #fff;
  }
  .xueshu-div ul li {
    height: 90px;
    padding: 14px 0 14px 0;
    width: 95%;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }

  .xueshu-div ul li .tu {
    height: 90px;
    width: 150px;
    position: absolute;
    top: 14px;
    left: 0px;
  }

  .xueshu-div .tu img {
    width: 100%;
    height: 100%;
  }

  .xueshu-div ul li .tu-left {
    height: 88px;
    position: absolute;
    left: 160px;
    top: 14px;
    overflow: hidden;
  }

  .xueshu-div ul li .biaoti {
    height: 88px;
    line-height: 22px;
    overflow: hidden;
    color: #3b3b3b;
    font-size: 16px;
    overflow: hidden;
  }

  .xueshu-div .div-li .div-li-bt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    color: #3b3b3b;
    margin-bottom: 2vw;
  }

  .xueshu-div .div-li .div-li-zy {
    font-size: 12px;
    color: #999999;
    /* overflow: hidden; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
