﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

img {
    border: none;
}
/*言语语言speak开始*/
.speak {
    height: 70px;
    line-height: 70px;
}

.speak-title {
    color: #808080;
    margin: 0 auto;
    width: 1100px;
}

    .speak-title img {
        padding: 10px;
        vertical-align: middle;
    }

    .speak-title a {
        color: #237ae4;
    }

    .speak-title ul li {
        position: relative;
        margin: 0 5px;
        float: left;
        list-style: none;
    }

 /*       .speak-title ul li ul {
            position: absolute;
            top: 60px;
            left: -20px;
            list-style: none;
            text-align: center;
            background: #FFF;
            display: none;
        }

            .speak-title ul li ul li {
                width: 100px;
                line-height: 40px;
                border: 1px solid #e6e6e6;
                padding: 0 2px;
            }

                .speak-title ul li ul li a {
                    color: #333;
                    font-size: 15px;
                }

                    .speak-title ul li ul li a:hover {
                        color: #237ae4;
                    }

        .speak-title ul li:hover ul {
            display: block;
        }*/
/*言语语言speak结束*/

.content {
    width: 1100px;
    margin: 0 auto;
}
/*bannar开始*/
.classify {
    width: 1100px;
}
.allclassify {
    border-top: 1px solid #e6e6e6;
	clear:both;
	height:100px;
}
.function {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    border-top: 1px solid #e6e6e6;
}

.illness {
    border-bottom: 1px solid #e6e6e6;
    clear: both;
    height: 50px;
}

.common {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0px 10px 0px 20px;
    line-height: 49px;
}

    .common p {
        float: left;
            width: 838px;
    }

    .common .name {
        width: 110px;
        font-size: 16px;
        color: #4d4d4d;
    }

        .common .name img {
            vertical-align: middle;
            padding-right: 5px;
            width:28px;
        }

    .common p a, .inddens a {
        font-size: 14px;
        color: #4d4d4d;
        padding: 6px 14px;
    }

        .common p a:hover, .inddens a:hover {
             background: #F61067;
            border-radius: 10px;
            color:#fff;
        }

        .common p a.checked {
            color: #FFF;
    background: #F61067;
    border-radius: 10px;
        }

.inddens {
    float: right;
    text-align: right;
    margin-top: 10px;
    display: none;
}

/*bannar结束*/
/*搜索结果-serp开始*/
.serp {
    margin-top: 10px;
    height: 400px;
}

.serp-count {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 30px;
}

    .serp-count span {
        color: #ff9955;
    }

.showleft {
    margin-right: 17px;
}

.showmiddle {
    margin-left: 17px;
    margin-right: 17px;
}

.showright {
    margin-left: 17px;
}

.show {
    margin-top: 30px;
    width: 192px;
    height: 144px;
    float: left;
    position: relative;
    overflow: hidden;
}

    .show img {
        width: 192px;
        height: 144px;
    }

.hidden {
    width: 182px;
    height: 144px;
    background: rgba(0,0,0,0.7);
    font-size: 14px;
    padding: 0px 10px;
    position: absolute;
    bottom: -182px;
    left: 0px;
}

    .hidden p {
        color: #FFF;
    }

    .hidden .palying img {
        vertical-align: middle;
        padding-right: 8px;
        width: 12px;
        height: 12px;
    }

    .hidden p {
        line-height: 22px;
    }

    .hidden .title {
        padding: 10px 0px;
        font-size: 16px;
        text-align: left;
    }

    .hidden .palying {
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }
/*搜索结果-serp结束*/