/* CSS Document */
.w-1200 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.tit {
    position: relative;
    margin-bottom: 45px;
}
 .tit p {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    width: 123px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.tit .line {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    background: #e9e9e9;
}
.t-t li {
    width: 416px;
    float: left;
    padding-left: 84px;
    background: url(../images/new-cy-5.png) no-repeat;
    background-position: 0 16px;
    margin-bottom: 45px;
}
 .t-t li h4 {
    font-size: 16px;
    color: #333;
    padding-bottom: 8px;
    font-weight: normal;
}
 .t-t li.li-t {
    background-position: -755px 16px;
}
 .t-t li.li-s {
    background-position: 0 -150px;
}
.t-t li.li-w {
    background-position: 0 -318px;
}
.t-t li.li-l {
    background-position: -755px -318px;
}
 .t-s ul {
    border: 1px solid #eaeaea;
    border-bottom: 0;
}
.t-s li span {
    width: 208px;
    float: left;
    display: inline-block;
    color: #6a6a6a;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #eaeaea;
    background: #fafafa;
}
 .t-s li p {
    float: left;
    font-size: 12px;
    color: #6a6a6a;
    line-height: 48px;
    padding-left: 55px;
}
.t-s li.li2 {
    line-height: 68px;
}
.t-s li.li2 p {
    line-height: 18px;
    margin-top: 16px;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0;
    height: 0;
}
 .t-s li {
    line-height: 48px;
    border-bottom: 1px solid #eaeaea;
}
* + p {
   margin-top: 0; 
}