

.lishiyange{

}
.lishiyange .item{
    margin-bottom: 30px;
}
.lishiyange .item .month{
    box-sizing: border-box;
    text-align: right;
    padding-right: 30px;
    font-size: 24px;
    line-height: 48px;
    color: #007fd8;

}
.lishiyange .item .info{

}
.lishiyange .item  .info .iitem{
    margin-bottom: 30px;
}
.lishiyange .item  .info .iitem .ititle{
    font-size: 22px;
    font-weight: bold;
    color: rgb(72, 72, 72);
    margin-bottom: 10px;
}
.lishiyange .item  .info .iitem .idesp{
    font-size: 18px;
    margin-bottom: 20px;
    color: rgb(86, 86, 86);
}
.lishiyange .item  .info .iitem .iimg{}
.shijianzhou {
    width: 100%;
    position: relative;
    height: 44px;
    display: flex;
}
.shijianzhou .sjz-prev,.shijianzhou .sjz-next{

    font-size: 30px;
    font-weight: normal;
    flex-shrink:0
}
.shijianzhou .sjz-prev{
    left: 0;
}
.shijianzhou .sjz-next{
    right: 0;
}
.shijianzhou .sjz-dates{
    flex-shrink:1;
    width: 100%;
    box-sizing: border-box;

    flex-wrap: nowrap;
    display: flex;
    line-height: 44px;
    list-style-type: none;
    /*允许横向滚动*/
    overflow-x: scroll;
    flex-wrap: nowrap;
    display: flex;
    /*禁止纵向滚动*/
    overflow-y: hidden;
    /*文本平铺*/
    text-align: justify;
    justify-content: flex-start;
}
.shijianzhou .sjz-dates::-webkit-scrollbar {
    /*有滚动效果但隐藏滚动条*/
    display: none;
}
.shijianzhou .sjz-dates .sjz-date {
    width: 400px;

    flex-shrink: 0;
}






#app{
    padding-top: 30px;
}





.conTitle {
    position: relative;
    margin-bottom: 62px;
    display: flex;
    width: 100%;
}
 .conTitle:after {
    clear: both;
    content: "";
    display: block;
}
 .conTitle .titleLeft {
    width: 15px;
    height: 30px;
    background: url("../img/fzlczuojiantou.png") no-repeat 100%;
    display: block;
    cursor: pointer;
    float: left;
    margin-top: 27px;
     flex-shrink: 0;
}
 .conTitle .titleRight {
     flex-shrink: 0;
    width: 15px;
    height: 30px;
    background: url("../img/fzlcyoujiantou.png") no-repeat 100%;
    display: block;
    cursor: pointer;
    float: right;
    margin-top: 27px;
}
 .conTitle .conContent {


    overflow: hidden;
    float: left;
    margin-left: 32px;
    padding: 0 34px;
    position: relative;
    height: 55px;
     flex-shrink:1;
     width: 100%;
     box-sizing: border-box;
     flex-wrap: nowrap;
     display: flex;
     line-height: 44px;
     list-style-type: none;
     /*允许横向滚动*/
     overflow-x: scroll;
     flex-wrap: nowrap;
     display: flex;
     /*禁止纵向滚动*/
     overflow-y: hidden;
     /*文本平铺*/
     text-align: justify;
     justify-content: flex-start;
}
.conTitle .conContent::-webkit-scrollbar {
    /*有滚动效果但隐藏滚动条*/
    display: none;
}
 .conTitle .conContent:after {
    display: block;
    width: 95%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    content: "";
    bottom: 11px;
    left: 0;
    z-index: 1;
}
 .conTitle .conContent .conList {
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
     list-style-type: none;
}
 .conTitle .conContent .conList:after {
    clear: both;
    content: "";
    display: block;
}
.conTitle .conContent .conItem {
    float: left;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 31px 7px 0 7px;
    margin-right: 64px;
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 100px;
text-align: center;
    background-color: #fff;
    height: 100%;
    position: relative;
}
.conTitle .conContent .on:before{
    content: "▼";
    position: absolute;
    top: -5px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 23px;
    font-size: 24px;
    color: #007fd8;
    width: 100%;
    text-align: center;
}
 .conTitle .conContent .on {
    color: #007fd8;
    font-size: 24px;
    font-weight: bold;
    padding: 31px 6px 0 6px;
    margin-right: 46px;
    /*background: url("../img/fzlcsanjiaoxing.png") #fff no-repeat center top;*/
}