﻿/*<!--News-Top_view-->*/
.Top-View-rang {
    position: relative;
    width: 100%;
}

.View-rang {
    position: relative;
    width: 100%;
    margin-top: 5rem;
}


.TopView_content-rang {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
}

.Title_Content {
    font-size: 50px;
    font-weight: 500;
    color: #fefefe;
}

/* <!--News-NewsList-table-->*/
.NewsList {
    width: 100%;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.New_data {
    font-family: Raleway;
    font-size: 15px;
    color: #5f6269;
}

.New_icon {
    font-size: 18px;
    color: #ffb600;
}

.New_title {
    font-size: 15px;
    color: #5f6269;
}

    .New_title:hover {
        color: #ffb600;
        cursor: pointer;
    }

.new_padding {
    padding: 2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}


.new_little_btton {
    border: solid 1.5px;
    text-align: center;
    border-radius: 5px;
    color: #f5ba18;
    width: 96px;
    font-weight: 400;
}

.table-line {
    border-bottom: solid 1.5px #f6f6f6;
}



.table-num {
    display: none;
    transition: 1s;
}

    .table-num.showlist {
        display: flex;
        transition: 1s;
    }


/*<!--News-NewsList-button-->*/
.NewsList-button {
    width: 40px;
    height: 40px;
    border: solid 1px #ffb600;
    border-radius: 50%;
    text-align: center;
    margin: 3px;
}

    .NewsList-button:hover {
        cursor: pointer;
    }

    .NewsList-button.active {
        transition: 0.5s;
        background-color: #ffb600;
    }


.NewsList-button-num {
    font-size: 24px;
    font-weight: 400;
    color: #ffb600;
}

.NewsList-button.active > .NewsList-button-num {
    transition: 0.5s;
    color: #ffffff;
}


/* <!--News-AnyNews-->*/
.News-Prev:before {
    content: '< ';
    font-family: monospace;
    font-weight: 600;
}

.News-Next:after {
    content: ' >';
    font-family: monospace;
    font-weight: 600;
}


.News-Prev:hover, .News-Next:hover, .News-Top:hover {
    cursor: pointer;
    color: #ffb600;
}

.New-pic {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}


@media screen and (min-width: 768px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/News/banner/news_banner_web_pic@2x.png) no-repeat #ffffff;
        background-size: cover;
    }

    /* <!--News-NewsList-table-->*/
    .NewsList-height {
        //height: 550px;
        transition: 1s;
    }

    /* <!--News-AnyNews-->*/
    .NewsList-Text {
        margin: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .sectionhidden {
        width: 100%;
        height: 390px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 590px;
        background: url(../../Images/News/banner/news_banner_panel_pic@2x.png) no-repeat #ffffff;
        background-size: cover;
    }

    /*<!--News-Top_view-->*/
    .Title_Content {
        text-align: center;
    }
    /* <!--News-NewsList-table-->*/
    .NewsList-height {
        //height: 600px;
        transition: 1s;
    }

    /* <!--News-AnyNews-->*/
    .NewsList-Text {
        margin: 2rem;
    }
}

@media screen and (max-width: 713px) {
    /* <!--News-NewsList-table-->*/
    .NewsList-height {
        //height: 1150px;
        transition: 1s;
    }
}

@media (max-width:576px) {
    .sectionhidden {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .section {
        width: 100%;
        height: 500px;
        background: url(../../Images/News/banner/news_banner_mobile_pic@2x.jpg) no-repeat #ffffff;
        background-size: cover;
    }

    /*<!--News-Top_view-->*/
    .Title_Content {
        text-align: center;
        font-size:30px;
    }


    /* <!--News-NewsList-->*/
    .new_padding {
        padding: 1rem;
    }

    /* <!--News-NewsList-table-->*/
    .NewsList-height {
        //height: 800px;
        transition: 1s;
    }

    /* <!--News-AnyNews-->*/
    .NewsList-Text {
        margin: 0.7rem;
    }

    .New_data {
        font-size: 14px;
    }


    .New_title {
        font-size: 14px;
    }

}


.New_icon {
    display: none;
}