body {
    margin: 0px;
    font-family: Archivo-Black;
}

.subscripe_msg {
    width: 250px;
    height: 70px;
    overflow: hidden;
    background-color: rgb(255, 235, 54);
    color: rgb(48, 4, 223);
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: +1;
    box-shadow: 2px 2px 2px 2px #daf10d5d;
}

.subscripe_msg #close {
    float: right;
    color: rgb(236, 13, 132);
}

.subscripe_msg #close:hover {
    cursor: pointer;
}

.main_news {
    width: 100%;
    height: auto;
    position: relative;
}

.main_news .black {
    width: 70%;
    height: 380px;
    background-color: black;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
}

.main_news .green {
    width: 30%;
    height: 380px;
    background-color: #00BD71;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}

.main_news .center {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.main_news .center .text {
    float: left;
    width: 40%;
    height: 380px;
    overflow: hidden;
    color: white;
}

.main_news .center .text .space {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.main_news .center .text h2 {
    font-size: 32px;
    font-weight: lighter;
    width: 85%;
}

.main_news .center .text p {
    width: 85%;
}

.main_news .center .text h5 {
    float: left;
    font-size: 14px;
    font-weight: lighter;
    margin-left: 7%;
}

.main_news .center .text #date {
    float: left;
    margin-left: 0%;
}


/*
.main_news .center .text #view::before {
    content: url('/newsimages/view.png');
}
*/

.main_news .center .bigimage {
    float: left;
    width: 40%;
    height: 380px;
    overflow: hidden;
    margin-left: 3%;
}

.main_news .center .bigimage img {
    margin-top: 10%;
    width: 100%;
    height: 75%;
    border-radius: 6px;
}

.main_news .center .smimage {
    float: left;
    width: 12%;
    height: 280px;
    margin-left: 2%;
    overflow: hidden;
    margin-top: 50px;
}

.main_news .center .smimage .parent_images {
    width: 100%;
    height: 220px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.main_news .center .smimage .parent_images img {
    width: 60%;
    min-width: 80px;
    float: left;
    height: 60px;
    margin-top: 15px;
    border-radius: 6px;
}

.main_news .center .parent_images img:hover {
    cursor: pointer;
}

.main_news .center .smimage .arrow {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: relative;
}

.main_news .center .smimage .arrow #uparrow {
    width: 20px;
    min-width: 20px;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 20%;
}

.main_news .center .smimage .arrow #uparrow:hover {
    cursor: pointer;
}

.main_news .center .smimage .arrow #downarrow {
    width: 20px;
    min-width: 20px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 20%;
}

.main_news .center .smimage .arrow #downarrow:hover {
    cursor: pointer;
}


/*  /////////////*/

