﻿@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;
}

.function {
    height: 50px;
    border-top: 1px solid #e6e6e6;
}

.illness {
    clear: both;
    height: 50px;
}

.common {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0px 10px 0px 20px;
    line-height: 50px;
}

    .common p {
        float: left;
    }

    .common .name {
        width: 110px;
        font-size: 16px;
        color: #4d4d4d;
    }

        .common .name img {
            vertical-align: middle;
            padding-right: 5px;
            width:20px;
        }

    .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: 35px;
    margin-bottom: 10px;
    width: 192px;
    height: 144px;
    float: left;
    position: relative;
}

    .show .play {
        display: inline-block;
        height: 52px;
        width: 52px;
        left: 75px;
        top: 46px;
        position: absolute;
        z-index: 1;
    }

    .show a:hover .play {
        background: url(images/vbtn.png) no-repeat left bottom;
    }

    .show .pv {
        display: inline-block;
        position: absolute;
        bottom: 1px;
        left: 10px;
        z-index: 999;
        color: #fff;
        font-size: 13px;
    }

        .show .pv img {
            width: 10px;
            height: 10px;
        }

    .show .duration {
        display: inline-block;
        position: absolute;
        bottom: 1px;
        right: 10px;
        z-index: 999;
        color: #fff;
        font-size: 13px;
    }

    .show img {
        width: 192px;
        height: 144px;
    }

    .show p {
        text-align: center;
    }

        .show p a {
            font-size: 14px;
            color: #4d4d4d;
        }

            .show p a:hover {
                color: #f38816;
            }

.loadmore {
    margin: 30px auto;
    text-align: center;
}

    .loadmore a {
        color: #333;
    }

        .loadmore a:hover {
            color: #f38816;
        }

.loading {
    margin: 30px auto;
    text-align: center;
}

    .loading span {
        font-size: 15px;
        color: #4d4d4d;
    }
/*搜索结果-serp结束*/
