
/* 集锦内容区 */
.c{
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
}
/* 清楚浮动 */
.clear{
    clear: both;
}
/* section 全局格式化 */
.section h1{
    margin: 10px 0;
    text-align: center;
}
.section h2{
    margin: 20px 0;
    text-align: center;
}
.section h3{
    margin: 20px 0;
}
.section p{
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0;
}
.section img{
    width: 100%;
    margin: 20px 0;
}
/* section 内容分区 */
.section{
    /* 最小高度 */
    min-height: 1000px;
    margin-bottom: 10px;
    padding: 30px 50px;
}
.event{
    height: 100px;
    width: 100%;
    background-color: #f5f5f5;
    margin: 20px 0;
    padding: 10px;
    box-shadow: 1px 3px 3px #ccc;
    border: 2px solid #74c1eb;
    border-left: 10px solid #74c1eb;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /* 动画 */
    transition: all 0.2s;
}
.event:hover{
    box-shadow: 3px 4px 3px 1px #ccc;
}
.event a{
    display: block;
    height: 100px;
    width: 100%;
}
.event .img{
    float: left;
    height: 80px;
    width: 120px;
    /* background: url(../article/001_issMoon/001\ \(7\).jpg) no-repeat center;
    background-size: cover; */
}
.event .img img{
    height: 80px;
    width: 120px;
    margin: 0;

}
.event .info{
    float: left;
    height: 80px;
    width: 430px;
    margin: 0 10px;
    padding-left: 20px;
    /* background-color: lightblue; */
}
.event .info span{
    color: #ff7c2d;
}
.event .date{
    float: right;
    height: 80px;
    width: 60px;
    line-height: 80px;
    margin-right: 20px;
    /* background-color: lightgreen; */
}