.active {
	background-color: white;
}

ul li {
	list-style: none;
}

.banner {
	width: 100%;
}

.items-header {
	width: 1200px;
	margin: 40px auto;
	display: block;
	background-color: #ffffff;
	box-shadow: 0px 10px 32px 4px #e5e5e5;
}

.items-header .items {
	width: 1200px;
	height: 320px;
	margin: 0 auto
}

.items-header .items>li {
	width: 16.66%;
	height: 160px;
	float: left;
	text-align: center;
	cursor: pointer;
	padding-top: 20px;
}

.items-header .items>li:hover {
	background-color: #f2f2f2
}

.items-header .items>li:hover p {
	color: #ac1e23;
}

.items-header .items img {
	width: 30%;
	display: block;
	margin: 0 auto;
}

.items-header .items p {
	height: 70px;
	line-height: 60px;
	font-size: 18px;
	text-align: center
}

.items-header .items .active span {
	display: block;
	height: 6px;
	background-color: #ac1e23;
	margin: 4px auto 0;
}

.items-body {
	width: 1200px;
	margin: 0 auto 40px;
	float: none;
}

.introduction h1 {
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
}

.introduction .tips{
	font-size: 22px;
	margin: 40px 0 20px;
	font-weight: 600;
}

.introduction p {
	font-size: 18px;
	line-height: 26px;
	text-indent: 2em;
	text-align: justify;
}

.introduction h4 {
	font-size: 20px;
}

.prisonMainImg {
	width: 100%;
	margin-top: 10px;
}

.terminal {
	margin-top: 40px;
}

.terminal-item {
	width: 80%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.prisonBottomImg {
	width: 40%;
	max-height: 400px;
}

.terminalText {
	width: 60%;
	padding-top: 40px;
}

.rightText {
	float: right;
	padding-left: 3%;
}

.leftText {
	float: left;
	padding-right: 3%;
}

.terminalText h2 {
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
}

.terminalText p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	text-indent: 0;
}

.introduction .empty {
	margin: 0;
	height: 40px;
}

.terminalText .seemore {
	margin-top: 80px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	bottom: 40px;
}

.terminalText .more {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: url(../img/more.png) no-repeat;
	display: block;
	float: left;
	background-size: 100% 100%;
	margin: 0;
}

.terminalText .seemore span {
	margin: 0 5px;
	color: #333;
	font-size: 20px;
}

@media screen and (max-width:767px) {
	.items-header {
		width: 100%;
		margin: 0 auto 40px;
	}
	.items-header .items {
		width: 100%;
		height: 75vw;
		margin: 0 auto
	}
	.items-header .items>li {
		width: 25vw;
		height: 25vw;
	}
	.items-header .items>li:hover {
		background-color: #fff;
	}
	.items-header .items>li:hover p {
		color: #ac1e23;
	}
	.items-header .items img {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	.items-header .items p {
		height: 9vw;
		line-height: 10vw;
		font-size: 4vw;
		text-align: center;
		margin: 0;
	}
	.items-body {
		width: 100%;
		margin: 0 auto 40px;
		float: none;
		padding: 10px;
	}
	.terminal-item{
		width: 100%;
	}
	
	.introduction h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.introduction .tips{
		font-size: 18px;
	}
	
	.introduction h4{
		font-size: 17px;
	}
	.introduction p {
		font-size: 16px;
		line-height: 24px;
	}
	.prisonMainImg {
		width: 100%;
		margin-top: 10px;
	}
	.terminal {
		margin-top: 40px;
	}
	.prisonBottomImg {
		width: 45%;
		margin: 40px 0;
	}
	.terminalText {
		width: 55%;
		padding-top: 0;
	}
	.terminalText h2 {
		font-weight: 500;
		font-size: 5.5vw;
		line-height: 30px;
		margin: 0;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.terminalText p {
		font-size: 4vw;
		line-height: 20px;
		margin-top: 5px;
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8; 
        -webkit-box-orient: vertical;
	}
	.introduction .empty{
		height: 20px;
	}
	.terminalText .seemore {
		float: left;
		margin: 10px 0 20px;
		line-height: 25px;
		height: 25px;
		cursor: pointer;
		bottom: -20px;
	}
	.terminalText .more {
		width: 6vw;
		height: 6vw;
		line-height: 6vw;
		background: url(../img/more.png) no-repeat;
		display: block;
		float: left;
		background-size: 100% 100%;
		margin: 0;
	}
	.terminalText .seemore span {
		margin: 0 5px;
		color: #333;
		font-size: 5vw;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.items-header {
		width: 100%;
	}
	.items-header .items {
		width: 100%;
		height: 300px;
		margin: 0 auto
	}
	.items-header .items>li {
		width: 16.66%;
		height: 150px;
	}
	.items-header .items img {
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	.items-header .items p {
		height: 70px;
		line-height: 60px;
		font-size: 18px;
		text-align: center
	}
	.items-body {
		width: 100%;
		margin: 0 auto 40px;
		padding: 15px;
	}
	.introduction h1 {
		font-size: 24px;
	}
	.introduction p{
		font-size: 16px;
	}
	.prisonMainImg {
		width: 100%;
		margin-top: 10px;
	}
	.terminal {
		margin-top: 40px;
	}
	.terminal-item{
		width: 100%;
		margin-bottom: 20px;
	}
	.prisonBottomImg {
		width: 40%;
	}
	.terminalText {
		width: 60%;
		padding-top: 0;
	}
	.terminalText h2 {
		font-weight: 500;
		font-size: 24px;
		line-height: 40px;
		margin: 0;
	}
	.terminalText p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px;
	}
	.terminalText .seemore {
		margin-top:30px;
		bottom: 30px;
	}
}