﻿/*左侧边框*/
.center_left {
    float: left;
    width: 200px;
    list-style: none;
}

    .center_left ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border: 1px solid #e1e1e1;
        margin-bottom: 10px;
    }

/*右侧边框*/
.center_right {
    float: right;
    width: 786px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding-bottom: 50px;
}

/*未选中*/
.item_out {
    line-height: 35px;
    width: 163px;
    padding-left: 35px;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #666;
}

    .item_out:hover {
        background-color: #f8f8f8;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }

/*选中*/
.item_over {
    display: inline-block;
    line-height: 35px;
    width: 163px;
    padding-left: 35px;
    font-size: 14px;
    margin-bottom: 5px;
    background-color: #f8f8f8;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
}

/*标题*/
.item_title {
    line-height: 40px;
    width: 163px;
    padding-left: 35px;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
}

.div_phone {
    background: url('../Images/phone.gif') no-repeat;
    width: 199px;
    border: 1px solid #e1e1e1;
    height: 230px;
}
