﻿body{
    background-color: #f0f0f0 !important;
}
.super-link {
    display: block;
    position: absolute;
    width: 444px;
    height: 72px;
    /* border: 1px solid red; */
    top: 108px;
    left: 372px;
}
/*正文*/
.rule_content{
	width: 1200px;
	margin: auto;
	background: #ffffff;
	text-align: center;
	font-family: fangsong;
}
.rule_content .title{
	color: #fe0002;
	font-size: 40px;
	font-family: FZXiaoBiaoSong-B05S;
	padding: 100px 0 42px 0;
}

.rule_content .content{
    margin: 30px 78px 70px;
    line-height: 38px;
    font-size: 21px;
    color: #333;
}

#zoom p:nth-child(3)  span{
	font-weight: bold !important;
	font-size: 28px !important;
	font-family: FZXiaoBiaoSong-B05S;
}
    
#zoom p:nth-child(4) span{
	font-family: fangsong !important;
	font-size: 18px !important;
}
.ru_top{
    position: relative;
    border-bottom: 5px solid #015293;
}

.ru_top .down_word {
	display: inline-block;
	width: 11px;
	height: 13px;
	margin: 11px 3px 1px 7px;
	background: url(../img/20211008_word.png) center no-repeat;
}
.ru_top .down_pdf {
	display: inline-block;
	width: 11px;
	height: 13px;
	margin: 11px 4px 1px 9px;
	background: url(../img/20211008_pdf.png) center no-repeat;
}
.download{
	position: absolute;
	bottom: 12px;
 right: 12px;
}

.download a{
	font-size: 14px;
	line-height: 33px;
	color: #666666;
        font-family: Microsoft Yahei;
}
.download>div{
	line-height: 21px;
	width: 88px;
	height: 33px;
	border: 1px solid #d1d2d4;
        display: inline-block;
        float: left;
}

.download>div:nth-child(even){
margin-left: 12px;
}

.rul_note{
	border-top: 5px solid #015293;
	overflow: hidden;
}
.rul_note p{
	font-size: 28px;
	font-family: FZXiaoBiaoSong-B05S;
	color: #015293;
	float: right;
	margin: 40px 77px 40px 0;
}

/* 文章页自适应 */
@media (max-width: 767px) {

.super-link {
    display: block;
    position: absolute;
    width: 0;
    height: 2rem;
    /* border: 1px solid red; */
    top: 0.7rem;
    left: 0.3rem;
}

/*正文*/
.rule_content{
    width: 100%;
    padding: .36rem;
    background: #fff;
}
.rule_content .title{
color: #fe0002;
font-size: 1.1rem;
font-family: "Times New Roman",Times,serif;
font-weight: bolder;
width: auto !important;
/*margin: auto !important;*/
padding: 0 !important;
display: flex;
justify-content: center;
}
.ru_top .title img {
    margin-top: 0.8rem !important;
    width: 1.6rem;
    height: 1.7rem;
    display: block;
}
.ru_top .title p {
    margin-top: 1.2rem !important;
    padding-left: 5px !important;
    font-size: 0.96rem;
    display: block;
    margin-left: 0 !important;
}

        .rule_content .content {
        width: 100%;
        font-size: .48rem;
        line-height: .96rem;
        color: #333;
        background: #fff;
        padding: .35rem 0;
        margin: 0;
    }

#zoom p:nth-child(3)  span{
    	font-weight: bold !important;
    	font-size: 0.6rem !important;
    }
    
     #zoom p:nth-child(4) span{
    	font-family: fangsong !important;
    	font-size: 0.45rem !important;
    }

	.ru_top{
		border-bottom: 0.18rem solid #015293;
                position: relative;
                height: 4.6rem;
                width: 100%;
	}

	.ru_top .down_word {
		display: inline-block;
		width: 0.4rem;
		height:0.46rem;
		margin: 0.25rem 0.1rem 0 0.3rem;
		background: url(../img/20211008_word.png) center no-repeat;
	}
	.ru_top .down_pdf {
		display: inline-block;
		width: 0.4rem;
		height:0.46rem;
		margin:0.25rem 0.1rem 0 0.3rem;
		background: url(../img/20211008_pdf.png) center no-repeat;
	}
	.download{
		position: absolute;
		top: 3rem;
                right: 0.38rem;
	}

	.download a{
		font-size: 0.4rem;
		line-height:1rem;
		color: #666666;
	}
	.download>div{
		line-height: 0.5rem;
		width: 2.8rem;
		height: 1rem;
		border: 0.01rem solid #d1d2d4;
		margin-right: 0;
	}
	.rul_note{
		border-top: 0.18rem solid #015293;
		overflow: hidden;
	}
	.rul_note p{
		font-size:0.56rem;
		font-family: "Times New Roman",Times,serif;
		font-weight: bold;
		color: #015293;
		float: right;
		margin: 0.25rem 0.5rem 0 0;
	}

}