body {
    background-color: #f5f5f5;
}

#content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#content .one {
    overflow: hidden;
    margin-top: 20px;
}

#content .content-left {
    width: 850px;
    float: right;
}

#content .one .content-left .one-title {
    height: 40px;
    line-height: 40px;
    border: 1px #ccc solid;
    border-bottom: 0px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    background: -webkit-linear-gradient(top,#ffffff 0,#ebebeb 100%);
    background: -moz-linear-gradient(top,#ffffff 0,#ebebeb 100%);
    background: -o-linear-gradient(top,#ffffff 0,#ebebeb 100%);
    background: linear-gradient(to bottom,#ffffff 0,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a7b98,endColorstr=#8a72a4,GradientType=0);
}

    #content .one .content-left .one-title img {
        position: relative;
        top: 4px;
        margin-right: 5px;
    }
#content .content-left .item:hover {
    background-color: #eff9ff;
    cursor: pointer;
    border: 1px solid #017bc4;
    border-top: 2px solid #017bc4;
}




    #content .content-right {
        width: 330px;
        margin-right: 20px;
        float: left;
    }

    #content .content-right .right-btn {
        text-align: center;
        padding: 8px 0px;
        background-color: #FFA000;
        margin-bottom: 20px;
        color: #fff;
        border: 1px #e5dccd solid;
        font-size: 16px;
        background: -webkit-linear-gradient(top,#ffc35f 0,#FFA000 100%);
        background: -moz-linear-gradient(top,#ffc35f 0,#FFA000 100%);
        background: -o-linear-gradient(top,#ffc35f 0,#FFA000 100%);
        background: linear-gradient(to bottom,#ffc35f 0,#FFA000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc35f,endColorstr=#FFA000,GradientType=0);
    }

    #content .content-right .box {
        border: 1px #ccc solid;
        margin-bottom: 20px;
    }

        #content .content-right .box .box-title {
            height: 40px;
            line-height: 40px;
            border-bottom: 2px solid #ffa000;
            padding: 0 10px;
            background: -webkit-linear-gradient(top,#ffffff 0,#ebebeb 100%);
            background: -moz-linear-gradient(top,#ffffff 0,#ebebeb 100%);
            background: -o-linear-gradient(top,#ffffff 0,#ebebeb 100%);
            background: linear-gradient(to bottom,#ffffff 0,#ebebeb 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a7b98,endColorstr=#8a72a4,GradientType=0);
        }

            #content .content-right .box .box-title .title {
                font-size: 15px;
                float: left;
            }

                #content .content-right .box .box-title .title img {
                    position: relative;
                    top: 1px;
                    margin-right: 5px;
                }

            #content .content-right .box .box-title .more {
                height: 22px;
                line-height: 22px;
                font-size: 12px;
                border-radius: 5px;
                background-color: #ffa000;
                padding: 0 8px;
                float: right;
                margin-top: 9px;
            }

        #content .content-right .box .box-content {
            padding: 0 10px;
            background-color: #fff;
        }

            #content .content-right .box .box-content .line {
                border-top: 1px #ddd solid;
                line-height: 0px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            #content .content-right .box .box-content ul li {
                background-image: url(../../../Content/Images/Web/icon15.png);
                background-repeat: no-repeat;
                background-position: 0 18px;
                padding: 10px;
                padding-left: 15px;
                font-size: 16px;
                border-bottom: 1px #999 dotted;
                cursor: pointer;
            }

            #content .content-right .box .box-content ul .act {
                background-color:#f5f5f5;
            }

                #content .content-right .box .box-content ul li:hover {
                    background-color: #f5f5f5;
                }

                #content .content-right .box .box-content ul li .po-name {
                    font-size: 16px;
                }

                #content .content-right .box .box-content ul li .address {
                    font-size: 16px;
                    text-align: right;
                    padding-top: 10px;
                }

                    #content .content-right .box .box-content ul li .address span {
                        margin-left: 10px;
                        color: #666;
                    }

