body{
    background: #f4f4f4;
}
.content{
    width: 1200px;
    margin:0 auto;
    margin-top: 30px;
    margin-bottom: 100px;
}
.content img{
    width:1200px;
    height: 340px;
}
.content h3{
    font-size: 26px;
    color: #3e87f0;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 37px;
}
.content  ul.month{
    border-bottom: 1px solid #ccc;
}
.content .month  li{
    overflow: hidden;
    height:78px;
    line-height: 78px;
    border-top: 1px solid #ccc;
}
.content .month li a{
    width:100%;
    height:100%;
    display: inline-block;
}
.content .month li .left{
    float: left;
    padding-left: 30px;
    color:#515151;
}
.content .month li .right{
    float: right;
    padding-right: 30px;
    color:#515151;
}
.content .month li .left span{
    color:#3e87f0;
}
.content .month li:hover span{
    color:#f27b28;
}



.content .fenye{
    height:48px;
    margin-top: 53px;
    text-align: center;
   
}
 .content .fenye ul{
    margin:0 auto;
    overflow:hidden;
    display:inline-block;
    margin-top: 8px;
}
 .content .fenye ul li{
    list-style: none;
    float: left;
    margin-right: 10px;
    padding:3px 10px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;

}
.content .fenye ul li a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #505050;


}

.content .fenye ul li.xiala:hover{
    background: #fff;
}

.content .fenye ul li:hover{
    background: #f27b28;

}
.content .fenye ul li:hover a{
   color:#fff;
}
.content .fenye ul li.current{
    background: #f27b28;
}
.content .fenye ul li.current a{
   color:#fff;
}