.bigspace {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news .center {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.news .center .left {
    float: left;
    width: 70%;
    height: auto;
    overflow: hidden;
}

.left .part {
    float: left;
    width: 45%;
    height: 380px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.left .part .image {
    width: 100%;
    height: 65%;
}

.left .part .image img {
    width: 100%;
    height: 100%;
}

.left .part .over-info {
    width: 85%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 0px;
    z-index: +1;
    background-color: white;
    border: 1px solid #BDBDBD;
}

.left .part .over-info h2 {
    width: 85%;
    margin-left: 5%;
    font-size: 16px;
    text-transform: uppercase;
}

.left .part .over-info p {
    display: none;
}

.left .part .over-info .infoabout {
    width: 99%;
    height: auto;
    overflow: hidden;
    border: 1px solid white;
    border-top-color: #BDBDBD;
    border-bottom-color: #BDBDBD;
}

.left .part .over-info .infoabout .share {
    float: right;
    width: 30px;
    height: 100%;
}

.left .part .over-info .infoabout .share img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

.left .part .over-info .infoabout .share img:hover {
    cursor: pointer;
}

.left .part .over-info .infoabout h5 {
    float: left;
    font-size: 12px;
    font-weight: lighter;
    margin-left: 3%;
}

.left .part .over-info .infoabout #date {
    float: left;
    margin-left: 1%;
}


/* big div  //////////////////////////// */

.left .part:nth-child(3n+0) {
    width: 93%;
    height: 550px;
}

.left .part:nth-child(3n+0) .image {
    width: 100%;
    height: 75%;
}

.image img {
    width: 100%;
    height: 100%;
}

.left .part:nth-child(3n+0) .over-info {
    width: 85%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 0px;
    z-index: +1;
}

.left .part:nth-child(3n+0) .over-info h2 {
    width: 85%;
    margin-left: 5%;
    font-size: 26px;
}

.left .part:nth-child(3n+0) .over-info p {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin-left: 5%;
    display: block;
}

.left .part:nth-child(3n+0) .over-info h5 {
    float: left;
    font-size: 14px;
    font-weight: lighter;
    margin-left: 7%;
}

.left .part:nth-child(3n+0) .over-info #date {
    float: left;
    margin-left: 1%;
}


/*  ////////////////////// */

.titles {
    float: left;
    width: 25%;
    height: 50px;
    margin-top: 5px;
    background-color: white;
    border: 3px solid #00BD71;
}

.titles .title {
    float: left;
    width: 33%;
    height: 100%;
    overflow: hidden;
    background-color: white;
    text-align: center;
}

.titles .title:hover {
    cursor: pointer;
}

.titles .title p {
    margin-top: 20px;
    font-size: 14px;
}

.titles .active {
    width: 34%;
    height: 70px;
    background-color: #00BD71;
    color: white;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 76%, 31% 89%, 34% 76%, 0% 75%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 76%, 31% 89%, 34% 76%, 0% 75%);
    z-index: +1;
}


/*  -------------------*/

.news .center .right {
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
    border: 3px solid #707070;
    border-top-color: #00BD71;
}

