.bigimg{
	width: 100%;
    height: 8.75rem;
    margin-top: 0.7rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bigimg_Title{
	margin-left: 2.9rem;
	padding-top: 3.66rem;
	font-size: 0.36rem;
	color: #fff;
}

.bigimg_Subtitle{
	width: 6.08rem;
	margin-top: 0.15rem;
	margin-left: 2.9rem;
	font-size: 0.32rem;
	color: #fff;
	    line-height: 0.45rem;
}

.honor{
	padding-top: 0.65rem;
	background-color: #333333;
}

.honor .main{
	width: 13.4rem;
	margin: 0 auto;
}
.list_flex{
	justify-content: space-between;
}
.fancyImg{
	width: 6.4rem !important;
	height: 4rem;
}

.containerP{
	color: #F2F2F2;
	font-size: 0.18rem;
	margin-top: 0.25rem;
	margin-bottom: 0.2rem;
}

.lineBtn{
	width: 1.08rem;
	height: 0.38rem;
	margin-bottom: 0.5rem;
	border: 0.01rem solid #FFFFFF;
	font-size: 0.16rem;
	color: #FFFFFF;
	background: rgba(255, 255, 255, 0);
	cursor: pointer
}

.lineBtn:hover{
	color: #000;
	background: #fff
}

.page{
	margin-top: 0.3rem !important;
	padding-bottom: 1.36rem;
}

.page .list .item{
	width: 0.42rem;
	height: 0.42rem;
	border: 0.01rem solid #535353 !important;
	border-radius: 50%;
}

.page .list .item:hover{
	color: #fff;
	background-color: black !important;
}

.page .list .active{
	color: #fff;
	background-color: black !important;
}

.newDetail{
	background-color: #000;
}

.newDetailBox{
	width: 13.4rem;
	margin: 0 auto;
}

.NewTitle{
	font-size: 0.32rem;
	text-align: center;
	color: #FFFFFF;
	padding-top: 1rem;
	padding-bottom: 0.3rem;
	border-bottom: 0.01rem solid #818181;
}

.NewTime{
	margin-top: 0.15rem;
	margin-bottom: 0.3rem;
	display: flex;
	justify-content: space-between;
}

.NewTime span{
	color: #F2F2F2;
	font-size: 0.14rem;
}

.newDetailBox p{
	color: #f2f2f2;
	font-size: 0.16rem;
	padding-bottom: 0.4rem;
}

.newImg{
	width: 7rem;
	height: 6.2rem;
	margin: 0 auto;
	margin-bottom: 0.4rem;
}

.backNext{
	margin-top: 0.1rem;
	padding-top: 0.15rem;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	border-top: 0.01rem solid #818181;
}

.backNext a{
	color: #F2F2F2;
	font-size: 0.14rem;
	width: auto;
}

@media only screen and (max-width: 1024px) {
    .bigimg{
        height: 3.75rem;
    }
    .bigimg_Title{
        margin-left: 0.7rem;
    padding-top: 1.2rem;
    }
    .bigimg_Subtitle{
    margin-left: 0.7rem;
    }
    .exhibitItem{
        margin-bottom: 3.2rem !important;
    }
    .exhibitText{
        width: 4.6rem !important;
    top: 0 !important;
    right: calc(100% + -1rem) !important;
    transform: translateY(-105%) !important;
    padding: 0.2rem !important;
    }
    .exhibitItem:nth-child(2n) .exhibitText{
        left: calc(100% + -1rem) !important;
    }
    .imgList{
        bottom: 0.1rem !important;
    right: 0.02rem !important;
    }
    .exhibitBox .exhibitItem:last-child{
        margin-bottom: 1.2rem !important;
    }
}