/*
    Copyright (C) 2009 ColorCyberWay
    All rights reserved
    styles for index page
*/


/***** Content *****/

.content h3 {
    margin: 10px 0 0 10px;
    padding: 2px 0 1px 15px;
    border-left: 12px solid #f18c0f;
    _display: inline;
}

.content .intro-img {
    height: 450px;
}

.content .intro-img a {
    display: block;
    width: 765px;
    height: 100%;
    text-indent: -9999em;
}

.content .intro-img a {
    background: none;
}

.content .intro {
    margin: 20px 0 0 10px;
}

.content .intro p {
    color: #999999;
    font-size: 14px;
    line-height: 2;
}

.content .intro .more {
    float: right;
    font-size: 12px;
    padding: 1px 0 1px 18px;
    margin-top: 10px;
    background: url(../image/icon-more.gif) no-repeat 0 0;
}

.content .box {
    width: 230px;
    height: 200px;
    float: left;
    margin: 40px 4px 0 0;
    border-right: 1px solid #cccccc;
    _display: inline;
}

.content .intro strong {
    color: #cb1200;
}

.box h4 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 0;
}

.box h4 a {
    color: #666666;
}
.box h4 a:hover{
    color: #ffffff;
}

.news .news-list {
    margin-top: 10px;
}

.news .news-list li {
    line-height: 1.2;
    padding: 5px 0 5px 18px;
    background: url(../image/list-icon-arrow2.gif) no-repeat 0 3px;
}

.news .news-list li .item-content {
    display: block;
    width: 190px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
}

.news .news-list li .date {
    color: #999999;
    font-size: 10px;
    font-family: Verdana;
}

.case a.case-img {
    width: 195px;
    display: block;
    margin: 5px auto;
}

.case a.case-img:hover {
    background: none;
}

.case .case-img img {
    width: 190px;
}

.case .case-name {
    text-align: center;
    font-weight: bold;
}

.content .blog {
    border-right: none;
}

.blog .blog-list {
    margin: 0 0 0 15px;
    _display: inline;
}

.blog .blog-list li {
    padding: 5px 0;
    float: left;
    border-bottom: 1px dashed #cccccc;
}

.blog .blog-list li img {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
}

.blog .blog-list li .item-content {
    width: 170px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    line-height: 1.5;
    margin-left: 5px;
    _display: inline;
}
