/*左侧图片*/
div.custompublishing .left-image {
    float:left;
    width: 694px;
    /*height: 800px;*/
    padding-bottom: 2em;
}
/** 右侧信息 **/
div.custompublishing .right-info {
    float:right;
    width: 256px;
}

/** 联系我们 **/
div.custompublishing .right-info .contact {
    padding-left: 38px;
    padding-bottom: 2em;
    padding-top: 1em;
}

/** 滚动 **/
#makeMeScrollable
{
    width: 694px;
    height: 120px;
    position: relative;
    margin-top: -20px;
}
#makeMeScrollable img {
    height:120px;
}

#makeMeScrollable div.scrollableArea *
{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/** 二级页面成功案例 **/
div.custompublishing-example div.exampleList {
    padding: 250px 5px 25px 5px;
}
div.custompublishing-example div.exampleList div.exampleBox {
    /*border-right: 3px;*/ 
    /*border-right-color: #666666;*/
    /*border-right-style: solid;*/
/*    border-bottom: 1px; 
    border-bottom-color: #666666;
    border-bottom-style: solid;*/
    padding: 5px 3px;
    margin: 9px 3px;
    /*background-color: #999999;*/ 
}
div.custompublishing-example div.exampleList table {padding:0;margin: 0;}
div.custompublishing-example div.exampleList td.content h4 {font-size: 1.2em; font-weight: bold;margin-bottom: .6em;}
div.custompublishing-example div.exampleList td.content p {text-indent: 2em;}
div.custompublishing-example div.exampleList td.content a {color:black;}

/** 成功案例子页面 **/
div.example-page div.article-content-box h3,
div.example-page div.article-content-box div.info {text-align: center;}


