/* 轮播图 */
.coverImages { 
	width: 100%; 
	height: auto;
}
/* 内容区域 */
.container {
	background-color: #F6F6F6;
}
.index_con {
	width: 1320px;
	margin: 0 auto;
	padding-top: 56px;
	padding-bottom: 25px;

}
.index_con::after {
	content: "";
	display: block;
	clear: both;
}
/* 左侧 */
.index_left {
	width: 323px;
	float: left;
}
/* 校园动态 */
.dynamics {
	background-color: #fff;
	padding-bottom: 24px;
}
.mediaName {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	padding-left: 25px;
	position: relative;
	background-color: #ffffff;
}
.mediaName::before {
	display: inline-block;
	content: "";
	width: 9px;
	height: 56px;
	background-color: #2f4c9a;
	position: absolute;
	left: 0px;
	top: 0px;
}
.type {
	width: 100%;
	height: auto;
}
.type li {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding: 0px 15px;
}
.type li a {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	text-align: center;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}
.type .action {
	background-color: #f8eaea;
}
.typename{
	cursor: pointer;
}
/* 校园风光 */
.scenery {
	margin-top: 35px;
}
.picScroll-top {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-top .hd .prev,
.picScroll-top .hd .next {
	display: block;
	width: 32px;
	height: 32px;
	float: right;
	margin-right: 5px;
	margin-top: 12px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/previous.svg") no-repeat;
}
.picScroll-top .hd .next {
	background: url("../images/nextPage.svg") no-repeat;
}
.picScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-top .bd ul li {
	position: relative;
	zoom: 1;
	margin-bottom: 30px;
}
.picScroll-top .bd ul li .pic {
	text-align: center;
}
.picScroll-top .bd ul li .pic img {
	width: 100%;
	height: 243px;
	display: block;
}
.picScroll-top .bd ul li .title {
	line-height: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56px;
	padding: 0px 15px;
	background-color: rgba(0,0,0,0.1);
	font-size: 20px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	color: #fff;
}
/* 右侧 */
.index_right {
	width: 967px;
	float: right;
	background-color: #FFF;
}
/* 最新动态 */
.dynamic {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
	display: none;
}
.dynamic.active{
	display: block;
}
.dynamic::after{
	display: block;
	content: "";
	clear: both;
}
.noData{
	text-align: center;
	padding: 20px;
}
.dynamicItem{
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.dynamic .newsImg {
    width: 100%;
    height: auto;
}
.dynamic .newsImg img {
    width: 100%;
    height: 182px;
}
.newsImg img:hover {
    opacity: .8;
}
.dynamic .newsImg {
    width: 100%;
    height: auto;
}
.dynamic h2 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dynamic .describe {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
	margin-bottom: 10px;
}
/* 重点专业 */
.majors_list{
	padding: 20px 0;
}
.rogramList {
    width: 100%;
    height: 97px;
    margin: 0px 0px 25px 0px;
    padding: 0px 15px 0px 147px;
    position: relative;
    cursor: pointer;
}
.rogramList:hover {
    -moz-box-shadow: 5px -5px 5px #F2F2F2, -5px -5px 9px #F2F2F2, -5px 5px 5px #F2F2F2, 5px 5px 5px #F2F2F2;
    -webkit-box-shadow: 5px -5px 5px #f2f2f2, -5px -5px 9px #f2f2f2, -5px 5px 5px #f2f2f2, 5px 5px 5px #f2f2f2;
    box-shadow: 5px -5px 5px #f2f2f2, -5px -5px 9px #f2f2f2, -5px 5px 5px #f2f2f2, 5px 5px 5px #f2f2f2;
}
.rogramList .programImg {
    width: 117px;
    height: 97px;
    position: absolute;
    left: 15px;
    top: 0px;
}
.rogramList .programImg img {
    width: 117px;
    height: 97px;
}
.rogramList .characters {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.rogramList .characters h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 0px;
    padding: 0px 0px;
}
.rogramList .characters .describe-text {
    width: 100%;
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 学生活动 */
.activity_con{
	height: 250px;
	padding: 20px 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.swiper {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.activityBox {
    width: 100%;
    height: 190px;
    position: relative;
    cursor: pointer;
}
.activityBox img {
    width: 100%;
    height: 190px;
}
.activityBox .activityName {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(000,000,000,0.2);
    transition: 0.6s all;
}
.activityBox .activityName .name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.6s all;
}
.activityBox:hover .activityName {
    height: 100%;
    transition: 0.6s all;
}
.activityBox:hover .activityName .name {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto auto;
}