@charset "utf-8";
/* CSS Document */
.content {
}
.content .title{
	position: relative;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:#DDDDDD 1px solid;
}
.content .title:after{
	content:'';
	position: absolute;
	width: 150px;
	bottom:-1px;
	left:0px;
	border-bottom:#7EA4CD 1px solid;
}
.content .title .en{
	color:#724599;
	line-height:30px;
	height:30px;
	font-size: 34px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	display:inline-block;
	vertical-align:middle;
}
.content .title .en span{
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
}
.content .title .cht{
	color:#333333;
	line-height:30px;
	height:30px;
	font-family:"微軟正黑體";
	font-size: 17px;
	display:inline-block;
	vertical-align:middle;
}
.content a:hover .con{
	color:#777777;
	text-decoration:underline;
}
.content a:hover .more{
	background:rgba(203,184,240,0.2);
}
.content ul{
	margin:0 -15px;
	display:block;
}
.content li{
	width:33.333333%;
	padding:0 15px;
	list-style:none;
	float:left;
	margin-bottom:50px;
}
.content li a{
	text-decoration:none;
}
.content .list{
	max-width:350px;
	margin:0 auto;
	
}
.content .name{
	height:48px;
	line-height:24px;
	color:#333333;
	font-size: 17px;
	margin-bottom:15px;
	overflow:hidden;
	padding-left:60px;
	font-weight: bold;
	background:url(../images/knowledge_icon.png) 0 0 no-repeat;
	text-decoration:none;
}
.content .con{
	border-top:#CBB8DC 1px solid;
	padding-top:15px;
	font-size: 13px;
	color:#777777;
	height:100px;
	line-height:20px;
	overflow:hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-bottom:15px;
}
.content .more{
	width: 84px;
	height: 26px;
	line-height:26px;
	text-align:center;
	color:#CBB8DC;
	font-size: 14px;
	border:#CBB8DC 1px solid;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
@media (max-width: 750px) {
.content li{
	width:50%;
}
@media (max-width: 450px) {
.content li{
	width:100%;
}
}