@charset 'UTF-8';
/* Arrows */
.slick-prev,
.slick-next
{ width:28px; height:46px;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent; 
}
.slick-prev
{
   background: url(left.png); left:0px; 
}
.slick-next
{ 
   background: url(right.png); right:0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-dots
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slick-dots li
{ position: relative;
    display: inline-block;
    font-size: 0;

    width: 100px;
    height: 7px;
    margin: 0 5px; border-radius:4px; background:#cccccc;

    cursor: pointer;
}
.slick-dots li.slick-active{ background:#7e3b67}
.slick-dots li button
{
    display: none;
}
.news_d1 .slick-slider{text-align:center;}
.news_d1 .slick-dots{display:none;}
.news_d1 .slick-prev{ z-index:1;}