@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.popular {
    margin-left: -48px;
}
.pop-news {
    width: 350px;
    margin-left: 48px;
    float: left;
    margin-bottom: 30px;
}
.poplike .like {
    background: url('../images/like.png') no-repeat;
    position: absolute;
    margin: -10px 308px;
    width: 52px;
    height: 52px;
}
.newsr {
    background: #3d90ca;
    float: left;
    padding-left: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
}
#main div.moduletable.newsr h3 {
    color: #fff;
    margin-left: 10px;
}
.newsr .pop-info .pop-hit-n-rating {
    /*background: #fff;
    padding: 3px;*/
}
.newsr .pop-info .pop-small.author {
    color: #fff;
    /*margin-left: 10px;
    margin-top: 2px;*/
}
.newsr .pop-right h4 a {
    color: #fff;
}
.newsr .pop-info {
    margin: 10px 0 6px;
}
.newsr .pop-news {
    width: 282px;
}
.newsr .pop-right {
    width: 282px;
}
.newsr .pop-intro {
    width: 282px;
    color: #fff;
}
.pop-right {
    width: 350px;
    float: left;
}
.pop-right h4 {
    margin: 10px 0;
    height: 40px;
    float: left;
    overflow: hidden;
}
.pop-right h4 a {
    font-size: 17px;
    color: #525252;
}
.pop-intro {
    width: 350px;
    font-size: 14px;
    color: #525252;
    height: 50px;
    overflow: hidden;
}
.pop-info {
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
}
.pop-info .pop-small {
    color: #a5a5a5;
    font-size: 12px;
    float: left;
    line-height: 18px;
}
.pop-info .pop-small.author {
    margin-left: 6px;
}
.pop-info .pop-hit-n-rating {
    float: left;
}
.pop-rating img
{
    display: block;
    float: left;
    margin-right: 2px;
}


@media screen and (max-width: 1180px) {

.pop-news {
    width: 275px;
}

.popular {

}

.pop-news .pop-left img {
    max-width: 275px;
    height: auto;
}

.pop-intro {
    width: 275px;
}

.pop-right {
    width: 275px;
}

.poplike .like {
    background: url('../images/like.png') no-repeat;
    position: absolute;
    margin: -10px 234px;
    width: 52px;
    height: 52px;
}

}

























