#topcontents{
	overflow:hidden;
}

#topics{
	width:530px;
	overflow:hidden;
	margin:40px 20px 0px 20px;
	float:left;
	text-align:left;
}
#production{
	width:360px;
	overflow:hidden;
	margin:40px 20px 0px 50px;
	float:left;
	text-align:left;
}
#topcontents h2{
	font-weight:100;
	font-size:16pt;
	border-bottom:2px solid #C1191F;
}

#article hr{
	border-top:1px solid #C1191F;
	margin:25px auto;
	width:500px;
	
}
#topics .topicsart{
	margin-top:20px;
	display:flex;
}
#topics .topicsimg{
	width:180px;
}
#topics dl{
	margin-left:15px;
	width:500px;
}
#topics dt{
	font-size:13pt;
	font-weight:bold;
}
#topics .cate,#topics .date{
	font-size:10pt;
}
#topics .exp{
	margin-top:5px;
}
#topics a{
	word-wrap:break-word;
}
#production dl{
	margin-top:20px;
	margin-left:5px;
}
#production dt{
	position:relative;
	padding-left:15px;
	font-weight:bold;
}
#production dt::before{
	position:absolute;
	border-style:solid;
	top:7px;
	left:0px;
	border-width:6px 0px 6px 8px;
	border-color:transparent transparent transparent #C1191F;
	content:"";
}
#production .date{
	padding-left:15px;
}
#production .exp{
	padding-left:15px;
	margin-top:5px;
	font-size:11pt;
}