﻿  .firendltPage::before{
      content:'';
      width:100%;
      height:20px;
      display:block;
      background-color:#f6f6f6;
  } 
.firendltPage{
      width:1200px;
      background-color:#fff;
      margin:0 auto;
  }
  .firendltPage-header{
      padding:11px 11px 50px;
  }
   .firendltPage-header img{
       width:1178px;
       height:261px;
   }
   .firendltPage-content {
       padding:0 35px 100px 55px;
   }
    .firendltPage-content .title {
        font-size: 22px;
        color: #333;
           padding-right: 10px;
       background-color:#fff;
       display:inline-block;
    }
   .firendltPage-content .titleBox{
       margin-bottom: 30px;
        background:url('../../App_Themes/Theme/Images/about/introline.jpg') repeat-x center;

    }
    .firendltPage-content  table{
         width:100%;
     }
     .firendltPage-content tr{
          border-top:1px solid #f3f3f3;
     }
        .firendltPage-content tr:last-child{
          border-bottom:1px solid #f3f3f3;
     }
     .firendltPage-content td a{
         display:block;
         font-size:16px;
         color:#333;
         line-height:68px;
     }
       .firendltPage-content td{
            border-left:1px solid #f3f3f3;
              text-align:center;
       }
      .firendltPage-content td:nth-of-type(5n+5){
           border-right:1px solid #f3f3f3;
      }