﻿


.AnnouncementNews-Container {
    width: 100%;
    min-height: 100px;
    overflow: auto;
}

.AnnouncementNews-Content {
    width: 100%;
    height: 90px;
    /*border-bottom: 1px dotted black;*/
    margin-top: 5px;
}

.AnnouncementNews-link {
    width: 100%;
    height: 100%;
}

.AnnouncementNews {
    width: 100%;
    height: 100%;
}

.AnnouncementNewsText {
    width: 70%;
    height: 100%;
    float: right;
    margin-right: 5px;
    overflow: hidden;
}

.AnnouncementNews-Content2 {
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}

.AnnouncementNews-image {
    width: 20%;
    height: 100%;
    background-size: cover;
    object-fit:contain;
    float: left;
}

.slide-text2
{
    width:75%;
    height:150px;
    float:right;
    padding:5px;
}

.slide-image2
{
    width:20%;
    height:150px;
    object-fit:contain;
}






















