.act_table  td{
    text-align: center;
}
.act_table thead td{
    color: #005bac;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
}

.act_table tbody td{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6rem!important;
}
.act_table tbody td.actName{
    text-align: left;
}

.act_table a{
    color: #333;
}

.act_table a:hover{
    color: #2eb6aa;
}

.mobile{
    display: none;
}

.act_table .date{
    padding-bottom: 5px;
    color: #b59047;
    font-weight: bold;
}

.act_table a{
    line-height: 40px;
}


/*放大*/
.font_size {
    margin-bottom: 50px;
    padding: 5px 10px;
    width: 400px;
    font-size: 1.6rem;
}

.font_size a{
    background: -webkit-linear-gradient(bottom right,rgb(0, 92, 173) 65%,rgb(46, 184, 172) 100%);
    background: -o-linear-gradient(top left,rgb(0, 92, 173) 65%,rgb(46, 184, 172) 100%);
    background: -moz-linear-gradient(top left,rgb(0, 92, 173) 65%,rgb(46, 184, 172) 100%);
    background: linear-gradient(to top left,rgb(0, 92, 173) 65%,rgb(46, 184, 172) 100%);
    background-color: rgb(0, 92, 173);
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    float: left;
    margin-right: 15px;
}


.font_size a:hover,.font_size a:active{
    color: #fff;
    background: -webkit-linear-gradient(bottom right,rgba(0, 92, 173,.7) 65%,rgba(46, 184, 172,.7) 100%);
    background: -o-linear-gradient(top left,rgba(0, 92, 173,.7) 65%,rgba(46, 184, 172,.7) 100%);
    background: -moz-linear-gradient(top left,rgba(0, 92, 173,.7) 65%,rgba(46, 184, 172,.7) 100%);
    background: linear-gradient(to top left,rgba(0, 92, 173,.7) 65%,rgba(46, 184, 172,.7) 100%);
    background-color: rgba(0, 92, 173,.7);
}

.font_size a:focus {
    color: #FFDB24
}


.font_size .filter{
    float: left;
}

.font_size img{
    width: 30px;
    height: 30px;
}



/*month*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 30px 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 20px 12px 70px;
    background: #2eb6aa;
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #005bac;
    border: 1px solid #ddd;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #2eb6aa;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f105";
    background: #fff;
    color: #005bac;
    border: 1px solid #ddd;
    box-shadow: none;
}
#accordion .panel-body{
    padding: 20px 25px 10px 0px;
    background: transparent;
    font-size: 1.2rem;
    color: #8c8c8c;
    line-height: 2rem;
    letter-spacing: 2px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding-left: 25px;
    border-left: 1px dashed #8c8c8c;
}



@media only screen and (min-width: 481px) {

.mobile{
    display: table-cell;
}

.act_table .date{
    display: none;
}


#accordion .panel-body{
    padding: 20px 25px 10px 60px;
}

}



@media screen and (min-width: 1200px) {
.act_table thead td{
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
}

.act_table tbody td{
    font-size: 20px;
    line-height: 2rem!important;
    text-align: left;
    cursor: default;
}



}




