﻿@charset "utf-8";
/* CSS Document */

/*公用*/
* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    background: #f1f4f9;
    font-family: "Microsoft Yahei";
}

h2 {
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0;
}

img {
    display: block;
}

.wrap {
    width: 1190px;
    margin: 0 auto;
}

.left {
    width: 230px;
    float: left;
    background: #fff;
}

.right {
    width: 940px;
    float: right;
    background: #fff;
}

/*右上*/
.up {
    border-bottom: 1px solid #eff3f8;
    padding: 20px 30px;
}

    .up h2 {
        color: #00b487;
        font-size: 18px;
    }


/*右下*/
.down {
    padding: 30px;
}

    .down p {
        margin-bottom: 28px;
        font-size: 14px;
        color: #444;
        line-height: 2;
        padding: 0 4px;
    }

        .down p span {
            color: #00b487;
        }

    .down img {
        margin-bottom: 28px;
    }
/*春秋发展史*/
.history .down p {
    line-height: 2;
}
/*春秋荣誉*/
.down p.selfhonor {
    color: #ddb361;
    display: inline-block;
    margin-bottom: 12px;
}

.honorpic {
    display: inline-block;
    background: url(../../../images/aboutus/honorpic.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: 0 0;
    margin-right: 4px;
}

.honortop .honorpic {
    vertical-align: 54px;
}

.honortravel {
    background-position: -15px 0;
    vertical-align: middle;
    margin-right: 10px;
}

.honortop {
    border-bottom: 1px solid #eff3f8;
    margin-left: 4px;
}

.honorbottom {
    margin-top: 12px;
    margin-left: 4px;
}
/*春秋公益*/
.dian {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #444444;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
}

.down p span.kong {
    position: relative;
    color: #444;
    padding-left: 10px;
    display: inline-block;
}

.kong .dian {
    position: absolute;
    top: 13px;
    left: 0;
}
/*老王博客*/
.boke .down {
    position: relative;
}

    .boke .down p {
        margin-bottom: 13px;
    }

.look {
    background: #00b487;
    color: #fff;
    display: block;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 212px;
    right: 255px;
    text-align: center;
    line-height: 40px;
}

    .look:hover {
        background: #00a782;
    }

.list {
    display: inline-block;
    width: 704px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list:hover {
    color: #ff6600;
}

.list.on .dian, .list:hover .dian {
    background: #ff6600;
}

.down p span.date {
    float: right;
    color: #cccccc;
}

.list {
    color: #444;
}

.more {
    color: #333333;
    font-size: 14px;
}

    .more:hover {
        color: #ff6600;
    }

/*左*/
.left li {
    padding: 12px 0;
}

.left li:hover {
    background: #00be90;
}

.left li:hover a {
    color: #fff;
}

.left li a {
    padding: 8px 0 8px 37px;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}

.left li.on:hover a, .left li.on a {
    border-left: 4px solid #00be90;
    color: #00b487;
    padding-left: 35px;
}

.left li.on:hover {
    background: #fff;
}
