.side-title{
    padding-right: 16px;
}
.side-title small{
    letter-spacing: -2px;
}
.activity-list .item a {
    display: block;
    margin: 0 auto 20px;
    line-height: 1.65;
}
.activity-list .pic {
    float: right;
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.activity-list .pic img{
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;

}
.activity-list a:hover .pic img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.activity-list .pic:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.activity-list a:hover .pic:after{
    opacity: 1;
}
.activity-list .txt {
    margin-right: 294px;
    border: 6px solid #FDFBF4;
    padding: 47px 36px 45px 140px;
    position: relative;
    background: rgba(232,226,214,0.42);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    box-shadow:inset 0px 0px 6px rgba(20%,20%,40%,0.2);
}
.activity-list a:hover .txt {
    background: rgba(212,200,189,0.3);
    box-shadow:inset 0px 0px 6px rgba(20%,20%,40%,0.4);
}

.activity-list .date {
    display: inline-block;
    color:  #9C8064;
    font-family: 'Lato',"微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 62px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 36px;
    top: 50%;
    margin-top: -50px;
}
.activity-list .date small {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
}
.activity-list .title {
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.activity-list .title span {
    display: inline-block;
    vertical-align: middle;
}
.activity-list .description {
    color: #464637;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.activity-header {
    display: table;
    width: 100%;
    margin-bottom: 32px;
}
.activity-header .date {
    border: 6px solid #FDFBF4;
    display: table-cell;
    vertical-align: middle;
    color:  #9C8064;
    font-family: 'Lato',"微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 62px;
    line-height: 1;
    text-align: center;
    background: rgba(232,226,214,0.2);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    box-shadow:inset 0px 0px 6px rgba(20%,20%,40%,0.2);
    width: 130px;
    height: 130px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.activity-header .date small {
    display: block;
    font-size: 18px;
    line-height: 15px;
    margin-top: 5px;
}
.activity-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

@media screen and (max-width: 1080px) {
    .activity-list {
        margin: 0 -10px;
    }
    .activity-list .item {
        float: left;
        width: 50%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .activity-list .item a {
        max-width: 320px;
    }
    .activity-list .pic {
        float: none;
    }
    .activity-list .pic img {
        width: 100%;
    }
    .activity-list .txt {
        margin: 10px 0 0;
        padding: 25px 20px 30px;
        text-align: center;
    }
    .activity-list .date {
        position: static;
        margin: -5px 0 10px;
    }
    .activity-list .title {
        height: 30px;
        line-height: 30px;
        white-space: normal;
        margin-bottom:5px;
    }
    .activity-list .title span {
        line-height: 1.4;
        max-height: 50px;
    }
    .activity-list .description {
        height: 107px;
        -webkit-line-clamp: 6;
    }
}
@media screen and (max-width: 980px) {
    .activity-header,
    .activity-header .date,
    .activity-header .title{
        display: block;
    }
    .activity-header .date{
        margin: 0 auto;
        padding-top: 15px;
        margin-bottom: 30px;
    }
    .activity-header .title{
        text-align: center;
        padding-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .activity-list .item {
        float: none;
        width: auto;
border-bottom:rgba(156,128,100,0.2) 1px solid;
margin-bottom:20px;
    }
.activity-list .date .tday, .activity-header .date .tday{
display:none;
}
.activity-header .date{
border:none;
    text-align: center;
    background:none;
    -webkit-border-radius:none;
    -moz-border-radius:none;
    border-radius:none;
    box-shadow:none;
    width: 130px;
margin:10px auto;
    height:auto;
    -webkit-box-sizing:none;
    -moz-box-sizing:none;
    box-sizing:none;

}
.activity-header{
    margin-bottom: 10px;
}
.activity-list .description{
    height: 65px;
}
.activity-list .txt {
    border: none;
    padding: 10px;
    margin:0px;
    background:none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: none;
}
.activity-list a:hover .txt {
    background: none;
    box-shadow:none;
}


}