﻿.box {
    position: relative;
    overflow: hidden;
    background-image: url(../../Content/group/pic_bg_tuangou.png);
    background-repeat: no-repeat;
    min-height:600px;
   }
.items{ padding:40px;}
.item{ padding-bottom:60px;}
.fl-item1 {
    float: left;
    width: 5%;
    background-color: #E5F6FE;
    height: 100px;
    line-height: 100px;
    color: #67BDF8;
    font-size:xx-large;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.fl-item2 {
    float: left;
    width: 95%;
   
    font-size:15px;
   
}
.item-title {
    padding-left: 15px;
}
.item-text{ padding-left:15px;}
.item-pad{ padding-top:10px;}
.item-text span{ padding-right:40px;}
#body {
    background-color :#EEF8FD
}