﻿@charset "utf-8";
/******************qq*******************/
.clearit {
    clear: both;
}

#floatbox {
    width: auto;
    position: absolute;
    width: 0px;
    right: 0;
    top: 120px;
    overflow: hidden;
    z-index: 99999;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.content-box {
    float: right;
    width: 120px;
}

.qq-top {
    width: 120px;
    height: 29px;
    background: url(../images/qq_top.gif) no-repeat;
}

.qq-center {
    width: 120px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: #68B5FD solid 1px;
    border-right: #68B5FD solid 1px;
    padding-top: 5px;
    background: #fff;
}

.qq-bottom {
    width: 120px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #4B7FD5;
    background: url(../images/qq_bottom.gif) no-repeat;
}

.content-box h3 {
    font-size: 13px;
    font-family: microsoft yahei;
    color: #2460A3;
    line-height: 35px;
    border-bottom: #D3DFED solid 1px;
    font-weight: normal;
    text-align: center;
}

.content-box h4 {
    font-size: 13px;
    font-family: microsoft yahei;
    line-height: 30px;
    border-bottom: #EFEFEF solid 1px;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

.content-box p {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #D60101;
    text-indent: 12px;
    font-weight: normal;
    line-height: 30px;
}

.content-box ul {
    width: 108px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

.content-box li {
    list-style: none;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 98px;
    padding-left: 5px;
    padding-right: 5px;
}

    .content-box li span a {
        width: 25px;
        padding-top: 3px;
        float: left;
        text-align: right;
        margin-right: 10px;
    }

.QQ_close {
    float: right;
    width: 29px;
    height: 117px;
    background: url(../images/qq_left.gif) no-repeat;
    margin-top: 28px;
    cursor: pointer;
}
