
.banner {
    overflow: hidden;
}

.container-tit {
    height: 45px;
    overflow: hidden;
    background: url("../../images/computer/contit.jpg");
    margin-top: 20px;
    display: flex;
}

.container-tit > a {
    display: block;
    width: 145px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
}

.container-tit > a:nth-child(1) {
    background-color: #a1a1a1;
    color: #ffffff;
}

.container {
    background-color: #eeeeee;
}

.container > .about {
    padding: 10px;
    line-height: 2;
}

.container > .contact {
    display: flex;
    justify-content: space-between;
}

.container > .contact > ul {
    width: 900px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.container > .contact > ul > li {
    width: 280px;
    height: 190px;
    overflow: hidden;
    border-radius: 10px;
}

.container > .contact > .contact-item {
    width: 330px;
    overflow: hidden;
}

.container > .contact > .contact-item > p:nth-child(1) {
    padding-top: 10px;
    padding-left: 30px;
    font-size: 30px;
}

.container > .contact > .contact-item > p:nth-child(2) {
    font-size: 30px;
    padding-left: 100px;
    padding-top: 10px;
}

.container > .contact > .contact-item > p:nth-child(3) {
    line-height: 3;
}

.news {
    background-color: #eeeeee;
    display: flex;
    justify-content: space-between;
}

.news-pics {
    margin: 10px;
    width: 450px;
    height: 300px;
    overflow: hidden;
}

.news-pics .swiper-slide a {
    display: block;
    width: 450px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.news-pics .swiper-slide a .pics {
    width: 450px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.news-pics .swiper-slide a .title {
    width: 450px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 12px;
}

.news-list {
    width: 790px;
    overflow: hidden;
    padding: 10px;
}

.news-list > p {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    font-size: 18px;
}

.news-list > p > a {
    font-size: 18px;
}