* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

li {
	list-style: none;
	cursor: default;
}

body {
	padding: 0px 0;
	font-size: 14px;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

.content {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.pointer {
	cursor: pointer;
}

.textline:hover {
	text-decoration: underline;
}

img {
	vertical-align: top;
	border: none;
	max-width: 100%;
	height: auto;
}

body {
	background-color: rgb(248, 248, 248);
}

.content-list5 .center {
	width: 1200px;
	margin: 0 auto;
}

.content-list5 .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-list5 .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-list5 .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-list5 .sHeader-content .header-left a img {
	height: 70px;
}

.content-list5 .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-list5 .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-list5 .bHeader-content>img {
	width: 100%;
}

.content-list5 .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-list5 .channel-content{
	display: flex;
	justify-content: space-between;
}

.content-list5 .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-list5 .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-list5 .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 50px;
}

.content-list5 .bFooter-content .logo-item-box>span{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #888888;
	margin: 0 10px 0 20px;
	position: relative;
	top: 8px;
}

.content-list5 .bFooter-content .logo-item{
	display: inline-block;
}

.content-list5 .bFooter-content .logo-item>img{
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.content-list5 .bFooter-content .logo-item>span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #383838;
}

.content-list5 .bFooter-content .connect{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-list5 .bFooter-content .connect>a{
	font-size: 14px;
	color: #888888;
}

.content-list5 .bFooter-content .erCode{
	width: 65px;
	height: 65px;
	position: relative;
	top: 5px;
	left: 30px;
}

.content-list5 .bFooter-content>.fr>a{
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: 8px;
}

.content-list5 .bFooter-content>.fr>a>img{
	border: 1px solid #E4E4E4;
}

.content-list5 .bFooter-content>fr>a:last-of-type{
	margin-right: 0;
}

.content-list5 .bFooter-content .footer-img-box{
	width: 100px;
	height: 112px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 15px;
	text-align: right;
}

.content-list5 .bFooter-content .footer-img-box>img{
	width: 78px;
	height: 112px;
}

.content-list5 .sFooter-content {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}

.content-list5 .sFooter-content>span {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
}

.content-list5 .sFooter-content>span:last-of-type {
	margin-right: 0;
}

.content-list5 .imginfo-content .imginfo-position {
	font-size: 18px;
	color: #888888;
	margin-top: 22px;
	margin-bottom: 26px;
}

.content-list5 .imginfo-content .imginfo-item{
	display: block;
	width: 384px;
	height: 314px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	-moz-box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}

.content-list5 .imginfo-content .imginfo-item:nth-of-type(3n){
	margin-right: 0;
}

.content-list5 .imginfo-content .imginfo-item>img{
	width: 384px;
	height: 220px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.content-list5 .imginfo-content .imginfo-item>div{
	padding: 20px 15px;
}

.content-list5 .imginfo-content .imginfo-item>div>div:first-of-type{
	font-size: 18px;
	color: #383838;
	margin-bottom: 10px;
	width: 354px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-list5 .imginfo-content .imginfo-item>div>div:last-of-type{
	font-size: 14px;
	color: #888888;
}

.content-list5 .imginfo-content .imginfo-toggle {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 50px;
}

.content-list5 .imginfo-content .imginfo-toggle>span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #e4e4e4;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	color: #888888;
}

.content-list5 .imginfo-content .imginfo-toggle .active {
	background-color: #E50015;
	color: #FFFFFF;
}