body {
    background: #FFF;
}

.box {
    padding-top: 20px;
    background: url(images/listbg.gif)
}

.right {
    width: 810px;
    float: right;
    padding: 0 30px;
}

.right_content, .news_content {
    padding: 20px;
    line-height: 25px;
    font-size: 14px;
    font-family: microsoft yahei
}

    .right_content p {
        padding: 7px 0;
        text-indent: 2em;
    }

/*news*/
.rightmore {
    float: right;
    color: #666
}

.news_content li {
    list-style-type: circle;
    height: 40px;
    line-height: 40px;
    color: #666;
    border-bottom: #D8D8D8 dashed 1px;
}

    .news_content li a {
        color: #787878;
        font-family: microsoft yahei;
        font-size: 14px;
    }

.news_title {
    border-bottom: #D8D8D8 solid 1px;
    text-align: center
}

    .news_title h1 {
        font-size: 22px;
        font-family: microsoft yahei;
        height: 42px;
        line-height: 42px;
    }

    .news_title p {
        color: #666;
        padding: 10px 0;
    }

.news_content img {
    max-width: 670px;
    width: expression(this.width>670&&this.height<this.width?670:true);
    overflow: hidden
}
/*company*/
.company_content {
    padding: 20px;
}

.company_item {
    height: 150px;
    margin-bottom: 20px;
    border-bottom: solid #EAEAEA 1px;
    padding-bottom: 20px;
}

.company_logo {
    width: 150px;
    height: 150px;
    float: left;
}

    .company_logo img {
        width: 150px;
        height: 150px;
        border-radius: 50%
    }

.company_info {
    width: 600px;
    float: right;
    padding-top: 15px;
}

    .company_info p {
        color: #999
    }

.company_title {
    height: 30px;
    line-height: 30px;
    background: #F9F9F9;
    border-bottom: #E2E2E2 solid 1px;
    margin-bottom: 15px;
}

    .company_title h3 {
        padding-left: 10px;
        color: #F30
    }

.sub_company {
    padding: 20px 0;
}
/*case*/
.case_content {
    padding: 20px;
}

.case_item {
    text-align: center;
    float: left;
    width: 210px;
    height: 205px;
    margin: 0 20px 40px 20px;
}

    .case_item img {
        width: 180px;
        height: 180px;
    }
