@charset "UTF-8";

/*
********************************外层框架 start********************************
*/
/*头部开始*/
/*头部1开始*/
.top1Box {
	height: 45px;
	background: #18344e;
}

.top1 {
	height: 100%;
	width: 81.25%;
	margin: 0 auto;
}

.top1L {
	height: 100%;
	line-height: 45px;
}

.top1L a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 100%;
}

.top1L a img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.top1R {
	height: 100%;
	line-height: 45px;
}

.top1Menu {
	height: 100%;
	color: #304960;
	overflow: hidden;
}

.top1Menu a {
	display: inline-block;
	margin: 0 24px;
	font-size: 14px;
	color: rgb(255, 255, 255, .45);
}

.search{height: 100%;margin-left: 35px;line-height: 45px;-webkit-transition: all .4s linear}
/*头部1结束*/
/*导航栏开始*/
.topBox {
	height: 133px;
}

.top {
	height: 133px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.logo {
	margin-top: 12px;
}

.logo img {
	height: 60px;
	display: none;
}

.menu {
	position: relative;
}

.menu dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 50px;
}

.menu dd.last {
	margin-right: 0;
}

.menu dd .yj {
	overflow: hidden;
}

.menu dd .yj a {
	overflow: hidden;
	display: block;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #fff;
}
.menu dd .ej{position: absolute;top: 80px;left: 50%;-webkit-transform: translateX(-50%);width: 200%;display: none;padding-top: 20px;background: rgb(255,255,255,0.95);z-index: 2;}
.menu dd .ej div{text-align: center;margin-bottom: 20px;position: relative;line-height: 14px;}
.menu dd .ej div::before{position: absolute;width: 100%;height: 250%;top: 50%;left: 0;-webkit-transform: translateY(-50%)scale(0);-webkit-transition: all .3s linear;background: rgb(148,7,10,0.8);display: block;content: "";}
.menu dd .ej div a{font-size: 14px;color: #333;line-height: 20px;z-index: 1;position: relative;}
.menu dd .ej div:hover a{color: #fff;}
.menu dd .ej div:hover::before{-webkit-transform: translateY(-50%)scale(1);}
.huakuai {
	position: absolute;
	height: 2px;
	background: #fff;
	top: -1px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.topBox.show .top {
	top: 0;
	background: #fff;
	box-shadow: 0px 1px 2px #dcdcdc;
}

.logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo2 {
	display: none;
}

.topBox.show .menu dd .yj a {
	color: #333;
}

.topBox.show .menu dd.hover .yj a {
	color: #c30c27;
	font-weight: bold;
}

.topBox.show .huakuai {
	background: #c30c27;
	display: none;
}

/*导航栏开始*/
/*头部结束*/
/*底部开始*/
.footer {
	background: url(../test/background/footerbg.png)no-repeat center / cover;
	padding-top: 50px;
}

.footerL,
.footerR {
	width: 29.6428%;
}

.footerL {
	border-right: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 66px;
}

.footerL .title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 28px;
}

.footerL .title img {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 19px;
}

.footerL .title .tel {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle
}

.footerL .title .tel img {
	height: 22px;
	position: relative;
	top: -4px;
}

.footerL .info {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}

.footerR {
	border-left: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 55px;
}

.footerR .text {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: right;
	margin-bottom: 20px;
}

.footerR .text img {
	display: inline-block;
	margin: 0 10px 0 18px;
	vertical-align: middle;
}

.footer-pic {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -4px;
}

.footer-pic .ewm {
	position: absolute;
	top: -115px;
	left: -35px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.footer-pic .ewm .evm2 {
	height: 100px;
	width: 100px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.18);
}

.footer-pic .ewm .up2 {
	display: inline-block;
	position: relative;
}

.footer-pic .ewm .up2:after {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -18px;
	left: -69px;
	content: "";
	z-index: 1;
}

.footer-pic .ewm .up2:before {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: -21px;
	left: -70px;
	content: "";
	z-index: 2;
}

.footer-pic:hover .ewm {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.footerC {
	overflow: hidden;
	padding: 24px 0 66px 0;
	;
	text-align: center;
}

.footerC a {
	display: inline-block;
}

.footerC a img {
	height: 57px;
}

/*下拉框*/
.footerZpformSel {
	width: 320px;
	height: 45px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	margin-left: auto;
}

.footerZpformSel .seljg {
	padding-left: 20px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.footerZpformSel i {
	transition: all .3s linear;
	display: block;
	width: 42px;
	height: 22px;
	background: url(../images/yqlj.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 10px 0;
}

.footerZpformSel.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
}

.footerZpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 75px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	bottom: 45px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.footerZpformSel ::-webkit-scrollbar-thumb {
	width: 4px;
	background: #94070a;
	border-radius: 8px;
}

.footerZpformSel ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerZpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 13px;
	overflow: hidden;
}

.footerZpformSel .selTj a.hover,
.footerZpformSel .selTj a:hover {
	color: #98191B;
}

/*最底部*/
.footerm {
	font-size: 14px;
	padding-top: 17px;
	color: #808080;
	height: 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #2e2e2e;
}

.footerm a {
	color: #808080;
}

.footerm div.imgo {
	cursor: pointer;
}

.footerm div.imgo img.img2 {
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.footerm div.imgo img.img1 {
	position: relative;
	top: 4px;
}

.footerm .fr a:hover {
	color: #fff;
}

/*底部结束*/
/*
********************************外层框架 end********************************
*/
/*banner开始*/
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	overflow: hidden;
	height: 500px;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	position: relative;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 40px;
	height: 6px;
	border-radius: 5px;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
}

.indexBanner .slick-dots li.slick-active {
	background: #c30c27;
}

.indexBanner .img {
	position: absolute;
	left: 140px;
	top: 155px;
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

/*banner结束*/
/*内页框架开始*/
/*内页banner*/
.subBanner{height: 400px;clear: both;width: 100%;background-position: center center;background-repeat: no-repeat;background-size:cover}
/*内页banner结束*/
/* 当前位置开始*/
.location{ height: 77px; line-height: 77px;background: #fff; box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.16);z-index: 5;position: relative;}
.locationL{overflow: hidden;}
.locationL span{display: inline-block;margin-right: 20px;}
.locationL span a{font-size: 14px;color: #333;height: 40px;display: inline-block;-webkit-transition: all .3s linear;vertical-align: middle;line-height: 40px;padding: 0 33px;-webkit-box-sizing: border-box;border-radius: 25px;overflow: hidden;}
.locationL span.hover a{color: #fff;background:  #96070b;}
.locationL span:hover a{color: #fff;background:  #96070b;}
.locationL span.last{margin-right: 0;}
.locationR{ overflow: hidden; }
.locationR a{display: inline-block;font-size: 14px; color: #333;-webkit-transition: all .3s linear;}
.locationR a:hover{color: #96070b;}
.locationR a.home{width: 10px;height: 77px;background: url(../images/loctionhome.png)no-repeat top 32px center;vertical-align: middle;}
.locationR em{width: 25px;height: 25px;display: inline-block;background: url(../images/loctionem.png)no-repeat top 8px center;vertical-align: middle;}
/* 当前位置结束*/
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#666666;background: #fff; margin: 0 3px;border: 1px solid #f1f1f1;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #94070a;color: #fff;}
.page a.hover{background: #94070a;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 11px;height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/
/* ========== 口腔学院首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle {
	text-align: center;
	font-size: 0;
}

.indexTitle .title {
	display: inline-block;
	font-size: 36px;
	color: #18344e;
	line-height: 36px;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 通知公告 start ————— */
.column1 {
	overflow: hidden;
	background: #FFFFFF;
}

.indexC1Slick {
	position: relative;
}

.indexC1Slick .prev {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/jobPrevh.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC1Slick .next {
	display: block;
	width: 40px;
	height: 64px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/jobNexth.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.indexC1Slick .slick-dots {
	position: absolute;
	bottom: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.indexC1Slick .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid #626262;
}

.indexC1Slick .slick-dots li.slick-active {
	border: 1px solid #94070a;
	background: #94070a;
}

.indexC1Slick .bd {
	overflow: hidden;
	margin: -30px;
}

.indexC1Slick .slick-list {
	overflow: visible;
}

.indexC1Slick .myslide {
	float: left;
	display: inline;
}

.indexC1Slick .slickCon {
	margin: 30px;
	position: relative;
}

.indexC1Slick .slickCon::before {
	content: '';
	display: block;
	width: 1px;
	height: 35px;
	background: #eaeaea;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.indexC1Slick .myslide:nth-child(odd) .slickCon::before {
	display: none;
}

.indexC1Dl {
	overflow: hidden;
}

.indexC1Dl dd {
	padding: 12px 0;
}

.indexC1Dl dd .con {
	overflow: hidden;
}

.indexC1Dl dd .time {
	float: right;
	display: inline;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-left: 30px;
	font-size: 16px;
	color: #666666;
}

.indexC1Dl dd .title {
	overflow: hidden;
	padding-left: 46px;
	background: url(../images/kqxy/tzIcn.png) no-repeat center left;
	background-size: 23px 20px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC1Dl dd .title a {
	font-size: 16px;
	color: #333333;
}

.indexC1Dl dd .con:hover .title a {
	color: #c30c27;
}

/* ————— 第1通栏 通知公告 end ————— */
/* ————— 第2通栏 学院新闻 start ————— */
.column2 {
	overflow: hidden;
	background: #f4f9fc;
	padding: 71px 0 87px;
}

.indexC2Con {
	overflow: hidden;
	padding: 50px 0 0;
}

.indexC2lDl {
	overflow: hidden;
	float: left;
	display: inline;
	width: 580px;
	margin-right: 24px;
}

.indexC2lDl dd .pic::before {
	padding-top: 68.5%;
}

.indexC2lDl dd .con {
	background: #FFFFFF;
}

.indexC2lDl dd .text {
	padding: 12px 25px 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC2lDl dd .text .time {
	font-size: 14px;
	color: #999999;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.indexC2lDl dd .text .title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC2lDl dd .text .title a {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-size: 18px;
	color: #333333;
}

.indexC2lDl dd .con:hover .text .title a {
	color: #c30c27;
	letter-spacing: 1px;
}

.indexC2lDl dd .text .info {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 16px;
}

.indexC2lDl dd .text .more {
	text-align: right;
	padding-right: 16px;
}

.indexC2lDl dd .text .more a {
	display: inline-block;
	width: 36px;
	height: 10px;
	background: url(../images/kqxy/more1.png) no-repeat center left;
	background-size: 36px 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2lDl dd .con:hover .text .more a {
	background: url(../images/kqxy/more1h.png) no-repeat center left;
	background-size: 36px 10px;
}

.indexC2rDl {
	overflow: hidden;
}

.indexC2rDl dd {
	padding: 20px 0 0;
}

.indexC2rDl dd.dd1 {
	padding: 0;
}

.indexC2rDl dd .con {
	background: #FFFFFF;
}

.indexC2rDl dd .text {
	padding: 15px 25px 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC2rDl dd .text .time {
	font-size: 14px;
	color: #999999;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
}

.indexC2rDl dd .text .title {
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexC2rDl dd .text .title a {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-size: 18px;
	color: #333333;
}

.indexC2rDl dd .con:hover .text .title a {
	color: #c30c27;
	letter-spacing: 1px;
}

.indexC2rDl dd .text .info {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 4px;
}

.indexC2rDl dd .text .more {
	text-align: right;
	padding-right: 16px;
}

.indexC2rDl dd .text .more a {
	display: inline-block;
	width: 36px;
	height: 10px;
	background: url(../images/kqxy/more1.png) no-repeat center left;
	background-size: 36px 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC2rDl dd .con:hover .text .more a {
	background: url(../images/kqxy/more1h.png) no-repeat center left;
	background-size: 36px 10px;
}

/* ————— 第2通栏 学院新闻 end ————— */
/* ————— 第3通栏 专业建设 start ————— */
.column3 {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 62px 0 66px;
}
.indexC3Dl{
	overflow: hidden;
	padding: 50px 0 0;
	font-size: 0;
}
.indexC3Dl dd{
	float: left;
	display: inline;
	width: 16.6429%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.indexC3Dl dd.hover{
	width: 50.0713%;
}
.indexC3Dl dd .con{
	display: block;
	height: 414px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	cursor: pointer;
}
.indexC3Dl dd .con .titleC{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}
.indexC3Dl dd.hover .con .titleC{
	width: 0;
	visibility: hidden;
	opacity: 0;
}
.indexC3Dl dd .con .text{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	z-index: 3;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: none;
}
.indexC3Dl dd.hover .con .text{
	width: 100%;
	display: block;
}
.indexC3Dl dd .con .text .title{
	font-size: 24px;
	color: #333333;
	margin-bottom: 27px;
}
.indexC3Dl dd .con .text .info{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 67px;
}
.indexC3Dl dd .con .text .more a{
	display: inline-block;
	width: 128px;
	height: 38px;
	line-height: 38px;
	border:1px solid rgb(188, 188, 188);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #666666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.indexC3Dl dd .con .text .more a:hover{
	color: #c30c27;
	border:1px solid #c30c27;
}
/* ————— 第3通栏 专业建设 end ————— */
/* ————— 第4通栏 党团建设 start ————— */
.column4 {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 57px 0 68px;
}

.col4BoxDl {
	overflow: hidden;
	margin-right: -24px;
	padding: 55px 0 0;
}

.col4BoxDl .colBoxDd {
	width: 50%;
	float: left;
	display: inline;
}

.col4BoxDl .colBoxDd .colBoxCon {
	margin-right: 24px;
}
.indexC4Slick {position: relative;}
.indexC4Slick .prev {display: block;width: 88px;height: 70px;cursor: pointer;background: #f2f2f2 url(../images/kqxy/prev.png) no-repeat center center;background-size: 12px 20px;position: absolute;right: 88px;bottom: 0%;z-index: 2;transition: all 0.4s;-webkit-transition: all 0.4s;}
.indexC4Slick .next {display: block;width: 88px;height: 70px;cursor: pointer;background: #235583 url(../images/kqxy/next.png) no-repeat center center;background-size: 12px 20px;position: absolute;right: 0;bottom: 0%;z-index: 2;transition: all 0.4s;-webkit-transition: all 0.4s;}
.indexC4Slick .slick-dots {position: absolute;bottom: 55px;left: 0;width: 100%;text-align: center;font-size: 0;animation-delay: 1.5s;}
.indexC4Slick .slick-dots li {display: inline-block;width: 14px;height: 14px;border-radius: 100%;margin: 0 10px;vertical-align: middle;cursor: pointer;position: relative;border: 1px solid #626262;}
.indexC4Slick .slick-dots li.slick-active {border: 1px solid #94070a;background: #94070a;}
.indexC4Slick .bd {overflow: hidden;}
.indexC4Slick .slick-list {overflow: visible;}
.indexC4Slick .slickCon {display: block;}
.indexC4Slick .pic::before{
	padding-top: 67.9245%;
}
.indexC4Dl{
	overflow: hidden;
	margin-right: -24px;
}
.indexC4Dl dd{
	width: 50%;
	float: left;
	display: inline;
	padding-top: 24px;
}
.indexC4Dl dd.dd1,
.indexC4Dl dd.dd2{
	padding-top: 0;
}
.indexC4Dl dd .con{
	display: block;
	margin-right: 24px;
	background: #000000;
}
.indexC4Dl dd .pic::before{
	padding-top: 66.6667%;
}
.indexC4Dl dd .text{
	width: 100%;
	height: 46px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
}
.indexC4Dl dd .text .title{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 30px;
}
.indexC4Dl dd .text .textC{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.indexC4Dl dd .con:hover  .text .textC{
	border: 1px solid rgba(255,255,255,0.5);
}
.indexC4Dl dd .text::before{
	content: '';
	display: block;
	width: 100%;
	height: 106px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/kqxy/textBg.png) no-repeat left bottom;
	background-size: cover;
}
.indexC4Dl dd .con:hover .text::before{
	display: none;
}
.indexC4Dl dd .con:hover .text{
	height: 100%;
	background: rgba(195, 12, 39,0.7);
}
.indexC4Dl dd .con:hover .text .more{
	height: 10px;
	background: url(../images/kqxy/moreb.png) no-repeat center center;
	background-size: 36px 10px;
}
/* ————— 第4通栏 党团建设 end ————— */
/* ————— 第5通栏 快捷入口 start ————— */
.column5 {
	overflow: hidden;
	background: #f6f6f6;
	padding: 61px 0 75px;
}

.col3BList {
	margin: 0 -37px;
}

.col3BList .item {
	font-size: 0;
	width: 16.6666%;
}

.col3BList .item .con {
	display: block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	margin: 0 37px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.col3BList .item .con::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.col3BList .item .con .text {
	width: 100%;
	text-align: center;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: inline;
	font-size: 18px;
	color: #235583;
}

.col3BList .item .con .text img {
	height: 60px;
	display: none;
	margin: auto auto 27px auto;
}

.col3BList .item .con .text img.pic1 {
	display: block;
}

.col3BList .item .con:hover {
	background: #c30c27 !important;
}

.col3BList .item .con:hover .text {
	color: #fff;
}

.col3BList .item .con:hover .text img.pic1 {
	display: none;
}

.col3BList .item .con:hover .text img.pic2 {
	display: block;
}

/* ————— 第5通栏 快捷入口 end ————— */
/* ========== 口腔学院首页 end ========== */
