		.content-box h1{
			font-weight: bold;
			font-size: 0.18rem;
			text-align: center;
			margin: 0.1rem 0 0.15rem;
		}
		.content-box .information ul{
			display: flex;
			justify-content: space-around;
		
		}
		.content-box .information ul li{
			position: relative;
			padding-left: 0.2rem;
			color: #a0a0a0;
			font-size: 0.14rem;
		}
		
		.content-box .information ul li::before{
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}
		.content-box .information .department::before{
			background: url(../images/m-content-author.png) no-repeat left center;
			width: 0.14rem;
			height: 0.16rem;
			background-size: 100% 100%;
		}
		.content-box .information .time::before{
			background: url(../images/m-content-time.png) no-repeat left center;
			width: 0.16rem;
			height: 0.16rem;
			background-size: 100% 100%;
		}
		.content-box .information .name::before{
			background: url(../images/m-content-name.png) no-repeat left center;
			width: 0.18rem;
			height: 0.16rem;
			background-size: 100% 100%;
		}
		.content-box .information .read::before{
			background: url(../images/m-content-read.png) no-repeat left center;
			width: 0.18rem;
			height: 0.08rem;
			background-size: 100% 100%;
			
		}
		.content-box .content{
			padding-bottom: 0.2rem;
			border-bottom: 0.01rem solid #e1e1e1;
		}
		.content-box .content p{
			font-size: 0.16rem;
			color: #666666;
		    line-height: 32px;
			text-indent: 2em;
			text-align: justify;
		}
         .content-box .content img{
              max-width: 100%;
              height: auto;
              display: block;
              margin: 0 auto !important;
         }
      .content-box .content video{
          max-width: 100%;
          display: block;
          height: auto;
      }
		.main .other{
			margin: 0.2rem 0  0.3rem;
		}
		.main .other p{
			font-size: 0.15rem;
			margin: 0.1rem 0;
			color: #6f6f6f;
			line-height: 1.5;
		}
		.main .other p span{
			color: #000000;
		}
		.share{
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin: 0.2rem 0;
		}
		.share .line{
			width: 30%;
			height: 1px;
			background-color: #e1e1e1;
		}
		.share .qq{
			width: 0.27rem;
			height: 0.24rem;
		}
		.share .wb{
			width: 0.33rem;
    		height: 0.24rem;
		}
		.share .wx{
		    width: 0.28rem;
    		height: 0.21rem;
		}

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	

	              	