.boxOne {
	position: relative;
}
.oneText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family:'MiSans, MiSans' !important;
	font-weight: bold;
	font-size: 0.4rem;
	color: #FFFFFF;
}

.boxTwo {
	padding-top: 1.33rem;
}

.b1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box_title {
	font-family:'MiSans, MiSans' !important;
	font-weight: bold;
	font-size: 0.4rem;
	color: #000000;
}

.news_cata {
	display: flex;
}

.news_cata a {
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.02rem solid #A7947E;
	text-align: center;
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	width: 1.8rem;
	height: 0.46rem;
	line-height: 0.46rem;
	display: block;
	margin-left: 0.2rem;
	border-radius: 0.04rem;
}

.news_cata a.active,
.news_cata a:hover {
	color: #fff;
	background: #A7947E;
}

.b2 {
	display: flex;
	margin-top: 0.4rem;
}

.b2 .scale-box {
	width: 8.81rem;
	height: 5.17rem;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-right: 0.68rem;
	flex: 0 0 8.81rem;
}
.b2 .title {
        width: 5.88rem;
	text-transform: capitalize;
	font-family:'MiSans, MiSans' !important;
	font-size: 0.35rem;
	color: #000000;
	margin-top: 0.55rem;
}
.b2 .des {
	font-family:'MiSans, MiSans' !important;
	font-size: 0.19rem;
	color: #000000;
	line-height: 0.3rem;
	margin-top: 0.7rem;
}
.b2 .date {
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 1.7rem;
}

.b3 {
	margin-top: 0.93rem;
	margin-left: -0.15rem;
	margin-right: -0.15rem;
	display: flex;
	flex-wrap: wrap;
}
.b3 .item {
	flex: 0 0 calc(100% / 3);
	width: calc(100% / 3);
	padding: 0 0.15rem;
	margin-bottom: 0.65rem;
    box-sizing: border-box;
}
.b3 .scale-box {
	height: 3.5rem;
	border-radius: 0.1rem;
}
.b3 .title {
	text-transform: capitalize;
	font-family:'MiSans, MiSans' !important;
	font-size: 0.35rem;
	color: #000000;
	margin-top: 0.2rem;
}
.b3 .des {
	font-family:'MiSans, MiSans' !important;
	font-size: 0.19rem;
	color: #000000;
	line-height: 0.3rem;
	margin-top: 0.2rem;
	height: 0.6rem;
}
.b3 .date {
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	margin-top: 0.2rem;
}

.more {
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	border: 0.02rem solid #BEBEBE;
	text-align: center;
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	width: 1.8rem;
	height: 0.46rem;
	line-height: 0.46rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.04rem;
	margin-top: 0.34rem;
	margin-bottom: 0.68rem;
}

.more:hover {
	color: #fff;
	background: rgba(177, 177, 177, 1);
}

.detail {
	padding-top: 1.6rem;
}

.detail .title {
	text-align: center;
	font-family:'MiSans, MiSans' !important;
	font-weight: 500;
	font-size: 0.4rem;
	color: #000000;
}

.detail .date {
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	text-align: right;
	margin-top: 0.26rem;
}

.detail .info {
	margin-top: 0.5rem;
	font-family:'MiSans, MiSans' !important;
	font-weight: 300;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.35rem;
}

.detail .page_box {
	display:  flex;
	border-top: 0.01rem solid rgba(224, 224, 224, 1);
	border-bottom: 0.01rem solid rgba(224, 224, 224, 1);
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	margin-top: 1rem;
	margin-bottom: 0.57rem;
}

.detail .page_box a {
	flex: 0 0 50%;
	width: 50%;
	font-family:'MiSans, MiSans' !important;
	font-weight: 400;
	font-size: 0.18rem;
	color: #666666;
	display: flex;
	align-items: center;
}

.detail .page_box a:hover {
	font-weight: bold;
	color: #000000;
}
.detail .page_box img {
	width: 0.12rem;
	height: 0.1rem;
}
.detail .page_box p {
	margin: 0 0.08rem;
}

.detail .next {
	justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .boxTwo{
        padding-top: 0.6rem;
    }
    .b2{
        flex-direction: column;
    }
    .b2 .scale-box{
        width: 100%;
    height: auto;
    flex: 0 0 100%;
    }
    .b2 .des{
        font-size: 0.25rem;
        line-height: 0.4rem;
    margin-top: 0.4rem;
    }
    .b2 .date{
        margin-top: 0.7rem;
        font-size: 0.25rem;
    }
    .news_cata a{
        font-size: 0.2rem;
    }
    .b3{
        flex-direction: column;
    }
    .b3 .item{
        flex: 0 0 100%;
    width: 100%;
    }
    .b3 .des{
            font-size: 0.3rem;
    }
    .b3 .date{
        font-size: 0.25rem;
    }
    .detail .title{
        font-size: 0.3rem;
    }
    .detail .info{
        font-size: 0.25rem;
    }
    .detail .date{
        font-size: 0.25rem;
    }
    .detail .page_box img{
            width: 0.18rem;
    }
    .detail .page_box a{
        font-size: 0.25rem;
    }
}