.news-banner{
    /*width: 100%;
    background-image: url("../img/rademsarl-news.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 200px;*/
    background: url(../img/chacha-farm.jpg) center top no-repeat;
    height: 160px;
}
.news-list{
    margin-top: 50px;
    margin-bottom: 50px;
}
.news-list .column{
    width: 100%;
   /* margin-bottom: 5em;*/
    text-align: center;
}
.news-list .column span{
    display: block;
}
.news-list .column .title{
    color: #333;
    font-size: 100%;
    margin-bottom: 0.5em;
}
.news-list .column .subtitle{
    color: #999;
    font-size: 75%;
}
.rd-u-1{
    width: 100%;
}
.news-list li{
    list-style: none;
    height: 100px;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news-list li a{
    display: block;
}
.news-list li span{
    display: block;
}
.news-list .time, .news-list .content, .news-list li a{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news-list .time{
    text-align: right;
    width: 35%;
    height: 100px;
    float: left;
    box-sizing: border-box;
}
.news-list .time .mmdd{
    font-size: 250%;
}
.news-list .time .yyyy{
    font-size: 75%;
    color: #999;
}

.news-list .content{
    text-align: left;
    width: 40%;
    height: 100px;
    float: left;
    padding-right: 2%;
    padding-left: 2%;
    position: relative;
}
.news-list .content .title{
    font-size: 100%;
    color: #333;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.news-list .content .note{
    font-size: 81.3%;
    line-height: 1.8em;
    color: #666;
}
.news-list li a{
    text-decoration: none;
    display: block;
    height: 110px;
}

.news-list li a:hover .time .mmdd{
    font-size: 250%;
    color: #bd191a;
}
.news-list li a:hover .time .yyyy{
    font-size: 75%;
    color: #3490dc;;
}
.news-list li a:hover{
    background: #eee;
}
.news-list li a:hover .time{
    padding-right: 50px;
    font-style: italic;
}
.news-list li a:hover .content{
    margin-left:-50px;
}
.news-list li a:hover .content .title{color: #999;}
.news-list li a:hover .content .note{color: #5555;}
.news-list li a:hover .content .icon{color:#fff;right:20%;opacity:1}

@media (max-width: 1024px){
    .news-list li .time{
        width: 20%;
    }
    .news-list li .content{
        width: 65%;
        padding-right: 10%;
        padding-left: 5%;
    }
}
@media (max-width: 768px) {
    .news-list li{
        height: auto;
        width: 96%;
        margin: 0 2% 50px;
        border-bottom: 1px solid #dadada;
    }
    .news-list li .time{
        height: auto;
        text-align: left;
        float: none;
        width: 100%;
    }
    .news-list li .time .mmdd{
        display: inline;
        font-size: 125%;
    }
    .news-list li .time .yyyy{
        display: inline;
        font-size: 1em;
    }
    .news-list li .content{
        height: auto;
        float: none;
        width: 100%;
        padding: 0;
    }
    .news-list li a{
        height: auto;
    }

    .news-list li a:hover {
        padding-left: 20px;
        background: #f6f6f6;
    }
    .news-list li a:hover .time{
        padding-right: 0;
    }
    .news-list li a:hover .content{
        margin-left:0;
    }
    .news-list li a:hover .content .icon{
        opacity:0
    }
}
.pagination{
    justify-content: center;
}



