﻿body {
    font-family: "微软雅黑";
    font-size: 14px;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand {
        display: none;
    }

input, button, textarea {
    outline: none;
}

textarea {
    border: none;
    resize: none;
}


.search_main {
    padding-top: 50px;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

    .search_main .search_title {
        line-height: 22px;
        font-size: 22px;
        color: #2969AE;
        font-weight: 600;
        display: block;
    }

    .search_main .search_box {
        padding-top: 20px;
        overflow: hidden;
    }

        .search_main .search_box .left_bar, .search_main .search_box a {
            float: left;
        }

        .search_main .search_box .left_bar {
            overflow: hidden;
            position: relative;
        }

            .search_main .search_box .left_bar input {
                width: 400px;
                height: 45px;
                font-size: 15px;
                display: block;
                padding: 0 10px;
                border: 1px solid #B2B2B2;
                box-sizing: border-box;
                float: left;
            }

            .search_main .search_box .left_bar .btn_bar {
                width: 100px;
                height: 45px;
                background: #2969AE;
                float: left;
                text-align: center;
            }

                .search_main .search_box .left_bar .btn_bar span {
                    height: 45px;
                    line-height: 45px;
                    display: inline-block;
                    font-size: 15px;
                    color: #fff;
                    position: relative;
                    padding-left: 23px;
                }

                    .search_main .search_box .left_bar .btn_bar span img {
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        top: 50%;
                        left: 0px;
                        transform: translateY(-50%);
                    }

            .search_main .search_box .left_bar .delete {
                position: absolute;
                right: 120px;
                bottom: 14px;
            }

                .search_main .search_box .left_bar .delete img {
                    width: 16px;
                    height: 16px;
                    display: block;
                }

        .search_main .search_box a {
            width: 100px;
            height: 45px;
            line-height: 45px;
            border: 1px solid #B2B2B2;
            font-size: 15px;
            color: #666;
            float: left;
            margin-left: 15px;
            background: #FCFCFC;
            display: block;
            box-sizing: border-box;
            text-align: center;
        }

    .search_main .search_result_data {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        color: #999;
        border-bottom: 1px solid #B2B2B2;
    }

    .search_main .search_result_list li {
        border-bottom: 1px solid #B2B2B2;
        padding: 20px 0px;
        font-size: 16px;
    }

        .search_main .search_result_list li .title_box {
            padding-bottom: 15px;
            color: #DD7612;
        }

        .search_main .search_result_list li .int_box {
            height: 50px;
            line-height: 25px;
            color: #2A2A2A;
            margin-bottom: 15px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .search_main .search_result_list li .link_box {
            font-size: 14px;
            color: #2969AE;
        }

    .search_main .see_more {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        color: #2969AE;
        padding-top: 50px;
    }

    .search_main .upward_box {
        height: 80px;
        position: relative;
    }

        .search_main .upward_box .upward {
            position: absolute;
            top: -40px;
            right: 0px;
        }

            .search_main .upward_box .upward img {
                width: 25px;
                display: block;
            }


/*大事记*/
.deeds_content {
    width: 84%;
    display: inline-block;
    position: relative;
}

    .deeds_content .column {
        width: 20px;
        height: 100%;
        display: block;
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -10px;
        background: #F3F3F3;
    }

    .deeds_content .aircraft {
        width: 30px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -15px;
    }

        .deeds_content .aircraft img {
            width: 30px;
            display: block;
        }

.deeds_left_bar {
    padding-top: 80px;
}

.deeds_content ul {
    width: 630px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

    .deeds_content ul li {
        width: 260px;
        float: left;
        position: relative;
        padding-top: 5px;
    }

        .deeds_content ul li .year_bar {
            width: 60px;
            height: 60px;
            border: 6px solid #2969AE;
            text-align: center;
            border-radius: 50%;
            position: absolute;
            right: -85px;
            top: 0px;
            background: #fff;
        }

            .deeds_content ul li .year_bar span {
                width: 100%;
                height: 48px;
                line-height: 48px;
                font-weight: bold;
                font-size: 18px;
                display: block;
                text-align: center;
                color: #2969AE;
            }

        .deeds_content ul li .orange_year {
            width: 70px;
            height: 70px;
            border: 6px solid #DD7612;
            right: -89px;
        }

            .deeds_content ul li .orange_year span {
                height: 58px;
                line-height: 58px;
                font-size: 22px;
                color: #DD7612;
            }

    .deeds_content ul.right_ul li .orange_year {
        left: -89px;
    }




    .deeds_content ul li .title {
        width: 260px;
        height: 61px;
        background: url(../images/title-bg.png) no-repeat;
        background-size: 100% 100%;
    }

        .deeds_content ul li .title span {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            display: block;
            text-align: center;
            color: #fff;
            font-weight: 600;
        }

    .deeds_content ul li .li_content {
        width: 220px;
        margin: 0 auto;
        background: #F3F3F3;
        padding: 15px;
        padding-top: 0px;
        box-sizing: border-box;
    }

        .deeds_content ul li .li_content p {
            width: 100%;
        }

.deeds_content .right_ul li {
    float: right;
}

    .deeds_content .right_ul li .year_bar {
        position: absolute;
        left: -85px;
    }

    .deeds_content .right_ul li .title {
        background: url(../images/title-bg2.png) no-repeat;
        background-size: 100% 100%;
        float: right;
    }

    .deeds_content .right_ul li:nth-child(1) {
    }

.deeds_content ul li.l_box {
    display: none;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation: bounceInLeft 2s 0.1s both;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation: bounceInRight 2s 0.1s both;
}
