@charset "utf-8";
body{
    position: relative;
}
.content {
    background: #f8f8f8;
}
.content_box{
    width: 100%;
    margin-top: 40px;
}
.content_list{
    width: 1160px;
    margin: 0 auto;
}

.content_list li{
    width: 1070px;
    height: 160px;
    padding: 30px 50px 30px 40px;
    border-bottom: 1px solid #d5d5d5;
    cursor: pointer;
    /*background: #fff;*/
}
.content_list li:hover{
    box-shadow: 5px 2px 2px #ccc;
    -webkit-box-shadow: 0px 2px 2px #ccc;
    -moz-box-shadow:  0px 2px 2px #ccc;
    -o-box-shadow:0px 2px 2px #ccc;
    background: #fff;
}
.content_list li:hover a{
    color: #00b9e4;
}
.content_list li p{    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.content_list li:hover .li_l{
    background: #00b9e4;
}
.content_list li:hover p{color: #00b9e4;}
.li_l{
    width: 114px; 
    height: 140px;
    background: #999999;
    color:#fff;
    position: relative;
}
.li_l .day{
    font-size: 38px;
    position: absolute;
    left: 32px;
    top: 30px;
    margin: 0;
}
.li_l .mon{
    font-size: 13px;
    position: absolute;
    top: 100px;
    left: 28px;
    margin: 0
}

.li_r{
    width: 854px;
    margin-left: 40px;
}
.li_r h2{
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 35px;
}
.li_r h2 a{
    font-size: 16px;
    color: #00b9e4;
}
.li_r p{
    font-size: 14px;
    color: #555;
}

.backTop{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #aaa;
    position: fixed;
    bottom: 10%;
    right: 5%;
    cursor: pointer;
}
.backTop:hover{
    background: #00b9e4;
}
.backTop_icon{
    width: 28px;
    height: 15px;
    background: url(../image/backTop_icon.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -14px;
}
.header_botm_list ul{
    width: 1063px !important;
    height: 70px;
    margin:0 auto;
    
}