.pageName_box{position: absolute;left: 0;top:0;width: 100%;height: 100%;color: #fff;}
			.pageName_box2{height: 100%;}
			.pageName_box h1{position: absolute;left: 0;top:35%;font-size: 3rem;}
			.pageName_box h1:after{content: '';display: block;position: absolute;width: 100%;left: 0;bottom: -0.3125rem;height: 0.25rem;background: #fff;}
			.pageName_box h1:before{content: '';display: block;position: absolute;width: 50%;left: 0;bottom: -0.3125rem;height: 0.25rem;background: #2272de;z-index: 1;}
			.dw{font-size:0.875rem ;background: #e9e9e9;color: #adadad;line-height: 4.0625rem;}
			.dw a{margin: 0 0.625rem;}
			.dw a:last-child{color: #2272de;}
			
			.list_con2{margin-top: 2.5rem;margin-bottom: 8.75rem;}
			.list_con2 .tit{font-size: 2.25rem;padding-top: 6.25rem;padding-bottom: 4.375rem;text-align: center;border-bottom: 0.125rem solid #e0e0e0;}
			.list_con2 .date_box{color: #a0a0a0;font-size: 1.125rem;width: 14rem;padding: 0 3.125rem;line-height: 3.125rem;margin: auto;position: relative;top: -1.65rem;background: #fff;text-align: center;}
			.list_con2 .date_box b{font-weight: normal;float: left;}
			#content-share-list{width: 14rem;float: right;}
			#content-share-list a{float:left;width: 2.3125rem;height: 2.3125rem;background-size:100% 100% ;background-repeat:no-repeat ;padding: 0;line-height: initial;margin: 0;margin-left: 1.25rem;margin-top: 0.3rem;}
			#content-share-list .content_qq{background-image: url(/uiFramework/commonResource/image/shareQQ.png);}
			#content-share-list .content_sina{background-image: url(/uiFramework/commonResource/image/shareWB.png);}
			#content-share-list .content_weixin{background-image: url(/uiFramework/commonResource/image/shareWX.png);}
			#content-share-list .content_qq:hover{background-image: url(/uiFramework/commonResource/image/shareQQ_hover.png);}
			#content-share-list .content_sina:hover{background-image: url(/uiFramework/commonResource/image/shareWB_hover.png);}
			#content-share-list .content_weixin:hover{background-image: url(/uiFramework/commonResource/image/shareWX_hover.png);}
			#content{padding: 5.625rem 0 14.375rem 0;border-bottom: 0.125rem solid #e0e0e0;}
                        .content *{font-size:1rem;}


 @media only screen and (min-width: 480px) and (max-width: 767px){
	.w1440 {
	    width: 96%;
	}
	.pageName_box h1 {
	    font-size: 1.25rem;
	}
        .xx_box img{ width:100%;}
}
			@media screen and (max-width: 768px){
				 .w1600{ width: 96%;}
	.w1440 {
	    width: 90%;
	}
	
	.pageName_box h1 { width: 10rem;
	    font-size: 1.25rem;
	}
	.pageName_box h1:before {
	    width: 80%;
	}
	.pageName_box h1:after {width: 20%; right:0;
	    bottom: -0.875rem;
	    height: 0.25rem;
	}    
				.dw {font-size: 0.75rem;line-height: 2rem;}
				.list_con2{margin-top: 0;margin-bottom: 1rem;}
				.list_con2 .tit {font-size: 1.125rem;padding-top: 1rem;padding-bottom: 1rem;border-bottom: 0.125rem solid #e0e0e0;}
				.list_con2 .date_box {font-size: 0.85rem;width: auto;padding: 0.5rem 0;line-height: inherit;margin: auto;top: 0;text-align: center;}
				#content-share-list {width: auto;float: none;display: inline-block;vertical-align: middle;}
				#content-share-list li{display: inline-block;}
				#content-share-list a{float: none;display: block;}
				#content-share-list a {width: 1.25rem;height: 1.25rem;padding: 0;margin: 0;margin-left: 0.5rem;margin-top: 0;}
				#content{padding: 2rem 0;}
				#content *{max-width: 100%;}
			}
@media screen and (max-width: 992px) and (min-width: 770px){

#content {
    padding: 5.625rem 0 0 0;
    height: 67.5rem;
}

}
@media screen and (max-width: 1202px) and (min-width: 992px){

#content {
    padding: 5.625rem 0 0 0;
    height: 67.5rem;
}

}

.list_con h2::before {
    content: "▋";
}
.list_con h2 {
    color: #ae005f;
    font-size: 1rem;
    line-height: 300%;
}
.list_con h2 a {
    color: #ae005f;
}
.list_con h6 {
    border-left: 1px solid #AE005F;
    padding: 2px 4px;
    font-size: 14px;
    background: #f7f7f7;
    color: #333333;
    line-height: 1.5rem;
    margin: 2rem 1rem;
}

.list_con ul {
    padding-left: 2em;
    margin: .8em 0;
}
.list_con ul>li {
    list-style: disc;
}

.list_con ol {
    padding-left: 2em;
    margin: .8em 0;
}
.list_con ol>li {
    list-style: decimal;
}
.list_con ol[type="a"]>li {
    list-style: lower-alpha;
}
.list_con ol[type="i"]>li {
    list-style: lower-roman;
}