/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
 .item .newspic img{
    margin-bottom: 8px;    cursor: ew-resize;}
 .item .newspic a{color:#000;font-size:1.2rem;}
.owl-theme .owl-dots,.owl-theme .owl-nav {
text-align:center;
-webkit-tap-highlight-color:transparent;
margin-top:10px;
cursor: ew-resize;
}

.owl-theme .owl-nav {
    position:absolute;
    width:100%;
    top:40%;
    right:0;
    margin-top: 11px;
}

.owl-theme .owl-nav [class*=owl- ] {
position: absolute;
    font-size: 14px;
    margin-top: -12px;
    margin-left: -35px;
    margin-right: -35px;
    padding: 4px 7px;
    width: 40px;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 3px;
    height: 40px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}
.owl-theme .owl-nav [class*=owl- ]::before,.owl-theme .owl-nav [class*=owl- ]::after{
  position:absolute;
    content:"";
    width:2px;
    background:#999; 
    height: 20px;
    opacity: 1;
}
.owl-next::before{
    top:3px;
    left:19px;
}
.owl-next::after{
    top:16px;
    left:19px;
     -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.owl-prev::before{
    top:3px;
    left:19px;
}
.owl-prev::after{
    top:16px;
    left:19px;
     -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.owl-prev{left:10px}
.owl-next{right:10px}
.owl-theme .owl-nav [class*=owl- ]:hover::after,.owl-theme .owl-nav [class*=owl- ]:hover::before{
animation: toheight 0.5s;
-webkik-animation:toheight .5s;
opacity:1
}
@keyframes toheight{
    0%{height:0;opacity: 0;}
    100%{height:20px;opacity:1}
}
@-webkit-keyframes toheight{
    0%{height:0;opacity:0}
    100%{height:20px;opacity:1}
}
.owl-theme .owl-nav [class*=owl- ]:hover {
background:#fff;
color:#FFF;
text-decoration:none
}

.owl-theme .owl-nav .disabled {
opacity:.5;
cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots {
margin-top:10px
}

.owl-theme .owl-dots .owl-dot {
    margin: 22px 0;
display:inline-block;
zoom:1
}

.owl-theme .owl-dots .owl-dot span {
width:10px;
height:10px;
margin:5px 7px;
background:#D6D6D6;
display:block;
-webkit-backface-visibility:visible;
transition:opacity .2s ease;
border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
background:#869791
}