@font-face {
    font-family: 'SimYH';
    src: url('../fonts/yh_yjrb.ttf') format('truetype');
}
.contentPage p, .contentPage h1, .main-list ul li a,.main-list ul li span{
    font-family: 'SimYH'!important;
}
/* 顶部背景图 */
.content .topbg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display:none;
}

/* 底部背景图 */
.content .downbg {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
	display:none;
}
