﻿.row-a {
    padding: 20px 0 30px 0;
}

.row-a > .row-a-item {
    float: left;
    width: 490px;
    height: 308px;
}

/********************************************/
.row-b {
    padding: 30px 0;
}

.row-b > .row-b-side {
    float: left;
    width: 220px;
}

.row-b > .row-b-main {
    float: left;
    width: 520px;
    margin-left: 20px;
}

/********************************************/
.slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/********************************************/
.news {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.news > .title {
    position: relative;
    height: 40px;
    padding-bottom: -1px;
    border-bottom: 1px solid #cccccc;
}

.news > .title > .icon {
    float: left;
}

.news > .title > .more {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    width: 32px;
    background: url("../images/more.png") no-repeat;
}

.news > .content {
    padding: 20px 0 8px 0;
}

.news > .content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news > .content > ul > li {
    position: relative;
    overflow: hidden;
    height: 24px;
    background: url("../images/icon-arrow.png") no-repeat left center;
}

.news > .content > ul > li > a {
    display: inline-block;
    width: 260px;
    margin: 0 auto 0 20px;
    line-height: 24px;
    font-size: 14px;
    color: #222222;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news > .content > ul > li > a:hover {
    color: #b81d1d;
}

.news > .content > ul > li > span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}

/********************************************/
.fast-menu {
    background: #f5f5f5;
}

.fast-menu > .main-box {
    background: url("../images/fast-menu.png") no-repeat left top;
}

.fast-menu .item {
    float: left;
    height: 200px;
    width: 200px;
}

.fast-menu .item > .active {
    width: 100%;
    height: 100%;
    background: #eeeeee;
}

.fast-menu .item > .active > .icon {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    background: url("../images/fast-menu.png") no-repeat left -105px;
}

.fast-menu .item > .active > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fast-menu .item > .active > ul > li {
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #999999;
}

.fast-menu .item > .active > ul > li > a {
    color: #333;
}

.fast-menu .item > .active > ul > li > a:hover {
    color: #2063a8;
}

/********************************************/
.notice {
    width: 100%;
    height: 260px;
}

.notice > .title {
    position: relative;
    height: 40px;
    background: #2063a8;
}

.notice > .title > .icon {
    float: left;
}

.notice > .title > .more {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 40px;
    background: url("../images/more-a.png") no-repeat;
}

.notice > .content {
    padding: 20px 0 0 0;
}

.notice > .content > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.notice > .content > ul > li {
    position: relative;
    overflow: hidden;
    height: 24px;
    background: url("../images/icon-arrow.png") no-repeat left center;
    line-height: 24px;
    font-size: 14px;
    color: #222222;
}

.notice > .content > ul > li > a {
    display: inline-block;
    margin: 0 auto 0 20px;
    line-height: 24px;
    font-size: 14px;
    color: #222222;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice > .content > ul > li > a:hover {
    color: #b81d1d;
}

.notice > .content > ul > li > span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}

.notice .row-width-main {
    width: 420px;
}

.notice .row-width-side {
    width: 200px;
}