/* Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨ */

.news {}

.news ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px;
}

.news ul li {
    width: 50%;
    padding: 2px;
}

.news ul a {
    display: block;
    position: relative;
    padding: 10px;
    overflow: hidden;
    color: #000;
    border: 1px solid #000;
}

.new-li-img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
       background: #6c010e;
}

.new-li-img img {
    width: 100%;
    opacity: 0.5;
}

.new-li-title {
    position: relative;
    z-index: 10;
    overflow: hidden;
    font: 400 16px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    position: relative;
    z-index: 10;
    font: 400 12px/16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-align: center;
}

.new-li-p {
    position: relative;
    z-index: 10;
    height: 120px;
    margin: 12px 0 18px;
    overflow: hidden;
    font: 400 12px/20px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-align: justify;
}

.new-li-more {
    position: relative;
    z-index: 10;
    padding: 5px 0 0;
    font: 400 12px/18px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-align: center;
    border-top: 1px solid #000;
}

@media (min-width: 1200px) {
    .news ul {
        padding: 0 0 15px;
    }
    .news ul li {
        width: 33.33%;
        padding: 15px;
    }
    .news ul a {
        height: 354px;
        padding: 48px 24px 0;
        background: rgba(255,255,255,0.6);
        transition: 1s;
    }
    .new-li-title {
        font: 400 24px/30px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    }
    .new-li-time {
        font: 400 14px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    }
    .new-li-p {
        margin: 24px 0 42px;
        font: 400 16px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    }
    .new-li-more {
        padding: 20px 0;
        font: 400 14px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    }
    .news ul a:hover {
        padding-top: 236px;
        color: #fff;
    }
    .news ul a:hover .new-li-img {
        opacity: 1;
    }
    .news ul a:hover .new-li-p {
        display: none;
    }
    .news ul a:hover .new-li-more {
        border-color: #fff;
    }
    .pages {
        margin: 0 15px;
    }
}


/* Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦ */

.new-er {}

.new-er-title {
    text-align: center;
}

.new-er-name {
    font: bold 16px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    color: #333;
}

.new-er-time {
    font: 400 14px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    color: #999;
}

.new-er-content p {
    margin-bottom: 10px;
    font: 400 14px/24px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    color: #333;
    text-align: justify;
}

.new-er-content p img {
    width: 100%;
}

@media (min-width: 1200px) {
    .new-er {
        padding: 40px 30px;
        background: rgba(255, 255, 255, 0.8);
    }
    .new-er-title {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px;
        color: #000;
        text-align: left;
        border-bottom: 1px solid #000;
    }
    .new-er-name {
        color: #000;
    }
    .new-er-time {
        position: absolute;
        right: 0;
        top: 0;
        color: #000;
    }
    .new-er-content p {
        font: 400 16px/30px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
        color: #000;
    }
}