/* 正文start*/
.breadcream{font-size:1rem ;line-height:4rem; width: 100rem; margin: 0 auto;}
.breadcream a{margin: 0 0.25rem;}
.breadcream a:last-child{color:#004097;}
.index-xx{    overflow: hidden;
    margin: 0 auto 2rem;
    width: 100rem;}
.xx-tit{    border-bottom: 0.125rem dotted #e1e1e1; font-weight: bold; color: #004097;
    line-height: 4.5rem;
    font-size: 1.75rem;
    text-align: center;}
.xx-source{line-height: 4rem;
    color: #999999;
    text-align: center;}
.xx-source span{ margin: 0 2rem;;}
.xx-con p{line-height: 2.75rem; text-indent: 2rem; margin-bottom: 1rem; text-align: justify;}
.xx-con .er_title{ font-size: 1rem; font-weight: bold; color: #004097; }
/* 正文end*/



@media (max-width: 767px){

	
	/*面包屑导航*/
	.breadcream {
	    width: 92%;
	}
	.index-xx {
	    width: 92%;
	}
	.xx-tit {
	    line-height: 2rem;
	    font-size: 1.25rem;
	}
.xx-con p img { width:100%;}
	.xx-source span {
	    font-size: 0.875rem;
	    margin: 0 0.5rem;
	}
	
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	
	
	
	/*面包屑导航*/
	.breadcream {
	    width: 92%;
	}
	.index-xx {
	    width: 92%;
	}
	.xx-tit {
	    line-height: 2rem;
	    font-size: 1.25rem;
	}
	.xx-source span {
	    font-size: 0.875rem;
	    margin: 0 0.5rem;
	}
	
	
}