html,
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-width: 1500px;
	min-height: 800px;
	/* overflow-x: hidden; */
}

.news {
    display: flex;
    flex-direction: column;
    width: 80%;
    min-width: 1500px;
    margin: 0px auto;
    padding: 52px 0px 118px 0px;
    min-height: 720px;
}

.news .news-tit-box {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.news .news-tit-box .news-tit-left {
	margin-right: 24px;
	min-width: 40px;
}

.news .news-tit-box .news-tit-left .news-tit_1 {
	white-space: nowrap;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.news .news-tit-box .news-tit-left .news-tit_2 {
	white-space: nowrap;
	width: 90%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.news .news-tit-box .news-tit-right {
	width: 84%;
	display: flex;
	align-items: flex-end;
	white-space: nowrap;
	overflow: hidden;
}

.news .news-tit-box .news-tit-right .news-right-line {
	width: 84%;
	border-bottom: 2px dashed #80ADD6;
	padding-bottom: 6px;
}

.news .news-tit-box .news-tit-right .news-tit-more {

	text-align: right;
	border-bottom: 2px solid #80ADD6;
	margin-left: 16px;
	font-weight: 540;
	font-size: 16px;
	color: #005BAA;
	padding-bottom: 6px;
}

.news .news-tit-box .news-tit-right .news-tit-more>a {
	text-decoration: none;
	display: contents;
	width: 100%;
	text-align: right;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
}

.news .newS .newsY {
	display: flex;
	align-items: center;
	flex: 1;
}

.news .newS .newsY .xXClass {
	position: relative;
	width: 990px;
}

.news .newS .newsY .xXClass::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 14px;
	width: 973px;
	border-top: 1px dashed #84b0d6;
}

.news .newS .newsY .mores {
	display: flex;
	align-items: center;
	flex: 1;
}

.news .newS .newsY .mores .sXClass {
	position: relative;
	width: 60px;
}

.news .newS .newsY .mores .sXClass::after {
	content: '';
	position: absolute;
	top: 5.4px;
	left: 0px;
	width: 266px;
	border-top: 1px solid #84b0d6;
	transform: translateY(-50%);
}

.news .newS .newsY .mores .findmores {
	margin: 0px 0px 26px -62px;
	color: #1065b0;
	font-size: 14px;
}

.news .bottmoCloum {
    display: flex;
    
}

.news .bottmoCloum .left {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.news .bottmoCloum .left .leftS {
	background-image: url('../img/lmPh.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 45px;
	display: flex;
	align-items: center;
	width: 227px;
	margin-top: 25px;
}

.news .bottmoCloum .left .leftS .fontC {
	color: #ffffff;
	font-family: "黑体", sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding-left: 18px;
	letter-spacing: 1px;
}

.news .bottmoCloum .left .leftX {
	display: flex;
	flex-direction: column;
	width: 185px;
	margin-top: 18px;
	justify-content: center;
}

.news .bottmoCloum .left .leftX .xs {
	text-decoration: none;
	position: relative;
	color: #666666;
	font-family: "黑体", sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 5px;
        height:50px;
        line-height:50px;
	justify-content: center;
	display: flex;
	cursor: pointer;
        width:226px;
        border-bottom:1px dashed #84b0d6;
}


.news .bottmoCloum .left .leftX .xs:hover {
	background-image: url(../img/lmPh.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	object-fit: cover;
	color: white;
	
}

.news .bottmoCloum .left .leftX .xs:hover::after {
	content: none;
}

.news .bottmoCloum .left .leftX .xs.active {
	background-image: url('../img/lmPh.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	object-fit: cover;
	color: white;
	display: flex;
	align-items: center;
	min-width: 185px;
	padding: 1px 2px;
}

.news .bottmoCloum .left .leftX .xs.active::after {
	content: none;
}

.news .bottmoCloum .right {
	
    background-color: #f5f9fc;
    width: 77%;
    /* margin-left: 71px; */
    border-radius: 4px;
    transition: background-color 0.3s ease;
    padding-bottom: 16px;
    margin: 10px auto;

}

.news .bottmoCloum .right .listContent {
	display: flex;
	text-decoration: none;
	color: #666666;
	gap: 20px;
	padding: 20px;
	justify-content: center;
	align-items: center;
	position: relative;
}


.news .bottmoCloum .right .listContent:hover {
	/* background-color: #f0f0f0; */
	color: #0b6cb8;
	transition: all 0.3s ease-in;
}

.news .bottmoCloum .right .listContent a:hover {
	color: #ff0000;
}

.news .bottmoCloum .right .listContent .left {
	width: 10px;
	height: 10px;
	background: #666666;
	border-radius: 50%;
}

.news .bottmoCloum .right .listContent:hover .left {
	background: #0b6cb8;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.news .bottmoCloum .right .listContent .middle {
	width: 80%;
}

.news .bottmoCloum .right .listContent .Contentright {
	width: 100px;
}

.news .bottmoCloum .right .listContent::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 60px;
	width: 89.3%;
	height: 0px;
	border: 0.5px dashed #dfd1d1;
}

.navbar {
    height: 150px;
    display: flex;
    flex-direction: column;
    min-width: 1485px;
    position: absolute;
    z-index: 1000;
    background: url(../img/mt.svg);
    width: 100%;
}


.navbar .dbImg {
	width: 470px;
	height: 60px;
	transform: translate(192px, 21px);
	margin-bottom: 30px;
}

.navbar .lmul {
    
    list-style: none;
    padding: 0;
    margin: auto;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:80%;
}

.navbar li img {
	width: 18px;
	position: relative;
	top: 1px;
	left: 4px;
}

.navbar li {
	position: relative;
	/* 为了绝对定位子菜单 */
}

.navbar .dropdown {
		position: absolute;
	display: none;
	list-style: none;
	left: -10px;
	top: 25px;
	background-color: #005BAA;
	width: 120px;
	z-index: 1;
	padding: 8px 0px 16px;
	text-align: center;
}

.dropdown li {
	width: 100%;
	margin-top: 6px;
	/* 保证下拉项的宽度 */
}

.navbar li:hover .dropdown {
	display: block;
	/* 鼠标悬停时显示下拉菜单 */
}

/* .navbar li {
	display: inline;
	margin: 0 15px;
} */

.navbar a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
}

.navbar .dropdown li:hover {
	background-color: #1990FF;
}



.carousela {
	width: 1920px;
	height: 734px;
	position: relative;
	min-width: 1500px;
	margin: auto;
	overflow: hidden;

	/* bottom: 189px; */
	/* z-index: -9999; */
}

.carousela .news-nav-left {
	display: flex;
	/* transition: transform 0.5s ease; */
}

.carousela .news-nav-left .slideshow-container {
	position: relative;
	margin: auto;
	/* overflow: hidden; */
}

.carousela .news-nav-left .slideshow-container .slide {
	display: none;
}

.carousela .news-nav-left .slideshow-container .slide .cimg {
	width: 1920px;
	height: 734px;
	min-height: 734px;
	position: relative;
	min-width: 1500px;
	/* width: 100%; */
	object-fit: fill;
}

.carousela .news-nav-left .slideshow-container .prev,
.carousela .news-nav-left .slideshow-container .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
}

.carousela .news-nav-left .slideshow-container .next {
	right: 0;
}

.carousela .news-nav-left .slideshow-container .prev:hover,
.carousela .news-nav-left .slideshow-container .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.carousela .news-nav-left .dot {
	cursor: pointer;
	height: 10px;
	width: 9px;
	margin: 0 2px;
	background-color: #e5d5d5;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.carousela .news-nav-left .active,
.carousela .news-nav-left .dot:hover {
	background-color: #717171;
}



.xxList {
	display: flex;
	/* height: 180px; */
	/* overflow-x: visible; */
	/* width: 100%; */
	width: 100%;
	animation: slide 60s linear infinite;
}

@keyframes slide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.xxList .xxContiner {
	border-radius: 8px;
	border-color: #BBBBBB;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 1);
	background: #fff;
	padding: 10px;
	text-decoration: none;
	margin: 0px 16px;
	display: inline-block;
}

.xxList .content {
	display: flex;
	width: 492px;
	height: 160px;
	overflow: hidden;
}

.xxList .content .zc {
	display: flex;
	flex-direction: column;
	width: 60%;
	height: 75px;
	align-items: center;
	position: relative;
}

.xxList .content .zc::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 23px;
	left: 102px;
	width: 1px;
	height: 46px;
	background-color: #BBBBBB;
	transition: width 0.3s;
}

.xxList .content .zc .zs-text_1 {
	color: #6C6C6C;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}

.xxList .content .zc .zs-text_2 {
	font-size: 18px;
	line-height: 25px;
	color: #6C6C6C;
}

.xxList .content .zy .s {
	font-size: 18px;
	font-weight: bold;
	color: #005BAA;
	line-height: 25px;
	margin-top: 3px;
	display: -webkit-box;
	width: 375px;
	min-width: 375px;
	overflow: hidden;
}

.xxList .content .zy .x {
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-top: 12px;
	display: -webkit-box;
	width: 375px;
	overflow: hidden;
}

.ydjs {
	height: 1825px;
	width: 100%;
	min-width: 1200px;
	background-image: url("../img/sportBg.png");
	background-repeat: no-repeat;
	object-fit: fill;
	position: relative;
	bottom: 453px;
}

.ydjs .sb {
	display: flex;
	flex-direction: column;
	width: 80%;
	min-width: 1180px;
	margin: 0px auto;
	padding: 36px 0px;
}


.ydjs .sb .news-tit-box {
	display: flex;
	padding: 4px 16px;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

.ydjs .sb .news-tit-box .news-tit-left {
	white-space: nowrap;
	margin-right: 40px;
}

.ydjs .sb .news-tit-box .news-tit-left .news-tit_1 {
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #005BAA;
	z-index: 9999;
}

.ydjs .sb .news-tit-box .news-tit-left .news-tit_2 {
	width: 80%;
	margin: auto;
	font-family: "黑体", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #B1CDE8;
	z-index: 999;
}

.ydjs .sb .news-tit-box .news-tit-right {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.ydjs .sb .news-tit-box .news-tit-right .news-right-line {
	width: 90%;
	border-bottom: 2px dashed #80ADD6;
	padding-bottom: 6px;
}

.ydjs .sb .news-tit-box .news-tit-right .news-tit-more {
	width: 160px;
	text-align: right;
	border-bottom: 2px solid #80ADD6;
	margin-left: 16px;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
	padding-bottom: 6px;
}

.ydjs .sb .news-tit-box .news-tit-right .news-tit-more>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-weight: 540;
	font-size: 20px;
	color: #005BAA;
}

.ldlb {
	width: 100%;
	min-width: 1180px;
	margin: 32px auto;
	overflow: hidden;
	padding: 10px;
}

.ldlb .ldlbList {
	display: flex;
	width: 100%;
	animation: slide 60s linear infinite;
}

.ldlb .ldlbList a {
	text-decoration-line: none;
	margin-right: 26px;
}

.ldlb .ldlbList .content {
	display: flex;
	flex-direction: column;
}

.ldlb .ldlbList .content .fontContent {
	display: flex;
	flex-direction: column;
}

.ldlb .ldlbList .content .fontContent>:first-child {
	display: inline-block;
	width: 492px;
	height: 56px;
	line-height: 28px;
	overflow-y: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.ldlb .ldlbList .content .fontContent .dfont {
	font-size: 16px;
	color: #6C6C6C;
	line-height: 23px;
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	position: relative;
}

.ldlb .ldlbList .content .fontContent .dfont>:first-child {
	padding-bottom: 8px;
}

.ldlb .ldlbList .content .fontContent .dfont::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: -7px;
	width: 2px;
	height: 40px;
	background-color: #005BAA;
	transition: width 0.3s;
}

.ssby {
	padding-top: 100px;
}

.ssby .news-tit-left {
	white-space: nowrap;
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.ssby .news-tit-left .news-tit_1 {
	font-weight: bold;
	font-size: 36px;
	color: #005BAA;
	z-index: 9999;
	height: 39px;
	width: 144px;
	margin: auto;
}

.ssby .news-tit-left .news-tit_2 {
	width: 667px;
	margin: auto;
	font-weight: bold;
	font-size: 32px;
	color: #005BAA;
	opacity: 0.6;
	z-index: 999;
	height: 29px;
	display: flex;
	justify-content: center;
}

.ssby .list {
	display: flex;
	width: 1537px;
	margin: auto;
	min-width: 1200px;
}

.ssby .list a {
	text-decoration-line: none;
}

.ssby .xcontent {
	display: flex;
	flex-direction: column;
	height: 722px;
	margin-right: 30px;
}

.ssby .xcontent span {
	height: 27px;
	width: 306px;
	display: inline-block;
	overflow: hidden;
}

.ssby .xcontent span:nth-child(2) {
	text-align: right;
	padding-right: 8px;
}

.ssby .xcontent:nth-child(2),
.ssby .xcontent:nth-child(4) {
	display: flex;
	flex-direction: column;
	height: 722px;
	margin-right: 30px;
	position: relative;
	top: 92px;
}

.ssby .xcontent:nth-child(1) .fontC,
.ssby .xcontent:nth-child(3) .fontC {
	background: #005BAA;
	height: 96px;
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	color: #fff;
	bottom: 4px;
	font-size: 18px;
	line-height: 27px;
}

.ssby .xcontent:nth-child(2) .fontC,
.ssby .xcontent:nth-child(4) .fontC {
	background: #005BAA;
	height: 96px;
	width: 360px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	color: #fff;
	bottom: 722px;
	font-size: 18px;
	line-height: 27px;

}

.ssby .xcontent:nth-child(2) .fontC::after,
.ssby .xcontent:nth-child(4) .fontC::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 56px;
	left: 26px;
	width: 1px;
	height: 40px;
	background-color: #fff;
	transition: width 0.3s;
}

.ssby .xcontent:nth-child(2) .fontC::before,
.ssby .xcontent:nth-child(4) .fontC::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 46px;
	left: 22px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.ssby .xcontent:nth-child(1) .fontC::after,
.ssby .xcontent:nth-child(3) .fontC::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 56px;
	left: 26px;
	width: 1px;
	height: 40px;
	background-color: #fff;
	transition: width 0.3s;
}

.ssby .xcontent:nth-child(1) .fontC::before,
.ssby .xcontent:nth-child(3) .fontC::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 46px;
	left: 22px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.ssby .ckgd {
	width: 380px;
	height: 60px;
	border: 1px solid #005BAA;
	border-radius: 57px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 76px auto;
}

.ssby a {
	text-decoration-line: none;
}

.ssby .ckgd span {
	color: #005BAA;
	font-size: 28px;
	line-height: 39px;
}

.gjfc {
	display: flex;
	width: 80%;
	margin: auto;
	min-width: 1200px;
	position: relative;
	top: 6px;
	height: 660px;
}

.gjfc .left img {
	height: 584px;
	width: 247px;
}

.gjfc .right {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.gjfc .right a:nth-child(1) img,
.gjfc .right a:nth-child(7) img {
	height: 318px;
	width: 514px;
	margin-right: 14px;
}

.gjfc .right a:nth-child(1) .ab .bgspan,
.gjfc .right a:nth-child(7) .ab .bgspan {
	position: relative;
	bottom: 65px;
}

.gjfc .right a:nth-child(1) .ab .bgspan::after,
.gjfc .right a:nth-child(7) .ab .bgspan::after {
	opacity: 0.4;
	position: absolute;
	background-color: #000000;
	content: "";
	width: 97%;
	height: 60px;
}

.gjfc .right a:nth-child(1) .ab .bgspan span,
.gjfc .right a:nth-child(7) .ab .bgspan span {
	height: 60px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	position: absolute;
	z-index: 111;
	padding-left: 16px;
	display: flex;
	align-items: center;
}

.gjfc .right a:nth-child(2) img,
.gjfc .right a:nth-child(3) img,
.gjfc .right a:nth-child(4) img,
.gjfc .right a:nth-child(5) img,
.gjfc .right a:nth-child(6) img,
.gjfc .right a:nth-child(8) img {
	margin-right: 13px;
	height: 318px;
	width: 223px;
}



.gjfc .right a:nth-child(2) .ab .bgspan,
.gjfc .right a:nth-child(3) .ab .bgspan,
.gjfc .right a:nth-child(4) .ab .bgspan,
.gjfc .right a:nth-child(5) .ab .bgspan,
.gjfc .right a:nth-child(6) .ab .bgspan,
.gjfc .right a:nth-child(8) .ab .bgspan {
	position: relative;
	bottom: 65px;
}

.gjfc .right a:nth-child(2) .ab .bgspan::after,
.gjfc .right a:nth-child(3) .ab .bgspan::after,
.gjfc .right a:nth-child(4) .ab .bgspan::after,
.gjfc .right a:nth-child(5) .ab .bgspan::after,
.gjfc .right a:nth-child(6) .ab .bgspan::after,
.gjfc .right a:nth-child(8) .ab .bgspan::after {
	opacity: 0.4;
	position: absolute;
	background-color: #000000;
	content: "";
	width: 95%;
	height: 60px;
}

.gjfc .right a:nth-child(2) .ab .bgspan span,
.gjfc .right a:nth-child(3) .ab .bgspan span,
.gjfc .right a:nth-child(4) .ab .bgspan span,
.gjfc .right a:nth-child(5) .ab .bgspan span,
.gjfc .right a:nth-child(6) .ab .bgspan span,
.gjfc .right a:nth-child(8) .ab .bgspan span {
	height: 60px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	position: absolute;
	z-index: 111;
	padding-left: 6px;
	display: flex;
	align-items: center;
}

.db {
    width: 100%;
    height: 375px;
    background-color: #005BAA;

}

.db .contentClass {
    width: 80%;
    min-width: 1200px;
    display: flex;
    margin: auto;
    padding: 50px 0px 0;
    justify-content: space-between;
}

.db .contentClass .left {
	display: flex;
	flex-direction: column;
}

.db .contentClass .left .dbImg img {
	width: 449px;
	height: 60px;
}

.db .contentClass .left .dbImg {
	margin-bottom: 80px;
}

.db .contentClass .left .xfont {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
}

.db .contentClass .right {
	display: flex;
	margin-right: 22px;
	width: 400px;
	justify-content: center;
}

.db .contentClass .right .ll {
	display: flex;
	flex-direction: column;
	margin-right: 60px;
}

.db .contentClass .right .lr {
	display: flex;
	flex-direction: column;
}

.db .contentClass .right .fontl {
	font-size: 22px;
	color: #fff;
	line-height: 33px;
	margin-bottom: 20px;
}

.db .contentClass .right .adiv {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 16px;
}

.db .contentClass .right .adiv a {
	margin-bottom: 12px;
	color: #fff;
}



.ccdiv {
     width: 100%;
    height: 20px;
    font-size: 14px;
    color: #C9C9C9;
    line-height: 20px;
    margin: auto;
    position: relative;
    top: 50px;
    text-align: center;
    border-top: 1px solid #c9c9c9;
    padding: 20px 0;	
}