@charset "utf-8";

/******************** banner*****************************************/
.banner {
	position: relative;
	overflow: hidden;
}

.banner .slider {
	overflow: hidden;
	width: 100%;
}

.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}

.banner .slick-prev,.banner .slick-next{
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	width: 77px;
	height: 144px;
}
.banner .slick-prev{
	background: url(../img/left.png) no-repeat center;
	left: 60px;
}
.banner .slick-next{
	background: url(../img/right.png) no-repeat center;
	right: 60px;
}

.xxhd{
	position: absolute;
	left: 0;
	right: 0;
	width: 80px;
	bottom: 85px;
	z-index: 999999;
	margin: auto;
	text-align: center;
	margin: 0 auto;
}

.xxhd p{
	font-size:14px;
	color:#fff;
	margin-top:10px;
}

.main .w1600{
	background: #fff;
	padding: 40px;
	margin-top: -62px;
	position: relative;
	z-index: 9999;
}
.title h2{
	font-size: 30px;
	color: #444444;
	font-weight: normal;
}
.title a{
	font-size: 16px;
	color: #333;
}
.title a img{
	margin-left: 12px;
}
.main .news,.main .xsdt,.main .notice{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.main .notice{
	margin-right: 0;
}


.xsdt ul,.notice ul{
	margin-top: 25px;
}

.xsdt li{
	line-height: 30px;
	margin-bottom: 32px;
	position: relative;
}
.xsdt li a{
	font-size: 17px;
	color: #444;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
	line-height: 32px;
	width: 100%;
}
.xsdt li span{
	font-size: 15px;
	color: #999;
	padding-left: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

.notice li{
	margin-bottom: 35px;
}
.notice li:last-child,.xsdt li:last-child{
	margin:0;
}
.notice .time{
	width: 85px;
	height: 85px;
	float: left;
	background: #eff3f9;
	text-align: center;
	padding-top: 15px;
	transition: all 0.5s;
}
.notice .time p{
	color: #1956b1;
	line-height: 1;
	font-weight: bold;
}
.notice .time p:nth-child(1){
	font-size: 30px;
	margin-bottom: 12px;
}
.notice .time p:nth-child(2){
	font-size: 14px;
}
.notice li a{
	line-height: 35px;
	font-size: 17px;
	color: #333;
	margin-left: 15px;
	float: right;
	width: calc( 100% - 100px);
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 70px;
}

.bottom{
	padding: 40px 0;
	background: url(../img/subbanner.png) no-repeat center;
	margin-top: 60px;
	background-size: cover;
}
.bottom .tsxm h2{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 15px;
	line-height: 1;
}
.bottom .tsxm li{
        float: left;
	margin-right: 2%;
	width: 31%;
}
.bottom .tsxm li img{
        display: block;
        margin: 0 auto;
	width: 100%;
	height: 160px;
	/* object-fit: cover; */
}
.bottom .tsxm{
	width: 68%;
}

.bottom .jmzc{
	margin-right: 60px;
}
.bottom .jmzc img{
	width: 376px;
	height: 234px;
	object-fit: cover;
}

.news li:hover h2,.xsdt li:hover a,.notice li:hover a{
	color: #1956b1;
}
.notice li:hover .time{
	background: #184797;
}
.notice li:hover .time p{
	color: #d7e5f9;
}

/***********通知公告*****************/
/*学院通知*/
.notice-list {
	width: 630px;
	float: right;
	height: 430px;
	overflow: hidden;
}
.boxshadow {
	box-shadow:2px 2px 1px #aca8a9;
	float: left;
	background-color: #fff;
	position: relative;
	padding: 0 20px 30px 20px;
}
.title-a {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.title-a img {
	margin-right: 5px;
	vertical-align: middle;
}
.title-a a {
	color: #006eb4;
}
.title-a .left-a {
        float: left;
	font-size: 20px;
}
.title-a .right-a a {
        float: right;
	display: block;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid #006eb4;
	padding: 4px 4px;
	font-size: 12px;
}
.title-a .right-a a:hover {
	color: #1a96ff;
	border: 1px solid #1a96ff;
}
.list-style li {
	width: 100%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.list-style li i {
	float: left;
	margin: 13px 7px 0 0;
}
.list-style li a {
	display: block;
	width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	font-size: 16px;
}
.list-style li a:hover {
	color: #1278b9;
}
.list-style li span {
	float: right;
	color: #666666;
	font-size: 14px;
}
.dot-a {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #006eb4;
}
.margin-p
{
margin-left:30px;
}
/******************党建************************/
.page-tow-a { background: url(../img/back30.png) center no-repeat; background-size: cover; margin-top: 40px; padding:1px 0 60px 0; }
.tow-ul li{ float: left; width: 25%; padding:0 12px; }
.tow-ul{ margin:0 -12px; padding-top: 5px; }
.tow-ul-img{ border-radius: 6px 6px 0 0; position: relative; padding-top: 65%;  }
.tow-ul li a{ display: block; background: #fff; border-radius: 6px;overflow:hidden; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.tow-ul li a img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.tow-ul-bottom{ padding:10px 15px; }
.tow-ul-tt{ font-size: 16px; color: #363636; height: 50px; line-height: 25px; overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.tow-ul-date{ color: #999; margin-top: 10px; }
.tow-ul li a:hover .tow-ul-tt{ color: #0044b5; }

.title-b-left{ font-size: 24px; color: #000; }
.title-b-left span{ color: #0044b5; }
.title-b{ position: relative; margin-bottom: 15px; padding-left: 33px; padding-bottom: 15px; border-bottom: solid 1px #0044b5; margin-top: 60px; }
.title-b i{ position: absolute; left: 0; top: 0; line-height: 34px; }
.title-b-sm{ font-size: 12px; line-height: 14px; margin-top: 3px; color: #b1b1b1; margin-left: 10px; text-transform: uppercase;   }
.title-b a{ float: right; font-size: 14px; color: #999; text-transform: uppercase; margin-top: 8px; }

/******************科研动态************************/
.back-three{ background: url(../img/xmgc02.png) center top no-repeat; background-size: cover; padding-top: 0px; }
.back-three1{ background: url(../img/mode_bg02.png);background-repeat: repeat;  padding-top: 0px; }
.jx-slick,.jx-slick img{ width: 500px; height: 393px; overflow:hidden; margin:0; }
.jx-slick a{ display: block; position: relative; }
.jx-slick a span{ position: absolute; left: 0; right: 0; bottom: 0; padding-left: 20px; padding-right: 100px; font-weight: bold; background: #000; background: rgba(0,0,0,0.5); line-height: 45px; font-size: 16px; color: #fff; }
.jx-slick .slick-dots{ bottom: 15px; left: auto; right: 10px; width: auto; }
.jx-slick .slick-dots li,.jx-slick .slick-dots li button{ width: 8px; height: 8px; border-radius: 50%; }
.jx-slick .slick-dots li button{ background: #b7b5b4; }
.jx-slick .slick-dots li.slick-active button{ background: #fff; }
.sp-ul-lg{ width: 670px; margin: -13px 0 0 0; padding:0; }
.sp-ul-lg li{ line-height: 44px; }
.gz-link a{ display: block; position: relative; }
.gz-link a span{ position: absolute; left: 0; right: 0; bottom: 0; padding-left: 20px; padding-right: 20px; font-weight: bold; background: #000; background: rgba(0,0,0,0.5); line-height: 45px; font-size: 16px; color: #fff; }
.sp-ul-sm li{ line-height: 30px; border:none; }
.sp-ul-sm{ width: 100%; margin-top: 10px; }


/******************教学动态************************/
.img-a-hide{ overflow:hidden; display: block; }

.img-a-hide img{ transition: 0.5s all; transform: scale(1,1); }
.img-a-hide:hover img{ transform: scale(1.05,1.05); }

.txt-a-elise{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}

.sp-ul-a li{ line-height: 46px; border-bottom: dashed 1px #ddd; color: #333; position: relative; padding-right: 110px; }
.sp-ul-a li a{ padding-left: 15px; color: #333; background: url(../images/li01.png) left center no-repeat;}
.sp-ul-a li span{ position: absolute; right: 0; top: 0; color: #333; }
.sp-ul-a { margin:10px 15px; }

.jx-slick-a,.jx-slick-a img{ width: 580px; height: 393px; overflow:hidden; margin:0; }
.jx-slick-a a{ display: block; position: relative; }
.jx-slick-a a span{ position: absolute; left: 0; right: 0; bottom: 0; padding-left: 20px; padding-right: 100px; font-weight: bold; background: #000; background: rgba(0,0,0,0.5); line-height: 45px; font-size: 16px; color: #fff; }
.jx-slick-a .slick-dots{ bottom: 15px; left: auto; right: 10px; width: auto; }
.jx-slick-a .slick-dots li,.jx-slick .slick-dots li button{ width: 8px; height: 8px; border-radius: 50%; }
.jx-slick-a .slick-dots li button{ background: #b7b5b4; }
.jx-slick-a .slick-dots li.slick-active button{ background: #fff; }
.sp-ul-lg-a { width: 670px; margin: -13px 0 0 0; padding:0; }
.sp-ul-lg-a li{ line-height: 44px;font-size: 16px; }
.gz-link-a a{ display: block; position: relative; }
.gz-link-a a span{ position: absolute; left: 0; right: 0; bottom: 0; padding-left: 20px; padding-right: 20px; font-weight: bold; background: #000; background: rgba(0,0,0,0.5); line-height: 45px; font-size: 16px; color: #fff; }
.sp-ul-sm-a li{ line-height: 30px; border:none; }
.sp-ul-sm-a { width: 100%; margin-top: 10px; }
.news-row-a { margin-top: 30px; padding-bottom: 40px; }