.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img {
    width: 100%;
    display: block;
}
.content {
    padding-top: 54px;
}
.content .item_title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
    padding-bottom: 13px;
    position: relative;
}
.content .item_title::after {
    content:"";
    display: block;
    position: absolute;
    left: calc(50% - 34px);
    bottom: 0;
    width: 68px;
    height: 2px;
    background: #C9151E;
}
.content .item{
    margin-top: 36px;
    padding-right: 93px;
}
.content .item .item_left{

}

.content .item .item_left .item_left_title{
    width: 506px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #C9151E;
}
.content .item .item_left .item_left_title .p_one {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #C9151E;
}
.content .item .item_left .item_left_title .p_two {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
}
.content .item .item_left .item_left_content{
    padding-top: 4px;
}
.content .item .item_left .item_left_content .item_left_content_show{
    margin-top: 8px;
}
.content .item .item_left .item_left_content .item_left_content_show .cicyle{
    margin-top: 8px;
    width: 8px;
    height: 8px;
    background: #D8D8D8;
    border-radius: 50%;
}
.content .item .item_left .item_left_content .item_left_content_show .p_one{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F1F1F;
    margin-left: 9px;
}
.content .item .item_right {
    width: 396px;
    height: 264px;
    margin-right: 6px;
    margin-top: 5px;
}
.content .item .item_right img {
    width: 100%;
}
/* item2 */
.content .item2 .item_right{
    margin-right: 110px;
}
.content .item2 .item_left {
    padding-top: 28px;
}
/* item3 */
.content .item3 .item_left .item_left_content{
    width: 590px;
}
.content .item2 .item_left {
    padding-top: 35px;
}
/* swiper */
.news {
    padding-top: 53px;
    padding-bottom: 110px;
}
.news .news_title {
    padding-bottom: 13px;
    position: relative;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
}
.news .news_title::after {
    display: block;
    content: "";
    position: absolute;
    width: 68px;
    height: 2px;
    background: #C9151E;
    border-radius: 1px;
    left: calc(50% - 34px);
    bottom: 0;
}
.news .more {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /*color: #999999;*/
}
/* swiper */
.moveSwiper{
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
    margin-top: 20px;
}
.movingCasesSwiperSlider{
	width: 400px;
	height: 444px;
	border-left: 1px solid #EEEEEE;
	box-sizing: border-box;
	font-weight: 400;
    padding-top: 26px;
}
.movingCasesSwiperSliderTop{
	width: 342px;
	height: 228px;
	background: #ccc;
}
.movingCasesSwiperSliderName{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #1F1F1F;
	display: block;
	width: 342px;
	margin-top: 20px;
}
.movingCasesSwiperSliderText{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	width: 342px;
	margin-top: 20px;
    height: 90px;
}
.movingCasesSwiperSliderTime{
	font-size: 14px;
	color: #999999;
	width: 342px;
	padding-bottom: 15px;
}

.swiper-slide-active .movingCasesSwiperSliderName{
	color: #C9151E;
}

.pagination{
	margin-top: 40px;
    left: calc(50% - 27px);
}
.pagination span{
	margin-left: 9px;
	width: 9px;
	height: 9px;
}
.pagination .swiper-pagination-bullet-active{
	background: #C9151E !important;
}