.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #C32D30;
}

.mainXXYW {
	background: #F5F3F3 url(../images/mainbg1.png) no-repeat 0 bottom;
	padding: 30px 0 70px;
}

.mainHd {
	text-align: center;
	margin: 40px 0;
	position: relative;
}
.mainHd p{
	font-size: 30px;
	color: #06235E;
	font-family: '黑体';
	font-weight: bold;
}
.mainHd p a{color: #06235E;}
.mainMTJJ .mainHd p a{
	color: #fff;
}
.mainHd span {
	display: inline-block;
	position: relative;
	padding: 0 150px;
	/* margin: 10px 0; */

	color: #06235E;
	font-family: "Georgia";
	font-weight: bold;
	text-transform: uppercase;
}

.mainHd span::before,
.mainHd span::after {
	content: '';
	display: block;
	position: absolute;
	width: 130px;
	height: 100%;

}

.mainHd span::before {
	background: url(../images/titbgl.png) no-repeat center;
	background-size: 100% auto;
	left: 0px;
	top: 0
}

.mainHd span::after {
	background: url(../images/titbgr.png) no-repeat center;
	background-size: 100% auto;
	right: 0px;
	top: 0;
}

.mainHd .more {
	position: absolute;
	right: 0;
	bottom: 15px;
	padding-right: 26px;
	color: #C32D30;
	background: url(../images/moreIco2.png) no-repeat right center;
}

/* 学校要闻 */
.mainXXYW .mainBd {
	display: flex;
}

.xxywItem {
	border-top: 4px solid #06235E;
	width: calc(33.33% - 10px);
	margin: 0 10px;
	transition: all 1s ease-out 0s;
	    transform: translateY(-80px);
	    opacity: 0;
}
.mainXXYW .mainBd .xxywItem:nth-child(1){transform:translateY(-50px);}
.mainXXYW .mainBd .xxywItem:nth-child(2){transform:translateY(50px);}
.mainXXYW .mainBd .xxywItem:nth-child(3){transform:translateY(-50px);}
.mainXXYW.showdiv .mainBd .xxywItem{transform:none;opacity:1;}
.xxywItem a {
	display: block;
}
.xxywItem .tit{
  height:4.75rem
}
.xxywItem .more {
	padding-left: 28px;
	font-size: 14px;
	color: #C32D30;
	line-height: 24px;
	background: url(../images/moreIco.png) no-repeat;
}

/* 通知公告 */
.notice {
	display: flex;
}

.notice .hd {
	width: 160px;
	padding: 18px 0;
	text-align: center;
	background-color: #06235E;
	border-left: 8px solid #C32D30;
	color: #F2E8D6;
	font-size: 30px;
	line-height: 1.2;
	font-family: "黑体";
}
.notice .hd a {
    color: #F2E8D6;
    width: 80px;
    display: inline-block;
}

.notice .bd {
	flex: 1;
	background: #fff;
	padding: 15px 30px;
	overflow: hidden;
}
.notice .bd ul{
	clear: both;
	overflow: hidden;
}
.notice .bd ul li{
	float: left;
	width: calc(50% - 15px);
	line-height: 34px;
overflow: hidden;
    height: 34px;
	
}
.notice .bd ul li a{
  display:block;
    display: -webkit-box;
  max-height: 34px;
}
.notice .bd ul li em{
	font-size: 30px;line-height: 34px;vertical-align: middle;
}
.notice .bd ul li:nth-child(2n){
	float: right;
}
/* .notice .bd::before,
.notice .bd::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;

	width: 20px;
	height: 20px;
	border: 1px solid #9B7C4F;
	border-left-color: #fff;
}

.notice .bd::before {
	border-bottom-color: #fff;
	top: 0;
}

.notice .bd::after {
	border-top-color: #fff;
	bottom: 0;
}

.notice .bd .swiper-container {
	width: 100%;
	height: 60px;
	padding-left: 60px;
	background: url(../images/noticeIco.png) no-repeat 0 center;
}

.notice .bd .swiper-slide {
	height: 20px;
	line-height: 20px;
}
 */
.notice li span {
	display: block;
	    color: rgba(6,35,94,.7);
	margin-top: 2px;
}

.notice .more {
	display: inline-block;
	padding: 0px 15px;
	margin-top: 8px;
	margin-left: 35px;
	line-height: 24px;
	background-color: #C32D30;
	border-radius: 15px;
	color: #fff;
	font-size: 12px
}

/* 学术活动 */
.mainXSHD {
	border-top: 5px solid #06235E;
	background: #E2E4EE url(../images/mainbg2.png) no-repeat center;
	padding: 20px 0 70px;
}
.mainXSHD .mainBd {
    display: flex;
}
.xykdItem {
	background-color: #fff;
	width: calc(33.33% - 10px);
	margin: 0 10px;
	transition: all 1s ease-out 0s;
	    transform: translateY(-80px);
	    opacity: 0;
		padding-bottom: 15px;
}
.mainXSHD .mainBd .xykdItem:nth-child(1){transform:translateY(-50px);}
.mainXSHD .mainBd .xykdItem:nth-child(2){transform:translateY(50px);}
.mainXSHD .mainBd .xykdItem:nth-child(3){transform:translateY(-50px);}
.mainXSHD.showdiv .mainBd .xykdItem{transform:none;opacity:1;}
.xykdItem a {
	display: block;
}
.xykdItem .tit{
  height:4rem
}
.xykdItem>p{
	padding-top: 15px;
	padding-left:20px;
	padding-right:20px;
}
.datebox{
	position: absolute;
    right: 8%;
	top:10%;
	width: 60px;
	background-color: #fff;
	text-align: center;
	color: #06235e;
	box-shadow: 0 0 3px #888;
}
.datebox p{
	height: 22px;
	line-height: 22px;
	background-color: #C02C2F;
	color: #fff;
	font-size: 12px;
}
.mainXSHD.showdiv .mainBd .xykdItem {
    transform: none;
    opacity: 1;
}
/* 媒体聚焦 */
.mainMTJJ{
	padding: 10px 0 80px;
	min-height: 200px;
	background:#7083AA url(../images/mainbg3.jpg) no-repeat 95% bottom;
}
.mainMTJJ .mainHd span{
	color: #C0C7D7;
}
.mainMTJJ .mainHd span::before {
	background: url(../images/titbg2l.png) no-repeat center;
	background-size: 100% auto;
	left: -25px;
	top: 0
}

.mainMTJJ .mainHd span::after {
	background: url(../images/titbg2r.png) no-repeat center;
	background-size: 100% auto;
	right: -25px;
	top: 0;
}

.mainMTJJ .mainHd .more {
	color: #fff;
	background: url(../images/moreIco3.png) no-repeat right center;
}
.mtjjItem{
	float: left;
	width: 65%;
	transform:translateY(80px);transition:all 1s ease-out 0s;opacity:0;
}
.mtjjItem .inner{
	overflow:visible;
}
.mtjjItem .inner .pic{
	overflow: hidden;
}
.mtjjItem .txt{
	position: absolute;
	width: 90%;
	padding: 6px;
	left: 5%;
	bottom: -8%;
	background-color: #06235E;
}
.mtjjItem .txt .border{
	border: 1px solid #4E638D;
	padding: 15px 25px;
}
.mtjjItem .txt .border span{color: rgba(255,255,255,.6);}
.mtjjItem .txt a{
	color: #fff;
}
.mtjjItem .txt p{
	margin-left: -5px;
	margin-bottom: 5px;
}
.mtjjItem2{
	float: right;
	width: 32.5%;
	background-color: #fff;
	transform:translateY(-80px);transition:all 1s ease-out 0s;opacity:0;
}
.mtjjItem2 .txt{
	padding:0px 25px;
}
.mainMTJJ.showdiv .mtjjItem,.mainMTJJ.showdiv .mtjjItem2{opacity:1;transform:none;}
.mtjjItem2 .ellipsis-4{
max-height:7.5em
}
.main4 {
	border-top: 5px solid #06235E;
	padding: 100px 0;
	background:url(../images/mainbg4.jpg) repeat;
}
.main4 .zt,.main4 .communication{
	width: 24%;
	float: left;
	background-color: #fff;
	transform:translateX(-50px);transition:all 1s ease-out 0s;opacity:0;
}
.main4 .zt{
	margin-right: 1.33%;
}
.main4 .communication{
	float: right;
	transform:translateX(50px);
}
.main4.showdiv .zt,.main4.showdiv .communication{opacity:1;transform:none;}
.main4 .ptbox .inner{
	padding-bottom: 42.5%;
}
.main4 .list{
	padding: 20px;
	height: 176px;
}
.main4 .zt .list li,.main4 .communication .list li{
	padding:5px 0 5px 20px;
	background: url(../images/listIco.png) no-repeat 0 center;
}
.main4 .zt .list li span,.main4 .communication .list li span{
	float: right;
}
/*.main4 .communication .list li{
	margin-bottom: 10px;
}
.main4 .communication .list i{
	display: inline-block;
	padding: 3px 6px;
	font-size: 14px;
	background-color: #18226F;
	color: #fff;
	margin-right:8px;
}
*/