@charset "utf-8";
/* CSS Document */

/* banner */
/*FlexSlider默认样式*/
.banner{ overflow: hidden; }
.banner .flexslider { width:100%; background: #fff;  position: relative; zoom: 1; overflow:hidden; }
.banner .flexslider ul li{ list-style:none;}
.banner .flexslider ul li .slideImg{ 
  display:block; 
  height:0; 
  padding-bottom:42%; 
  overflow:hidden;
}
.banner .flexslider ul li img{ border:none; width:100%;}
.banner .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.banner .flexslider .slides { zoom: 1; width:100%;  padding:0;}
.banner .carousel li { margin-right: 5px; }
/*icon小点*/
.banner .flex-control-nav {width:auto; position: absolute; bottom:3%;text-align:center;z-index:9;right: 15px;}
.banner .flex-control-nav li { margin: 0 9px; display: inline-block; zoom: 1; *display: inline;}
.banner .flex-control-paging li a {  float:left; width: 11px; height: 20px; display: block; background:url(./../images/con02.png) no-repeat;  cursor: pointer;text-indent: -9999px; }
.banner .flex-control-paging li a:hover,.Banner .flex-control-paging li a.flex-active {background:url(./../images/con01.png) no-repeat;}
.banner .slides h4 a{color:#fff;opacity: 1.0;font-size:14px; text-decoration:none;}
.banner .slides h4 a:hover{color:#fff;font-size:14px;}
.banner .flexslider ul li .til_slides{position:absolute; bottom:7%; left:50%; color:#fff;z-index:9991;font-size: 20px;font-weight: bold;height: 50px;line-height: 50px;overflow:hidden;padding:0 15px;background:url(./../images/banner_bg.png) repeat;margin-left: -600px;}

.banner .flex-direction-nav{ display:block;}
.banner .flex-direction-nav li{display: inline-block;*display: inline;*zoom:1;}
.banner .flex-direction-nav a{ width:23px;height:44px;text-align: center;display: inline-block; position: absolute;z-index: 99; text-indent: -999em;z-index:9;cursor: pointer;overflow: hidden;-webkit-transition:  all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.banner .flex-direction-nav a:hover{-webkit-opacity: 0.8;-moz-opacity: 0.8;filter:alpha(opacity=80);opacity:0.8;}
.banner .flex-direction-nav a.flex-prev{ float:left;background:url(./../images/prev.png) no-repeat center; left: 2%; top: 50%; margin-top: -44px;}
.banner .flex-direction-nav a.flex-next{  background:url(./../images/next.png) no-repeat center; right: 2%; top: 50%; margin-top: -44px;}

/* 通用样式 */
.news,
.notice,
.lecture,
.lecture-wrapper,
.academic,
.activity {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.news-title,
.notice-title,
.lecture-title,
.lecture-wrapper-title,
.academic-title,
.activity-title {
  background: url(./../images/title-border.png) no-repeat center;
  font-size: 22px;
	font-weight: bold;
  color: #020202;
  text-align: center;
}

/* 新闻动态 */
.news{
  margin-top: 42px;
}
.news-list{
  margin-top: 32px;
  overflow: hidden;
}
.news-list-item{
  float: left;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.news-list-item .bg-img{
  transition: all 0.5s ease;
  object-fit: cover;
}
.news-list-item .bg-img:hover{
  transform: scale(1.1);
}
.news-list-item.large{
  width: 50%;
}
.news-list-item.large .large-img{
  width: 100%;
  height: 350px;
}
.news-card-large{
  position: relative;
  margin-top: 15px;
  padding: 36px 100px 20px 18px;
  height: 100px;
  background-color: #f4f4f4;
	border-radius: 5px;
	border: solid 1px #bbbbbb;
  overflow: hidden;
  box-sizing: border-box;
}
.news-card-large:before{
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  width: 57px;
  height: 9px;
  background-color: #a62119;
}
.news-card-large:after{
  content: '';
  position: absolute;
  right: 24px;
  bottom: 30px;
  width: 30px;
  height: 30px;
  background: url(./../images/enter-red.png) no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.news-card-large .title{
  font-size: 16px;
	font-weight: bold;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .3s ease;
}
.news-card-large .time{
  margin-top: 16px;
  font-size: 14px;
  color: #5f5f5f;
  transition: all .3s ease;
}

.news-list-item.normal{
  width: calc(25% - 20px);
  height: 232px;
  margin-left: 20px;
}
.news-list-item.normal .normal-img{
  width: 100%;
  height: 100%;
}
.news-card-normal{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0 10px 14px;
  background-color: rgba(0, 0, 0, .5);
	border-radius: 0px 0px 4px 4px;
  box-sizing: border-box;
}
.news-card-normal::after{
  content: '';
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 26px;
  height: 26px;
  background: url(./../images/enter-white.png) no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.news-card-normal .title{
  font-size: 16px;
	font-weight: bold;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .3s ease;
}
.news-card-normal .time{
  margin-top: 30px;
  font-size: 14px;
	font-weight: normal;
  color: #ffffff;
  transition: all .3s ease;
}

.news-list-item.small{
  width: calc(25% - 20px);
  margin-top: 14px;
  margin-left: 20px;
}

.news-card-small{
  position: relative;
  height: 102px;
  padding: 22px 54px 7px 16px;
	border-radius: 5px;
	border: solid 1px #bbbbbb;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.news-card-small:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 12px;
  width: 28px;
	height: 9px;
	background-color: #a62119;
}
.news-card-small:after{
  content: '';
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 30px;
  height: 30px;
  background: url(./../images/enter-block.png) no-repeat;
  background-size: cover;
  transition: all .3s ease;
}

.news-card-small .title{
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
}
.news-card-small .time{
  margin-top: 10px;
  font-size: 14px;
  color: #5f5f5f;
  transition: all .3s ease;
}
.news-card-small .icon{
  position: absolute;
  right: 9px;
  bottom: 7px;
}

.news-more{
  margin: 38px auto 48px;
  text-align: center;
}

.news-more .text{
  display: inline-block;
  width: 184px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #a62119;
  border: 1px solid #a62119;
  transition: all .5s ease;
}

.news-more .text:hover {
  color: #fff;
  background: #a62119;
}

.news-card-large:hover .title,
.news-card-large:hover .time,
.news-card-large:hover::after {
  color: #a62119;
  transform: translateX(10px);
}
.news-card-small:hover .title,
.news-card-small:hover .time,
.news-card-small:hover::after {
  color: #a62119;
  transform: translateX(4px);
}
.news-card-normal:hover .title,
.news-card-normal:hover .time,
.news-card-normal:hover::after {
  transform: translateX(4px);
}

/* 院内通知 */
.notice{
  padding: 50px 56px 0;
  background: url(./../images/notice-bg.png) no-repeat;
  background-size: cover;
}
.notice-list{
  margin-top: 50px;
  overflow: hidden;
}
.notice-item{
  float: left;
  width: calc((100% - 120px) / 3);
  margin-left: 54px;
}
.notice-item.no-ml{
  margin-left: 0;
}
.notice-item-title{ overflow: hidden; }
.notice-item-title .icon{
  float: left;
  width: 18px;
	height: 21px;
}
.notice-item-title .name{
  float: left;
  margin-top: 2px;
  margin-left: 16px;
  font-size: 16px;
	font-weight: bold;
  color: #020202;
}
.notice-item-title .more{
  float: right;
  margin-top: 2px;
  margin-right: 16px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease;
}
.notice-item-title .more:hover{
  color: #9a1111;
}
.notice-item-list{
  margin-top: 18px;
}
.notice-sub-item{
  position: relative;
  margin-bottom: 16px;
  border: solid 1px #136df4;
  height: 70px;
  padding-right: 54px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.notice-sub-item-left{
  float: left;
  width: 65px;
	height: 100%;
  background: #bbc3cc;
  border-right: solid 1px #136df4;
  text-align: center;
  transition: all 0.5s ease;
}
.notice-sub-item-left .day{
  margin-top: 9px;
  font-size: 34px;
  line-height: 30px;
	font-weight: bold;
  color: #1f5da3;
  transition: all 0.5s ease;
}
.notice-sub-item-left .month{
  margin-top: 12px;
  font-size: 10px;
	font-weight: bold;
  color: #1f5da3;
  transition: all 0.5s ease;
}

.notice-sub-item-right{
  float: left;
  width: calc(100% - 80px);
  margin: 12px 0 0px 12px;
}
.notice-sub-item-right .title{
  font-size: 16px;
  color: #000000;
  transition: all 0.5s ease;
}
.notice-sub-item-right .text{
  margin-top: 12px;
  font-size: 16px;
  color: #000000;
  transition: all 0.5s ease;
}

.notice-item.left .notice-sub-item { border-color: #136df4;transition: all 0.5s ease; }
.notice-item.left .notice-sub-item-left { border-color: #136df4; background: #bbc3cc;transition: all 0.5s ease; }
.notice-item.left .notice-sub-item-left .day {color: #1f5da3;transition: all 0.5s ease;}
.notice-item.left .notice-sub-item-left .month {color: #1f5da3;transition: all 0.5s ease;}
.notice-item.left .notice-sub-item.first:after{
  content: '';
  position: absolute;
  top: 2px;
  right: 3px;
  width: 28px;
  height: 16px;
  background: url(./../images/notice-new-icon.png) no-repeat;
  background-size: cover;
}
.notice-item.left .notice-sub-item.firstone:after{
  content: '';
  position: absolute;
  top: 1px;
  right: 3px;
  width: 28px;
  height: 28px;
  background: url(./../images/notice-top-icon.png) no-repeat;
  background-size: cover;
}


.notice-item.center .notice-sub-item.first:after, 
.notice-item.right .notice-sub-item.first:after{
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 28px;
  height: 16px;
  background: url(./../images/notice-new-icon.png) no-repeat;
  background-size: cover;
}
.notice-item.center .notice-sub-item.firstone:after,
.notice-item.right .notice-sub-item.firstone:after{
  content: '';
  position: absolute;
  top: 1px;
  right: 3px;
  width: 28px;
  height: 28px;
  background: url(./../images/notice-top-icon.png) no-repeat;
  background-size: cover;
}

.notice-item.center .notice-sub-item { border-color: #9a1111;transition: all 0.5s ease; }
.notice-item.center .notice-sub-item-left { border-color: #9a1111; background: #e1aebc; }
.notice-item.center .notice-sub-item-left .day {color: #9a1111;}
.notice-item.center .notice-sub-item-left .month {color: #9a1111;}

.notice-item.right .notice-sub-item { border-color: #2c677c; transition: all 0.5s ease;}
.notice-item.right .notice-sub-item-left { border-color: #2c677c; background: #c8e3d7; }
.notice-item.right .notice-sub-item-left .day {color: #2c677c;}
.notice-item.right .notice-sub-item-left .month {color: #2c677c;}

.notice-item.left .notice-sub-item:hover { background: #6b8aae; }
.notice-item.left .notice-sub-item:hover .notice-sub-item-left { background: #6b8aae; border-color: transparent;}

.notice-item.center .notice-sub-item:hover { background: #b76364; }
.notice-item.center .notice-sub-item:hover .notice-sub-item-left { background: #b76364; border-color: transparent;}

.notice-item.right .notice-sub-item:hover { background: #75afae; }
.notice-item.right .notice-sub-item:hover .notice-sub-item-left { background: #75afae; border-color: transparent;}


.notice-sub-item:hover .notice-sub-item-left .day { color: #fff; }
.notice-sub-item:hover .notice-sub-item-left .month { color: #fff; }
.notice-sub-item:hover .notice-sub-item-right .title { color: #fff; }
.notice-sub-item:hover .notice-sub-item-right .text { color: #fff; }

/* 学术科研 */
.lecture{
  padding: 38px 56px 46px;
  background: url(./../images/lecture-bg.png) no-repeat;
  background-size: cover;
}
.lecture-title{ color: #fff; }
.lecture-content{ margin-top: 38px; overflow: hidden; }
.lecture-left{
  float: left;
  position: relative;
  width: 66.67%;
}
.lecture-left .title{
  margin-top: 28px;
  font-size: 22px;
	font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 2px solid #fff;
}
.lecture-left .more{
  position: absolute;
  top: 32px;
  right: 34px;
  font-size: 16px;
	font-weight: bold;
  color: #fff;
}
.lecture-left-items{ margin-top: 55px;overflow: hidden; }

.lecture-left-item{
  float: left;
  width: calc((100% - 78px) / 3);
  margin-right: 26px;
  padding-bottom: 42px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.lecture-left-item .img{
  width: 252px;
	height: 164px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
  object-fit: cover;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.lecture-left-item .item{
  margin-top: 16px;
  transition: all 0.5s ease;
}
.lecture-left-item .icon{
  display: inline-block;
  margin-left: 14px;
  width: 16px;
	height: 16px;
}
.lecture-left-item .text{
  margin-left: 20px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease;
}

.lecture-left-item:hover{
  box-shadow: 0 2px 6px #ccc;
}
.lecture-left-item:hover .img{
  transform: scale(1.1);
}
.lecture-left-item:hover .text{
  color: #9a1111;
}
.lecture-right{
  float: left;
  width: 33.33%;
  height: 443px;
  position: relative;
  background: rgba(129, 144, 150, .4);
}
.lecture-right .title{
  padding: 28px 0;
  font-size: 22px;
	font-weight: bold;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-bottom: none;
}
.lecture-right .more{
  font-size: 16px;
	font-weight: bold;
  color: #fff;
  position: absolute;
  top: 32px;
  right: 10px;
}
.lecture-right-items{
  margin-top: 20px;
  margin-left: 28px;
}
.lecture-right-item{
  margin-bottom: 24px;
	height: 65px;
  transition: all 0.5s ease;
}
.lecture-right-item .left{
  float: left;
  width: 65px;
  height: 65px;
  border: solid 1px #136df4;
  background: #bbc3cc;
  text-align: center;
}
.lecture-right-item .left .day{
  margin-top: 9px;
  font-size: 34px;
  line-height: 30px;
  font-weight: bold;
  color: #1f5da3;
}
.lecture-right-item .left .month{
  margin-top: 12px;
  font-size: 10px;
  font-weight: bold;
  color: #1f5da3;
}
.lecture-right-item .right{
  float: left;
  width: calc(100% - 80px);
  margin: 12px 0 18px 12px;
}
.lecture-right-item .right .right-title{
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease;
}
.lecture-right-item .right .right-text{
  margin-top: 12px;
  font-size: 16px;
  color: #fff;
  transition: all 0.5s ease;
}

.lecture-right-item:hover {
  transform: skewX(-5deg) scale(1.05);
}

/* 讲座信息 */
.lecture-wrapper{
  padding: 38px 56px 46px;
  background: url(./../images/lecture-bg.png) no-repeat;
  background-size: cover;
}
.lecture-wrapper-more{
  margin-top: 24px;
  text-align: right;
}
.lecture-wrapper-more .more{
  font-size: 16px;
  color: #fff;
  transition: all .5s ease;
}
.lecture-wrapper-more .more:hover{
  color: #9a1111;
}
.lecture-wrapper-content{
  margin-top: 24px;
  overflow: hidden;
}
.lecture-item{
  float: left;
  width: calc((83% - 108px) / 3);
  margin-left: 120px;
  transition: all .5s ease;
  overflow: hidden;
}
.lecture-item.no-ml{margin-left: 0;}
.lecture-item:hover .lecture-img{
  transform: scale(1.1);
}
.lecture-item:hover .lecture-item-title,
.lecture-item:hover .lecture-item-info-right .text {
  color: #9a1111;
}
.lecture-img-wrapper{
  width: 100%;
  height: 374px;
  overflow: hidden;
  /* margin: 0 0 0 15px; */
}
.lecture-img{
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  object-fit: cover;
}
.lecture-item-detail{
  margin-top: 8px;
  padding: 12px 16px;
  background: #fff;
  overflow: hidden;
}
.lecture-item-title{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.lecture-item-info{
 margin-top: 16px; 
}
.lecture-item-date{
  float: left;
  width: 70px;
  height: 70px;
  background: url('./../images/lecture-date.png') no-repeat;
  background-size: 70px;
  font-size: 20px;
  color: #9a1111;
  text-align: center;
  line-height: 78px;
}
.lecture-item-info-right{
  float: left;
  margin-left: 16px;
}
.lecture-item-info-right .item{
  margin-bottom: 12px;
}
.lecture-item-info-right .icon{
  display: inline-block;
  width: 16px;
  height: 16px;
}
.lecture-item-info-right .text{
  margin-left: 10px;
  font-size: 12px;
  color: #000000;
  transition: all 0.3s ease;
}

/* 学术研究 */
.academic{
  padding: 38px 56px 46px;
  background: #fafafb;
  background-size: cover;
}
.academic-more{
  margin-top: 24px;
  text-align: right;
}
.academic-more .more{
  font-size: 16px;
  color: #fff;
  transition: all .5s ease;
}
.academic-more .more:hover{
  color: #9a1111;
}
.academic-content{
  margin-top: 16px;
  overflow: hidden;
}
.academic-content-left{
  float: left;
  margin: 0 auto;
  width: calc(100% - 416px);
}
.academic-content-right{
  float: left;
  margin-left: 24px;
  width: 392px;
}
.academic-items{
  overflow: hidden;
}
.academic-item{
  float: left;
  width: calc((100% - 54px) / 2);
  transition: all .5s ease;
}
.academic-item.ml{
  margin-left: 54px;
}
.academic-item:hover .academic-img{
  transform: scale(1.1);
}
.academic-item:hover .academic-detail-info{
  color: #9a1111;
}

.academic-img-wrapper{
  width: 100%;
  height: 224px;
  overflow: hidden;
}
.academic-img{
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  object-fit: cover;
}
.academic-detail{
  margin-top: 16px;
  overflow: hidden;
  height: 84px;
}
.academic-date{
  float: left;
  margin-right: 8px;
  width: 112px;
  height: 84px;
  background: url('./../images/academic-date.png') no-repeat;
  background-size: cover;
  text-align: center;
}
.academic-date-day{
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.academic-date-year{
  margin-top: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.academic-detail-info{
  margin-left: 8px;
  padding-top: 8px;
  font-size: 16px;
  color: gray;
  line-height: 24px;
  transition: all .5s ease;
  height: 84px;
  overflow: hidden;
  box-sizing: border-box;
}
.academic-right-item{
  margin-top: 56px;
  overflow: hidden;
  transition: all .5s ease;
}
.academic-right-item.first-item{
  margin-top: 0;
}
.academic-right-item:hover{
  transform: translateX(-16px);
}
.academic-right-date{
  float: left;
  width: 100px;
}
.academic-right-content{
  float: left;
  width: calc(100% - 100px);
}
.academic-right-day{
  font-size: 20px;
  color: #b95048;
  text-align: center;
}
.academic-right-year{
  margin-top: 8px;
  font-size: 16px;
  color: #b95048;
  text-align: center;
}
.academic-right-title{
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.academic-right-detail{
  margin-top: 16px;
  font-size: 16px;
  color: #1f1f1f;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}


/* 师生活动 */
.activity{
  padding: 60px 0;
  position: relative;
}
.activity .flex-control-nav{
  display: none;
}
.activity .flexslider {
  position: relative;
}
.activity .flex-direction-nav{ display:block; height: 0;}
.activity .flex-direction-nav li{display: inline-block;*display: inline;*zoom:1;}
.activity .flex-direction-nav a{ 
  position: absolute;
  top: calc(50% - 16px);
  display: inline-block; 
  padding: 0 10px;
  width:16px;
  height:32px;
  text-align: center;
  text-indent: -999em;
  z-index:9;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition:  all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  transition: all 0.5s ease;
}
.activity .flex-direction-nav a:hover{-webkit-opacity: 0.8;-moz-opacity: 0.8;filter:alpha(opacity=80);opacity:0.8;}
.activity .flex-direction-nav a.flex-prev{ 
  left: 0;
  background:url(./../images/prev.png) no-repeat center; 
  background-size: 16px 32px;
}
.activity .flex-direction-nav a.flex-next{  
  right: 0;
  background:url(./../images/next.png) no-repeat center; 
  background-size: 16px 32px;
}

.activity-items{
  margin-top: 46px;
  overflow: hidden;
}
.activity-item{
  float: left;
  position: relative;
  width: 25%;
  height: 220px;
  overflow: hidden;
}

.activity-item .img{
  display: inline-block;
  width: 95%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
.activity-item .title{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  background: rgba(181, 11, 14, .5);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: all .5s ease;
}
.activity-item:hover .img{
  transform: scale(1.1);
}
.activity-item:hover .title{
  opacity: 1;
}

@media screen  and (max-width:1280px) {
  .news{padding: 0 56px;}
  .activity{padding-left: 56px;padding-right: 56px;}
}

@media screen  and (max-width:990px) {
  .notice{padding: 28px;}
  .notice-item{margin-left: 24px;width: calc((100% - 48px) / 3);}
  .notice-item .notice-sub-item{padding-right: 32px;}

  .lecture{padding: 28px;}

  .lecture-wrapper{padding: 28px;}
  .lecture-img-wrapper{height: 180px;}
  .lecture-item-date{ width: 64px; height: 60px; line-height: 60px; }
  .lecture-item-info-right{margin-left: 16px;}
  .lecture-item-info-right .text{margin-left: 16px;}

  .academic{padding: 28px;}
  .academic-content-left{width: calc(100% - 324px);}
  .academic-content-right{width: 300px;}
  .academic-img-wrapper{height: 180px;}
  .academic-date{width: 92px;height: 68px;}
  .academic-date-day{margin-top: 16px;}
  .academic-detail-info{padding-top: 0;height: 68px;}
  .academic-right-item{margin-top: 28px;}
  
  .activity{ padding: 28px; }
  .activity-items{ margin-top: 32px;}
  .activity-item{ width: 50%; height: 150px; }
  .activity-item .title{ padding-top: 80px;}

  .lecture-wrapper{padding: 28px;}
}

@media screen  and (max-width:768px) {
  .news{padding: 0 24px;}
  .news-list-item.large{width: 100%;}
  .news-list-item.large .large-img{height: 260px;}
  .news-card-large{padding: 30px 60px 16px 16px;}
  .news-card-large .time{margin-top: 8px;}
  .news-card-large:after{width: 24px;height: 24px;}
  .news-list-item.normal{margin-top: 16px;width: calc((100% - 12px)/2);margin-left: 0;height: 160px;}
  .news-card-normal{padding: 12px;}
  .news-card-normal .time{margin-top: 12px;}
  .news-card-normal::after{width: 20px;height: 20px;}
  .news-list-item.normal.odd {margin-right: 12px;}
  .news-list-item.small{width: calc((100% - 12px)/2);margin-left: 0;}
  .news-list-item.small.odd{margin-right: 12px;}
  .news-card-small:after{width: 20px;height: 20px;}

  .notice{padding: 24px;}
  .notice-list{margin-top: 24px;}
  .notice-item{width: 100%;margin-left: 0;}

  .lecture{padding: 24px;}
  .lecture-content{margin-top: 28px;}
  .lecture-left{width: 100%;}
  .lecture-left-items{margin-top: 24px;margin-right: -12px;}
  .lecture-left-item{margin-right: 12px;padding-bottom: 8px;width: calc((100% - 36px)/3);}
  .lecture-left-item .img{height: 120px;}
  .lecture-left-item .item{margin-top: 8px;}
  .lecture-left-item .icon{margin-left: 8px;}
  .lecture-left-item .text{margin-left: 8px;font-size: 14px;}
  .lecture-right{margin-top: 24px;width: 100%;height: auto;}

  .lecture-wrapper{padding: 24px;}
  .lecture-img-wrapper{height: 150px;}
  .lecture-item-title{font-size: 16px;}
  .lecture-item{margin-left: 12px;padding-bottom: 8px;width: calc((100% - 24px)/3);}
  .lecture-item-date{ width: 46px; height: 42px; line-height: 42px; font-size: 16px; }
  .lecture-item-info-right{margin-left: 8px;}
  .lecture-item-info-right .text{margin-left: 8px;}

  .academic{padding: 24px;}
  .academic-content-left{width: calc(100% - 24px);}
  .academic-content-right{margin-left: 0;width: 100%;}
  .academic-img-wrapper{height: 180px;}
  .academic-date{width: 92px;height: 68px;}
  .academic-date-day{margin-top: 16px;}
  .academic-detail-info{padding-top: 0;height: 68px;}
  .academic-right-item{margin-top: 28px;}

  .activity{ padding: 26px; }
  .activity-items{ margin-top: 32px;}
  .activity-item{ width: 50%; height: 150px; }
  .activity-item .title{ padding-top: 80px;font-size: 20px;}
}

@media screen and (max-width:480px) {
  .news{padding: 0 24px;}
  .news-list-item.large{width: 100%;}
  .news-list-item.large .large-img{height: 180px;}
  .news-card-large{padding: 30px 60px 16px 16px;height: 80px;}
  .news-card-large .time{margin-top: 8px;}
  .news-card-large:after{width: 24px;height: 24px;}
  .news-list-item.normal{margin-top: 16px;width: calc((100% - 12px)/2);margin-left: 0;height: 130px;}
  .news-card-normal{padding: 12px;}
  .news-card-normal .time{margin-top: 12px;}
  .news-card-normal::after{width: 20px;height: 20px;}
  .news-list-item.normal.odd {margin-right: 12px;}
  .news-list-item.small{width: calc((100% - 12px)/2);margin-left: 0;}
  .news-list-item.small.odd{margin-right: 12px;}
  .news-card-small:after{width: 20px;height: 20px;}

  .notice{padding: 24px;}
  .notice-list{margin-top: 24px;}
  .notice-item{width: 100%;margin-left: 0;}

  .lecture{padding: 24px;}
  .lecture-left .title{margin-top: 24px;padding-bottom: 24px;font-size: 18px;}
  .lecture-left .more{top: 26px;right: 12px;font-size: 14px;}
  .lecture-content{margin-top: 24px;}
  .lecture-left{width: 100%;}
  .lecture-left-items{margin-top: 24px;}
  .lecture-left-item{
    float: none;
    width: 100%;
    margin: 0 0 12px;
    padding-bottom: 8px;
  }
  .lecture-left-item .img{
    width: 100%;
    height: auto;
  }
  .lecture-left-item .item{margin-top: 8px;}
  .lecture-right{width: 100%;height: auto;}
  .lecture-right .title{font-size: 18px;padding: 24px 0;}
  .lecture-right .more{font-size: 14px;top: 28px;}
  .lecture-right-items{margin-top: 16px;margin-left: 16px;}
  .lecture-right-item{margin-bottom: 16px;}

  .lecture-wrapper{padding: 0px;}
  .lecture-img-wrapper{height: 522px;}
  .lecture-item-title{font-size: 16px;}
  .lecture-item{margin: 0;padding-bottom: 16px;width: 100%;}
  .lecture-item-date{padding-right: 0px;width: 72px;height: 74px;line-height: 78px;font-size: 20px;}
  .lecture-item-info-right{margin-left: 16px;}
  .lecture-item-info-right .text{margin-left: 16px;}

  .academic{padding: 24px;}
  .academic-content-left{width: 100%;}
  .academic-item.ml{margin-left: 0;}
  .academic-item{width: 100%;}
  .academic-content-right{margin-left: 0;width: 100%;}
  .academic-img-wrapper{height: 175px;}
  .academic-date{width: 92px;height: 68px;}
  .academic-date-day{margin-top: 6px;}
  .academic-detail-info{padding-top: 0;height: 68px;}
  .academic-right-item{margin-top: 28px;}

  .activity{ padding: 24px; }
  .activity-items{ margin-top: 28px;}
  .activity-item{ width: 100%; height: 150px; }
  .activity-item .title{ padding-top: 80px;font-size: 20px;}
}