/* seminar */
.text,
.project{
	background: none;
}
.text{
	padding-right: 0;
	width: 874px;
}
.seminar li{
	background: url(../images/seminar-1.png) no-repeat 0 0 ;
	background-size:840px auto; 
	width: 840px;
	height:160px ;
}
.seminar li .rili{
	background: url(../images/seminar-2.png) no-repeat 0 0 ;
	background-size:102px auto; 
	width: 102px;
	height:99px ;
	text-align: center;
	margin: 30px;
}
.seminar li .rili h3{
	color: #ac0000;
	font-size: 54px;
	line-height: 65px;
}
.seminar li .rili p{
	color: #666;
	font-size: 21px;
	line-height: 27px;
}
.seminar li .seminar-info h3{
	color: #333;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 16px;
	width: 660px;
	margin-top: 30px;
}
.seminar li .seminar-info p{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	width: 660px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

/* consultant */
.consultant li{
	background: url(../images/consultant-1.png) no-repeat 0 0 ;
	background-size:286px auto; 
	width: 286px;
	height:269px ;
	margin-right:8px;
	font-size: 15px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}
.consultant li:nth-child(3n){
	margin-right:0px;
}
.consultant li img{
	width: 278px;
	height: auto;
	display: block;
    margin: 0 auto;
    margin-top: 5px;
}
.consultant li h3{
	padding-left: 10px;
	margin-top: 20px;
}
.consultant li p{
	font-size: 13px;
	padding-left: 10px;
	color: #666;
}

/* detail */
.found h4{
	margin-bottom: 10px;
}
.found4 .p3 {
    color: #ac0000;
    font-weight: normal;
}
.found4 .big{
	width: 674px;
	height: auto;
	margin:30px 0;
}
.seminar li .rili p.on{
	color: #ac0000;
    font-size: 40px;
    line-height: 99px;
    font-weight: bold;
}
.page {
	text-align: center;
}
.page a{
	display: inline-block;
	height: 38px;
	width: 38px;
	background: #eaeaea;
	text-align: center;
	line-height: 38px;
	color: #999999;
	margin-right: 10px;
}
.page a.active{
	background: #ac0000;
	color: #FFFFFF;
}
