.c_ {
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	float: left;
	text-align: left;
}
.c b,.c_ b {
	font-size: 24px;
	color: #F00;
	line-height: 28px;
}
.c_ .txt {
	float: left;
	width: 63%;
}
.c_ .img {
	float: right;
	width: 35%;
	padding-left: 2%;
}
.c_ ol {
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c_ ol li {
	list-style-type: none;
	padding-bottom: 15px;
}
.c table {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
}
.c table .w1 {
	width: 20%;
	padding-right: 1%;
	padding-left: 1%;
}
.c table .w2{
	width: 78%;
}
.c table .w3{
	width: 3%;
	text-align: center;
}
.c table .w4{
	width: 18%;
}
.c table .c1{
	background-color: #FFFFCC;
}
.c table .c2{
	background-color: #E7FFB9;
}
.c table .c3{
	background-color: #F0CBF3;
}
.c table .c4{
	background-color: #FED0C0;
}
.c table .c5{
	background-color: #BFD1FF;
}
.c table .c6{
	background-color: #FFDFDF;
}

.c_ .txt {
    width: 100%;
}
.c_ .img {
	width: 49%;
}