#container .btit {
    display: block;
    margin-top: 100px;
    padding-bottom: 60px;
    font-weight: 400;
    font-size: 44px;
    color: #012b5d;
    text-align: center
}

#container .content.history {
    position: relative
}

#container .content.history:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedee1
}

#container .content.history .inner-content {
    background-repeat: no-repeat;
    background-position: 50% 380px;
    -webkit-transition: background-image .2s ease;
    -moz-transition: background-image .2s ease;
    -o-transition: background-image .2s ease;
    -ms-transition: background-image .2s ease
}

#container .content.history .inner-content .history-tab-area {
    position: relative;
    top: 11px;
    width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
}

#container .content.history .inner-content .history-tab-area .btn-area .btn-history-prev {
    position: absolute;
    top: 5px;
    left: 15px;
    background: #ec6c00;
    border: 0px;
    color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    z-index: 1;
    cursor: pointer;
    font-family: "宋体";
    font-size: 25px;
}

#container .content.history .inner-content .history-tab-area .btn-area .btn-history-next {
    position: absolute;
    top: 5px;
    right: 15px;
    background: #ec6c00;
    border: 0px;
    color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    z-index: 1;
    cursor: pointer;
    font-family: "宋体";
    font-size: 25px;
}

#container .content.history .inner-content .history-tab-area .history-content-area {
    overflow: hidden;
    margin: 0 100px;
    height: 180px
}

#container .content.history .inner-content .history-tab-area .history-content-area .items {
    margin-left: 368px;
    width: 600%;
    display: inline-block;
    vertical-align: top
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item {
    float: left
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box {
    height: 140px;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .btn:before {
    opacity: 1;
    filter: alpha(opacity=100);
    height: 70px;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .btn .hidden-txt {
    display: block;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .btn .icon {
    width: 165px;
    display: block;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .btn .icon:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .tab-box .history-tit {
    width: 400px;
    margin-left: -200px;
    font-size: 35px;
    font-weight: bold;
    color: #ec6c00
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item.active .content-area {
    display: block;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box {
    position: relative;
    float: left;
    height: 70px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn {
    width: 185px;
    height: 70px;
    background: none;
    border: 0px;
    cursor: pointer;
    margin-top: 16px;

}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 1px;
    height: 0;
    margin-left: -1px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #ec6c00;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn .hidden-txt {
    display: none
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn .icon {
    position: relative;
    width: 187px;
    height: 47px;
    z-index: 1;
    display: block;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn .icon:after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    background: #ec6c00;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .btn .icon:before {
    content: "";
    position: absolute;
    top: -12.5px;
    left: 50%;
    border: 1px solid #ec6c00;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12.5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .tab-box .history-tit {
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    margin-left: -100px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area {
    display: none;
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    padding-top: 128px;
    opacity: 0;
    filter: alpha(opacity=0)
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-noti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0px;
    font-weight: 500;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 50px;
    text-align: center;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .active .content-area .history-noti {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 0px;
    font-weight: 500;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 50px;
    animation: mymove 2s infinite;
    animation-iteration-count: 1;
}

@keyframes mymove {
    0% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-noti h2 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #ec6c00;
    text-align: center;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-noti p {
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box {
    position: relative;
    text-align: center
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box .history-visual-tit {
    font-weight: 500;
    font-size: 70px;
    line-height: 423px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 30px
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box .txt-box {
    width: 396px;
    height: 50px;
    position: absolute;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box .txt-box .txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    color: #012b5d
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box .txt-box .date {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: .8;
    color: #012b5d
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box .txt-box.box01 {
    position: absolute;
    top: 374px;
    right: 50%
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-visual-box .txt-box.box02 {
    position: absolute;
    top: 374px;
    left: 50%;
    border-left: 1px solid #dedee1
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 232px;
    padding: 50px 0px;
    vertical-align: top
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d6d6d6
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li {
    display: inline-block;
    width: 50%;
    margin-top: 0px;
    vertical-align: top;
    position: relative;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: justify;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:before {
    content: "";
    position: absolute;
    top: 3px;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ec6c00;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li strong {
    display: block;
    text-align: right;
    font-size: 13px;
    color: #ec6c00;
    margin-bottom: 4px;
    font-weight: normal;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li p {
    width: auto;
    float: right;
    text-align: justify;
    display: block;
    line-height: 26px;
    font-size: 13px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
    color: #666;
}


#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:nth-child(even) {
    display: inline-block;
    width: 50%;
    margin-left: 50%;
    margin-top: 0px;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    padding-right: 0px;
    box-sizing: border-box;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:nth-child(even):before {
    content: "";
    position: absolute;
    top: 3px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ec6c00;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:nth-child(even) strong {
    text-align: left;
}

#container .content.history .inner-content .history-tab-area .history-content-area .items .item .content-area .history-lists li:nth-child(even) p {
    float: left;
}