﻿
/*history*/
.his_nav {
    margin-bottom: 50px;
}

    .his_nav li {
        width: 232px;
        height: 110px;
        float: left;
        margin-right: 10px;
        border-radius: 5px;
        text-align: center;
        font-size: 22px;
        line-height: 24px;
    }

        .his_nav li:last-child {
            margin-right: 0px;
        }

.h_drop {
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 25px;
    margin-left: -12px;
    display: none
}

.his_nav li a h1 {
    font-size: 17px;
    color: #555;
    padding-top: 30px;
}

.his_nav li a span {
    font-size: 18px;
}

.his_nav li a {
    background: #efefef;
    position: relative;
    color: #ed734b;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

    .his_nav li a:hover {
        background: #ed734b;
        color: #fff;
    }

        .his_nav li a:hover h1, .his_nav li:hover span {
            color: #fff
        }

        .his_nav li a:hover .h_drop {
            display: block;
        }

.history {
    background: url(../images/t_bg.jpg) repeat-y 187px 0;
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

.history-date {
    position: relative;
}

    .history-date h2 {
        height: 59px;
        font-size: 14px;
        font-family: 微软雅黑;
        font-weight: normal;
        padding-left: 45px;
    }

        .history-date h2 a {
            color: #ed734b;
            display: inline-block;
            *display: inline;
            zoom: 1;
            background: url(../images/time4.jpg) no-repeat right 50%;
            padding-right: 17px;
            margin: 21px 97px 0 0;
        }

.hty {
    font-size: 14px;
    display: inline-block;
}

.his_title {
    background: #ed734b url(../images/to.png) no-repeat 10px center;
    height: 59px;
    width: 180px;
    line-height: 59px;
    padding-left: 60px;
    font-size: 18px;
    margin-left: 158px;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}

    .his_title:first-child {
        background: url("../images/time1.jpg") no-repeat 0 top;
        margin-top: 0px;
    }

    .his_title span {
        font-size: 14px;
    }

.history-date ul li {
    background: url(../images/time2.jpg) no-repeat 179px top;
    padding-bottom: 10px;
    zoom: 1;
    padding-top: 5px;
}

    .history-date ul li.last {
        padding-bottom: 0;
    }

    .history-date ul li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .history-date ul li h3 {
        float: left;
        width: 168px;
        text-align: right;
        padding-right: 19px;
        color: #a29f9f;
        font: normal 18px/16px Arial;
        margin-top: -5px
    }

        .history-date ul li h3 .hy {
            display: block;
            color: #d0d0d0;
            font-size: 12px;
        }

        .history-date ul li h3 span {
            display: block;
            color: #d0d0d0;
            font-size: 12px;
        }

    .history-date ul li .hs1 {
        float: left;
        padding-left: 41px;
        margin-top: -5px;
        font-family: 微软雅黑;
        width: 900px;
    }

        .history-date ul li .hs1 .hs2 {
            font: 14px/14px 微软雅黑;
            color: #737373;
            line-height: 16px;
            display: block;
            position: relative;
            cursor: pointer
        }

            .history-date ul li .hs1 .hs2 span {
                display: block;
                color: #787878;
                font-size: 12px;
            }


    .history-date ul li.green .hs1 {
        margin-top: -8px;
    }

        .history-date ul li.green .hs1 .hs2 {
            font-size: 14px;
            line-height: 28px;
        }

            .history-date ul li.green .hs1 .hs2 a {
                display: inline-block;
                *display: inline;
                zoom: 1;
                overflow: hidden;
                vertical-align: middle;
                margin-left: 12px;
            }


    .history-date ul li .hs1 .hs2 .his_more {
        position: absolute;
        left: 30px;
        top: 25px;
        background: #efefef;
        display: none;
        z-index: 999999999999;
        line-height: 20px;
        padding: 10px;
        border-radius: 5px;
        width: auto;
        max-width: 90%;
        font-size: 13px;
        color: #555;
    }

    .history-date ul li .hs1 .hs2:hover .his_more {
        display: block;
    }

.h_img {
    position: absolute;
    left: 30px;
    top: -8px;
}

.history-date ul li .hs1 .hs2:hover {
    color: #000;
}
