body {
	font-family: 'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.6em;
}
.hbox {display: flex; flex-direction: row;}
.class1 {
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: bold;
    color: #791cb5;
    padding: 0.8rem 0;
    margin: 0.2rem;
    border-bottom: 1px solid #791cb5;
    width: 50%;
}
.class2, .class2-a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #444;
    line-height: 2rem;
    padding: 0.4rem 0;
    margin: 0.4rem;
	margin-left: 1em;
	width: 300px
}
.class2-a {
	border-radius: 0.8rem;
	font-weight: normal;
    font-size: 1.5rem;
	color: black;
    text-decoration: none;
	text-align: center;
	width: 200px;
	margin-left: 0.4rem;
}
.class2-a:hover {
	background-color: #f5f5f5;
	color: #791cb5;
    text-decoration: none;
}
.hiddenBox {
	position: absolute;
	visibility: hidden;
}
.img_box img {
	width: 128px;
	height: 128px;
}
.txt_box {
	width: 65%;
	margin: 0 20pt;
	font-weight: lighter;
}
.hanging {
	text-indent: -2em;
	padding-left: 2em;
margin-top: 0;}