

.wrapper {
    padding: 10px calc(50% - 600px);
}

.topNews {
    width: 100%;
    height: 175px;
}

.topNews .topNews-title {
    width: 100%;
    padding: 30px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.topNews .topNews-title a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #CE0010;
}

.topNews .subtTit {
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #666;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.topNews .topNews-subTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.topNews .topNews-subTitle a {
    display: block;
    flex: 1;
    font-size: 20px;
    color: #CE0010;
    margin: 0 25px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.swiperBox {
    width: 100%;
    height: 474px;
    margin: 20px 0;
}

.swiper-lf {
    display: inline-block;
    width: 756px;
    height: 474px;
    position: relative;
	overflow: hidden;
    float: left;
    margin-right: 32px;
}

.swiper-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-item a img{
	width: 100%;
    height: 474px;
    object-fit: cover;
}

.swiper-item a p{
	height: 65px;
	line-height: 64px;
	padding: 0 180px 0 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
    margin: 0;
	background: rgba(0,0,0,.5);
	color: #FFF;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    box-sizing: border-box;
}

.swiper-lf .swiper-pagination{
	height: 10px;
}
.swiper-lf .swiper-pagination{
	position: absolute;
	width: auto;
	left: auto;
	right: 20px;
	bottom: 30px;
	z-index: 2;
    text-align: right;
}
.swiper-lf .swiper-pagination span{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	margin-left: 8px;
}
.swiper-lf .swiper-pagination .swiper-pagination-bullet-active{
	background: #CE0010;
	width: 10px;
}

.swiper-rt {
    float: left;
}

.swiper-rt .newsList-first {
    width: 100%;
}

.swiper-rt .newsList-first .newsFirst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
}

.swiper-rt .newsList-first .newsFirst .newsTitle {
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 7px;
}

