/*.wrap {*/
/*    width: 100%;*/
/*    background: #f4f4f4;*/
/*    text-align: center;*/
/*    padding-bottom: 30px;*/
/*}*/

/*html,body {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0;*/
/*}*/

/*.header {*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    background: url("../images/bg_banner.jpeg")  100% 100% no-repeat;*/
/*}*/

/*.content-wrap {*/
/*    margin-top: -260px;*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*}*/

/*.content {*/
/*    margin: 0 auto;*/
/*    padding-top: 40px;*/
/*    padding-left:50px;*/
/*    padding-right:50px;*/
/*    padding-bottom: 40px;*/
/*    width: 1200px;*/
/*    background: #FFFFFF;*/
/*    text-align: left;*/
/*}*/

.title {
    margin: 0 auto;
    width: 120px;
    height: 26px;
    font-size: 20px;
    color: #333333;
    padding-bottom: 12px;
}

.line {
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.list {
    margin-bottom: 30px;
}

.list-content {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.list-title {
    line-height: 30px;;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

.pl20{
    padding-left: 16px;
}

.pl40{
    padding-left: 32px;
}

.pl60{
    padding-left: 52px;
}

.bold{
    font-weight: bold;
}

.float-right {
    float: right;
}

.overflow-hidden {
    overflow: hidden;
}

.clear {
    clear:both;
}

.color-red {
    color: red;
}