﻿/*pages reconstruction*/ 
  html
  {
  font-size: 100px;
  }
  *
  {
  font-size: 0.14rem;
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  color: #393939;
  }
  body
  {
  border-top: solid 1px #e5e5e5;
  min-height: 100%;height: 100%; max-width: 750px;margin: 0 auto;position: relative;
  }
  img
  {
  border: 0;
  }
  a
  {
  text-decoration: none;
  }
  /*pages reconstruction end*/
  /*footer*/
  #footer
  {
  background: #242a36;
  width: 100%;
  height: 0.9rem;
  float: left;
  position: relative;/*当浮动距离不够时用*/
  bottom: 0;/*当浮动距离不够时用*/
  }
  #footer p
  {
	color: #aba9ac;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.24rem;
  }
  /*main content*/
  .container_list{
  	margin: 0.24rem 0 1.1rem 0.24rem;
  	float: left;
  }
  .detail_box
  {
  	height: 7.5rem;
	max-width:999999px;
  	width: 2.8rem;
  	float: left;
  	position: relative;
	display: inline-block;
  }
  .detail_box img{
  	margin-bottom: 30px;
  }
  .detail_box p
  {
	text-align: center;
	font-size: 26px;
	color: #003994;
	
	margin-bottom: 24px;
	font-weight: bold;
  }

  h3{
  	font-size: 32px;
  	color: #003994;
  	margin-bottom: 30px;
  }
  p{
  	font-size: 28px;
  	line-height: 35px;
  }
  .p1{line-height: 50px;font-size:22px;}
   h4{
  	font-size: 22px;
  	color: #003994;
	margin-top: 30px;
  	margin-bottom: 30px;
  }
  .years
  {
	font-size: 22px;
	line-height: 50px;
  }
  .years:before
  {
	content:"";
	width: 0.1rem;
	height: 0.1rem;
	vertical-align: baseline;
	display: inline-block;
	border-radius: 0.1rem;
	background: rgb(255,152,0);
	margin-right: 0.18rem;
	margin-bottom: 0.04rem;
  }
  h5{
  	font-size: 20px;
  	color: #393939;
	margin-top: 80px;
  	margin-bottom: 40px;
	text-align: center;
  }
  .container{
  	margin: 0 0 0.4rem 0;
	float:left;width:100%;
  }
  .detail_box1
  {
	height: 3.5rem;
    	width: 2.3rem;
  	float: left;
  	position: relative;
	display: inline-block;
  }
  h6{
  	font-size: 20px;
  	color: #013894;
  	margin-bottom: 30px;
  }

  .con_top
  {
  
  height:7.5rem;
  }

