
.banner {
    overflow: hidden;
    height: 500px;
    position: relative;
    z-index: 1;
}

.notice {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.notice-tit {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: #c30009;
    border-radius: 6px;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
}

.notice-lis {
    width: 1100px;
    height: 80px;
    overflow: hidden;
}

.notice-lis .swiper-wrapper .swiper-slide p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-lis .swiper-wrapper .swiper-slide p:nth-child(1) {
    font-size: 24px;
    color: #333333;
}

.notice-lis .swiper-wrapper .swiper-slide p:nth-child(2) {
    font-size: 18px;
    color: #666666;
    line-height: 2;
}

.container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news-pic {
    width: 600px;
    height: 430px;
    overflow: hidden;
}

.news-pic .swiper-wrapper .swiper-slide div {
    width: 600px;
    height: 430px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.news-pic .swiper-wrapper .swiper-slide div a span {
    display: block;
    width: 600px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 12px;
}

.news-list {
    width: 590px;
    overflow: hidden;
}

.news-list-menu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    line-height: 50px;
}

.news-list-menu > p > a {
    font-size: 24px;
    color: #000;
    margin-right: 10px;
}

.news-list-menu > p > a:nth-child(1) {
    color: #c30009;
}

.news-list-first {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.news-list-first > p:nth-child(1) {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3;
}

.news-list-first > p:nth-child(1) > a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.news-list-first > p:nth-child(2) {
    text-indent: 24px;
    line-height: 2;
}

.news-list-info > p {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.news-list-info > p:nth-child(2) {
    margin-top: 10px;
}

.news-list-info > p > a {
    font-size: 18px;
}

.info > a {
    width: 400px;
    height: 65px;
    overflow: hidden;
    background-color: #c30009;
    color: #ffffff;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
}

.info > a:nth-child(1) > span {
    background: url("../../images/computer/c1.png") no-repeat left center;
    padding-left: 45px;
}

.info > a:nth-child(2) > span {
    background: url("../../images/computer/c2.png") no-repeat left center;
    padding-left: 45px;
}

.info > a:nth-child(2) {
    background-color: #ec212b;
}

.info > a:nth-child(3) {
    background: url("../../images/computer/c3.png") no-repeat center center, #c30009;
}

.tenders {
    border-top: 6px solid #c30009;
    background-color: #f7f7f7;
}

.conta {
    width: 600px;
    overflow: hidden;
}

.conta-tit {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.conta-tit > span {
    font-size: 30px;
    color: #c30009;
    font-weight: bold;
}

.conta-tit > a {
    line-height: 40px;
}

.conta-lis {
    padding: 0px 20px;
}

.conta-lis > p {
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

.roll {
    overflow: hidden;
    margin-top: 20px;
}

.roll .swiper-wrapper .swiper-slide div {
    width: 290px;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.roll .swiper-wrapper .swiper-slide div a {
    display: block;
    width: 290px;
    height: 200px;
}

.about-m {
    margin-top: 40px;
}

.about {
    width: 585px;
    overflow: hidden;
}

.about-tit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}

.about-tit > span {
    font-size: 24px;
    color: #c30009;
    line-height: 2;
}

.about-tit > a {
    line-height: 48px;
}

.about-lis > p {
    line-height: 2;
    font-size: 18px;
    text-indent: 24px;
    margin-top: 20px;
}

.banner-botton {
    width: 600px;
    height: 280px;
}