/*****首页样式********/
.zhuce_name {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    height: 36px;
    line-height: 39px;
    width: 240px;
}

.content {
    width: 1004px;
    margin: 0 auto;
    background: #FFFFFF;
    height: auto;
    min-height: 500px;
    padding-bottom: 60px;
    padding-top: 10px;
}


/**分类部分**/
.classDiv {
    border: 1px solid #E3E3E3;
    width: 984px;
    margin: auto;
    margin-bottom: 20px;
    padding:0px  10px;
    padding-bottom:15px;
    background: white;
}

    .classDiv .title {
        line-height: 33px;
        padding-left: 10px;
        padding-right: 20px;
        float: left;
        height: 33px;
        margin-top: 15px;
        color: #1284d2;
    }

    .classDiv .contxt {
        float: left;
        width: 880px;
    }

    .classDiv .item {
        background: #eeeeee;
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        margin-right: 12px;
        display: block;
        height: 33px;
        margin-top: 15px;
        cursor:pointer;
    }

    .classDiv .hot {
        color: #FFFFFF;
        background-color: #1384d2;
        position: relative;
    }

        .classDiv .hot .arrow {
            border-top: 8px solid #1384d2;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 0px;
            position: absolute;
            display: inline-block;
            top: 33px;
            left: 50%;
            margin-left: -5px;
        }

/**列表 访问**/
.caseRight {
    float: right;
    width: 258px;
    margin-right: 20px;
}

    .caseRight .ad {
        margin-top: 10px;
    }

        .caseRight .ad img {
            width: 258px;
            height: 168px;
        }

    .caseRight .contxt {
        border: 1px solid #E3E3E3;
        padding: 30px;
    }

        .caseRight .contxt p {
            padding: 5px;
            margin-bottom: 15px;
        }

        .caseRight .contxt a {
            width: 100%;
            height: 40px;
            line-height: 40px;
            background-color: #FF9742;
            color: white;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            border-radius: 3px;
            letter-spacing: 2px;
            display: block;
        }

.caseList {
    margin-left: 20px;
    width: 690px;
}

    .caseList a {
        color: #045082;
        transition: color ease 0.3s;
        font-size:13px;
        font-weight:bold;
    }

        .caseList a:hover {
            color: red;
        }

    .caseList .noneData {
        margin-top: 80px;
    }

.caseList {
    float: left;
}

    .caseList .item {
        padding:0px 10px;
        padding-top: 20px;
        padding-bottom: 25px;
        border-bottom: 1px dashed #cbcbcb;
    }

        .caseList .item img {
            width: 147px;
            height: 110px;
            border: 1px solid #e4e4e4;
        }

        /*.caseList .item .left {
            margin-left: 8px;
        }*/

        .caseList .item .right {
            float: left;
            padding-left: 35px;
            width: 480px;
        }

        .caseList .item .title {
            color: #155c8a;
            font-size: 14px;
            line-height: 32px;
        }

        .caseList .item .summary {
            text-indent: 2em;
            line-height: 22px;
            margin-top: 5px;
            word-break:break-all;
            word-wrap:break-word;
        }
    /**相关专家**/
    .caseList .specialist {
        padding-top: 15px;
    }

.specialist .onlineLink {
    margin-top: -5px;
    margin-left: 18px;
}

.specialistInfo {
    height: 28px;
    line-height: 28px;
    float: left;
}

    .specialistInfo a {
        float: left;
    }

    .specialistInfo span {
        margin-left: 15px;
    }



/********************详细页面*****************/
.studentInfo {
    border: 0px solid red;
    padding: 10px 30px;
    font-family: 'Microsoft YaHei',Arial;
    font-size: 13px;
}

    .studentInfo .infoDiv {
        border: 1px solid #1284D2;
        line-height: 28px;
        padding: 5px 30px;
        margin: 15px 0px;
    }
        .studentInfo .infoDiv .item a {
            color:#1284d2;        
        }
        .studentInfo .infoDiv .item a:hover {
            text-decoration:underline;       
        }
    .studentInfo .label {
        color: #1284D2;
    }
.sdn_dc .onlineLink {
    margin-top: 0px;
    margin-left: 8px;
}

.al_yuyue {
    float: left;
    margin-left: 25px;
    background: #1384d2;
    width: 85px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}

/*所属专家*/
.specialDiv {
    width: 242px;
    height: 91px;
    padding: 17px 14px;
    background: #E8F6FF;
    margin-top: 15px;
    margin-bottom: 25px;
}

    .specialDiv .sp_right {
        float: left;
        margin-left: 16px;
        margin-top: 4px;
    }

    .specialDiv .sp_left {
        float: left;
    }

        .specialDiv .sp_left img {
            width: 90px;
            height: 90px;
        }

    .specialDiv .sp_right a {
        font-size: 14px;
        color: #1284d2;
    }

    .specialDiv .onlineLink {
        margin-top: 8px;
    }