* {
	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-hch .center {
	width: 1200px;
	margin: 0 auto;
}

.content-hch .newinfo-content {
	background-color: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	padding: 25px 20px;
	margin-bottom: 25px;
	position: relative;
}

.content-hch .content-title2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-bottom: 15px;*/
}

.content-hch .content-title2>div:first-of-type {
	/*width: 108px;*/
	height: 32px;
	background-image: linear-gradient(to right, #E2007C, #F92C22);
	line-height: 32px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 10px;
}

.content-hch .content-title2>div:last-of-type {
	/*width: 412px;*/
	flex: 1;
	border-bottom: 1px solid #E4E4E4;
}

.content-hch .content-title2>a {
	display: inline-block;
	width: 45px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	color: #888888;
}

.content-hch .img-box {
	padding: 8px 0;
}

.content-hch .img-box>a {
	display: block;
	position: relative;
}

.content-hch .img-box>a>img:first-of-type {
	width: 274px;
	height: 160px;
}

.content-hch .img-box>a>img:nth-of-type(2) {
	width: 40px;
	height: 43px;
	position: absolute;
	top: 90px;
	left: 5px;
}

.content-hch .img-box>a>div {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	padding: 5px 10px;
	font-size: 0;
}

.content-hch .img-box>a>div>span {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 256px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-hch .new-item {
	display: block;
	line-height: 2.2;
}

.content-hch .new-item>span:first-of-type {
	font-size: 16px;
	color: rgb(109, 109, 109);
	width: 480px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-hch .new-item>span:nth-of-type(2) {
	font-size: 14px;
	color: #888888;
}

.content-hch .img-info {
	display: block;
	margin-bottom: 15px;
}

.content-hch .img-info>img {
	width: 171px;
	height: 108px;
}

.content-hch .img-info>div {
	width: 380px;
}

.content-hch .img-info>div>div:first-of-type {
	font-size: 17px;
	color: rgb(109, 109, 109);
	font-weight: 900;
	width: 100%;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 3px 0 7px;
}

.content-hch .img-info>div>div:last-of-type {
	font-size: 14px;
	color: #888888;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content-hch .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-hch .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-hch .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-hch .sHeader-content .header-left a img {
	height: 70px;
}

.content-hch .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-hch .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-hch .bHeader-content>img {
	width: 100%;
}

.content-hch .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-hch .channel-content {
	display: flex;
	justify-content: space-between;
}

.content-hch .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-hch .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-hch .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 30px;
}

.content-hch .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-hch .bFooter-content .logo-item {
	display: inline-block;
}

.content-hch .bFooter-content .logo-item>img {
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.content-hch .bFooter-content .logo-item>span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #383838;
}

.content-hch .bFooter-content .connect {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-hch .bFooter-content .connect>a {
	font-size: 14px;
	color: #888888;
}

.content-hch .bFooter-content .erCode {
	width: 65px;
	height: 65px;
	position: relative;
	top: 5px;
	left: 30px;
}

.content-hch .bFooter-content>.fr>a {
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: 8px;
}

.content-hch .bFooter-content>.fr>a>img {
	border: 1px solid #E4E4E4;
}

.content-hch .bFooter-content>fr>a:last-of-type {
	margin-right: 0;
}

.content-hch .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-hch .bFooter-content .footer-img-box>img {
	width: 78px;
	height: 112px;
}

.content-hch .sFooter-content {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}

.content-hch .sFooter-content>span {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
}

.content-hch .sFooter-content>span:last-of-type {
	margin-right: 0;
}

.content-hch .banner-content {
	margin-bottom: 25px;
}

.content-hch .banner-content>div:last-of-type>a {
	display: block;
	width: 100%;
}

.content-hch .banner-content>div:last-of-type>a>img {
	width: 100%;
	height: 120px;
}

.content-hch .content-main2,
.content-hch .content-main3 {
	margin-bottom: 20px;
}

.content-hch .content-main3:last-of-type {
	margin-bottom: 0;
}

.content-hch .content-main2>div {
	width: 565px;
}

.content-hch .content-main3>div {
	width: 565px;
}

/*.content-hch .content-main2 .content-title2 {*/
/*	width: 1160px;*/
/*}*/

/*.content-hch .content-main2 .content-title2>div:last-of-type {*/
/*	width: 976px;*/
/*}*/

/*.content-hch .content-main2 .content-title2>a {*/
/*	width: 55px;*/
/*}*/

.content-hch .content-main3 .imginfo-content3 {
	padding: 3px 0 0 40px;
}

.content-hch .content-main3 .imginfo-content3 .imginfo-item {
	display: block;
	width: 93.5px;
	float: left;
	margin-right: 50px;
	text-align: center;
}

.content-hch .content-main3 .imginfo-content3 .imginfo-item:nth-of-type(4n) {
	margin-right: 0;
}

.content-hch .content-main3 .imginfo-content3 .imginfo-item:nth-of-type(1),
.content-hch .content-main3 .imginfo-content3 .imginfo-item:nth-of-type(2),
.content-hch .content-main3 .imginfo-content3 .imginfo-item:nth-of-type(3),
.content-hch .content-main3 .imginfo-content3 .imginfo-item:nth-of-type(4) {
	margin-bottom: 15px;
}

.content-hch .content-main3 .imginfo-content3 .imginfo-item>img {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	margin-bottom: 9px;
}

.content-hch .content-main3 .imginfo-content3 .imginfo-item>div:first-of-type {
	font-size: 14px;
	color: #383838;
	margin-bottom: 3px;
}

.content-hch .content-main3 .imginfo-content3 .imginfo-item>div:last-of-type {
	font-size: 12px;
	color: #888888;
	width: 100%;
	height: 34px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
