.banner {
    width: 1200px;
    height: 380px;
    margin-bottom: 40px;
    overflow: hidden;}

.layout-home {
    padding-bottom: 50px;}

.layout-side {
    float: left;
    overflow: hidden;
    width: 400px;
    height: 250px;}

.fast-group {
    width: 420px;
    height: 250px;
    margin: 0 -20px 0 0;}

.fast-group > .block {
    float: left;
    overflow: hidden;
    width: 190px;
    height: 110px;
    margin: 0 20px 15px 0;
    border-radius: 6px;
    background-color: #cccccc;}

.fast-group > .block > a {
    display: block;
    height: 110px;}

.fast-group > .block > a > img {
    display: block;}


.layout-main {
    float: left;
    width: 800px;}

.article {
    float: left;
    width: 370px;
    margin-left: 30px;}

.article > .title {
    height: 38px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;}

.article > .title > .icon {
    float: left;
    height: 30px;
    width: 2px;
    margin-right: 20px;
    background-color: #154688;}

.article > .title > .text {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #154688;}

.article > .title > .more {
    float: right;
    display: block;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;}

.article > .title > .more:hover {
    color: #154688;}

.article > .content {}

.article > .content > ul {
    padding: 0;
    margin: 0;
    list-style: none;}

.article > .content > ul > li {
    position: relative;
    height: 30px;}

.article > .content > ul > li > i {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    color: #154688;}

.article > .content > ul > li > .text {
    display: block;
    height: 30px;
    margin: 0 60px 0 15px;
    width: 295px;
    overflow: hidden;
    padding: 4px 0;
    line-height: 22px;
    font-size: 14px;
    color: #545454;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;}

.article > .content > ul > li > .text:hover {
    color: #154688;}

.article > .content > ul > li > .date {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
    color: #999999;}

