html {
	background:#F2F2F2;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
}
.header-bottom-actived {
	font-weight: 700!important;
}
.header-bottom-actived::after {
content: '';
display: block;
position: absolute;
bottom: -6px;
right: 40%;
margin-right: 6px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 6px solid #fff;
}
.header-bottom-container {
	background-image: url("../images/jrs_hxls.png") !important;
	background-position: center!important;
	background-size: cover!important;
	background: rgba(0, 0, 0, 0);
}
.header-bottom-container ul li a {
	color: #1F1F1F;
}
.header-bottom .header-nav {
	background-color: rgba(0, 0, 0, 0)!important;
}
.header-bottom > ul {
	padding-left: 0;
}
.header-bottom .header-nav li:hover::after {
content: '';
display: block;
position: absolute;
bottom: -6px;
right: 40%;
margin-right: 6px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 6px solid #1F1F1F;
} {
padding-left: 0;
}
.content-top {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.content-video, .content-top-third {
	width: 32%;
	height: 400px;
	background: #FFFFFF;
	border-radius:10px
}
.content-top-third .content-top-third-title ul {
	display: flex;
	justify-content: space-around;
	padding: 10px 20px 10px;
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
	position: relative;
}
.content-top-third .content-top-third-title ul li {
	cursor: pointer;
	padding-left: 25px;
}
.content-top-third .content-top-third-title ul li:nth-child(1) {
background: url("../images/icon_zqtt_normal.png") no-repeat;
background-position-y: 4px;
}
.content-top-third .content-top-third-title ul li:nth-child(1).active {
background: url("../images/icon_zqtt_small.png") no-repeat;
background-position-y: 4px;
}
.content-top-third .content-top-third-title ul li:nth-child(1).active span {
color: #459ADD!important;
}
.content-top-third .content-top-third-title ul li:nth-child(2) {
background: url("../images/icon_lqtt_normal.png") no-repeat;
background-position-y: 4px;
}
.content-top-third .content-top-third-title ul li:nth-child(2).active {
background: url("../images/icon_lqtt_small.png") no-repeat;
background-position-y: 4px;
}
.content-top-third .content-top-third-title ul li:nth-child(1).active::after, .content-top-third .content-top-third-title ul li:nth-child(2).active::after {
content: '';
display: block;
position: absolute;
bottom: 0;
width: 75px;
border-bottom: 3px solid #459ADD;
}
.content-top-third .content-top-third-title ul li:nth-child(2).active span {
color: #459ADD!important;
}
.content-top-third .content-top-third-title ul li img {
	vertical-align: middle;
}
.content-video-infoList {
	padding-top: 20px;
}
.content-video-infoList li {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
}
.content-video-infoList > li > div:last-child > a {
	padding: 0 5px;
	color: #459ADD;
	font-weight: 700;
}
.content-video-infoList > li > div:first-child {
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-infoName-actived {
	color: red;
}
.content-news-actived {
	font-weight: 700;
}
.common-tab-item p {
	font-size: 14px;
}
.common-tab-item span {
	font-size: 14px;
}
.content-top-third-infoList li {
	display: flex;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.content-top-third-infoList li:hover a {
	color: #459ADD;
}
.content-top-third-infoList > li > img {
	width: 36px;
	height: 16px;
	margin-right: 10px;
	margin-top: 5px;
}
.content-top-third-infoList > li > span {
	min-width: 45px;
	margin-right: 10px;
}
.content-top-third-infoList > li > a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}
.content-bottom {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.content-bottom .common-tab_list {
	display: flex;
	position: relative;
	border-bottom: solid 1px #eee;
}
.content-bottom .common-tab_list .content-title {
	padding-left: 10px;
}
.content-bottom-left {
	width: 70%;
	background: #FFFFFF;
	border-radius: 10px;
}
.content-bottom-right {
	width: 28%;
	background: #FFFFFF;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0);
}
.content-bottom-left-zb-flList {
	display: flex;
	justify-content: space-around;
	padding: 10px 20px;
}
.content-bottom-left-zb-flList li {
	width: 90px;
	height: 40px;
	cursor: pointer;
}
.sszhibo-active {
	color: #459ADD!important;
}
.sszhibo-active::after {
content: '';
display: block;
width: 40%;
border-bottom: 3px solid #459ADD;
padding-bottom: 10px;
}
.content-zbList .zhibo-date {
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
	border: unset;
	font-size: 16px;
	color: #459ADD;
}
.content-zbList .zhibo-date span {
	font-size: 16px;
}
.content-zbList .zbList-info .zbList-info-evy {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content-zbList .qiu-pic {
	width: 18px;
	height:18px;
	margin-left:10px;
	margin-right: 10px;
}
.content-zbList .zhibo_saishi {
	width: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}

.content-zbList .zhibo_saishi  a{ color: #666;

}


.content-zbList .zhibo-time {
	width: 75px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.content-zbList .zhibo-zhanwei {
	width: 25px;
}
.content-zbList .sore {
	width: 80px;
	color: #FF1336;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.content-zbList .zhibo-btn {
	background: #BBBBBB;
	padding: 2px 8px;
	border-radius: 5px;
	width: 114px;
	height: 30px;
	margin-left: 30px;
	text-align: center;
}
.content-zbList .zhibo-btn:hover {
	background: #969696;
}
.content-zbList .zhibo-btn-doing {
	background: #459ADD;
}
.content-zbList .zhibo-btn-doing:hover {
	background: #3e8ac6;
}
.content-zbList .zhibo-btn img {
	width: 16px!important;
	height: 16px!important;
	vertical-align:middle;
	margin-right: 5px!important;
}
.content-zbList .zhibo-btn span {
	font-size: 14px;
}
.content-zbList li {
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
}
.content-zbList .pic-or-text {
	width: 70px;
	height: 30px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	font-weight: 700;
}
.content-zbList .zhibo-more-btn {
	padding-bottom: 6%;
	text-align: center;
	margin-top: 50px;
}
.content-zbList .zhibo-more-btn a {
	color: #999999;
	padding: 15px 0;
	border: solid 1px #eee;
	width: 360px;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
}
.content-zbList .zhibo-more-btn[data-tcid ='all'] a, .content-zbList .zhibo-more-btn[data-tcid='re'] a {
	background: url("../images/south.png") no-repeat;
	background-position-y: center;
	background-position-x: 66%;
}
.content-zbList .zhibo-team {
	display: flex;
	align-items: center;
}
.content-zbList .zhibo-team p {
	width: 350px;
	font-size: 14px;
	color: #333333;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-zbList .zhibo-team p:nth-child(1) {
text-align: center;
}
.content-zbList .zhibo-team img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.content-zbList .lq-score-info {
	background: #fff;
	width: 250px;
	height: 85px;
	position: absolute;
	left: 34%;
	border-radius: 5px;
	display: none;
}
.lq-score-title {
	background: linear-gradient(to right, #67C8F1, #87ADFB)!important;
	border-radius: 5px 5px 0 0;
	display: flex;
}
.lq-score-title li {
	color: #FFFFFF;
}
.lq-score {
	font-size: 16px!important;
}
.lq-score-have {
	color: #FF1336;
	font-size: 14px;
}
.lq-score:hover .lq-score-info {
	display:block;
}
.lq-score-info .lq-score-list ul {
	display: flex;
}
.lq-score-info ul li {
	font-size: 12px;
	border: unset;
}
.lq-score-info .nbsp {
	width: 60px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lq-score-info .col {
	width: 30px;
}
.lq-score-info .total {
	color: #FF1336;
}
.lq-score-info div ul li:nth-last-child(1) {
color: #FF1336;
}
.swiper {
	width: 100%;
	height: 240px;
	border-radius: 10px;
}
.swiper .tag {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	background: #459ADD;
	padding: 5px 10px;
	border-radius: 0 10px;
}
.swiper-slide {
	font-size: 18px;
	background: #fff;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.swiper-slide a img {
	height: 240px;
	width: 340px;
	border-radius: 5px;
	display: block;
	object-fit: cover;
}
.swiper-slide a:hover img {
	transform: scale(1.1);
transition: transform .4s;
}
.swiper-slide a span {
	position: absolute;
	color: #fff;
	bottom: 5px;
	left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	right: 10px;
	font-size: 16px;
	z-index: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 35px;
}
.swiper-slide a .mask {
	position: absolute;
	bottom: 0;
	height: 34px;
	width: 100%;
	background: #000000;
	opacity: 0.3;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.3;
}
.swiper-pagination-bullet-active {
	background: #FFFFFF;
	opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom:15%
}
.remen-team {
	border-radius: 10px;
	background: #FFFFFF;
	margin-top: 20px;
}
.remen-team-title {
	border-bottom: solid 1px #459ADD;
	margin-left: 10px;
}
.remen-team-title div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}
.remen-team-title img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}
.remen-team-tab {
	display: flex;
	padding: 10px 20px;
}
.remen-team-tab li {
	cursor: pointer;
}
.remen-team-tab li:nth-child(1) {
margin-right: 30px;
}
.remen-team-tab li span {
	font-size: 14px;
	font-weight: 700;
}
.remen-team-list {
	border-bottom: dashed 1px #EEEEEE;
	padding: 10px 30px 0 15px;
}
.remen-team-list:nth-last-child(1) {
border: none;
}
.remen-team-list .team-fenlei {
	padding: 10px;
	background: #909091;
	border-radius: 5px;
	color: #fff;
	display: inline;
}
.remen-team-list .team-fenlei a {
	color: #fff;
}
.remen-team-list .team-name {
	display: inline;
}
.remen-team-list .team-name a {
	padding: 10px 5px;
	display: inline-block;
	color: #459ADD;
	font-weight: 700;
}
.remen-team .remen-team-tab li.active::after {
content: '';
display: block;
position: absolute;
bottom: 0;
width: 30px;
border-bottom: 3px solid #459ADD;
padding-bottom: 5px;
}
.zq-lx-header {
	margin-left: 10px;
}
.zq-lx-header {
	border-bottom: solid 1px #459ADD;
	padding-top: 10px;
	margin-left: 10px;
}
.zq-lx-header div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}
.zq-lx-header img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}

.filter {
	width:90px;
	height:34px;
	line-height:34px;
	border-radius:30px;
	margin-top:-5px;
	text-align:center;
	color:#459ADD;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	cursor:pointer;
}
.filter_wrap {
	position:relative;
	height:100%;
	margin-left:auto;
	margin-top: 20px;
}
.filter_wrap:hover .filter_none {
	display:block;
}
.filter>img {
	margin-right: 5px;
}
.filter_none {
	position:absolute;
	width:415px;
	max-height:376px;
	background:#ffffff;
	border:1px solid #e2e2e2;
	right:0;
	top:28px;
	padding:19px;
	box-sizing:border-box;
	overflow:auto;
	display:none;
	z-index:999;
	box-shadow:0px 0px 10px rgba(193, 193, 193.1);
}
.filter_none>li {
	border-bottom: 1px dashed #eeeeee;
}
.filter_none>li {
	display:flex;
}
.filter_none_con >li > a {
	font-size: 14px;
	color:#333333;
}
.filter_none_p {
	width: 60px;
	font-size: 16px;
	margin-top:10px;
	color: #333333;
	flex-shrink:0;
	font-weight: 600;
}
.filter_none_con {
	display:flex;
	flex-wrap:wrap;
	font-size:13px;
	color:#333333;
}
.filter_none_con>li {
	margin:10px;
	box-sizing:border-box;
	border-bottom:2px solid #ffffff;
}
.filter_none_con> li > a:hover {
	color:#459ADD;
}
.interLink {
	background:#ffffff;
	position:absolute;
	bottom:150px;
	height:40px;
	width:100%;
}
.interLink_con {
	display:flex;
	align-items:center;
	margin:0 auto;
	width:1230px;
	height:100%;
}
.interLink_con li {
	margin:0 10px;
}
.interLink_con li:nth-of-type(1) {
display:flex;
align-items:center;
}
.interLink_con p {
	color:#333333;
	margin-left:10px;
}
.interLink_con a {
	color:#666666;
}
.interLink_con a:hover {
	color:#459ADD;
}
.interLink_con span {
	color:#459ADD;
}
