    	.nav{
    			position: relative;
    			background: linear-gradient(to right,#08121e, #1c2743);
    			height: 0.9rem;
    		}
    	.nav .return{
    		position: absolute;
    		left: 0.4rem;
    		width: 0.4rem;
    		height: 100%;
    		background: red;
    		background: url(../img/common/back.png) no-repeat left center;background-size:0.23rem 0.45rem;
    	}
        .return a{display: block;width: 100%;height: 100%}
        .nav .title{
            text-align: center;
            line-height: 0.9rem;
            color: #96d2fa;
            font-size: 0.34rem;
            
        }
        .wrap{
            padding: 0 0.4rem;
            color: #424141;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 1px; 
            text-indent: 32px;           
            padding-bottom: 0.2rem;
        }
        .wrap .items .title{
            text-indent: 0px;
            color: #424141;
            padding: 0.4rem 0 0.2rem 0;
            border-bottom: 1px solid #f0f0f0;
            font-size: 18px;
            line-height: 18px;
            font-weight: bolder;          
        }
        .wrap img{
                width: 100%;
                margin-top: 0.44rem;
            }
/*        第一张图片的特殊处理*/
        .wrap .items-contents.alone+img{
            width: 5.24rem;
            margin:0 auto;
            margin-top: 0.44rem;
        }
        .wrap .items{
            margin-top: 0.2rem;
        }
        .wrap .items .items-contents{
/*            text-indent: 0.56rem;*/
            margin-top: 0.53rem;
            text-align: justify;
        }
/*        #sxgk{
            margin-top: 0;
        }  */ 