.more {
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.swiper-rt .newsList-first .newsList-tab {
    width: 100%;
}

.swiper-rt .newsList-first .newsList-tab a {
    display: block;
    width: 410px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    line-height: 58px;
}

.swiper-rt .newsList-first .newsList-tab a:last-of-type {
    border-bottom: none;
}

.swiper-rt .newsList-first .noreTitle {
    display: flex;
}

.swiper-rt .newsList-first .noreTitle .defultTitle {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #666666;
    margin-right: 37px;
    padding-bottom: 7px;
    cursor: pointer;
}

.cur {
    color: #CE0010 !important;
    border-bottom: 4px solid #CE0010;
}

.special {
    padding: 3px 0;
}

.special .special-more {
    text-align: right;
}

.special .special-more a {
    font-size: 16px;
    color: #999;
}

.special .special-list {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.special .special-list img {
    width: 392px;
    height: 194px;
}

.manuscript {
    display: flex;
    justify-content: space-between;
}

.manuscript .newsList-first {
    width: 380px;
}

.manuscript .newsList-first .newsFirst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
}

.manuscript .newsList-first .newsFirst .newsTitle {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 7px;
}

.manuscript .newsList-first .newsList-tab {
    width: 380px;
}

.manuscript .newsList-first .newsList-tab a {
    display: block;
    width: 100%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    line-height: 52px;
}

.manuscript .newsList-first .newsList-tab a:last-of-type {
    border-bottom: none;
}

.manuscript .newsList-first .subMenu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.manuscript .newsList-first .subMenu a {
    display: flex;
    width: 123px;
    height: 49px;
    background: #FFF5E5;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}

.manuscript .newsList-first .subMenu img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.manuscript .newsList-first .subMenu a span {
    font-weight: 400;
    font-size: 18px;
    color: #D93A46;
}

.manuscript .newsList-first .subMenu a:hover {
    background: #D50C01;
}

.manuscript .newsList-first .subMenu a:hover span {
    color: #FFF;
}

.newsAndMenu {
    display: flex;
    justify-content: space-between;
}

.newsAndMenu .lf-newsList {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsAndMenu .lf-newsList .newsList-first {
    width: 380px;
    margin: 20px 0;
}

.newsAndMenu .lf-newsList .newsList-first .newsFirst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
}

.newsAndMenu .lf-newsList .newsList-first .newsFirst .newsTitle {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 7px;
}

.newsAndMenu .lf-newsList .newsList-first .newsList-tab {
    width: 380px;
}

.newsAndMenu .lf-newsList .newsList-first .newsList-tab a {
    display: block;
    width: 100%;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    line-height: 52px;
}

.newsAndMenu .lf-newsList .newsList-first .newsList-tab a:last-of-type {
    border-bottom: none;
}


.newsAndMenu .rt-special {
    width: 392px;
    margin: 20px 0 40px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsAndMenu .rt-special img {
    width: 392px;
    height: 138px;
}

.lastNewsList {
    width: 100%;
}

.lastNewsList .lastNews .newsFirst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
}

.lastNewsList .lastNews .noreTitle {
    display: flex;
}

.lastNewsList .lastNews .noreTitle .defultTitle {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #666666;
    margin-right: 37px;
    padding-bottom: 7px;
}

.lastNewsList .lastNews .newsFirst .newsTitle {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 7px;
}

.lastNewsList .newsList-tab {
    height: 270px;
    padding: 26px 0;
	overflow: hidden;
    position: relative;
}

.lastNewsList .newsList-tab .news-item {
    display: flex;
    justify-content: space-between;
	position: absolute;
	top: 26px;
	left: 0px;
	white-space: nowrap;
}

.lastNewsList .newsList-tab img {
    width: 289px;
    height: 213px;
    margin: 0 6px;
}

@media screen and (max-width: 768px){
    .topNews {
        width: 100%;
        height: auto;
        padding: 0 .2rem;
    }

    .topNews .topNews-title {
        width: 100%;
        margin: .4rem 0;
        padding: 0;
    }

    .topNews .topNews-title a {
        font-size: .46rem;
    }

    .topNews .topNews-subTitle {
        flex-wrap: wrap;
    }

    .topNews .topNews-subTitle a {
        flex: none;
        width: 100%;
        font-size: .2rem;
        margin: .1rem 0;
        text-align: center;
    }

    .swiperBox {
        width: 100%;
        height: auto;
        padding: .2rem;
    }

    .swiper-lf {
        width: 100%;
        height: 4.71rem;
        margin-right: 0;
        float: none;
    }

    .swiper-item a img {
        width: 100%;
        height: 4.71rem;
    }

    .swiper-rt {
        width: 100%;
        float: none;
    }

    .swiper-rt .newsList-first {
        width: 100%;
        margin: .2rem 0;
    }

    .swiper-rt .newsList-first .newsList-tab a {
        width: 100%;
    }

    .special .special-more {
        padding: 0 .2rem;
    }

    .special .special-list {
        padding: .2rem;
        flex-wrap: wrap;
    }

    .special .special-list a {
        display: block;
        width: 100%;
        margin: .1rem 0;
    }

    .special .special-list img {
        width: 100%;
        height: auto;
    }

    .manuscript {
        flex-wrap: wrap;
        padding: .2rem;
    }

    .manuscript .newsList-first {
        width: 100%;
    }

    .manuscript .newsList-first .newsList-tab {
        width: 100%;
    }

    .newsAndMenu {
        flex-wrap: wrap;
        padding: .2rem;
    }

    .newsAndMenu .lf-newsList {
        flex: none;
        width: 100%;
    }

    .newsAndMenu .lf-newsList .newsList-first {
        width: 100%;
    }

    .newsAndMenu .lf-newsList .newsList-first .newsList-tab {
        width: 100%;
    }

    .newsAndMenu .rt-special {
        width: 100%;
        margin-left: 0;
    }

    .newsAndMenu .rt-special img {
        width: 100%;
        height: auto;
        margin: 0.1rem 0;
    }

    .lastNewsList {
        width: 100%;
        padding: .2rem;
    }

    .lastNewsList .newsList-tab {
        height: 2.7rem;
    }

    .lastNewsList .newsList-tab img {
        width: 2.9rem;
        height: 2.2rem;
    }

    .newsTitle, .defultTitle {
        font-size: 0.4rem !important;
    }
}