@charset "utf-8";
#hd .title {
	background-image: url(img/h2.jpg);
}
#ct H4 {
	font-size: 24px;
	display: block;
	background-color: #FFF;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
}
#ct .ct .comics IMG {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
}
#ct .ct .comics .txt {
	margin-left: 30px;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	padding-top: 15px;
}
#ct .ct .comics {
	clear: both;
	margin-bottom: 30px;
}

#ct .ct .comics DL {
	border-top: 1px dotted #FFF;
	padding-top: 5px;
	margin-left: 30px;
	width: 450px;
}

#ct .ct .comics DL DT {
	display: block;
	width: 90px;
	padding-left: 15px;
	border-right: 10px solid #666;
	float: left;
}
#ct .ct .comics DL DD {
	padding-left: 130px;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#ct .ct .comics DL DD.nopadding {
	padding-left: 15px;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#ct .ct .comics DL DD TABLE TR  .underline{
	border-bottom: 1px dotted #FFF;
}

#ct .ct .comics .attention {
	padding-left: 30px;
	font-size: 10px;
	line-height: 12px;
}
#ct .ct .comics .topics {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
	border: 1px solid #666;
	background-color: #EEE;
	padding: 14px;
	border-radius: 8px;
}
#ct .ct .comics .topics .topics_tit {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
#ct .ct .comics .topics .topics_txt {
	margin-left: 30px;
}
.r_shadow {
	border-radius: 5px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}
.radius {
	border-radius: 5px;
}