body {
    margin: 0px;
    font-family: Archivo-Black;
}


/*  /////////////*/

.bigspace {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.loc {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #FAFAFA;
    margin-bottom: 15px;
}

.loc .loc_center {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.loc .loc_center h3 {
    font-size: 17px;
    font-weight: lighter;
    margin-left: 1%;
    text-transform: uppercase;
    width: 90%;
}

.loc .loc_center span {
    font-size: 13px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
}

.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 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.left .part .image {
    width: 90%;
    height: 450px;
}

.left .part .image img {
    width: 100%;
    height: 100%;
}

.left .part .info {
    width: 90%;
    height: auto;
    background-color: white;
}

.left .part .info h1 {
    width: 90%;
    font-weight: lighter;
    text-transform: uppercase;
}

.left .part .info .infoabout {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left .part .info .infoabout .share {
    float: right;
    height: 100%;
}

.left .part .info .infoabout .share img {
    width: 30px;
    height: 30px;
}

.left .part .info .infoabout .share #share {
    width: 20px;
    height: 23px;
}

.left .part .info .infoabout h5 {
    float: left;
    font-size: 12px;
    font-weight: lighter;
    margin-left: 3%;
}

.left .part .info .infoabout #date {
    float: left;
    margin-left: 0%;
}

.left .part .info .intro {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.left .part .info .intro p {
    width: 100%;
    text-align: justify;
}

.left .part .info .bspace {
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.left .part .info .two_images {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left .part .info .two_images img {
    float: left;
    width: 48%;
    height: 300px;
    margin-right: 2%;
}


/**/

.left .part .info .qute {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.left .part .info .qute .q_image {
    width: 100%;
    height: 105px;
    overflow: hidden;
    text-align: center;
}

.left .part .info .qute .q_image img {
    width: 100px;
    height: 100px;
}

.left .part .info .qute .q_text {
    width: 100%;
    height: 105px;
    overflow: hidden;
    text-align: center;
}

.left .part .info .qute .q_text h2 {
    font-weight: lighter;
    margin-bottom: 5px;
}

.left .part .info .qute .q_text span {
    color: #00BD71;
}


/**/

.left .part .info .video {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left .part .info .video iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/*  -------------------*/

.news .center .right {
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
    border: 3px solid #707070;
}

.right .newsright {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
}

.right .newsright .centernews {
    width: 90%;
    height: auto;
    margin: 0px auto;
    background-color: white;
    overflow: hidden;
}

.newsright .centernews .header {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.newsright .centernews .header h3 {
    margin-bottom: 5px;
}

.newsright .centernews .header .line {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: #adabab;
    border: 1px solid white;
}

.newsright .centernews .header .line .color_line {
    width: 10%;
    height: 100%;
    background-color: #00BD71;
}

.newsright .centernews .unit {
    width: 100%;
    height: 80px;
    margin-top: 15px;
    overflow: hidden;
}

.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 .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 .categories {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
}

.right .categories .cat_center {
    width: 90%;
    height: auto;
    margin: 0px auto;
    background-color: white;
    overflow: hidden;
}

.categories .cat_center .header {
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.categories .cat_center .header h3 {
    margin-bottom: 5px;
}

.categories .cat_center .header .line {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: #adabab;
    border: 1px solid white;
}

.categories .cat_center .header .line .color_line {
    width: 10%;
    height: 100%;
    background-color: #00BD71;
}

.right .categories .cat_center a {
    text-decoration: none;
    color: black;
}

.categories .cat_center .cat {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #F6F6F6;
}

.categories .cat_center .cat p {
    margin-left: 8px;
}

.categories .cat_center .cat .count {
    float: right;
    min-width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: white;
    margin-right: 8px;
    margin-top: 8px;
    text-align: center;
}

.categories .cat_center .cat .count p {
    margin-top: 5px;
    margin-left: 0px;
    margin-left: 5px;
}


/*  ///////////////////*/

.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: 400px;
    overflow: hidden;
}

.center .video_gellery .small {
    width: 20%;
    height: 100%;
    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 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center .video_gellery .big {
    margin-left: 3%;
    margin-right: 3%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}

.center .video_gellery .big .video {
    width: 100%;
    height: 100%;
}

.center .video_gellery .big .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ////////////////////////////*/

.comment_area {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.comment_area .comment_center {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}


/**/

.comment_area .comment_center .make_comment {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.comment_center .make_comment .head {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.comment_center .make_comment .head h1 {
    margin-bottom: 1px;
}

.comment_center .make_comment .head .line {
    width: 63%;
    height: 3px;
    background-color: #EAEAEA;
    overflow: hidden;
    float: right;
    margin-top: 40px;
}

.comment_center .make_comment .write_form {
    width: 78%;
    height: auto;
    overflow: hidden;
}

.make_comment .write_form .i {
    width: 48%;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
}

.make_comment .write_form .i label {
    margin-bottom: 2px;
}

.make_comment .write_form .i input {
    width: 90%;
    height: 55px;
    overflow: hidden;
    border: 1px solid #EAEAEA;
    padding-left: 10px;
}

.make_comment .write_form .i input:focus {
    outline: none;
}

.make_comment .write_form .i button {
    width: 50%;
    height: 55px;
    overflow: hidden;
    background-color: #00BD71;
    border: 1px solid #00BD71;
    color: white;
}

.make_comment .write_form .i button:hover {
    cursor: pointer;
}

.make_comment .write_form .i2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.make_comment .write_form .i2 textarea {
    width: 91%;
    height: 90%;
    border: 1px solid #EAEAEA;
    padding-left: 10px;
    padding-top: 10px;
}

.make_comment .write_form .i2 textarea:focus {
    outline: none;
}

.comment_area .comment_center .comments {
    width: 100%;
    min-height: 350px;
    height: auto;
    overflow: hidden;
}

.comment_center .comments .head {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.comment_center .comments .head h1 {
    margin-bottom: 1px;
}

.comment_center .comments .head .line {
    width: 77%;
    height: 3px;
    background-color: #EAEAEA;
    overflow: hidden;
    float: right;
    margin-top: 40px;
}

.comment_center .comments .visitors_review {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.comments .visitors_review .comment {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.comments .visitors_review .comment .image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 2%;
}

.comment .image img {
    width: 100%;
    height: 100%;
}

.comment .text {
    float: left;
    width: 70%;
    height: auto;
    overflow: hidden;
}

.comment .text h3 {
    margin-top: 1px;
    margin-bottom: 2px;
}

.comment .text p {
    margin-top: 3px;
}


/* ////////////////////////////*/

@media only screen and (min-width:280px) and (max-width:530px) {
    .loc {
        display: none;
    }
    .news .center {
        width: 100%;
    }
    .news .center .left {
        float: left;
        width: 100%;
    }
    .left .part {
        float: left;
        width: 100%;
        margin: 0px;
    }
    .left .part .image {
        width: 100%;
        height: 300px;
    }
    .left .part .info {
        width: 100%;
    }
    .left .part .info h1 {
        margin-left: 3px;
        font-size: 18px;
    }
    .left .part .info .infoabout .share {
        width: 100%;
    }
    .left .part .info .infoabout .share #share {
        margin-right: 5px;
    }
    .left .part .info .two_images img {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .left .part .info .video iframe {
        width: 100%;
        height: 300px;
    }
    /*  ////////////////////*/
    .news .center .right {
        float: left;
        width: 100%;
    }
    /* /////////*/
    .comment_area .comment_center {
        width: 100%;
    }
    .comment_center .make_comment .write_form {
        width: 100%;
    }
    .make_comment .write_form .i {
        width: 100%;
    }
    .make_comment .write_form .i label {
        margin-left: 5px;
    }
    /**/
    .comment_center .comments .visitors_review {
        width: 100%;
    }
}

@media only screen and (min-width:531px) and (max-width:700px) {
    .loc {
        display: none;
    }
    .news .center {
        width: 98%;
    }
    .news .center .left {
        float: left;
        width: 100%;
    }
    .left .part {
        float: left;
        width: 100%;
        margin: 0px;
    }
    .left .part .image {
        width: 100%;
        height: 300px;
    }
    .left .part .info {
        width: 100%;
    }
    .left .part .info h1 {
        margin-left: 3px;
        font-size: 18px;
    }
    /*
    .left .part .info .infoabout .share {
        width: 100%;
    }
    */
    .left .part .info .infoabout .share #share {
        margin-right: 5px;
    }
    .left .part .info .two_images img {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .left .part .info .video iframe {
        width: 100%;
        height: 300px;
    }
    /*  ////////////////////*/
    .news .center .right {
        float: left;
        width: 100%;
    }
    .art_center .art_unit img {
        width: 100%;
        height: 80%;
    }
    /* /////////*/
    .comment_area .comment_center {
        width: 100%;
    }
    .comment_center .make_comment .write_form {
        width: 100%;
    }
    .make_comment .write_form .i {
        width: 100%;
    }
    .make_comment .write_form .i label {
        margin-left: 5px;
    }
    /**/
    .comment_center .comments .visitors_review {
        width: 100%;
    }
}

@media only screen and (min-width:701px) and (max-width:800px) {
    .news .center {
        width: 95%;
    }
    .loc .loc_center {
        width: 95%;
    }
    .news .center .right {
        float: left;
        width: 28%;
    }
    .newsright .centernews .unit .info h5 {
        height: 30px;
        overflow: hidden;
    }
}

@media only screen and (min-width:801px) and (max-width:900px) {
    .news .center {
        width: 95%;
    }
    .loc .loc_center {
        width: 95%;
    }
    .news .center .right {
        float: left;
        width: 28%;
    }
    .newsright .centernews .unit .info h5 {
        height: 30px;
        overflow: hidden;
    }
}

@media only screen and (min-width:901px) and (max-width:1100px) {
    .news .center {
        width: 95%;
    }
    .loc .loc_center {
        width: 95%;
    }
    .news .center .right {
        float: left;
        width: 28%;
    }
    .newsright .centernews .unit .info h5 {
        height: 30px;
        overflow: hidden;
    }
}