* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-clear {
    clear: both;
}

img {
    /*	border-style: none;     border-color: inherit;     border-width: medium;     width: 130px; */
    border: none;
}

ul {
    list-style-type: none;
}

/* main 主体部分-------- */
#main {
    width: 1000px;
    margin: 0px auto;
    background-color: #FFF;
    margin-top: 12px;
}

    #main a:hover img {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    #main #main-box-left {
        width: 680px;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }


/*康复动态*/
.news-kfdt {
    background-image: url(../../images/2014/ico-index-kfdt.jpg);
    background-repeat: no-repeat;
    padding-left: 30px;
}

.news-kfdt-banner {
    margin-top: 25px;
    padding-bottom: 25px;
}

.news-kfdt-list {
    height: 262px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

    .news-kfdt-list .news-left {
        float: left;
        position: relative;
        top: 15px;
    }

#main .news-kfdt-list .news-time {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 73px;
    background: #00ade3;
    text-align: center;
}

#main .news-kfdt-list .news-time-date {
    font-size: 24px;
    color: #FFF;
    margin-top: 12px;
}

#main .news-kfdt-list .news-time-yeaer {
    color: #FFF;
}

#main .news-img {
    width: 412px;
    height: 232px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#main .news-kfdt-list a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.news-kfdt-list .news-right {
    float: right;
    width: 450px;
    margin-right: 35px;
}

.news-kfdt-list .news-right-title {
    padding: 20px 0px;
}

    .news-kfdt-list .news-right-title a {
        font-size: 20px;
        color: #000;
    }

        .news-kfdt-list .news-right-title a:hover {
            color: #237ae4;
        }

.news-kfdt-list .news-right-body {
    width: 466px;
    font-size: 16px;
    line-height: 1.8em;
    color: #787878;
}

.news-kfdt-list .news-details {
    padding-top: 20px;
}

    .news-kfdt-list .news-details a {
        font-weight: bold;
        color: #000;
        font-size: 15px;
    }

        .news-kfdt-list .news-details a:hover {
            color: #237ae4;
        }

.n-cotent {
    /*padding: 30px 10px;*/
}

.n-title {
    font-size: 20px;
    text-align: center;
    /*margin-top: 30px;*/
    margin-bottom: 10px;
}

.n-date {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 30px;
    color: #8a8989;
}

#n-body {
    margin-bottom: 100px;
}

    #n-body p {
        color: #666;
        font-size: 16px;
        line-height: 1.8em;
        text-indent: 2em;
        padding-bottom: 10px;
    }

/**/
.pos {
    /*border-bottom: 1px solid #e6e6e6;*/
    line-height: 70px;
}
/*面包导航*/
.pos-title {
    color: #808080;
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
}

    .pos-title img {
        padding: 10px;
        vertical-align: middle;
    }

    .pos-title a {
        color: #237ae4;
    }

    .pos-title ul li {
        position: relative;
        margin: 0 5px;
        float: left;
        list-style: none;
    }

        .pos-title ul li ul {
            position: absolute;
            top: 60px;
            height: 84px;
            list-style: none;
            text-align: left;
            background: #FFF;
            display: none;
        }

            .pos-title ul li ul li {
                width: 100px;
                padding-left: 15px;
                line-height: 40px;
                border: 1px solid #e6e6e6;
            }

                .pos-title ul li ul li a {
                    color: #333;
                }

                    .pos-title ul li ul li a:hover {
                        color: #237ae4;
                    }

        .pos-title ul li:hover ul {
            display: block;
        }

.jiathis_style a {
    margin-right: 20px;
    font-size: 14px;
    border-radius: 22px;
}

.jiathis_style .jiathis_button_tsina {
    float: right;
    padding: 6px 18px;
    color: #ff7059;
    border: 1px solid #ff7059;
}

.jiathis_style .jiathis_button_weixin {
    float: right;
    padding: 6px 18px;
    color: #5db05b;
    border: 1px solid #5db05b;
}
