.ps:hover>.ps__scrollbar-x-rail, .ps:hover>.ps__scrollbar-y-rail, .ps>.ps__scrollbar-y-rail {
    opacity: 0
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y{
    width: 0;
    opacity: 0;
}
.ps:hover>.ps__scrollbar-y-rail:hover{
    opacity: 0;
}

.content ul{
    list-style-type: disc;
    list-style-position: inside;
}

.content .incontent {
    padding-top: 70px;
    padding-left: 50px
}

.content .incontent .head {
    position: relative;
    letter-spacing: 1px;
    font-family: 'Open Sans'
}

.content .incontent .head .title {
    font-size: 16px;
    margin-bottom: 55px
}

.content .incontent .head .date {
    font-size: 12px;
    position: absolute;
    right: 50px;
    top: 0px
}

.content .incontent .head .arttitle {
    font-family: "Comfortaa";
    font-weight: 600;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
    color: #000
}

.content .incontent .head .greenbar {
    width: 2px;
    height: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    left: -50px;
    top: 4px;
    background-color: #47b247
}

.content .incontent .head .sc {
    position: absolute;
    right: 50px;
    bottom: 0
}

.content .incontent .head .sc a {
    display: inline-block;
    width: 30px;
    margin: 0 5px
}

.content .incontent article {
    position: relative
}

.content .incontent article .slideblk {
    max-width: 480px;
    width: 45%;
    position: absolute;
    right: 50px;
    top: 0
}

.content .incontent article .slideblk .ctrl {
    margin-top: 30px;
    font-family: 'lato';
    font-size: 12px;
    text-align: center
}

.content .incontent article .slideblk .ctrl .prev {
    width: 30px;
    height: 35px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("../img/news_page/albarr_prev.png");
    background-size: 6px 8px;
    background-position: center center;
    vertical-align: middle;
    margin: 0 25px;
    cursor: pointer
}

.content .incontent article .slideblk .ctrl .next {
    width: 30px;
    height: 35px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("../img/news_page/albarr_next.png");
    background-size: 6px 8px;
    vertical-align: middle;
    margin: 0 25px;
    cursor: pointer
}

.content .incontent article .slideblk .ctrl .now {
    display: inline-block;
    margin-right: 15px
}

.content .incontent article .slideblk .ctrl .total {
    display: inline-block;
    margin-left: 15px
}

.content .incontent article .scroll {
    width: 45%;
    height: 68vh;
    max-width: 580px;
    position: relative;
    font-family: arial;

    padding-bottom: 30px
}

.content .incontent article .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #47b247;
    right: initial;
    left: 0
}

.content .incontent article p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 100px
}

.content .incontent article .contact div:nth-child(2) {
    color: #47b247
}

.content .incontent .backbtn {
    width: 100px;
    height: 28px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    position: relative;
    margin-top: 50px;
    background-color: #000;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-family: 'Comfortaa'
}

.content .incontent .backbtn span {
    position: absolute;
    top: 8px;
    left: 47%;
    font-size: 14px;
    line-height: 1em
}

.content .incontent .backbtn .arr {
    width: 7px;
    height: 12px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/backarr.png");
    position: absolute;
    left: 20px;
    top: 8px
}

@media only screen and (min-width:1025px) {
    .content .incontent .backbtn:hover {
        background-color: #48b548
    }
}

@media only screen and (max-width:1024px) {
    .content .incontent {
        padding-left: 80px;
        padding-right: 80px
    }
    .content .incontent .head .title {
        font-size: 26px
    }
    .content .incontent .head .date {
        display: none
    }
    .content .incontent .head .sc {
        bottom: initial;
        top: 0
    }
    .content .incontent .head .greenbar {
        display: none
    }
    .content .incontent article .slideblk {
        position: relative;
        right: 0;
        width: 100%
    }
    .content .incontent article .slideblk ul li {
        width: 100%
    }
    .content .incontent article .scroll {
        width: 100%;
        height: auto
    }
    .content .incontent article p {
        margin-bottom: 60px
    }
    .content .incontent article .slideblk .ctrl {
        margin-bottom: 20px
    }
    .content .incontent .backbtn {
        width: 250px;
        height: 40px;
        margin: 0 auto;
        margin-top: 50px;
        background-color: #48b548
    }
    .content .incontent .backbtn span {
        left: 50%;
        top: 15px
    }
    .content .incontent .backbtn .arr {
        left: 30%;
        top: 15px
    }
}

@media only screen and (max-width:650px) {
    .content .incontent {
        padding-top: 45px;
        padding-left: 0;
        padding-right: 0
    }
    .content .incontent .head {
        padding-left: 35px;
        padding-right: 35px
    }
    .content .incontent .head .title {
        margin-bottom: 50px;
        font-size: 18px
    }
    .content .incontent .head .arttitle {
        margin-bottom: 25px;
        font-size: 16px
    }
    .content .incontent .head .sc {
        right: 35px
    }
    .content .incontent article .scroll {
        padding-left: 35px;
        padding-right: 35px
    }
}


/*# sourceMappingURL=web_news_page.css.map */