.news .center .right .topright {
    width: 100%;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.topright .newsright {
    display: none;
    width: 100%;
    height: 380px;
    overflow: hidden;
}


/*  //////////////*/

.topright .showthis {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: +1;
    background-color: white;
}


/*  /////////////////*/

.topright .newsright .centernews {
    width: 90%;
    height: auto;
    margin: 0px auto;
    background-color: white;
}

.newsright .centernews .unit {
    width: 100%;
    height: 80px;
    margin-top: 15px;
}

.newsright .centernews .unit .img {
    float: left;
    width: 30%;
    min-height: 60px;
    height: 100%;
}

.newsright .centernews .unit .img img {
    width: 100%;
    height: 100%;
}

.newsright .centernews .unit .img iframe {
    width: 100%;
    height: 100%;
}

.newsright .centernews .unit .info {
    float: left;
    width: 65%;
    height: 100%;
    margin-left: 3%;
    background-color: aliceblue;
}

.newsright .centernews .unit .info p {
    text-decoration: underline;
    margin-bottom: 2px;
}

.newsright .centernews .unit .info h5 {
    margin-top: 5px;
}

.right .lineborder {
    width: 100%;
    height: 3px;
    background-color: #707070;
}


/* ///////////////////////// */

.right .articals {
    width: 100%;
    height: auto;
    min-height: 400px;
    overflow: hidden;
}

.articals .art_center {
    width: 90%;
    height: auto;
    margin: 0px auto;
    background-color: white;
}

.articals .art_center .header {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.articals .art_center .header h3 {
    margin-bottom: 5px;
}

.art_center .header .line {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: #adabab;
    border: 1px solid white;
}

.art_center .header .line .color_line {
    width: 10%;
    height: 100%;
    background-color: #00BD71;
}

.art_center .art_unit {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.art_center .art_unit img {
    width: 100%;
    height: 70%;
}

.art_center .art_unit h5 {
    margin-top: 5px;
    font-size: 15px;
}

.art_center a {
    text-decoration: none;
}

.art_center .goall {
    width: 100%;
    height: 35px;
    background-color: #00BD71;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.art_center .goall p {
    margin-top: 8px;
    color: white;
    font-size: 15px;
}


/**/

.right .subscripe {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: black;
}

.right .subscripe .content {
    width: 90%;
    height: 90%;
    margin-top: 10%;
    overflow: hidden;
    margin: 0px auto;
    color: white;
}

.subscripe .content h2 {
    font-size: 19px;
}

.subscripe .content p {
    font-size: 14px;
}

.subscripe .content input {
    width: 100%;
    height: 35px;
    margin-bottom: 7px;
}

.subscripe .content button {
    width: 60%;
    height: 45px;
    background-color: #00BD71;
    color: white;
}


/* //////////////////////*/

.center .video_gellery {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.center .video_gellery .small {
    width: 20%;
    height: 400px;
    overflow: hidden;
    float: left;
}

.center .video_gellery .small .video {
    width: 100%;
    height: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.center .video_gellery .small .video:hover {
    cursor: pointer;
}

.center .video_gellery .small .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center .video_gellery .big {
    margin-left: 3%;
    margin-right: 3%;
    width: 50%;
    height: 400px;
    overflow: hidden;
    float: left;
}

.center .video_gellery .big .video {
    width: 100%;
    height: 100%;
}

.center .video_gellery .big .video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width:280px) and (max-width:530px) {
    .main_news .center {
        width: 95%;
    }
    .main_news .center .text {
        width: 100%;
    }
    .main_news .black {
        width: 90%;
    }
    .main_news .green {
        width: 10%;
    }
    .main_news .center .text p {
        height: 72px;
        overflow: hidden;
    }
    .main_news .center .bigimage {
        width: 100%;
        margin-left: 0px;
    }
    .main_news .center .smimage {
        display: none;
    }
    .news .center {
        width: 100%;
    }
    .news .center .left {
        float: left;
        width: 100%;
    }
    .left .part {
        float: left;
        width: 100%;
        margin: 0px;
    }
    /**/
    .left .part:nth-child(3n+0) {
        display: none;
    }
    /*  ////////////////////*/
    .titles {
        float: left;
        width: 100%;
    }
    .news .center .right {
        float: left;
        width: 100%;
    }
    /* /////////*/
    .center .video_gellery .small {
        width: 100%;
    }
    .center .video_gellery .big {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
}

@media only screen and (min-width:531px) and (max-width:700px) {
    .main_news .center {
        width: 95%;
    }
    .main_news .center .text {
        width: 100%;
    }
    .main_news .black {
        width: 90%;
    }
    .main_news .green {
        width: 10%;
    }
    .main_news .center .text p {
        height: 72px;
        overflow: hidden;
    }
    .main_news .center .bigimage {
        width: 100%;
        margin-left: 0px;
    }
    .main_news .center .smimage {
        display: none;
    }
    .news .center {
        width: 100%;
    }
    .news .center .left {
        float: left;
        width: 100%;
    }
    .left .part {
        float: left;
        width: 100%;
        margin: 0px;
    }
    /**/
    .left .part:nth-child(3n+0) {
        display: none;
    }
    /*  ////////////////////*/
    .titles {
        float: left;
        width: 100%;
    }
    .news .center .right {
        float: left;
        width: 100%;
    }
    /* /////////*/
    .center .video_gellery .small {
        width: 100%;
        margin-bottom: 10px;
    }
    .center .video_gellery .big {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
}

@media only screen and (min-width:701px) and (max-width:800px) {
    .main_news .center {
        width: 95%;
    }
    .main_news .center .text p {
        height: 72px;
        overflow: hidden;
    }
    .news .center {
        width: 100%;
    }
    .right .subscripe .content {
        width: 90%;
        height: 100%;
    }
}

@media only screen and (min-width:801px) and (max-width:900px) {
    .main_news .center {
        width: 95%;
    }
    .main_news .center .text p {
        height: 72px;
        overflow: hidden;
    }
    .news .center {
        width: 100%;
    }
    .right .subscripe .content {
        width: 90%;
        height: 100%;
    }
}

@media only screen and (min-width:901px) and (max-width:1100px) {
    .main_news .center {
        width: 95%;
    }
    .main_news .center .text p {
        height: 72px;
        overflow: hidden;
    }
    .news .center {
        width: 100%;
    }
    .right .subscripe .content {
        width: 90%;
        height: 100%;
    }
}