.news-type,
.news-type li{
	height: 80px;
}

.news-type li a{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #555;
	top: 20%;
	border: none;
}

.news-type .active a,
.news-type li a:hover{
	color: #2660AC !important;
	border: none !important;
	background-color: #fff;
}

.news-list-content,
.zimaa-content{
	margin-top: 30px;
}

.zimaa-content{
	background-color: #fff;
}

.news-list-content ul,
#zimaaList{
	padding: 0;
}

.news-list-content ul li,
#zimaaList li{
    padding-bottom: 20px;
    border-bottom: dashed 1px #e6e6e6;
    margin-bottom: 20px;
}

.news-list-content ul li:last-child,
#zimaaList li:last-child{
	border-bottom: none;
}

.news-list-time{
	padding: 21px 0;
	width: 100px;
	height: 100px;
	background-color: #f4f4f4;
	text-align: center;
	margin-right: 30px;
}

.news3-list-time,
.news2-list-time{
	width: 100px;
	height: 100px;
	background-color: #f4f4f4;
	text-align: center;
	margin-right: 30px;
	border: 1px solid #f4f4f4;
}

.news3-list-time .viewportImg,
.news2-list-time .viewportImg{
	height: 100px;
	width: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

.date{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #666;
	margin: 0 20px;
}

.year{
	font-size: 18px;
}

.news-list-tit{
	margin-top: 10px;
    font-size: 18px;
    width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-abstract{
	color: #666;
	width: 1000px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.news-list-link:hover{
	color: #2660AC;
}

.activity-banner{
	background-color: #fff !important;
}

@media screen and (max-width: 768px) {
	.activity-banner{
		height: 200px !important;
	}

	.news-type, .news-type li{
		height: 60px;s
	}

	.news-type li a{
		padding: 6px 0;
		font-size: 16px;
	}

	.news-list-time{
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}

	.news3-list-time, 
	.news2-list-time,
	.news3-list-time .viewportImg, 
	.news2-list-time .viewportImg{
		width: 80px;
		height: 80px;
	}

	.date{
		font-size: 18px;
		margin: 0 15px;
	}

	.news-list-tit,.news-abstract{
		width: 100%;
	}

	.news-list-tit{
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
	}

	.news2-list-time,
	.news3-list-time{
		margin-right: 10px;
	}

	.zimaa-content{
		padding: 0 10px;
		background-color: #fff;
		margin-top: 15px;
	}
}