* {
	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-ts .center {
	width: 1200px;
	margin: 0 auto;
}

.content-ts .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-ts .content-title2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.content-ts .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-ts .content-title2>div:last-of-type {
	width: 412px;
	border-bottom: 1px solid #E4E4E4;
}

.content-ts .content-title2>a {
	display: inline-block;
	width: 45px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	color: #888888;
}

.content-ts .img-box {
	padding: 8px 0;
}

.content-ts .img-box>a {
	display: block;
	position: relative;
}

.content-ts .img-box>a>img {
	width: 274px;
	height: 160px;
}

.content-ts .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-ts .img-box>a>div>span {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	width: 256px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-ts .new-item {
	display: block;
	line-height: 2.2;
}

.content-ts .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-ts .new-item>span:nth-of-type(2) {
	font-size: 14px;
	color: #888888;
}

.content-ts .img-info {
	display: block;
	margin-bottom: 15px;
}

.content-ts .img-info>img {
	width: 171px;
	height: 106px;
}

.content-ts .img-info>div {
	width: 380px;
}

.content-ts .img-info>div>div:first-of-type {
	font-size: 18px;
	color: rgb(109, 109, 109);
	width: 100%;
	height: 48px;
	font-weight: 700;
	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-ts .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-ts .new-title {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 15px;
}

.content-ts .new-title>span {
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding-bottom: 8px;
	margin-right: 55px;
}

.content-ts .new-title>span:last-of-type {
	margin-right: 0;
}

.content-ts .new-title .active {
	color: #383838;
	font-weight: 900;
	border-bottom: 4px solid rgb(214, 45, 39);
}

.content-ts .new-title>a {
	font-size: 14px;
	color: #888888;
	margin-top: 4px;
}

.content-ts .sHeader-content-box {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.content-ts .sHeader-content {
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
}

.content-ts .sHeader-content a {
	font-size: 12px;
	color: rgb(109, 109, 109);
}

.content-ts .sHeader-content .header-left a img {
	height: 70px;
}

.content-ts .sHeader-content .header-right img {
	width: 18px;
	height: 18px;
	margin: 26px 3px 26px 0;
}

.content-ts .bHeader-content {
	border-bottom: 2px solid rgb(211, 45, 37);
}

.content-ts .bHeader-content>img {
	width: 100%;
}

.content-ts .channel-content-box {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 25px;
}

.content-ts .channel-content {
	display: flex;
	justify-content: space-between;
}

.content-ts .channel-content>a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: rgb(109, 109, 109);
	padding: 0 5px;
}

.content-ts .channel-content .active {
	border-bottom: 4px solid rgb(214, 45, 39);
	font-weight: 900;
	color: rgb(214, 45, 39);
}

.content-ts .bFooter-content-box {
	border-top: 2px solid rgb(211, 45, 37);
	padding: 30px 0;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 40px;
}

.content-ts .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-ts .bFooter-content .logo-item {
	display: inline-block;
}

.content-ts .bFooter-content .logo-item>img {
	width: 36px;
	height: 36px;
	margin-right: 3px;
}

.content-ts .bFooter-content .logo-item>span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #383838;
}

.content-ts .bFooter-content .connect {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.content-ts .bFooter-content .connect>a {
	font-size: 14px;
	color: #888888;
}

.content-ts .bFooter-content .erCode {
	width: 65px;
	height: 65px;
	position: relative;
	top: 5px;
	left: 30px;
}

.content-ts .bFooter-content>.fr>a {
	display: inline-block;
	margin-right: 40px;
	position: relative;
	top: 8px;
}

.content-ts .bFooter-content>.fr>a>img {
	border: 1px solid #E4E4E4;
}

.content-ts .bFooter-content>fr>a:last-of-type {
	margin-right: 0;
}

.content-ts .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-ts .bFooter-content .footer-img-box>img {
	width: 78px;
	height: 112px;
}

.content-ts .sFooter-content {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #E4E4E4;
}

.content-ts .sFooter-content>span {
	font-size: 12px;
	color: #888888;
	margin-right: 20px;
}

.content-ts .sFooter-content>span:last-of-type {
	margin-right: 0;
}

.content-ts .banner-content{
	margin-bottom: 30px;
}

.content-ts .banner-content img {
	width: 1200px;
}

.content-ts .content-main2,
.content-ts .content-main3,
.content-ts .content-main4 {
	margin-bottom: 20px;
}

.content-ts .content-main3:last-of-type {
	margin-bottom: 0;
}

.content-ts .content-main2>div {
	width: 569.5px;
}

.content-ts .content-main3>div {
	width: 565px;
}

.content-ts .content-main3:last-of-type>div:first-of-type {
	width: 1160px;
}

.content-ts .special-img{
	height: 218px;
}

.content-ts .special-img{
 height: 302px;
}

.content-ts .content-main3 .new-item{
 line-height: 2.4;
}

.content-ts .newinfo-content{
	padding: 25px 20px 10px;
}

.content-ts .content-title2>div:first-of-type {
	width: auto;
	padding: 0 25px;
}

.content-ts .content-title2>div:nth-of-type(2) {
	flex: 1;
}

.content-ts .img-box{
	margin-bottom: 20px;
}

.content-ts .content-main3>.fl:last-of-type{
	width: 100%;
}

.content-ts .content-main3>.fl:last-of-type>.img-box{
	width: 565px;
}

.content-ts .content-main3 .new-title{
	width: 100%;
}

.content-ts .content-main3:nth-of-type(2) .img-info{
	margin-bottom: 9px;
}

.content-ts .content-main3 .special-div{
	margin-bottom: 20px;
}

.content-ts .content-main3:nth-of-type(3) .img-box{
	margin-bottom: 0px;
}

.content-ts .img-box>a>img:nth-of-type(2) {
	width: 40px;
	height: 43px;
	position: absolute;
	bottom: 30px;
	left: 10px;
}