.mod-list .hd {
margin-bottom: 5px;
line-height: 48px;
text-align: center
}

.mod-list .hd h1 {
font-weight: bold;
font-size: 22px
}

.mod-list .hd strong {
font-weight: bold;
color: #fd7474
}

.mod-list .bd {
padding-top: 20px
}


.mod-list .bd .item {
 
}

.mod-list .bd .item .c-hd .date {
margin-bottom: 5px
}

.mod-list .bd .item .c-hd .date:before {
position: relative;
left: -5px;
display: inline-block;
width: 5px;
height: 5px;
margin-right: 3px;
content: '';
border: 2px solid #e2e2e2;
background: #fff;
border-radius: 50%
}

.mod-list .bd .item .c-hd .info {
display: inline-block;
position: relative;
bottom: -20px;
line-height: 20px;
padding: 0 15px;
margin: 0 30px;
background: #fff
}

.mod-list .bd .item .c-hd h3 {
display: inline-block;
margin-right: 15px;
font-weight: bold;
font-size: 18px;
color: #424b59
}

.mod-list .bd .item .c-hd span.title {
position: relative;
display: inline-block;
padding: 5px 15px;
background: #f5f5f5;
border-radius: 3px;
font-weight: bold;
color: #333
}

.mod-list .bd .item .c-hd span.title:before {
position: absolute;
left: -16px;
display: block;
width: 0;
height: 0;
content: '';
border: 8px solid transparent;
border-right-color: #f5f5f5
}

.mod-list .bd .item .c-hd span.time {
font-weight: bold;
color: #fd7474
}

.mod-list .bd .item .c-hd span.countdown {
font-size: 13px;
color: #999
}

.mod-list .bd .item .c-bd {
padding: 15px 15px 10px;
margin: 0 15px 15px;
border: solid 1px #c6d3e6;
border-radius: 4px;
line-height: 24px;
text-indent: 2em;
font-size: 13px;
color: #666
}

.mod-list .bd .none {
padding: 50px 0;
line-height: 30px;
text-align: center;
color: #666666
}

.mod-list .ft {
padding: 15px 0 25px;
text-align: center
}

.mod-list .ft li {
display: inline-block;
margin: 0 2px
}

.mod-list .ft li a,.mod-list .ft li span {
display: block;
min-width: 14px;
height: 30px;
padding: 0 8px;
background: #f8f8f8;
line-height: 30px;
font-weight: bold;
border-radius: 15px
}

.mod-list .ft li.active a {
background: #0EA9B1;
color: #fff
}

@media screen and (max-width: 799px) {
.mod-list .hd {
    line-height:36px
}

.mod-list .hd h1 {
    font-size: 18px
}

.mod-list .bd {
    padding: 10px 10px 0
}

.mod-list .bd .items {
    margin-left: 0
}

.mod-list .bd .item .c-hd h3 {
    font-size: 16px
}

.mod-list .bd .item .c-bd {
    margin: 0 0 12px 12px;
    line-height: 22px
}

.mod-list .ft {
    padding: 10px 0 15px
}
}
