@charset "utf-8";
.content-title:before{
    display: none;
}
.content-title{
    float: none;
    text-align: center;
    padding: 5px 0 5px 0px;
    font-size: 30px;
}
/*------------ rwd ------------*/
@media screen and (max-width:1000px){
    .content-title{
        display: none;
    }
}

.source{
    text-align: right;
}

.source a:hover{
    color: #1A509D;
    text-decoration: underline;
}

#rss-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#rss-list ul {
    list-style: none;
    padding-left: 0;
}

#rss-list li {
    padding: 5px 0px;
    margin-bottom: 14px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

#rss-list a {
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    padding: 0 120px 0 0;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
}

#rss-list a:hover {
    text-decoration: underline;
    color: #0077cc;
}

#rss-list .date {
    color: #9e9e9e;
    font-size: 15px;
    margin-top: 0px;
    position: absolute;
    top: 5px;
    right: 0;
}


.btn.more{
    background: #1A509D;
    width: 125px;
    height: 30px;
    text-indent: inherit;
    margin: 0px auto;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    transition: all .3s ease;
}
.btn.more:hover {
    background: #37BEEC;
}

@media screen and (max-width:1000px){
    #rss-list a {
        
        padding: 0 00px 0 0;
        
    }

    #rss-list .date {
        top:0;
        position: relative;
    }

}