html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #F6F7F8;
}


span {
	font-weight: bold;
	font-size: .7rem;
}

strong {
	text-decoration: underline;
}

.item {
	width: 100%;
	height: auto;
	font-size: 0.5rem;
	overflow: hidden;
}

.item:nth-of-type(1) {
	margin-top: 0.5rem;
}

.item:nth-of-type(2) {
	margin: 0.5rem auto;
}

.item>.title {
	color: #333;
	font-size: 0.75rem;
	font-weight: 200;
	margin-top: 0.5rem;
	margin-left: 0.75rem;
}

p {
	padding: 0;
	margin: 0;
}

.item>.desc {
	width: 17.25rem;
	color: #333;
	font-size: 0.7rem;
	margin: 1rem auto 0rem;
	text-align: justify;
	line-height: 1rem;
	overflow: hidden;
}
.divheight{
    width: 17.25rem;
    height: 2.25rem;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
    border-radius: 0.1rem;
    background: #FF8727;
    line-height: 2.25rem;
}
h3 {
	text-align: center;
}