#wrap-bottom-feature {
background: #F7F7F7;
border-top: solid 1px #E7E2E2;
padding-bottom: 30px;
margin-top: 7px;
}
.t-inner {
width: 1048px;
margin: 0px auto;
}
#fck_bottom_feature {
margin: 20px 0 0 0;
}
#fck_bottom_feature ul {
list-style: none;
}
#fck_bottom_feature ul li:first-child {
margin-left: 0;
}
#fck_bottom_feature .fck-bt-feature-item {
width: 242px;
margin-left: 20px;
float: left;
}
#fck_bottom_feature ul li:last-child {
width: 260px;
}
.fck-bt-feature-item h3 {
height: 40px;
width: 100%;
line-height: 40px;
font-size: 16px;
color: #EE1C1D;
text-transform: uppercase;
border-bottom: solid 1px #ccc;
}
.fck-bt-feature-item > h3 span {
display: inline-block;
height: 40px;
border-bottom: solid 2px #EE1C1D;
}
.content-bt-ft-item {
margin: 10px 0 0 0;
color: #484848;
}
.content-bt-ft-item ul {
margin: 0 0 0 18px;
line-height: 24px;
}
.content-bt-ft-item ul li {
list-style: url(../images/list_style.png);
}
.content-bt-ft-item a {
color: #EE1C1D;
}
.content-bt-ft-item a:hover {
text-decoration: underline;
}
.content-bt-ft-item p {
line-height:20px;
}

#bottom-footer {
height: 35px;
background: url(../images/bg_bottom_footer.png) repeat-x;
text-align: center;
color: #fff;
font-size: 12px;
line-height: 35px;
}

#go_top {
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
background: #333 url(../images/icon_go_top.png) no-repeat;
bottom: 60px;
cursor: pointer;
height: 50px;
opacity: .6;
position: fixed;
right: 0;
text-indent: -99999px;
transition: all .5s ease;
width: 35px;
z-index: 9;
}