.main {
    width: 100%;
    margin-top: 20px;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.logo-title {
    height: 80px;
    line-height: 80px;
    width: 100px;
    font-size: 20px;
    text-align: center;
}

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

.swiper2 {
    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: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 20px 0 10px;
}

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


.swiper2 .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%;
}

.donation-container {
    display: block;
    width: 90%;
    height: 120px;
    line-height: 120px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.compute-container {
    display: block;
    width: 90%;
    height: 120px;
    line-height: 120px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.donation-container:hover, .compute-container:hover{
transform: translateY(-5px);
}

.news-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
}

.new-context {
    width: 38%;
    height: 500px;
}

.news-context {
    width: 56%;
    height: 500px;
}

.notice-header,
.story-header,
.news-header,
.new-header {
    display: flex;
    justify-content: space-between;
}

.readmore {
    color: #757575;
    height: 80px;
    line-height: 85px;
    width: 100px;
    text-align: right;
    cursor: pointer;
}

.table-header {
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #7c7c7c;
    justify-content: space-between;
}

.table-item {
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.table-name {
    width: 50%;
}

.table-date {
    width: 28%;
    text-align: center;
}

.table-rmb {
    width: 22%;
    text-align: right;
}

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

.news-img-item {
    width: 48%;
    position: relative;
}

.news-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.news-img-introduct {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.news-img-date {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
}

.news-list-container {
    margin-top: 31px;
}


.news-item:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: blue;
    position: absolute;
    top: 8px;
}

.news-item {
    cursor: pointer;
    display: flex;
    height: 55px;
    position: relative;
}



.news-introduce {
    padding-left: 10px;
    width: 80%;
    font-size: 16px;
    color: #222;
}

.news-date {
    width: 20%;
    text-align: right;
    font-size: 16px;
    color: #222;
}

.bg-gray {
    background-color: #f9f9f9;
}

.story-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.story-context {
    width: 58%;
}

.notice-context {
    width: 39%;
}

.story-main {
    display: flex;
    justify-content: space-between;
}

.story-img {
    width: 45%;
}

.story-list {
    width: 54%;
}

.story-item {
    display: flex;
}

.story-date {
    width: 16%;
}

.story-list-context {
    width: 81%;
    display: block;
    position: relative;
}

.story-list-context:before {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 100%;
    left: 5px;
    background-color: #7a7a7a;
}


.story-top {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}

.story-bottom {
    font-size: 13px;
    color: #7a7a7a;
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
}


.story-item {
    margin-top: 22px;
}

.story-item:nth-child(1) {
    margin-top: 0;
}


.notice-item {
    display: flex;
    justify-content: space-between;
    height: 53px;
    line-height: 55px;
    font-size: 16px;
}
.notice-item:before {
    content: "";
    display: block;
    position: relative;
    top: 15px;
    width: 25px;
    height: 22px;
    background-image: url(../images/svg/8.png);
    background-size: cover;
}

.notice-item-context {
    width: 92%;
}

.notice-item-date {
    width: 30%;
}

.svg {
    width: 50px;
    height: 58px;
    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;
}

.pro-img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.news-main {
    padding: 10px;
}

.new-main {
    padding: 10px;
}

.story-main {
    padding: 10px;
}
