.serlist {
    border-top: 1px solid #12192d1a;
}
.ser-con {
    max-width: 880px;
    margin: 3vw auto;
    overflow: hidden;
}
.ser-con .title {
    text-align: center;
    color: #424242;
    margin-bottom: 25px;
}
.ser-con .tit {
    font-size: 28px;
    font-weight: bold;
}
.ser-con .entit {
    font-size: 18px;
}
.ser-con .ser-ul {
    overflow: hidden;
}
.ser-con .ser-ul li {
    width: calc(25% - 1rem);
    display: block;
    float: left;
    margin: 0.5rem;
    position: relative;
    overflow: hidden;
    height: 180px;
}
.ser-con .ser-ul li img {
    width: 100%;
    display: block;
}
.ser-con .ser-ul li .content {
    padding: 3% 0;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(198, 15, 15, 0.75);
}
.ser-con .ser-ul li .text1 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
}
.ser-con .ser-ul li img {
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
}
.ser-con .ser-ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
@media only screen and (max-width: 1440px) {
    .ser-con {
        width: 90%;
        /* margin: 4rem auto 1rem; */
    }
    .ser-con .tit {
        font-size: 24px;
    }
    .ser-con .ser-ul {
        overflow: hidden;
    }
    .ser-con .ser-ul li {
        width: calc(100% - 1rem);
    }
    .ser-con .ser-ul li .img,
    .ser-con .ser-ul li .content {
        width: 100%;
    }
}
.ser-con .location {
    overflow: hidden;
    color: #424242;
    text-align: left;
}
.ser-con .location a {
    display: inline-block;
    font-size: 14px;
    color: #888b95;
    text-align: left;
}
.ser-con .location a:hover {
    color: #194ac3;
}
.ser-con .location a:last-child {
    font-size: 14px;
    color: #888b95;
}
.news_content {
    border-bottom: 1px solid #12192d1a;
    border-top: 1px solid #12192d1a;
    overflow: hidden;
    padding: 3vw 0;
    text-align: left;
    margin-bottom: 3vw;
}
.news_content .n_c_tit {
    font-weight: 500;
    font-size: 36px;
    color: #12192d;
    padding-bottom: 3vw;
}
.news_content .n_c_time {
    font-weight: 400;
    font-size: 14px;
    color: #888b95;
    padding-bottom: 20px;
    border-bottom: 1px solid #12192d1a;
    margin-bottom: 30px;
}
.news_content .n_c_time span:not(:last-child) {
    margin-right: 30px;
}

.news_content .n_c_info {
    font-size: 14px;
    color: #424242;
    line-height: 22px;
    text-align: justify;
}
.news_content .n_c_info img {
    /* display: block; */
    max-width: 100%;
    /* margin: 1rem auto; */
}

.text-start {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #888b95;
}

.text-start a {
    color: #888b95;
}

.text-start a:hover {
    color: #1137a2;
}

@media screen and (max-width: 1024px) {
    .news_content .n_c_tit {
        /* font-weight: 500; */
        font-size: 5vw;
        /* color: #12192d; */
        /* padding-bottom: 30px; */
    }
}
