a {
    	color: #010101;
	}
    .content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
    background: white;
    overflow: visible;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 36px;
	}
	.content * {
    margin: 0;
    padding: 0;
	}
	.content .text, .content .head-text {
    padding: 0 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
	}
	.content .head-title {
    color: black;
    font-size: 20px;
    padding: 24px 0 8px 30px;
	}
	.content .head-text {
    margin-bottom: 6px;
	}
	.content .hr {
    background: #dcdcdc;
    height: 2px;
	}
	.item a {
    text-decoration: underline;
	}
	.content .title {
    font-size: 18px;
    color: black;
    padding: 13px 0;
    line-height: 1.5;
    font-weight: bold;
}
	.content .title+p:after {
    content: '';
    margin-top: 36px;
    margin-bottom: 18px;
    height: 2px;
    background: #efefef;
    display: block;
    width: calc(100% - 30px);
	}
	.content .hr {
    background: #dcdcdc;
    height: 2px;
	}