/*========================================================================

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Call to action
	06. Cause area
	07. Counter area
	08. Portfolio
	09. Testimonials area
	10. Team area
	11. Other area
	12. Blog
	13. Footer
	14. Inner page heading
	15. Contact us
	16. Faq
	17. Gallery
	18. Error page 404
	19. Feature
		
----------------------------------*/

/* Theme Font Use */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #a50042;
	color: #000;
}
::-moz-selection {
 background-color: #a50042;
 color: #000;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 微软雅黑,PingFang SC,Microsoft YaHei,sans-serif;
	color: #4b4b4b;
	letter-spacing: 1px;
	/* background-color: #101010; */
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #797878;
	font-family: 微软雅黑,PingFang SC,Microsoft YaHei;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #2B2B2B;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 微软雅黑,PingFang SC,Microsoft YaHei;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	/* font-weight: 700; */
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
    transition: .2s ease;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: #a50042;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #000;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 6px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #a50042;
	box-shadow: 0px 0px 8px 0px rgba(54,0,22,1) inset;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(54,0,22,1) inset;
	-moz-box-shadow: 0px 0px 8px 0px rgba(54,0,22,1) inset;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.btn-style-2 {
	color: #000;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 6px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(121,121,121,0.6) inset;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(121,121,121,0.6) inset;
	-moz-box-shadow: 0px 0px 8px 0px rgba(121,121,121,0.6) inset;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: #860036;
	color: #000;
	text-decoration: none;
}
/* --- Loading --- */
/* #preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: rgba(249, 227, 228, 0.8);
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
} */
/* --- section title --- */
.section-title h6 {
	color: #a50042;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
}
.section-title h3 {
	font-size: 26px;
	font-weight: 400;
	display: inline-block;
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	padding: 18px 0px;
	border-bottom: 1px solid rgba(165,0,66,0.4);
}
.header-location li {
	color: #444;
}
.header-location li a {
	color: #444;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-location li a:hover {
	color: #a50042;
}
.header-location li i {
	color: #a50042;
	text-align: center;
	margin-right: 6px;
	font-size: 12px;
	border-radius: 100%;
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px 10px;
	color: #444;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
	color: #a50042;
}
.header-top-right ul.header-top-menu {
	padding-left: 6px;
	position: relative;
}
.header-top-right ul.header-top-menu li a {
	color: #000;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
	padding: 0px;
	border-radius: 8px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu li p {
	font-size: 12px;
	color: #000;
	background-color: #a50042;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	white-space: nowrap;
	margin-bottom: 0px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu:before {
	right: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #a50042;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li:nth-child(2) a {
	padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
	display: block;
	color: #333;
	font-size: 12px;
	padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
	color: #a50042
}
.header-top-right ul.header-top-menu li.donate-now-btn a {
	background-color: #a50042;
	padding: 10px 20px;
	border-radius: 4px;
}
.header-search {
	position: relative;
}
.header-search button {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #666;
	background-color: transparent;
	border: 0px;
}
.header-search input {
	background-color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
	padding: 0px 14px;
	color: #444;
	height: 44px;
}
.header-search input::placeholder {
 color:#444;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFF4F5;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 12px;
	color: #656565;
	font-weight: 500;
	position: relative;
	padding: 6px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #D4527D;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #fff;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 4px;
	background-color: #fff;
}
.header-lover .dropdown-menu:before {
	left: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #fff;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #656565;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #D4527D;
	padding-left: 20px;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #D4527D;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 999 !important;
	background-color: rgba(249, 227, 228, 0.8) !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #656565 !important;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #D4527D !important;
}

/* 导航菜单居中和字体增大 */
.navbar-nav .nav-link {
  font-size: 16px !important; /* 增大字体大小 */
  padding: 0.75rem 1rem !important; /* 调整内边距 */
}
.navbar-nav li {
  margin-right: 1.5rem !important; /* 增加菜单项之间的间距 */
}

/* 确保导航菜单正确居中 */
.navbar-collapse {
  flex-grow: 0 !important;
  justify-content: center !important;
}

/* 调整logo样式 */
.navbar-brand {
  margin-right: 5rem !important; /* 增加logo与菜单之间的间距 */
}

/* 下拉菜单字体也增大 */
.dropdown-item {
  font-size: 16px !important;
}

/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a50042+0,a50042+100&1+10,0+100 */
	/* background: -moz-linear-gradient(left, rgba(165,0,66,0.8) 0%, rgba(165,0,66,0.8) 10%, rgba(165,0,66,0) 100%); 
	background: -webkit-linear-gradient(left, rgba(165,0,66,0.8) 0%, rgba(165,0,66,0.8) 10%, rgba(165,0,66,0) 100%); 
	background: linear-gradient(to right, rgba(165,0,66,0.8) 0%, rgba(165,0,66,0.8) 10%, rgba(165,0,66,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50042', endColorstr='#00a50042', GradientType=1 );  */
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	max-height: 784px;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption h5 {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 60px;
	color: #000;
	line-height: 65px;
	text-transform: capitalize;
}
.slider .carousel-caption h5 span {
	text-decoration: underline;
}
.slider .carousel-caption p {
	color: #000;
	font-style: italic;
}
.slider .carousel-caption h6 {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #000;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	bottom: auto;
	display: inline-block;
	transform: translateY(-50%);
}
.slider .carousel-control-next {
	right: 10px;
}
.slider .carousel-control-prev {
	left: 10px;
}
/* ===================================
	04. About us
=================================== */
.about-content h2 {
	color: #444;
	font-weight: 700;
	font-size: 38px;
	line-height: 50px;
}
.about-content ul li {
	padding-bottom: 8px;
	color: #444;
	font-size: 13px;
}
.about-content ul li:last-child {
	padding-bottom: 0px;
}
/* ===================================
	05. Call to action
=================================== */
.call-to-action-center {
	background: url(../img/bg/call-to-action-bg.jpg) fixed;
	background-position: top center;
	position: relative;
	z-index: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px;
	margin: 0px 80px;
	border-radius: 10px;
	border: 2px solid rgba(255,255,255,0.3);
	overflow: hidden;
}
.call-to-action-center:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.call-to-action h2 {
	color: #000;
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
}
.call-to-action p {
	color: #000;
	font-style: italic;
}
.video-btn {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	background-color: #a50042;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
	transition: 0.3s;
	color: #000;
	position: relative;
}
.video-btn:hover {
	color: #000;
	background-color: #fff;
}
.video-btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #000;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.video-btn:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #000;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}
@keyframes pulseInOut {
 0% {
opacity:1;
transform:scale(.3)
}
 100% {
opacity:0;
transform:scale(1.7)
}
}
/* ===================================
	06. Cause area
=================================== */
.cause-item-single {
	position: relative;
	display: block important;
	overflow: hidden;
	/* border: 3px solid rgba(212, 82, 125, 0.3); */
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cause-item-single h5 {
	text-transform: capitalize;
	padding-bottom: 10px;
	font-size: 23px;
	font-weight: 400;
}
.cause-item-single h5 a {
	color: #fff;
	/* -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
}
/* .cause-item-single h5 a:hover {
	color: rgba(249, 227, 228, 1) !important;
} */
.cause-item-single .cause-item-img img {
	position: relative;
	transition: all .3s ease 0s;
}
.cause-item-single .cause-des {
	padding: 25px;
	position: absolute;
	bottom: 0px;
}
.cause-item-single .cause-des .desc {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
}
/* .cause-item-single .cause-des {
	padding: 30px 25px 25px 25px;
	position: relative;
}
.cause-item-single .cause-des:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 7px;
	top: 0px;
	left: 0px;
	background-image: url(../img/bg/line.png);
	opacity: 0.4;
} */
.cause-item-single p {
	transition: all .3s ease 0s;
}
.cause-item-single:hover .cause-item-img img {
	opacity: 1;
}
/* .cause-item-single:hover h5 a, .cause-item-single:hover p {
	color: #000;
} 
.cause-item-single:hover {
	background-color: rgba(255,255,255,0.1);
}
.cause-item-single .cause-des .btn-style-1 {
	padding: 8px 16px;
	font-size: 11px;
} */
/* causes side link */
.causes-side-link {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.causes-side-link li a {
	color: #777;
	padding: 20px 20px;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.causes-side-link li a:before {
	width: 0px;
	height: 1px;
	background-color: #D4527D;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.causes-side-link li a:hover:before, .causes-side-link li.active a:before {
	opacity: 1;
	width: 100%;
}
.causes-side-link li a:hover, .causes-side-link li.active a {
	color: #D4527D;
	padding-left: 30px;
}
.causes-side-link li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.causes-side-link li:last-child a {
	border-bottom: 0px;
}
/* Download Brochre */
.download-brochre {
	width: 100%;
	display: inline-block;
}
.download-brochre a {
	width: 100%;
	background-color: #a50042;
	color: #000;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	padding: 0px 50px 0px 15px;
	text-align: center;
	border-radius: 4px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
}
.download-brochre a i {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #71002d;
	text-align: center;
	right: 0;
	transform: translateY(-50%);
	font-size: 16px;
}
/* side call us */
.side-call-us {
	position: relative;
	background-image: url(../img/bg/side-call-us-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	background-size: cover;
	text-align: center;
	padding: 30px 30px;
	border-radius: 4px;
	overflow: hidden;
}
.side-call-us:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	left: 0px;
	top: 0px;
	z-index: -1;
}
.side-call-us h2 {
	color: #000;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 8px;
}
.side-call-us a {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.side-call-us a:hover {
	color: #a50042;
}
/* .causes-details{
	margin-left: 60px;
} */
.causes-details p {
	/* padding-bottom: 1em; */
	color: #2B2B2B;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 10%;
	font-weight: 400;
	font-style: Regular;
}
/* causes detail img */
.causes-detail-img img {
	border-radius: 4px;
}
/* causes title */
.causes-title {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
/* help box */
.help-box h4 {
	font-size: 20px;
	color: #444;
	font-weight: 500;
}
.help-box ul li {
	padding-bottom: 8px;
	color: #444;
	font-size: 13px;
}
.help-box ul li:last-child {
	padding-bottom: 0px;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	/* background-color: url(../img/bg/counter-bg.jpg); */
	background-color: #fff;
	background-position: top center;
	position: relative;
	z-index: 0;
}
.counter-area:after {
	position: absolute;
	content: "";
	/* background-color: rgba(0, 0, 0, 0.4); */
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.counter-item {
	border: 1px dashed rgba(255,255,255,0.2);
	padding: 15px;
	position: relative;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.counter-item h3 {
	color: #000;
	font-weight: 400;
	margin: 0;
	font-size: 40px;
}
.counter-item h5 {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}
.counter-item h5 span {
	color: #a50042;
	font-size: 20px;
	font-weight: 700;
}
/* ===================================
	08. Portfolio
=================================== */
.portfolio-box {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.portfolio-box:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0.6;
}
.portfolio-box:hover:after {
	opacity: 0;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
}
.portfolio-box .portfolio-box-img img, .portfolio-box:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(1.1);
}
.portfolio-box .readmore {
	color: #000;
	font-size: 12px;
	position: absolute;
	right: 10px;
	background-color: #a50042;
	opacity: 0;
	bottom: 10px;
	width: 0px;
	height: 0px;
	z-index: 2;
	line-height: 0px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
/* single portfolio img */
.single-portfolio-img img {
	border-radius: 6px;
}
/* project details info */
.project-details-info {
	margin: 0;
	list-style-type: none;
}
.project-details-info li {
	color: #000;
	font-size: 12px;
	border-bottom: 1px dashed rgba(255,2552,255,0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.project-details-info li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.project-details-info li span {
	font-weight: 600;
	display: inline-block;
	margin-right: 5px;
	color: #000;
}
.project-details-info li a {
	display: inline-block;
	color: #000;
}
.project-details-info li a:hover {
	color: #a50042;
}
.project-details-info li:last-child {
	margin-bottom: 0;
}
.project-details-info li ul {
	display: inline-block;
}
.project-details-info li ul li {
	display: inline-block;
	margin-bottom: 0;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.project-details-info li ul li a {
	width: 30px;
	height: 30px;
	background: #fff;
	text-align: center;
	color: #000000;
	line-height: 30px;
	font-size: 11px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-details-info li ul li a:hover {
	background: #a50042;
	color: #000000;
}
.project-details-info li ul li a:focus {
	background: #ff5202;
	color: #000000;
}
/* portfolio title */
.portfolio-title {
	font-size: 24px;
	font-weight: 500;
	color: #444;
}
/* ===================================
	09. Testimonials area
=================================== */
.testimonial-single-box .author-info-text {
	margin-bottom: 15px;
	position: relative;
}
.testimonial-single-box .testimonial-text {
	position: relative;
}
.testimonial-single-box .testimonial-text:after {
	position: absolute;
	content: "";
	background-color: #000;
	width: 15px;
	height: 15px;
	top: 30px;
	left: -7px;
	z-index: -1;
	transform: rotate(45deg);
}
.testimonial-single-box .author-info-text h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 4px;
	font-weight: 500;
}
.testimonial-single-box .author-info-text h6 {
	font-weight: 400;
	font-size: 13px;
	color: #a50042;
}
.testimonial-single-box .author-img img {
	border-radius: 6px;
	display: inline-block;
}
.testimonial-single-box .testimonial-text {
	position: relative;
	border-radius: 6px;
	padding: 20px;
	height: 100%;
	background-color: #000;
}
.testimonial-single-box .testimonial-text p {
	color: #333;
	font-weight: 400;
	line-height: 24px;
	font-style: italic;
	margin: 0px 0 0px 0px;
	background-color: #000;
}
.testimonial-owlcursol .owl-nav {
	text-align: left;
}
.testimonial-owlcursol .owl-nav button {
	margin-bottom: 0px !important;
}
.testimonial-owlcursol .owl-nav button i {
	color: #a50042;
	font-size: 18px;
}
.testimonial-owlcursol .owl-nav button:hover {
	background-color: transparent !important;
}
/* ===================================
	10. Team area
=================================== */
.team-item {
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.2);
}
.team-item .team-item-img-box {
	display: block;
	position: relative;
}
.team-item .team-item-info {
	padding: 30px 0px;
	position: relative;
}
.team-item .team-item-info:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	bottom: 0px;
	left: 0px;
	background-image: url(../img/bg/line.png);
	opacity: 0.4;
}
.team-item .team-item-img-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	transition: all 0.4s ease 0s;
	opacity: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,a50042+99&0+1,0.7+98 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(2,0,1,0) 1%, rgba(163,0,65,0.7) 98%, rgba(165,0,66,0.7) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(2,0,1,0) 1%, rgba(163,0,65,0.7) 98%, rgba(165,0,66,0.7) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(2,0,1,0) 1%, rgba(163,0,65,0.7) 98%, rgba(165,0,66,0.7) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b3a50042', GradientType=0 ); /* IE6-9 */
}
.team-item:hover .team-item-img-box:after {
	opacity: 1;
}
.team-item .team-item-social {
	margin: 0 auto 10px auto;
	text-align: center;
	transition: all 0.4s ease 0s;
}
.team-item .team-item-social ul li {
	margin: 0px 12px;
}
.team-item .team-item-social ul li a {
	color: #000;
	display: block;
	font-size: 14px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.team-item .team-item-social ul li a:hover {
	color: #a50042;
}
.team-item .team-item-info h5 {
	color: #000;
	font-weight: 600;
	margin: 0 0 10px;
}
.team-item .team-item-info span {
	color: #a50042;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0px;
}
/* ===================================
	11. Other area
=================================== */
.other-area {
	background-image: url(../img/bg/other-area-bg.jpg);
	background-position: top center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.other-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100% !important;
	top: 0px;
	height: 0px;
	z-index: -1;
}
.other-area-header h3 {
	color: #000;
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 22px;
}
.other-area-header p {
	color: #000;
}
/* upcoming events */
.upcoming-event-item {
	display: flex;
	width: 100%;
}
.upcoming-event-item-img {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 30%;
	margin-right: 8px;
	border-radius: 6px;
}
.upcoming-event-item-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.upcoming-event-item:hover .upcoming-event-item-img img {
	transform: scale(1.1);
}
.upcoming-event-item-content {
	padding: 15px;
	flex: 1;
	border-radius: 6px;
	background-color: #000;
}
.upcoming-event-item-content p {
	color: #fff;
}
.upcoming-event-item-content .meta a {
	color: #a50042;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 11px;
}
.upcoming-event-item-content .meta a:hover {
	color: #fff;
}
.upcoming-event-item-link {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 20px;
	font-weight: 600;
}
.upcoming-event-item-link a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.upcoming-event-item-link a:hover {
	color: #a50042;
}
.read-more-btn {
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 11px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.read-more-btn:hover {
	text-decoration: none;
	border-color: #a50042;
	color: #a50042;
}
/* ===================================
	12. Blog
=================================== */
/* .blog-item {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.blog-item:after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid rgba(255,255,255,0.6);
	position: absolute;
	left: 10px;
	transform: scale(0);
	top: 10px;
	border-radius: 6px;
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover:after {
	transform: scale(1);
	opacity: 1;
}
.blog-item-content {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 30px;
	z-index: 2;
	border-top: 1px solid rgba(255,255,255,0.6);
	background-color: rgba(165,0,66,0.3);
}
.blog-item-content h6 a {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	margin: 0 0 0px 0;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .read-icon {
	position: absolute;
	top: 20px;
	text-align: center;
	background-color: #a50042;
	display: inline-block;
	left: 20px;
	border-radius: 4px;
	padding: 10px 20px;
	margin: auto;
	z-index: 2;
}
.blog-item:hover .read-icon {
	opacity: 1;
}
.blog-item .read-icon a {
	color: #000;
	font-weight: 500;
	font-size: 11px;
	text-transform: uppercase;
}
.blog-item .blog-item-post-info {
	color: #000;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.4s ease 0s;
}
.blog-item .blog-item-post-info span {
	color: #000;
	font-weight: 700;
}
.blog-item-content a:hover {
	color: #000;
}
.blog-item-content a {
	color: #1293d4;
	font-size: 14px;
	font-weight: 400;
	transition: .3s;
}
.blog-item .blog-item-post-info {
	padding: 0px 0;
} */

/*列表页*/
.blog-item.large-blog {
    padding-bottom: 25px;
}
.blog-item {
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(212, 82, 125, 0.3);
    margin-bottom: 30px;
	border-radius: 10px;
}
/* .blog-item.large-blog .bi-pic {
	width: 242px;
	height: 136px;
	display: inline-block;
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
}
.blog-item.large-blog .bi-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.blog-item .bi-pic {
    width: 242px;
	height: 136px;
	display: inline-block;
	overflow: hidden;
	padding: 0;
}
.blog-item .bi-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
}
.blog-item .bi-text {
    overflow: hidden;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	width: calc(100% - 268px);
	min-width: 270px;
}
.blog-item .bi-text h4 a {
    line-height: 31px;
	font-size: 18px;
	font-weight: 600;
}
.blog-item .bi-text h4 a:hover {
    color: #D4527D;
}
.blog-item .bi-text ul {
    margin-bottom: 14px;
}
.blog-item .bi-text ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    margin-right: 32px;
}
.blog-item .bi-text .desc {
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
    color: #333;
    font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	width: 100%;
	height: 48px;
	display: block;    
	white-space: pre-wrap;
}
.blog-item .bi-text .desc p {
	margin: 0;
	padding: 0;
	max-width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* word-wrap: break-word; */
}
.blog-item .bi-text .read-more {
    font-size: 14px;
    font-weight: 400;
	float: right;
	color: #D4527D;
	text-transform: capitalize;
	transition: .3s;
}
/*列表页结束*/

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
	font-size: 14px;
}
.pagination {
    margin: 0;
}
.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.pagination li a,.pagination li span {
    /* border-radius: 0 !important; */
    margin-right: 8px;
	font-size: 16px;
	font-weight: 400;
    color: #797878;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    /* background-color: #fff; */
    /* border: 1px solid #dee2e6; */
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #D4527D;
}

.pagination-honor {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 14px;
}
.pagination-honor button {
	border: none;
	background: none;
	margin-right: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #797878;
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
}
.pagination-honor button.active,
.pagination-honor button:hover {
	color: #D4527D;
	cursor: pointer;
}
.pagination-honor button:disabled {
	cursor: not-allowed;
	color: #ccc;
}
.pagination-honor .pagination-info {
	margin: 0 10px;
	display: flex;
	align-items: center;
}
.pagination-honor .page-size-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.pagination-honor .page-size-selector select {
    background: #fff;
    color: #333;
    border: 1px solid #e0a0a0;
    border-radius: 4px;
    padding: 5px 10px;
}

/* sidebar search */
.sidebar-search {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-search input {
	background-color: #fff;
	box-shadow: none;
	color: #555555;
	overflow: hidden;
	font-size: 14px;
	border: 1px solid #a50042;
	height: 45px;
	border-radius: 6px;
	padding: 0 0 0 15px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(207,207,207,0.4);
	-moz-box-shadow: 0px 6px 6px 0px rgba(207,207,207,0.4);
	box-shadow: 0px 6px 6px 0px rgba(207,207,207,0.4);
}
.sidebar-search .search-button {
	border: medium none;
	color: #000;
	font-size: 16px;
	background-color: #a50042;
	height: 100%;
	border: 1px solid #a50042;
	line-height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 45px;
}
/* blog widget title */
.blog-widget-title {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	overflow: hidden;
	color: #000;
	position: relative;
	letter-spacing: 1px;
	padding-left: 16px;
	text-transform: capitalize;
}
.blog-widget-title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	left: 0px;
	top: 50%;
	background-color: #a50042;
	transform: translateY(-50%);
}
/* sidebar category list */
.sidebar-category-list {
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}
.sidebar-category-list li {
	color: #616161;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.sidebar-category-list li.active a {
	color: #a50042;
}
.sidebar-category-list li a {
	color: #000;
	width: 100%;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-category-list li a:hover {
	color: #a50042;
	padding-left: 10px;
}
.sidebar-category-list li:last-child {
	padding: 0;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.sidebar-category-list li a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #a50042;
	right: 0px;
	font-size: 12px;
}
/* sidebar latest post */
.sidebar-latest-post {
	background-color: #fff;
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-latest-post li {
	color: #616161;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.sidebar-latest-post li:last-child {
	padding: 0;
	margin-bottom: 0px;
	border-bottom: 0px;
}
.sidebar-latest-post li .blog-item-post-info {
	color: #000;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 500;
}
.sidebar-latest-post li .blog-item-post-info span {
	color: #a50042;
}
.sidebar-latest-post li h6 a {
	color: #000;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-latest-post li h6 a:hover {
	color: #a50042;
}
/* sidebar tags */
.sidebar-tags {
	background-color: #fff;
	padding: 20px 20px 18px 20px;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-tags a {
	background-color: #333;
	color: #000;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-tags a:hover {
	background-color: #a50042;
}
/* blog post content */
.blog-post-content h6 {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
}
.blog-post-content figure {
	background-color: #a50042;
	border-radius: 6px;
	padding: 25px;
}
.blog-post-content figure .blockquote {
	margin-bottom: 10px;
}
.blog-post-content figure .blockquote p {
	color: #000;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #000;
	font-size: 12px;
}
/* blog post social network */
.blog-post-social-network {
	border-bottom: 1px dashed rgba(255,255,255,0.2);
	border-top: 1px dashed rgba(255,255,255,0.2);
	padding: 10px 0px;
}
.blog-post-social-network li a {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #000;
	background-color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post-social-network li a:hover {
	background-color: #a50042;
}
/* blog post img */
.blog-post-img img {
	border-radius: 6px;
}
/* blog post meta */
.blog-post-meta {
	position: relative;
	padding: 14px 0px;
	border-top: 1px dashed rgba(255,255,255,0.1);
	border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}
.blog-post-meta li:last-child {
	margin-right: 0px !important;
}
.blog-post-meta li a {
	color: #000;
	font-size: 12px;
	font-weight: 400;
}
.blog-post-meta li a:hover {
	color: #a50042;
}
.blog-post-meta li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.3);
	right: -15px;
}
.blog-post-meta li:last-child:after {
	display: none;
}
/* blog post comment */
.blog-post-sub-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
	color: #000;
	text-transform: capitalize;
}
.blog-post-sub-title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	left: 0px;
	top: 50%;
	background-color: #a50042;
	transform: translateY(-50%);
}
/* comment single block */
.comment-single-block {
	width: 100%;
	margin-bottom: 30px;
}
.comment-single-block:last-child {
	margin-bottom: 0px;
}
.comment-single-block .comment-single-block {
	margin-top: 30px;
	padding-left: 30px;
}
.comment-single-block .comment-single-block:last-child {
	margin-bottom: 0px !important;
}
.comment-single-block .comment-img-box {
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
.comment-single-block .comment-img-box img {
	border-radius: 100%;
}
.comment-single-block .author-info {
	position: relative;
}
.comment-single-block .author-info h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	color: #000;
}
.comment-single-block .author-info .comment-reply {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 4px;
	line-height: 25px;
	display: inline-block;
	font-size: 8px;
	background-color: #a50042;
}
.comment-single-block .author-info .time {
	color: #666;
}
.comment-single-block .comment-box-content p {
	margin-bottom: 0px;
}
/* leave reply form */
.leave-reply-form input {
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.leave-reply-form textarea {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.leave-reply-form input:focus, .leave-reply-form textarea:focus {
	background-color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	color: #000;
}
/* ===================================
	13. Footer
=================================== */
.footer-main {
	position: relative;
	background-color: #222222;
}
/* footer title */
.footer-title {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}
/* footer links */
.footer-links li {
	margin-bottom: 12px;
}
.footer-links li:last-child {
	margin-bottom: 0px;
}
.footer-links li a {
	color: #4b4b4b;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-links li a:hover {
	color: #a50042;
}
/* footer news */
.footer-news li {
	position: relative;
	padding: 0px 0px 0px 80px;
	margin-bottom: 15px;
	overflow: hidden;
}
.footer-news li:last-child {
	margin-bottom: 0px;
}
.footer-news li .image-thumb {
	position: absolute;
	top: 50%;
	width: 70px;
	transform: translateY(-50%);
	left: 0px;
}
.footer-news li h4 {
	line-height: 16px;
	margin-bottom: 8px;
}
.footer-news li h4 a {
	color: #4b4b4b;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-news li h4 a:hover {
	color: #a50042;
}
.footer-news li .tag {
	font-size: 11px;
	font-style: italic;
	color: #a50042;
}
/* footer contact info */
.footer-contact-info li {
	position: relative;
	padding: 0px 0px 0px 25px;
	margin-bottom: 15px;
	overflow: hidden;
}
.footer-contact-info li a {
	color: #4b4b4b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
	color: #a50042;
}
.footer-contact-info li:last-child {
	margin-bottom: 0px;
}
.footer-contact-info li i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
/* newsletter form */
.newsletter-form {
	width: 100%;
}
.newsletter-form input {
	background-color: #000;
	border: 0px;
	font-size: 12px;
	color: #fff;
	height: 50px;
}
/* footer lower */
/* .footer-lower {
	padding: 16px 0px;
	background-color: #333;
}
.footer-lower p {
	font-size: 12px;
	color: #4b4b4b;
} */
.pdl-70 {
	padding-left: 70px !important;
}
/* ===================================
	14. Inner page heading
=================================== */
.inner-page-heading {
	/* background-image: url(../img/bg/inner-header-bg.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
	/* padding: 100px 0px; */
	background-size: cover;
	z-index: 0;
	position: relative;
	max-height: 300px;
}
.inner-page-heading img {
	width: 100%;
}
/* .inner-page-heading:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: -1;
} */
.inner-page-heading h1 {
	color: #000;
	font-size: 34px;
	font-weight: 600;
	text-transform: uppercase;
}
.breadcrumb-box {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 16px;
}
.breadcrumb-box li.active {
	color: #D4527D;
	font-weight: 400;
	font-size: 14px;
}
.breadcrumb-box li.active i {
	color: #000;
	font-size: 12px;
	margin: 0 6px;
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
	content: "-";
}
.breadcrumb-box li a {
	color: #000;
	font-size: 14px;
}
/* ===================================
	15. Contact us
=================================== */
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}
/* contact info */
.contact-info li h5 {
	font-weight: 500;
	color: #a50042;
	font-size: 16px;
	margin-bottom: 6px;
}
.contact-info li {
	padding-bottom: 20px;
}
.contact-info li:last-child {
	padding-bottom: 0px;
}
.contact-info li p {
	margin-bottom: 0px;
}
.contact-info li p a {
	color: #444;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info li p a:hover {
	color: #a50042;
}
/* contact social */
.contact-social a {
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #000;
	background-color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-social a:hover {
	background-color: #a50042;
}
/* contact form */
.contact-form input {
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.contact-form textarea {
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	color: #000;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* ===================================
	16. Faq
=================================== */
.faq-img img {
	border-radius: 6px;
}
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #000 !important;
	padding: 20px 20px !important;
	border-bottom: 0;
	font-size: 12px;
	border-radius: 0px;
	background-color: #a50042;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after, .faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-left: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 20px 20px !important;
	font-size: 12px;
	background-color: rgba(255,255,255,0.8);
	text-transform: capitalize;
	font-weight: 500;
}
.faq-box .accordion-item {
	margin-bottom: 2px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 20px;
	color: #333;
	margin-top: 1px;
	background-color: rgba(0,0,0,0.05);
}
/* ===================================
	17. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 49%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transform: scale(0);
	background-color: rgba(165,0,66,0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 49%;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	transform: scale(0);
	background-color: rgba(165,0,66,0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover:after, .gallery-box:hover:before {
	opacity: 1;
	transform: scale(1);
}
.gallery-zoom-btn {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 2;
	transform: translateY(-50%);
}
.gallery-box .gallery-zoom {
	background-color: #000;
	border: 1px solid #000;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 16px;
	border-radius: 4px;
	opacity: 0;
	color: #333;
	-webkit-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
	-moz-box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
	box-shadow: inset 0px -2px 10px 1px rgba(79,134,176,0.2), 0px 1px 1px 0px rgba(75,118,143,0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-zoom, .gallery-box:hover:after {
	opacity: 1;
}
.gallery-box .gallery-zoom:hover {
	color: #a50042;
}
/* ===================================
	18. Error page 404
=================================== */
.error-page-item {
	text-align: center;
}
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 24px;
	color: #444;
}
/* ===================================
	19. Feature
=================================== */
.single-feature {
	padding: 50px 30px;
	position: relative;
	border: 2px solid rgba(255,255,255,0.6);
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
}
.single-feature:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	border-radius: 6px;
	overflow: hidden;
	left: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.6);
}
.feature-bg1 {
	background-image: url(../img/feature/1.jpg);
}
.feature-bg2 {
	background-image: url(../img/feature/2.jpg);
}
.feature-bg3 {
	background-image: url(../img/feature/3.jpg);
}
.single-feature .title, .single-feature p, .single-feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-feature .title {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #000;
}
.single-feature p {
	font-size: 13px;
	color: #000;
	line-height: 22px;
	margin-bottom: 0px;
}
.single-feature:hover {
	border-color: #a50042;
}
/* 捐赠资金公示表格样式 */
.donation-table-container {
  background-color: #fff;
  border-radius: 6px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 0 20px rgba(185,185,185, 0.3); */
  position: relative;
  max-height: 400px; 
  overflow-y: auto; 
  /* border: 1px solid rgba(185,185,185,0.8);  */
  border: 1px solid rgba(241,203,216,0.8);
  border-radius: 6px;
}

.donation-table-container::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

.donation-table-container {
  -ms-overflow-style: none; /* 隐藏滚动条 IE 和 Edge */
  scrollbar-width: none; /* 隐藏滚动条 Firefox */
}

.donation-table-container table {
  margin-bottom: 0;
  color: #000;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.donation-table-container th {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-bottom: 2px solid #D4527D;
  padding: 15px 10px;
  background-color: #fbe9e9;
}

.donation-table-container td {
  color: #303030;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 12px 10px;
}

.donation-table-container tbody tr:hover {
  background-color: rgba(165, 0, 66, 0.2);
  transition: background-color 0.3s ease;
}

/* 表头固定 */
.donation-table-container thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

/* 鼠标悬停提示 */
.donation-table-container::before {
  content: "_hover to pause_";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(165, 0, 66, 0.7);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}

.donation-table-container:hover::before {
  opacity: 1;
}
/* 底部二维码样式 */
.qr-code-container {
  /* text-align: center; */
  margin-top: 15px;
}

.qr-code-container p {
  color: #000;
}

.qr-code-img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.qr-code-img:hover {
  transform: scale(1.05);
}

.qr-code-text {
  font-size: 12px;
  color: #444;
  margin-top: 10px;
  line-height: 1.4;
}

/* 底部文字样式 */
.small-text {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
  letter-spacing: 1px;
}

/* 修改 footer 样式以匹配图片中的深色背景 */
.footer-main {
  background-color: #fff;
  color: #000;
}

.footer-main hr {
	margin: 50px auto;
	width: 75%;
  	border-top: 2px solid rgba(212, 82, 125, 1);
}

.footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #D4527D;
}

.footer-contact-info li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
}

.footer-contact-info li i {
  color: #D4527D;
  margin-right: 10px;
}

.footer-contact-info li a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-info li a:hover {
  color: #D4527D;
}

.footer-lower {
  background-color: rgba(249, 227, 228, 0.8);
  padding: 15px 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer-lower p {
  color: #787878;
  font-size: 14px;
}

.footer-lower .small-text {
  color: #333;
  font-size: 12px;
}

.footer-lower .small-text a {
  color: #333;
}

/* HK默认模板里的样式 */
/* ===================================
	20. HK Default Template Styles
=================================== */
.gap-40 {
    clear: both;
    height: 40px;
}
/* Meta */
.post-meta {
    padding-bottom: 10px;
}

/* .post-meta a {
    color: #000;
} */

.post-meta a:hover {
    color: #D4527D;
}

.post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #797878;
    line-height: 12px;
    display: inline-block;
}

.post-meta i {
    color: #797878;
    margin-right: 3px;
}

.post-meta .post-comment {
    border-right: 0;
}

.post-meta .post-comment .comments-link {
    margin-left: 5px;
}

/* Post social */
.tags-area {
    margin: 20px 0;
}

.post-tags a {
    border: 1px solid #363636;
    color: #7c7c7c;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px;
}

.post-tags a:hover {
    background: #e30e39;
    color: #000;
    border: 1px solid transparent;
}

.post-social-icons > li {
    display: inline-block;
}

.post-social-icons a i {
    margin-left: 5px;
    font-size: 12px;
    width: 28px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.post-social-icons .social-icons-head{
	font-size: 14px;
	color: #555;
}

.post-social-icons a i.fa-qq {
    background: #0085ff;
}

.post-social-icons a i.fa-weixin {
    background: #2aae67;
}

.post-social-icons a i.fa-weibo {
    background: #d52c2b;
}

.post-social-icons a i.fa-star {
    background: #ffbf2a;
}

/*新闻详情页*/
/* .bc-related-post {
	color: #000;
    padding: 15px 20px 12px;
    margin-bottom: 65px;
}
.bc-related-post a {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.bc-related-post .previous-post,.bc-related-post .next-post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.bc-related-post .next-post {
    float: right;
}
.bc-related-post .previous-post:hover,.bc-related-post .next-post:hover {
    color: #e30e39;
} */

/*新闻详情页*/
.bc-related-post {
    background: rgba(212, 82, 125, 0.1);
    padding: 15px 20px 12px;
    margin-bottom: 65px;
}
.bc-related-post .previous-post,.bc-related-post .next-post {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.bc-related-post .next-post {
    float: right;
}
.bc-related-post .previous-post:hover,.bc-related-post .next-post:hover {
    color: #D4527D;
}

/*-- Search start --*/
.header-lover .container {
	position: relative;
}
.navbar-mobile {
    display: none;
}

/* .top-info-box .nav-search {
    cursor: pointer;
    padding-left: 30px;
    margin-left: 30px;
}

.top-info-box .nav-search:before {
    position: absolute;
    content: '';
    background: #ddd;
    left: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -10px;
}
.top-info-box {
	background-color: #fff;
}
.top-info-box .nav-search i {
    font-size: 20px;
    color: #777;
}
.top-info-box .nav-search:hover i {
	color: #D4527D;
}
.nav-search {
    position: absolute;
    cursor: pointer;
    top: 14px;
    right: 0;
}

@media (max-width: 991px) {
    .nav-search {
        top: 17px;
    }
}*/

.search-block {
    background-color: #D4527D;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
	border-radius: 8px;
}

@media (max-width: 991px) {
    .search-block {
        top: 58px;
    }
}

/* .search-block .form-control {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0 12px;
} */

.search-block .search-close {
    position: absolute;
    top: -52px;
    font-size: 32px;
    cursor: pointer;
	background: #ffffff;
    padding: 0 8px;
	border-radius: 8px;
}

/* @media (max-width: 991px) {
    .search-block .search-close {
        top: -46px;
    }
}

.search-area .nav-search {
    top: 23px;
}

.search-area .search-block .search-close {
    top: -50px;
}

.search-area .search-block {
    right: 0;
} */

/* .form-control {
	background-color: #fff;
    box-shadow: none;
    border: 1px solid #D4527D;
    padding: 5px 20px;
    height: 44px;
    color: #666;
    font-size: 14px;
    border-radius: 8px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #D4527D;
	outline: none;
}

.form-control::placeholder {
	color: #959595;
}
.navbar-mobile .form-control {
	margin-top: 1rem;
} */
.form-control-new {
	background-color: rgba(217, 217, 217, 0.3);
    box-shadow: none;
    border: 1px solid rgba(185, 185, 185, 1);
    padding: 5px 15px;
    height: 32px;
	width: 70%;
    color: #656565;
    font-size: 14px;
    border-radius: 8px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="M21 21l-4.35-4.35"/></svg>');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right 12px center; /* 右侧定位 */
	outline: none;
	margin-left: 50px;
}

.form-control-new:focus {
    box-shadow: none;
    border: 1px solid rgba(185, 185, 185, 1);
	outline: none;
}

.form-control-new::placeholder {
	color: #787878;
}
.navbar-mobile .form-control-new {
	margin-top: 1rem;
}

.sortfilter {
	clear: both;
}

.donated-title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #D4527D;
}

.border-lp {
	padding-left: 80px;
	border-left: 2px solid rgba(212, 82, 125, 0.5);
}

.content-honor-page ul.honor-list {
	border: 1px solid rgba(212, 82, 125, 0.5);
	border-radius: 8px;
	padding: 20px 30px;
}
.content-honor-page ul.honor-list li {
	border-top: 1px dashed rgba(212, 82, 125, 0.5);
	padding: 12px 0;
	font-size: 16px;
	color: #2B2B2B;
}
.content-honor-page ul.honor-list li:hover {
	background-color: rgba(212, 82, 125, 0.1);
}
.content-honor-page ul.honor-list .first-item {
	padding: 12px 0;
	text-align: center;
	font-size: 20px;
}
.content-honor-page ul.honor-list li .honor-data {
	color: #797878;
	float: right;
}
.mg-t-20 {
	margin-top: 20px !important;
}

.project-post {
	text-align: center;
	font-size: 14px;
	color: #797878;
	margin-top: 30px;
	margin-bottom: 20px;
}

.project-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	width: 100%;
}

.project-pagination .page-numbers {
	display: flex;
	list-style: none;
	gap: 10px;
}

.project-pagination .page-numbers li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s;
	border: 1px solid rgba(212, 82, 125, 0.3);
	font-weight: 600;
}

.project-pagination .page-numbers li a:hover, 
.project-pagination .page-numbers li a.active {
	border: 1px solid #e0a0a0;
	background: #D4527D;
	color: #fff;
}