/**
 * displayinfo.htm css
 * @author: Yupi Li
 */

/*横幅*/
.my-banner {
    height: 400px;
}

.my-content {
    min-height: 800px;
}

.my-content .atitle {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.my-content .article-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.my-content .article a, .my-content .article span, .my-content .article p {
    line-height: 1.8 !important;
    font-size: 14px !important;
    font-family: Microsoft YaHei, serif !important;
}

.pos {
	margin: 50px 0;
}

.pos a {
	color: black;
	font-size: 14px;
}

.possplit {
    text-indent: 22px;
    width: 24px;
    display: inline-block;
}

.possplit::before {content: '>';margin-left: -15px;}