/*标题*/
.content_title{
	width:1180px; 
	margin:0 auto; 
	height:68px; 
	background:url(/uiFramework/commonResource/image/2022052609365667932.png) no-repeat 0 0;
	margin-top:70px;
}

.content_title span{
	 font-size:25px; 
	 color:#fff; 
	 line-height:68px; 
	 text-align:center; 
	 display:block;
}

/*back*/
.content_back{
	 width:1180px; 
	 height:48px; 
	 margin:0 auto; 
	 margin-top:35px; 
	 border-bottom:1px dashed #cecece;
}

.content_back ul li{
	 float:left; 
	 line-height:48px; 
	 margin-right:55px; 
        font-size: 16px;
}

.content_back ul li span{
	 color:#2693d5; font-size: 16px;
}

.content_back ul .back_in{
	 float:right; 
	 margin-right:30px;
}

.back_in a{
	 color:#2693d5; 
	 display:block;font-size: 16px;
}
/*正文*/
.content_word{
	 width:1180px; 
	 min-height:500px; 
	 margin:0 auto; 
	 margin-top:65px; 
	 font-size:15px; 
	 padding-bottom:50px;
}

.content_word img{
	 width:500px;
	 display:block; 
	 margin:0 auto; 
}

.wordd{ 
	line-height:200%; 
	margin-top:26px; 
font-family:"Microsoft YaHei" !important;
}
@media only screen and (max-width:1025px) {
.content_title,.content_back,.content_word{width:96%;}
.content_title{margin-top: 20px;background-size: 100% 100%;}
.content_title span{font-size: 18px;padding: 0 15px;}
.content_back{height:auto;}
.content_back ul .back_in{margin-right:0;}
}
@media screen and (max-width:768px) {
.content_back ul li{line-height:30px;margin-right:15px;font-size:14px;}
.back_in a{font-size:14px;}

}
@media screen and (max-width:500px) {
.content_title span{font-size: 18px;padding: 0 15px;line-height:32px;}

.content_back ul li{margin-right:10px;}

}
@media screen and (max-width:400px) {




}
@media screen and (max-width:360px) {



}