* {
	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-gg .center {
	width: 1200px;
	margin: 0 auto;
}

.content-gg .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-gg .content-title2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.content-gg .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;
}

.content-gg .content-title2>div:last-of-type {
	width: 412px;
	border-bottom: 1px solid #E4E4E4;
}

.content-gg .content-title2>a {
	display: inline-block;
	width: 45px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	color: #888888;
}

.content-gg .img-box {
	padding: 8px 0;
}

.content-gg .img-box>a {
	display: block;
	position: relative;
}

.content-gg .img-box>a>img:first-of-type {
	width: 274px;
	height: 160px;
}

.content-gg .img-box>a>div {
	width: 100%;
	height: 30px;
	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-gg .img-box>a>div>span {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 256px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-gg .img-box>a>img:last-of-type {
	width: 40px;
	height: 43px;
	position: absolute;
	bottom: 30px;
	left: 10px;
}

.content-gg .new-item {
	display: block;
	line-height: 2.3;
}

.content-gg .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-gg .new-item>span:nth-of-type(2) {
	font-size: 14px;
	color: #888888;
	margin-top: 3px;
}

.content-gg .img-info {
	display: block;
	margin-bottom: 5px;
}

.content-gg .img-info>img {
	width: 171px;
	height: 106px;
}

.content-gg .img-info>div {
	width: 380px;
}

.content-gg .img-info>div>div:first-of-type {
	font-size: 18px;
	color: rgb(109, 109, 109);
	font-weight: 700;
	width: 100%;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 3px 0 7px;
}

.content-gg .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-gg .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-gg .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-gg .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-gg .sHeader-content .header-left a img {
	height: 70px;
}

.content-gg .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-gg .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-gg .bHeader-content>img {
	width: 100%;
}

.content-gg .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-gg .channel-content {
	display: flex;
	justify-content: space-between;
}

.content-gg .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-gg .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-gg .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 40px;
}

.content-gg .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-gg .bFooter-content .logo-item {
	display: inline-block;
}

.content-gg .bFooter-content .logo-item>img {
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.content-gg .bFooter-content .logo-item>span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #383838;
}

.content-gg .bFooter-content .connect {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-gg .bFooter-content .connect>a {
	font-size: 14px;
	color: #888888;
}

.content-gg .bFooter-content .erCode {
	width: 65px;
	height: 65px;
	position: relative;
	top: 5px;
	left: 30px;
}

.content-gg .bFooter-content>.fr>a {
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: 8px;
}

.content-gg .bFooter-content>.fr>a>img {
	border: 1px solid #E4E4E4;
}

.content-gg .bFooter-content>fr>a:last-of-type {
	margin-right: 0;
}

.content-gg .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-gg .bFooter-content .footer-img-box>img {
	width: 78px;
	height: 112px;
}

.content-gg .sFooter-content {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}

.content-gg .sFooter-content>span {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
}

.content-gg .sFooter-content>span:last-of-type {
	margin-right: 0;
}

.content-gg .banner-content {
	margin-bottom: 25px;
}

.content-gg .banner-content>div:last-of-type>a {
	display: block;
}

.content-gg .banner-content>div:last-of-type>a>img {
	width: 588px;
	height: 106px;
}

.content-gg .content-main2,
.content-gg .content-main3{
	margin-bottom: 20px;
}

.content-gg .content-main2:last-of-type {
	margin-bottom: 0;
}

.content-gg .content-main4{
	margin-bottom: 10px;
}

.content-gg .content-main2>div {
	width: 569.5px;
}

.content-gg .content-main3>div {
	width: 565px;
}

.content-gg .content-main2 .content-title2,
.content-gg .content-main4 .content-title2 {
	width: 1160px;
}

.content-gg .content-main2 .content-title2>div:last-of-type,
.content-gg .content-main4 .content-title2>div:last-of-type {
	width: 976px;
}

.content-gg .content-main2 .content-title2>a,
.content-gg .content-main4 .content-title2>a {
	width: 55px;
}

.content-gg .content-main3 .special-img {
	height:146px;
	width: 565px;
	margin-bottom: 12px;
}

.content-gg .title-special1>div:first-of-type {
	width: 168px;
}

.content-gg .title-special2>div:first-of-type {
	width: 148px;
}

.content-gg .org-box {
	padding-top: 14px;
}

.content-gg .org-box .org {
	width: 273.5px;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 22px;
}

.content-gg .org-box .org:nth-of-type(4n) {
	margin-right: 0;
}

.content-gg .org-box .org>img {
	width: 92px;
	height: 92px;
}

.content-gg .org-box .org>div {
	padding-left: 20px;
	width: 180px;
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-gg .org-box .org>div>span {
	font-size: 16px;
	color: #383838;
	width: 158px;
	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-gg .content-title3{
 margin-bottom: 8px;
}

.content-gg .content-title3>a{
 display: inline-block;
 width: 144px;
 height: 32px;
 border-radius: 16px;
 -moz-border-radius: 16px;
 line-height: 32px;
 font-size: 16px;
 color: #383838;
 text-align: center;
 margin-right: 25px;
}

.content-gg .content-title3>a:last-of-type{
 margin-right: 0;
}

.content-gg .content-title3 .active{
 border: 1px solid #E4E4E4;
 font-weight: 900;
}

.content-gg .content-main3:nth-of-type(3) .new-item{
 line-height: 2.4;
}

.content-gg .content-main3:nth-of-type(3) .img-info{
 margin-bottom: 6px;
}