@charset "UTF-8";
a{text-decoration:none;}
.history{width:100%;height:13rem;background:url(../images/fzlc-bg.jpg) no-repeat;background-size:100%;overflow:hidden;}
.history-left{padding-left:1.2rem;position:relative;}
.history-left h2{font-size:1.2rem;font-family:'DIN 2014 Narrow';font-weight:400;margin-top:1.5rem;padding-left:.45rem;}
.history-content-content{width:13rem;height:9.2rem;margin-right:.35rem;margin-top:.65rem;overflow:auto;}
.history-content-content::-webkit-scrollbar{width:7px;}/*滚动条整体*/
.history-content-content::-webkit-scrollbar-track{background:#dcdcdc;border-radius:10px;}/*滚动条轨道*/
.history-content-content::-webkit-scrollbar-thumb{background:#c92924;border-radius:10px;}/*滚动条⾥⾯的滑块*/
.history-content-content::-webkit-scrollbar-thumb:hover{background:#1968ae;}/*滚动条⿏标事件，⿏标放上去出现的事件*/
.history-content-content::-webkit-scrollbar-corner{background:#179a16;}/*滚动条边⾓*/
.history-content-content ul li{padding:10px 0;border-bottom:1px solid #eee;font-size:.4rem;cursor:pointer;}
.history-content-content ul li i{font-size:9pt;color:#1968ae;}
.history-content-content ul li:hover{color:#c92924;}
.history-content-content ul li:hover i{color:#c92924;}
.history-content-img{width:12rem;height:12rem;background:url(../images/fzlc-k.png) no-repeat;background-size:100%;margin:1.5rem 0 0 1rem;position:relative;bottom:2rem;}
.history-content-img img{width:10.73rem;height:8.48rem;padding:.9rem 0 0 .45rem;}
.history-right{position:relative;}
.yearlist li{display:inline-block;list-style:none;padding:5px}
.yearlist li a{color:#fff;font-size:.5rem;font-family:'DIN 2014 Narrow';font-weight:400;text-decoration:none;}
.yearlist li.active a{color:#c92924;font-size:.85rem;}
.year-groups{width:14.2rem;margin:4.5rem 0 0 .3rem;padding:0 1rem 0 .25rem;overflow:hidden;}
.year-group .year-group-head .head-title{position:relative}
.year-group .year-group-head .head-title:before{content:"";position:absolute;left:6rem;top:50%;transform:translateY(-50%);width:0;border-top:4px solid #c80000;transition:all 0s ease}
.year-group .year-group-head .head-title:before{width:6rem;transition:all .6s ease}
.year-group .year-group-head .collapsed:before{width:0}
.panel{background:rgba(255, 255, 255, 0);border:0;}
.history-right h4{font-size:1rem;color:#fff;font-family:'DIN 2014 Narrow';font-weight:400;}
.showimg{width:100%}