section.fullWidth{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}
.fullWidth img{
    width: 100%;
    height: auto;
}
.titleHistory p{
    font-family: "方正综艺简体";
    color: #000;
    font-size: 1.5em;
    text-align: center;
}
.titleHistory i{
    display: block;
    width: 20px;
    border-top: 2px solid #000;
    margin: 0 auto;
    margin-top: 1em;
}
.titleHistory img{
    vertical-align: middle;
}
.HistoryList{
    position: relative;
    border-left: 1px solid #b1b1b1;
}
.HistoryYear{
    font-weight: 600;
    vertical-align: text-top;
    color: #303a40;
}
.HistoryList b{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #303a40;
    vertical-align: middle;
    margin-right: 5px;
}
.listDetail{
    display: inline-block;
    margin-left: 10px;
    width: 85%;
    vertical-align: text-top;
}
.HistoryListDetail{
    margin-bottom: 1em;
    margin-left: -4px;
}
/* box */
.box{width:100%;background:#fff;margin-bottom: 2em;}
.tab_menu{display: block;overflow:hidden;width: 60%;margin-left: 20%;margin-top: 1em;margin-bottom: 1em}
.tab_menu li{width:20%;float:left;height:5px;background:#a5a5a5;cursor:pointer;
margin-right: 4%}
.tab_menu li.current{background:#2b3a40;}
.tab_menu li a{color:#fff;text-decoration:none;}
.tab_menu li.current a{color:#333;}
.tab_box{padding:20px;}
.tab_box li{height:24px;line-height:24px;overflow:hidden;}
.tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;}
.tab_box .hide{display:none;}
.tab_box h4{
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
}
.tab_box p{
    font-size: 1em;
    font-family: "微软雅黑";
    font-weight: 300;
    text-align: left;
    margin-top: 1em;
}
.tab_box img{
    display: block;
    width: 90%;
    height: auto;
    margin: .5em auto;
    position: relative;
}
.tab_box .fontCard{
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: #2b3a40;
    top: 0px;
    left: -5px;
}
.tab_box>div{
    min-height: 240px;
}
.clearfix:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}
.swiper-container {
    width: 90%;
    height: auto;
    padding: 50px;
}
.swiper-slide{
    margin: 0 auto;
}
.swiper-slide img{
    margin: 0 1%;
    width: 30%;
    height: auto;
}
