<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.news-context {
    width: 62%;
}

.top{
    display: flex;
    justify-content: space-between;
}
.top-title {
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.readmore {
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}

.news-item {
    width: 45%;
    height: 260px;
    position: relative;
    border-top: 3px solid #0168b5;
margin: 0px 5px;
}

.news-item-img {
    width: 100%;
    height: 200px;
}

.mark{
    width: 93%;
    padding: 4px 0;
    height: 42px;
    color: #000;
    font-size: 16px;
        display: flex;
    align-items: center;
}

.news-title {
    width: 98%;
    color: #0168b5;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: bold;
}

.news-title:hover {
    text-decoration: underline;
}

.news-date {
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 18px;
    font-family: "corbel";
}

.news-outline {
    font-size: 16px;
line-height: 1.7;
    color: #333;
}

.news-outline:hover {
    text-decoration: underline;
    color: #EC3C1B;
}

.notice-context {
    width: 30%;
}

.notice-main {
    width: 100%;
    height: 454px;
    background-color: #f3f3f3;
    padding: 0 30px;
    border-top: 3px solid #0168b5;
}



.notice-items-container {
    padding: 14px 0;
}

.notice-item {
    display: block;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C1B394;
}

.notice-item:last-child {
    border: none;
}

.notice-date {
    width: 21%;
}

.notice-title {
    width: 71%;
}

.date-my {
    background-color: #fff;
    color: #797979;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.date-day {
    background-color: #0168b5;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}

.notice-title {
    color: #0168b5;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.notice-title:hover {
    text-decoration: underline;
}


.science-container {
    display: flex;
    justify-content: space-between;
}

.science-context {
    width: 52%;
}

.school-item, .science-item {
    width: 45%;
    height: 210px;
    position: relative;
}

.school-item-img, .science-item-img {
    width: 100%;
    height: 160px;
}

.school-context {
    width: 44%;
}


.school-main {
    width: 100%;
    height: 414px;
    border-top: 3px solid #0168b5;
    padding: 9px 0 0 5px;
}

.article-item {
    display: block;
    padding: 20px 0 0 0;
}

.article-title {
    color: #0168b5;
    font-size: 16px;
}

.article-introduce {
    color: #333;
    font-size: 12px;
    margin-top: 8px;
}

.project-context {
    width: 100%;
    display: flex;
}

.swiper3 {
    width: 100%;
    height: 275px;
}

.banner-text {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
}

.text-title {
    text-align: left;
    height: 20px;
    color: #c52127;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 20px 0 10px;
}

.text-context {
    text-align: left;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 18px;
}


.swiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.border-container {
    width: 40%;
}
.pro-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}
.svg {
    width: 50px;
    height: 50px;
    position: relative;
    top: 15px;
}

.logo-container {
    display: flex;
}

.svg-conainer {
    display: flex;
    justify-content: space-evenly;
}


.svgBig {
    width: 80px;
    height: 80px;
    position: relative;
    top: 20px;
    left: 30px;
}

.ewm-container {
    position: relative;
   
}


.ewm {
    visibility: hidden;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -170px;
    right: 53px;
}

.ewm-container:hover .ewm {
    visibility: visible;
}



.notice-item:nth-child(5) {
    border: none;
}</pre></body></html>