.banner img{
    width: 100%;
}
/*Ê±¼äÖá*/
.time_box{
    padding: 80px 0 200px;
    background: #f7f7f7;
}
.time_box img:hover{
    -webkit-transform:  scale(1.1) ;
    transform:  scale(1.1) ;
    transition:1s;
    -webkit-transition:1s;
}
.month_list p{
    text-align: right;
}
.year h3{
    color: #999999;
    text-align: right;
    line-height: 18px;
}
.none{
    display: none;
}
.hide{
    display: none;
}
.tab {
    position: relative;
    margin: 20px auto;
    /*overflow: hidden;*/
}
.tab .list_box{
    position: relative;
    width: 90px;
    height:auto;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.tab .list_box h2{
    text-align: right;
    font-size: 12px;
}
.tab .list_box h2{
    font-size: 12px;
}
.l{
    display: block;
    width: 4px;
    height: 15px;
    margin:5px 0 5px 35px;;

    background: #f7f7f7;
}
.tab ul {
    position: relative;
    top: 1px;

}
.tab ul li .select {
    color: #000000;
    font-size: 16px;
}

.tab div .cont{
    /*display: none;*/
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 1px solid #008000;
}

.tab div.select{
    display: block;
}
nav.isblock{
    display: block;
}
.time_box nav,.time_box .list_box{
    float: left;
}
.year p{
    cursor: pointer;
    font-size: 12px;
    color: #a9a9a9;
}
.time_box nav{
    width: 1020px;
    margin-left: 30px;
}
.cont div{
    float: left;
    width:500px;
    height: 310px;
    color: #000;
}
.date p{
    font-weight: 600;
    font-size: 19px;
}
.date{
    float: left;
    padding-right: 9px;
    font-family: "Brandon Grotesque";
}
.date h5{
    font-weight: 600;
    font-size: 32px;
}
.date span{
    display: block;
    font-size: 12px;
    background: #53c2d6;
    width: 40px;
    text-align: center;
    height: 15px;
    line-height:15px;
    color: #ffffff;
}
.time_box .img{
    width: 440px;
    float: left;
}
.img_box{
    width: 440px;
    /*height: 240px;*/
    overflow: hidden;
}
.img_over{
    overflow: hidden;
    height: 230px;
}
li h3:hover,.new_cur:hover,.year p:hover{
    cursor: pointer;
    color: #000;
}
.time_box .img img{
    height: 100%;
    transition:1s;
    -webkit-transition:1s;
    width: 100%;
}
.time_box .img p{
    font-size: 18px;
    margin-top: 30px;
    text-align: left;
    margin-left: 18px;
    width: 410px;
}
/*.img_over {*/
    /*overflow: hidden;*/
    /*height: 1.6rem;*/
/*}*/
/*section.img_box {*/
    /*overflow: hidden;*/
    /*height: 1.8rem;*/
/*}*/
.img_box{
    padding: 15px!important;
    background: #ffffff;
}
.newHide{
    display:none!important;
}
.add{
    font-size: 16px!important;
    color: #000!important;
}

@media screen and (min-width: 768px) {
    .cont div{
        margin-bottom: 50px;
    }

}
@media screen and (max-width: 768px) {
    .img_over {
        overflow: hidden;
        height: 3.1rem;
    }
    .date span {
        font-size:0.2133rem;
        width:0.8rem;
        height: 15px;
    }
    .img_box{
        padding:0.2rem!important;
        background: #ffffff;
    }
    .date{
        float: left;
        padding-right:0.3333rem;
        font-family: "Brandon Grotesque";
    }
    .l {
        display: block;
        width: 4px;
        height: 15px;
        margin: 5px 2px 5px 1.15rem;
    }
    .date h5 {
        text-align: left;
        font-size: 0.64rem;
    }
    .tab .list_box h2 {
        font-size: 0.2667rem;
    }
    .time_box {
        padding: 0;
        background: #f7f7f7;
    }
    .time_box .container {
        padding: 0 0 100px 0;
    }
    .tab {
        position: relative;
        margin: 0 auto;
    }
    .tab .list_box {
        position: relative;
        width: 1.6rem;
        height: auto;
        top:0rem!important;
        left: 0;
        background: #fff;
        text-align: center;
        padding:0.6667rem 0.16rem;
    }
    .year h3 {
        font-size: 0.37rem;
    }
    .year p {
        font-size: 0.2667rem;
    }
    .time_box nav {
        width: 131px;
        margin-left: 0.6667rem;
    }
    .month_box .cont{
        margin-top:0.6667rem;
    }
    .img_box {
        width: 5.9333rem;
        height:auto;
        overflow: hidden;
    }
    .time_box .img p {
        font-size: 0.3467rem;
        margin: 0.2667rem auto 0.6667rem;
        text-align: left;
        width: 5.55rem;
    }

    .time_box .img {
         width: auto;
        float: left;
    }
    .cont div {
        float: left;
        width: 7.3rem;
        height: auto;
        color: #000;
        margin-top: 0!important;
    }
    .date p {
        font-size: 0.3733rem;
        font-family: "Brandon Grotesque";
    }
    .date p i,.date h5,.date span{
        font-family: "Brandon Grotesque";
    }
}
@media screen and (max-width: 375px) {
    .cont div {
        width: 7.5rem;
    }
}