/*========= Slide library =======*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-slide{
    border: none;
    outline: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    bottom: 51px;
    z-index: 10;
    display: block;
    width: 20px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    color: transparent;
}
.slick-prev
{
    left: 272px;
    background: url("prev.png") no-repeat center;
}
.slick-next
{
    right: 272px;
    background: url("next.png") no-repeat center;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin: 0;
    padding: 0;
}

.slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center;
    /*background: greenyellow;*/
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: #00acec;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
}
.slick-dots li:hover button{
    background: #1c7da1;
}
.slick-dots li.slick-active button
{
    background: #1c7da1;
}
/*========= end Slide library =======*/
.front_ctn{width: 664px; margin-top: 10px; float: left; overflow: hidden; height: 515px; position: relative;}



.big_container_slide{
    width: 100%; height: 290px; margin-bottom: 10px;
    overflow: hidden;
}
.big_container_slide .img_blog{
    width: 330px;
    height: 230px;
    float: left;
}

.big_container_slide .data_blog{
    float: right;
    width: 315px;
}


.small_container_slide{
    width: 100%; height: 44px; line-height: 44px; border-top: 1px solid #d1d1d1;
    background: url("icon.png") left no-repeat;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}