    .content {
      position: relative;
      width: 1200px;      
      margin: 0 auto;
    }
    
    .content .top h1 {
      font-size: 32px; 
      font-weight: 500; 
      color: #333;
      margin-top: 40px;
      margin-bottom: 10px;
      text-align: center;       
    }
    
    .content .top p {
      line-height: 30px;
    }

    .content .bottom {
      overflow: hidden;
      width: 100%;
      height: 330px;
    }

    .content .bottom .left {
      float: left;
      width: 582px;
      height: 300px;
      margin-left: 10px;
      margin-top: 30px;
      font-size: 16px;
    }

    .content .bottom .left p {
      padding: 30px 10px 0 30px;
      padding-top: 0;
      font-size: 16px;
      line-height: 30px;
      text-align: justify;
    }

    .content .bottom .right {
      float: left;
      width: 543px;
      height: 300px;
      margin-left: 30px;
      margin-top: 30px;
    }

    .content .bottom .right img {
      width: 100%;
      height: 100%;
    }

    .content2 .top h1 {
      font-size: 32px; 
      font-weight: 500; 
      color: #333;
      margin-bottom: 40px;          
    }

    .content2 .bottom {    	
      height: 420px;
    }

    .content2 .bottom ul li {
      float: left;
      margin-right: 42px;
      width: 350px;
      height: 400px;     
    }

    .content2 .bottom ul li:nth-child(1) {
      margin-left: 33px;
    }

    .content2 .bottom ul li:nth-child(3) {
      margin-right: 0;
    }

    .content2 .bottom ul li .top {
      position: relative;
      padding: 0;
      width: 100%;
      height: 250px;
    }

    .content2 .bottom ul li .top img {
      width: 100%;
      height: 100%;
    }

    .content2 .bottom ul li .bottom {
      padding: 15px;
      width: 100%;
      height: 150px;
      background-color: #e9e7e8;
    }

    .content2 .bottom ul li .bottom h3 {
    	text-align: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      margin-bottom: 10px;
    }

    .content2 .bottom ul li .bottom p {
      line-height: 20px;
    }