.t0{ 
	margin-bottom: 1em;
	}
.t1{ color: #333;
    font-family: "Microsoft YaHei", Arial;
    font-weight: 700;
    font-size: 4em;
	padding-left: 0.2em;
    margin: 0.2em;
    line-height: 1.2em;
    border-left: 0.2em solid #e10;
	}
	@media screen and (max-width: 736px) {
    .t1 {
        font-size: 2em;
        line-height: 1.4;
    }
	}
.t2{ 
	font-weight: 700;
    font-size: 2em;
    margin: 0.2em;
    line-height: 1.2em;
    border-bottom: 2px solid #000;
	}
	@media screen and (max-width: 736px) {
    .t2 {
        font-size: 1.3em;
    }
	}