ul,li{list-style: none}
.module-selection{
	height: 80px;
	min-width: 1100px;
	border-bottom: 1px solid #ccc;
}
.selection-box{
	width: 760px;
	margin-left:auto ;
	margin-right:auto ;
}
.module-selection li{
	line-height: 78px;
	font-size: 20px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	cursor:pointer;
}
.module-selection .on{
	border-bottom: 2px solid red;
}
.module-item{
	width: 1100px;
	/*height: 500px;*/
	margin: auto;
	margin-top: 20px;
}
.module-item > li{
	display: none;
}
.module-item > .on{
	display: block;
}
.article-box{
	text-align: center;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #eee;
	margin: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 10px;
	border-radius:10px ;
}
.article-box:nth-child(2){
	width: 10px;
	background: #000;
}
.article-box p{
	font-size: 18px;
	/*line-height: 18px;*/
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	margin: 0;
}
.article-box img{
	border-bottom: 1px solid #eee;
	width: 100%;
	height: 150px;
	margin-bottom: 0.5em;
	border-radius:10px 10px 0 0;
}
.module-item #auditorium{
	/*text-align: right;
	line-height: 34px;*/
}
.more-box{
	text-align: center;
	line-height: 40px;
	background: #eee;
	box-shadow: 1px 1px 1px #ddd;
	border-radius: 5px;
}