@charset "utf-8";

.details {
	padding-top: 2rem;
}

.boxTitle {
	padding: 0.25rem 1rem;
	box-sizing: border-box;
	font-size: 0.8rem;
	font-weight: bold;
	background-color: #040104;
	color: #FFFFFF;
}

.details .top {
	width: 100%;
}
.littleTitle {
	font-weight: 700;
	letter-spacing: .3rem;
	font-family: auto;
	font-family: "comic sans ms";
}
.details .top h1 {
	margin: .5rem 0;
	padding: .8rem;
	padding-top: 0;
	box-sizing: border-box;
	font-size: 0.95rem;
	line-height: 1.3rem;
}

.details .top .name {
	padding: .8rem;
	box-sizing: border-box;
	margin-top: 0.5rem;
	font-size: 0.6rem;
}

.details .top .time {
	padding: .8rem;
	box-sizing: border-box;
	margin-top: .2rem;
	font-size: .6rem;
}

.details .top .img {
	padding: .8rem;
	box-sizing: border-box;
	width: 100%;
}

.details .top .img img {
	width: 100%;
}

.details .center {
	width: 100%;
	padding: .8rem;
	box-sizing: border-box;
	background-color: #f8f8f8;
	box-shadow: 0 3px 5px #f0f0f0;
	line-height: 1.2rem;
	font-size: .65rem;
}

.details .center p {
	font-size: .65rem;
}

.details .center h1,
.details .center h2,
.details .center h3,
.details .center h4,
.details .center h5,
.details .center h6 {
	font-size: .7rem;
}

.listTwo {
	width: 100%;
	box-sizing: border-box;
	padding: 1.5rem 1rem;
	background-color: #FFFFFF;
}

.listTwo li {
	border-bottom: 0.025rem solid #D8D5D8;
}

.listTwo li .img {
	width: 100%;
	height: 6rem;
	overflow: hidden;
	position: relative;
}

.listTwo li .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.listTwo li .title {
	font-size: 0.55rem;
	font-weight: bold;
	padding: 0.5rem 0;
}

.listTwo li .content {
	font-size: 0.5rem;
	color: #B8B6B9;
	line-height: 1rem;
	padding-bottom: 1rem;
}

.listThree {
	background-color: #FFFFFF;
	width: 100%;
	padding: 0 1rem;
	box-sizing: border-box;
}

.listThree li {
	display: flex;
	border-bottom: 0.025rem solid #D8D5D8;
	padding: 1rem 0;
}

.listThree li:last-child {
	border-bottom: none;
}

.listThree li .text {
	box-sizing: border-box;
	padding-right: 0.5rem;
	width: 8rem;
}

.listThree li .text .titleThree {
	font-size: 0.65rem;
	font-weight: bold;
	box-sizing: border-box;
}

.listThree li .text .content {
	font-size: 0.5rem;
	line-height: 1rem;
	color: #B8B6B9;
}

.listThree li .img {
	width: 6.5rem;
	height: 3.25rem;
	position: relative;
	overflow: hidden;
}

.listThree li .img img {
	width: 100%;
	height: 100%;
}
