@charset "utf-8";
/**
history_year_pc
 */
.history_year_pc{text-align: center;margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    position: relative;display: none;
}

.history_year_pc .items{display: inline-block;border: 1px solid #ccc;}
.history_year_pc .item{float: left;padding: 6px 30px;
    background-color: #fff;
    border-left: 1px solid #ccc;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.history_year_pc .item:first-child{border-left: 0;}
.history_year_pc .item:hover,
.history_year_pc .item.active{
    background-color: #db7c16;
    color: #fff;
}

/**
history_year_wap
 */
.history_year_wap{width: 100%;max-width:1000px;text-align: center;margin:0 auto 30px;position: relative;}
.history_year_wap .items{}
.history_year_wap .item{float: left;
    border-bottom: 1px dashed #d6d6d6;
    color: #999;
    position: relative;
    padding: 5px 10px;
    width: 20%;
    cursor: pointer;
}
.history_year_wap .item:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #999;
    vertical-align: top;
    position: absolute;left:50%;bottom: -3px;z-index: 10;
    margin-left: -3px;
}
.history_year_wap .item:hover,
.history_year_wap .item.active{color: #db7c16;}
/*.history_year_wap .item:hover:after,*/
.history_year_wap .item.active:after{
    background: #db7c16;
    box-shadow:0 0 10px #f00;
}
/*
@media (max-width: 760px) {
    .history_year_pc{display: none;}
    .history_year_wap{display: block;}
}
*/

/**
history_list
 */
.history_list{}
.history_list .item{display: none;}
.history_list .dl{position: relative;margin-bottom: 10px;}
.history_list .dt{
    position: absolute;top:0;left:0;
    width: 100px;
    padding: 5px;
    overflow: hidden;color: #666;
}

.history_list .dd{
    margin-left: 110px;
    padding: 5px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .history_list .dt{position: relative;width:100%;padding:2px;}
    .history_list .dd{margin-left: 0;padding:2px;}
}

/**
history_view
 */
.page_history_view .hander{ border: none;}

.history_main{margin-top: 10px;}

.history_main_left{
    width: 18%;
    float: left;color: #db7c16;
}

.history_main_right{
    width: 80%;
    float: right;
    border-left: 1px dashed #ccc;
    padding-left: 30px;
    min-height: 300px;
}

@media (max-width: 640px) {
    .history_main_left,
    .history_main_right{float: none;width: 100%;
        margin-bottom: 20px;
        border-left:0;
        padding-left:0;
        min-height: auto;
    }

    .history_main_left{display: none;}
}

.history_main_left .dt{font-size: 40px;}
.history_main_left .dd{font-size: 18px;}


/*
history_pics
*/
.history_pics{width:100%;overflow:hidden;position:relative;margin-bottom: 30px;}
.history_pics .items{width:100%;overflow:hidden;position:relative;}
.history_pics .item{float:left;width:100%;position:relative;}
.history_pics .item .dl{width:25%;float:left;position:relative;height:0;font-size:0;line-height:0;overflow: hidden;padding-bottom: 17.5%;}
.history_pics .item .pic{position:absolute;width:100%;height:100%;padding: 5px;overflow: hidden;}
.history_pics .item .pic img{width: 100%;height: 100%}

.history_pics .prev,
.history_pics .next{position: absolute;z-index: 100;top:40%;font-size: 36px;
    color: #fff;background-color: rgba(0,0,0,.6);
    cursor: pointer;display: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
}

.history_pics .prev{left:0;}
.history_pics .next{right:0;}

.history_pics_pc{display: block;}
.history_pics_wap{display: none;}

.history_pics_pc .item .dl{width:25%;padding-bottom: 17.5%;}
.history_pics_wap .item .dl{width:50%;padding-bottom: 35%;}


@media (max-width: 640px) {
    .history_pics .prev,
    .history_pics .next{top:40%;font-size: 20px;}
    .history_pics_pc{display: none;}
    .history_pics_wap{display: block;}
}

.history_hot_year{
    float: left;
    width: 18%;
}

.history_hot_main{
    float: left;
    width: 80%;
    border-left: 1px dashed #ccc;
}
.history_hot_main .history_main_left{
    padding-left: 40px;
}
.history_hot_main .history_main_right{
    border-left: 0;
}
/**
history_year_pc2
 */
.history_year_pc2{
    text-align: center;
    position: relative;
    display: block;
}

.history_year_pc2 .items{}
.history_year_pc2 .item{
    width: 100px;
    margin-bottom: 10px;
    padding: 6px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.history_year_pc2 .item:hover,
.history_year_pc2 .item.active{
    background-color: #db7c16;
    color: #fff;
}

.history_year_wap2{display: none;}

@media (max-width: 760px) {
    .history_year_pc2{display: none;}
    .history_year_wap2{display: block;}

    .history_hot_year{float: none;width: 100%;margin-bottom: 10px;}
    .history_hot_main{float: none;width: 100%;border-left: 0;}
}

