.container {
    padding: 7.5rem 7.5% 0.875rem;
}

.newsContainer {
    width: 100%;
    height: 100%;
}

.news {
    width: 100%;
    padding: 9rem 18% 5rem;
    height: 100%;
}

.news .title {
    position: relative;
    font-size: 3rem;
    color: #5a5a5a;
    width: 10rem;
    margin: auto;
    text-align: center;
}

.news .title:before {
    position: absolute;
    content: '';
    display: block;
    height: .2rem;
    width: 4.5rem;
    left: 3rem;
    bottom: -1rem;
    background: #db3340;
}

.newsListContainer {
    -webkit-display: flex;
    display: flex;
    width: 100%;
    padding: 0 1.25rem;
}

a {
    display: block;
}

.journalism {
    display: block;
    flex: 1;
    margin-bottom: 2rem;
    padding: 0 1.05rem;
}

.journalism img {
    width: 100%;
}

.newsTitle {
    font-size: 1.45rem;
    color: #444;
    font-weight: 700;
    text-align: left;
    margin-top: 0.75rem;
    height: 1.735rem;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newText,
.newDate {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    color: #a3a3a3;
    text-align: left;
    height: 1.475rem;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    left: 50%;
    top: auto;
    bottom: 1.875rem;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.swiper-container .swiper-button-next {
    margin-left: 3.8rem;
    background-image: url(../images/next.png);
}

.swiper-container .swiper-button-prev {
    margin-left: -5.5rem;
    background-image: url(../images/prev.png);
}


/*detail*/

.JournalismTitlte a {
    font-size: 1.5rem;
    color: #565656;
}

.sectionContentTitle {
    font-weight: 700;
    font-size: 1.875rem;
    color: #646464;
    padding-top: 1.125rem;
}

.sectionContent .date {
    margin: 10px 0;
    font-size: 1.375rem;
    color: #a6a6a6;
}

.sectionContent .img,
.sectionContent .img>img {
    width: 100%;
}

.sectionContent .text {
    font-size: 1.4rem;
    color: #3f3f3f;
    padding: 10px 0;
}

.sectionContent .text p {
    margin-bottom: 10px;
    line-height: 2rem;
}

.sectionContent .text p span {
    font-weight: bold;
}

.sectionContent .text1 {
    font-size: 1.6rem;
    color: #3f3f3f;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.sectionContent .text1 p {
    margin-bottom: 10px;
    line-height: 2rem;
}

.subTitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 10px 0 15px 0;
}

.sectionContentFooter {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #444;
    font-size: 1.5rem;
}

.sectionContentFooter a {
    color: #444444;
}

a {
    display: block;
    cursor: pointer;
}