.breadcrumb-box {
	background-color: #f8e2e7;
}

.breadcrumb__item--active a {
	color: #d9204c;
}

.title03::before {
	background-color: #d9204c;
}

.pagination {
	width: 100%;
}

.pagination a.active {
	color: #d9204c;
}

.pagination a:hover:not([class*="disabled"]) {
	color: #d9204c;
}

.news {
	width: 100%;
	margin-bottom: 20px;
}

.news__item {
	width: 100%;
	padding: 30px 10px;
	border-bottom: 1px solid #fb85a1;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	position: relative;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.news__item:hover {
	background-color: #d9204c;
}

.news__item:hover .news__icon {
	background-color: #fff;
}

.news__item:hover .news__icon i {
	color: #d9204c;
}

.news__item:hover .news__name {
	color: #fff;
}

.news__item:hover .news__date {
	background-color: #fff;
	color: #d9204c;
}

.news__icon {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #d9204c;
	border-radius: 60px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

.news__icon i {
	font-size: 35px;
	color: #fff;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.news__name {
	width: calc(100% - 215px);
	padding: 0 20px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	-webkit-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

.news__date {
	width: 155px;
	padding: 5px 10px;
	border-radius: 99px;
	text-align: center;
	background-color: #d9204c;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #fff;
	-webkit-transition: background-color .3s ease-out,color .3s ease-out;
	-o-transition: background-color .3s ease-out,color .3s ease-out;
	transition: background-color .3s ease-out,color .3s ease-out;
}

.news__link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.news-detail__title {
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #fb85a1;
}

.news-detail__title .news__date {
	margin-bottom: 10px;
}

.news-detail__name {
	width: 100%;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.813rem;
	font-weight: 700;
}

.news-detail__word {
	width: 100%;
	min-height: 50vh;
	margin-bottom: 20px;
	padding: 50px 30px;
	border-bottom: 1px solid #fb85a1;
}

.news-detail__img {
	width: 500px;
	margin-bottom: 30px;
}

.news-img-run {
	width: 100%;
	position: relative;
	z-index: 1;
}

.news-img-run .slick-arrow {
	width: 30px;
	height: 30px;
	margin: auto;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}

.news-img-run .next {
	right: 0;
}

.news-deatil__img-item {
	width: 100%;
	position: relative;
}

.news-deatil__img-item .news-deatil__img-link {
	width: 100%;
	min-height: 200px;
	background-image: url("../../images/img-logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #dee2e6;
}

.news-deatil__img-item .news-deatil__img-link .news-detail__img-cover {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(41, 84, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.news-deatil__img-item .news-deatil__img-link .news-detail__img-cover i {
	font-size: 30px;
	color: rgba(255, 255, 255, 0);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.news-deatil__img-item .news-deatil__img-link:hover .news-detail__img-cover {
	background-color: rgba(41, 84, 0, 0.5);
}

.news-deatil__img-item .news-deatil__img-link:hover .news-detail__img-cover i {
	color: #fff;
}

.news-deatil__img-item img {
	width: 100%;
	height: auto;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}

.news-detail__edit {
	width: calc(100% - 500px);
	padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
	.news-detail__img {
		width: 300px;
	}
	.news-detail__edit {
		width: calc(100% - 300px);
		padding-left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.news__item {
		padding: 15px;
	}
	.news__icon {
		display: none;
	}
	.news__date {
		width: 120px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.313rem;
		margin-bottom: 10px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.news__name {
		width: 100%;
		padding: 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.news-detail__title {
		padding-top: 0;
	}
	.news-detail__name {
		font-size: 23px;
		font-size: 1.438rem;
		line-height: 2.188rem;
	}
	.news-detail__img {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	.news-detail__edit {
		width: 100%;
		padding-left: 0;
	}
	.news-detail__word {
		margin-bottom: 10px;
		padding: 30px 10px;
	}
}
