@charset "utf-8";

#main {
    background: none;
}

#home_pickup {
    position: relative;
    margin: 0 0 14px;
    padding: 2px 2px 4px;
    background: url(img/pickup_bg.jpg) no-repeat 0 0;
}
#home_pickup .imgs {
    position: relative;
    width: 740px;
    height: 300px;
}
#home_pickup .imgs li {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}
#home_pickup .dots {
    position: absolute;
    left: 2px;
    bottom: 15px;
    width: 740px;
    height: 12px;
    line-height: 12px;
    text-align: center;
}
#home_pickup .dots li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: url(img/pickup_nav.png) no-repeat right 0;
    cursor: pointer;
}
#home_pickup .dots li.active,
#home_pickup .dots li:hover {
    background-position: left 0;
}

#home_link_about {
    float: left;
    margin: 0 0 12px;
}
#home_link_case {
    float: right;
    margin: 0 0 12px;
}

#home_column {
    position: relative;
    float: left;
    display: inline; /* for IE */
    margin: 0 2px 17px;
    padding: 0 0 7px;
    width: 484px;
    background: #355991 url(img/column_bg.jpg) repeat-x 0 48px;
}
#home_column .link {
    position: absolute;
    top: 16px;
    right: 11px;
    line-height: 15px;
}
#home_column .inner {
    background: #fff;
    margin: 0 7px;
    padding: 7px 10px 2px;
}
#home_column .inner ul li {
}
#home_column .inner ul li a {
    display: block;
    padding: 13px 5px 17px;
    text-decoration: none;
    border-top: 1px dotted #b5a886;
}
#home_column .inner ul li:first-child a {
    padding-top: 0;
    border-top: none;
}
#home_column .inner ul li a .title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #18306d;
    text-decoration: underline;
}
#home_column .inner ul li:first-child a .title {
    float: left; /* width: auto; */
    padding-right: 42px;
    max-width: 398px;
    background: url(img/icon-new.png) no-repeat right center;
}
#home_column .inner ul li a:hover .title {
    text-decoration: none;
}
#home_column .inner ul li a .desc {
    clear: left;
    font-size: 14px;
    line-height: 1.57;
}

#home_bnrs {
    float: right;
    display: inline; /* for IE */
    margin: 0 2px 17px;
    width: 240px;
    background: url(img/bnrs_bg.png) repeat 0 0;
}
#home_bnrs ul {
    padding: 6px 6px 2px;
}
#home_bnrs ul li {
    margin: 0 0 4px;
}

.home_section {
    position: relative;
    margin: 0 0 17px;
    background: url(img/section_bg.png) repeat-y 0 0;
}
.home_section h2 {
    padding: 3px 2px 0;
    background: url(img/section_bg-top.png) no-repeat 0 0;
}
.home_section .link {
    position: absolute;
    top: 23px;
    right: 17px;
    line-height: 15px;
}
.home_section .inner {
    padding: 10px 12px 13px;
    background: url(img/section_bg-bottom.png) no-repeat 0 bottom;
}

#home_media ul {
    padding: 5px;
}
#home_media ul li {
    float: left;
    display: inline; /* for IE */
    width: 225px;
    margin: 0 0 0 15px;
}
#home_media ul li:first-child {
    margin-left: 0;
}
#home_media ul li a {
    display: block;
    text-decoration: none;
}
#home_media ul li a .thumb {
    float: left;
    display: inline; /* for IE */
    margin: 0 15px 0 0;
    width: 90px;
}
#home_media ul li a:hover .thumb img {
    opacity: 0.8;
}
#home_media ul li a .date {
    margin: 0 0 0 105px;
    color: #4e6a93;
    font-weight: bold;
}
#home_media ul li a .title {
    margin: 0 0 0 105px;
    font-size: 14px;
    text-decoration: underline;
}
#home_media ul li a:hover .title {
    text-decoration: none;
}

#home_news .inner {
    padding: 0 12px 23px;
}
#home_news .inner table {
    width: 100%;
}
#home_news th,
#home_news td {
    padding: 15px 10px;
    border-bottom: 1px dotted #b5a886;
}
#home_news th {
    width: 1%;
}
#home_news th span {
    padding: 5px 10px;
    color: #4e6a93;
    background: #dbe7ee;
    white-space: nowrap;
}
#home_news tr:first-child td a {
    padding-right: 42px;
    background: url(img/icon-new.png) no-repeat right center;
}
