@CHARSET "ISO-8859-1";
.typography h5 {
	color: #af001b;
	cursor: pointer;
}
.content a.clip {
	color: #999;
    display: inline-block;
    padding: 0;
}
.flaticon-youtube15:before {
	font-size: 35px;
    position: relative;
    top: 4px;
}
.content a.clip:hover, .content a.youku:hover {
	color: #b80000;
	text-decoration: none;
}
.content a.youku {
	border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    font-family: "Oswald";
    margin: 0 5px;
    padding: 5px;
}
.content a.youku:hover {
	border: 1px solid #b80000;
}
.content .item {
	border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.faq_body {
	display: none;
	padding: 10px 37px;
}
h4.question, h4.open_question{	
	cursor: pointer;
}
.open_question {
	display: none;
}
.cate_list {
	text-align: center;
}
.cate_list .cate_item {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 20px;
	/*background: #ebf1f6;*/
	border: solid 1px #d0131b;
	color: #d0131b;
}
.cate_list .cate_item.current, .cate_list .cate_item:hover {
	background: #d6131c;
	color: #fff;
	text-decoration: none;
}