

@media (min-width: 275px) {
	
	.content_box{
		/*padding-top: 24px;*/
	}
	.content_box .box{
		/*margin: .4rem .2rem 0;*/
		background: #fff;
		border-radius: .12rem;
		padding-bottom: .38rem;
	}
	.content_box .box img{
		width: 100%;
		height: 5.4rem;
		object-fit: cover;
		border-radius: .12rem;
	}
	.content_box .box .tit{
		font-size: .28rem;
    line-height: .30rem;
		color: #F08614;
		font-weight: bold;
		padding: 0 .2rem;
		margin-top: .36rem;
	}
	.content_box .box .con{
		font-size: .24rem;
    line-height: .36rem;
		color: #999;
		padding: 0 .2rem;
		margin-top: .2rem;
	}
	/*.content_box1{*/
	/*	padding-top: .2rem;*/
	/*}*/
	.content_box .box1{
		margin: 0 .2rem;
		background: #fff;
		border-radius: .12rem;
		padding-top: .36rem;
		padding-bottom: .34rem;
		margin-bottom: .24rem;
	}
	.content_box .box1 .top{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: .36rem;
	}
	.content_box .box1 .top img{
		width: 2.1rem;
		object-fit: cover;
		height: auto;
	}
	.content_box .box1 .top .tit{
		font-size: .36rem;
    line-height: .4rem;
		color: #F08614;
		font-weight: bold;
		margin-left: .2rem;
	}
	.content_box .box1 .list{
		padding: 0 .26rem;
	}
	.content_box .box1 .list .item{
		padding-bottom: .36rem;
	}
	.content_box .box1 .list .item img{
		width: .32rem;
		height: .32rem;
		margin-right: .1rem;
		object-fit: cover;
	}
	.content_box .box1 .list .item .item_top{
		display: flex;
		align-items: center;
		margin-bottom: .24rem;
	}
	.content_box .box1 .list .item .item_top>div{
		font-size: .24rem;
    line-height: .32rem;
    color: #333;
		font-weight: bold;
	}
	.content_box .box1 .list .item .bot{
		font-size: .24rem;
		color: #999;
		line-height: .3rem;
	}
	.content_box .box1 .list .item:last-child{
		border-bottom: .02rem dashed #E8EBED;
	}
	.content_box .box1 .box1_bot{
		padding: .34rem .24rem 0;
	}
	.content_box .box1 .box1_bot .tit{
		display: flex;
		align-items: center;
		
	}
	.content_box .box1 .box1_bot .tit p i{
		font-size: .24rem;
    line-height: .36rem;
    color: #196BC0;
		font-weight: bold;
		font-style: normal;
	}
	.content_box .box1 .box1_bot .tit p{
		font-size: .24rem;
		color: #999;
		line-height: .36rem;
	}
	.content_box .box1 .box1_bot .con{
    font-size: .24rem;
    color: #999;
    line-height: .36rem;
	}
	.content_box .box1 .box1_bot .con p{
		margin-top: .2rem;
	}
}
@media screen and (min-width: 750px) {
	.introduce{
    padding: 20px 0 60px;
		max-width: 1200px;
		margin: 0 auto;
	}
	.introduce .content_box .box{
		/* width: 100%; */
		height: auto;
		padding-bottom: 0;
		display: inline-block;
		/* margin: 0 auto; */
		margin: 20px 11px 0;
    border-radius: 6px;
	}
	.content_box .box1 .top .tit{
		font-size: 18px;
	}
	.introduce .content_box .box img{
		width: 50%;
		float: left;
		object-fit: cover;
    height: 280px;
    border-radius: 6px;
	}
	.introduce .content_box .box .box_con{
		width: 50%;
		height: 100%;
		float: right;
	}
	.introduce .content_box .box .box_con .tit{
		margin-top: 20px;
    line-height: 20px;
		font-size: 18px;
		padding: 0 24px;
	}
	.introduce .content_box .box .box_con .con{
		font-size: 15px;
    line-height: 25px;
		padding: 0 24px;
		margin-top: 14px;
		
	}
	
	/* 关于蓉华 */
	.introduce .content_box1 .box1{
		/* width: 100%; */
		height: auto;
		padding: 0;
		display: inline-block;
		/* margin: 0 auto; */
		margin: 20px 11px 0;
    border-radius: 6px;
	}
	.introduce .content_box1 .box1 .box1_top{
		width: 100%;
		/*display: flex;*/
		/*align-items: center;*/
		padding: 24px;
		box-sizing: border-box;
	}

	.introduce .content_box1 .box1 .box_item{
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.introduce .content_box1 .box1 .box1_top .top1{
    /*width: 40%;*/
    width: 100%;
		display: flex;
		justify-content: center;
		font-size: 16px;
    margin-bottom: 30px;
	}
	.introduce .content_box1 .box1 .box1_top .top1 img{
		width: 150px;
		object-fit: cover;
		height: auto;
	}
	.introduce .content_box1 .box1 .box1_top .top1 .tit{
		font-size: 20px;
    line-height: 22px;
    margin-left: 15px;
	}
	.introduce .content_box1 .box1 .box1_top .list{
		/*border-width: 60%;*/
    padding: 0;
	}
	.content_box .box1 .list .item:last-child{
		/*border-bottom: none;*/
    border-bottom: 1px dashed #E8EBED;

  }
  .content_box .box1 .list .item img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .content_box .box1 .list .item{
    padding-bottom: 24px;
  }
  .content_box .box1 .list .item .item_top{
    margin-bottom: 14px;
  }
	.introduce .content_box1 .box1 .box1_top .list .item .item_top>div{
		font-size: 16px;
    line-height: 18px;
	}
	.introduce .content_box1 .box1 .list .item .bot{
		font-size: 16px;
    line-height: 18px;
	}
	.introduce .content_box1 .box1 .box1_bot{
		width: 100%;
		padding: 0 24px 24px;
		box-sizing: border-box;
	}
	.introduce .content_box1 .box1 .box1_bot .tit{
		font-size: 24px;
	}
	
	.introduce .content_box .box1 .box1_bot .tit{
		display: flex;
		align-items: center;
		
	}
	.introduce .content_box .box1 .box1_bot .tit p i{
		font-size: 16px;
		color: #196BC0;
		font-weight: bold;
		font-style: normal;
		line-height: 22px;
	}
	.introduce .content_box .box1 .box1_bot .tit p{
		font-size: 16px;
		color: #999;
		line-height: 22px;
	}
	.introduce .content_box .box1 .box1_bot .con{
		font-size: 16px;
		color: #999;
		line-height: 22px;
	}
	.introduce .content_box .box1 .box1_bot .con p{
		margin-top: 11px;
	}
}
@media (min-width: 980px) {
  .introduce .content_box .box img{
    width: 60%;
    height: 320px;
  }
  .introduce .content_box .box .box_con{
    width: 40%;
  }
}
@media (min-width: 1200px) {
	.introduce .content_box .box{
		margin: 0;
	}
	.introduce .content_box .box1{
		margin: 0;
	}
  .introduce .content_box .box img{
    /*width: 60%;*/
    height: 360px;
  }
}
