@charset "utf-8";
body,p{
	font-size: 1rem;
}
.headline-center-title {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}
.img-fluid{width: auto;}
.tbw-schedule{
	margin-right: -5px;
	margin-left: -5px;
}
.tbw-schedule>.col{
	padding-right: 5px;
	padding-left: 5px;
}
.tbw-schedule-item{
	background: #5c0000;
	height: 70px;
	margin-top: 20px;
	line-height: 26px;
	padding-top: 10px;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
	
}
.tbw-schedule-item label{
	font-size: 0.75rem;
	display: block;
}
@media (max-width: 768px) {
	.tbw-schedule{
		margin-right: -15px;
		margin-left: -15px;
	}
	.tbw-schedule>.col{
		padding-right: 0px;
		padding-left: 0px;
	}
	.tbw-schedule-item{
		font-size: 0.75rem;
		padding-left: 0px;
		padding-right: 0px;
	}
	.tbw-schedule-item label{
		font-size: 0.75rem;
		display: block;
	}
}
.btn-person{
	color: #fff;
	background-color: #5c0000;
	border-color: #5c0000;
}
.btn-person:hover{
	color: #fff;
	background-color: #5c0000;
	border-color: #5c0000;
}


.jiabin {
	text-align: center;
	margin-bottom: 2rem;
}

.jiabin img {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 50%;
}

.jiabin h4 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333;
}

.jiabin p {
	font-size: 0.875rem;
	color: #333;
	line-height: 1.5;
}


@media (max-width: 767px) {
	.jiabin h4 {
		font-size: 1rem;
	}

	.jiabin p {
		font-size: 0.75rem;
		line-height: 18px;
	}
}
.wjrx{
	border: 0;
	background-color: #F9F9F9;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.wjrx-body{
	margin-left: 1rem;
	padding-right: 1rem;
}
.wjrx-body .wjrx-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
}
.wjrx-body h4{
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0;
}
.wjrx-body p{
	font-size: 1rem;
	color: #777;
}
.wjrx-img{
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.wjrx-intro{
	font-size: 0.75rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.5s ease;
	padding: 15px;
}
.wjrx-intro p{
	font-size: 1rem;
	height: 100%;
	overflow: hidden;
}
@media (max-width: 767px) {
	.wjrx-intro p{
		font-size: 0.75rem;
	}
}
.wjrx:hover .wjrx-intro{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}




