﻿.btn {
    padding: 5px 10px;
    background: none;
    font-size: 15px;
    font-family: Arial;
    font-weight: normal;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid #d02718;
    color: #000;
    text-shadow: 0px 0px 0px #810e05;
    box-shadow: inset 0px 0px 0px 0px #f5978e;
    text-align: center;
    color: #fff;
    line-height: 25px;
    width: 80px;
    height: 25px;
    overflow: hidden;
    margin-right: 20px;
    float: right;
    margin-top: 35px;
    background: #ff9000;
}

    .btn:hover {
        background: none;
        background: #ff9000;
    }


.gv_data {
    width: 905px;
    border: 0;
    margin: 0 10px;
}

    .gv_data .newstd {
        border-bottom: 0;
    }

.expert_list {
    float: right;
}
    .expert_list .gv_data {
        width: 890px;
    }
    .expert_list .item {
        height: 160px;
        border-bottom: 1px dashed #999;
        margin-bottom: 20px;
    }

        .expert_list .item .show {
            width: 770px;
            overflow: hidden;
            display: block;
            height: 150px;
            float: left;
        }

            .expert_list .item .show:hover {
                color: #000;
            }

        .expert_list .item .img {
            width: 100px;
            overflow: hidden;
            float: left;
            padding: 10px 20px;
        }

            .expert_list .item .img img {
                width: 100px;
                height: 120px;
            }

        .expert_list .item .txt {
            width: 600px;
            overflow: hidden;
            float: left;
            font-size: 15px;
            line-height: 28px;
        }

            .expert_list .item .txt .t1 {
                width: 100px;
                float: left;
                font-weight: bold;
            }

            .expert_list .item .txt .t2 {
                width: 500px;
                float: left;
            }


            .expert_list .item .txt .t3, .expert_list .item .txt .t4 {
                font-weight: bold;
            }

                .expert_list .item .txt .t3 span, .expert_list .item .txt .t4 span {
                    float: none;
                    font-weight: normal;
                }

        .expert_list .item .btn_link {
            width: 120px;
            overflow: hidden;
            float: right;
            line-height: 50px;
            display: block;
            padding-top: 50px;

        }

            .expert_list .item .btn_link a {
                width: 80px;
                line-height: 55px;
                height: 55px;
                color: #FFF;
                margin: 0;
                background: none;
                background-color: #c51e31;
                padding: 5px 10px;
            }
                .expert_list .item .btn_link a:hover {
                    background-color: #ad1425;
                }



.zjxx {
    width: 895px;
    float: right;
}

    .zjxx .info {
    }

        .zjxx .info .info-title {
            height: 50px;
            line-height: 50px;
            display: block;
            width: 100%;
            background-color: #eeeeee;
            border-bottom: 2px solid #c51e31;
        }

            .zjxx .info .info-title .item {
                height: 50px;
                line-height: 50px;
                float: left;
                padding: 0px 20px;
                cursor: pointer;
            }

                .zjxx .info .info-title .item:hover {
                    color: #d02718;
                }

            .zjxx .info .info-title .cur {
                height: 50px;
                line-height: 50px;
                float: left;
                color: #FFF;
                padding: 0px 20px;
                background-color: #c51e31;
            }

            .zjxx .info .info-title .info-ask_btn {
                height: 30px;
                line-height: 30px;
                float: right;
                color: #FFF;
                display: block;
                padding: 3px 20px;
                margin-top: 8px;
                background-color: #c51e31;
                margin-right: 10px;
            }

        .zjxx .info .info-con .item {
            display: none;
            padding: 20px;
        }

        .zjxx .info .info-con .cur {
            display: block;
        }

        .zjxx .info .info-con .item .a {
            height: 40px;
            display: block;
            width: 850px;
            margin: 0 10px;
            border-bottom: 1px dashed #e0e0e0;
        }

            .zjxx .info .info-con .item .a a {
                height: 40px;
                line-height: 40px;
                display: block;
                float: left;
            }

            .zjxx .info .info-con .item .a span {
                height: 30px;
                line-height: 30px;
                width: 180px;
                float: right;
            }




.baseinfo {
    margin-bottom: 20px;
}

.baseinfo-img {
    width: 200px;
    float: left;
    height: 220px;
    overflow: hidden;
}

    .baseinfo-img .img {
        width: 200px;
        height: 220px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .baseinfo-img img {
        width: 150px;
        height: 190px;
    }


.baseinfo-con {
    width: 690px;
    float: right;
    padding-top: 20px;
    font-size: 14px;
}

    .baseinfo-con div {
        font-weight: bold;
    }

        .baseinfo-con div span {
            font-weight: normal;
        }

    .baseinfo-con .c1, .baseinfo-con .c3, .baseinfo-con .c5, .baseinfo-con .c7 {
        width: 350px;
        float: left;
    }
