* {
    margin: 0;
    padding: 0;
}

li{
	list-style: none;
}
a {
    text-decoration: none !important;
    color: #282828;
}
.clear {
    clear: both;
    line-height: 0;
}

body {
    font-size: 18px !important;
    font-family: '微软雅黑';
    line-height: 32px;
    background: #eaf3ff url(../image/bg.jpg) no-repeat top center;
    background-size: 1920px;
}


.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    overflow: initial
}

.main1 {
    padding: 45px 0 0 0;
}

.main1 .i-header-icons {
    margin-right: 230px;
    position: relative;
    display: flex;
    /* width: 1200px; */
    height: auto;
}
.ttbd {
	margin: 750px auto 0;
	display: flex;
	align-items: center;
	width: 1090px;
padding-right: 110px;
	height: 124px;
}
.ttbd .ttbdImg{
	margin-right: 1.875rem;
	min-width: 135px;
	height: 124px;background-image: url(../image/ttbd.png);
}
.ttbd p{
	margin: 50px auto 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 50px;
}
.ttbd  span{
	margin-left: 15px;
	color: #fff;
}
/* 赛程日历 */
.scrl{
	margin:90px auto 0;
	width: 1200px;
	height: 150px;
	background-image: url(../image/scrl.png);
}
/* 学青要闻 */
.xqyw{
	margin-top: 30px;
}
.xqyw .bt{
	margin: 0 auto;
	width: 679px;height: 126px;background-image: url(../image/bt.png);
}
.box1 {
	margin: 130px auto 0;
    width: 1200px;
    /* height: 1033px; */
    background-image: url(../image/box1.png);
    overflow: hidden;
}

.box1-1 {
    /* padding-bottom: 50px; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;

}

.box1-1-left {
    width: 700px;
    height: 456px;
    /* background-image: url(../image/图层\ 28.png); */
}

/* 轮播图 */
.carousel-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    /* 设置 carousel-container 的高度为 1000px */
    position: relative;
    overflow: hidden;
}

.carousel-items {
    display: flex;
    width: 300%;
    /* 一个图片宽度的3倍 */
    transition: transform 0.3s ease;
    height: 100%;
    /* 设置 carousel-items 的高度为 100% */
}

.carousel-item {
    flex: 1;
    /* 使用 flex 自动调整高度 */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    float: left;
    /* 使项目在一行内水平排列 */
    position: relative;
    height: 100%;
    /* 设置 carousel-item 的高度为 100%，与 container 相同 */
}

.carousel-item img {

    max-height: 100%;
    /* 图片高度最大为容器高度 */
}

.carousel-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-weight: 500;
    background: linear-gradient(to right, rgba(117, 154, 244, 1), rgba(159, 216, 184, 1));
    font-size: 18px;
    text-indent: 20px;
}

.carousel-dots {
    /* text-align: center; */
    margin-top: 10px;
    position: absolute;
    /* left: 0; */
    right: 3%;
    bottom: 3.5%;
}

.carousel-dot {
    display: inline-block;
    width: 18px;
    height: 4px;
    background-color: #fff;
    /* border-radius: 50%; */
    /* margin: 0 5px; */
    cursor: pointer;
}

.carousel-dot.active {
    background-color: #f7ab00;
}

.prev-button,
.next-button {
	height: 80px;
width: 30px;
    position: absolute;
    top: 50%;
    font-size: 18px;
    cursor: pointer;
	border: none;
	background-color: rgba(80, 117, 187, .6);
	transform: translate(0,-50%);
}

.prev-button {
	display: flex;
	align-items: center;
	justify-content: center;
    left: 0;
}

.next-button {
	display: flex;
	align-items: center;
	justify-content: center;
    right: 0;
}
.prev-button div{
	width: 15px;
	height: 34px;
	background-image: url(../image/top_left.png);
}.next-button div{
	width: 15px;
	height: 34px;
	background-image: url(../image/top_right.png);
}
/*  */
.box1-1-right {
    padding:40px 20px 0 30px;
    min-height: 400px;
	border-radius: 0 20px 20px 0;
	background-color: #fff;
		border: 1px solid #ffd486;
		border-left: none;
}

.box1-1-right h1 {
    /* margin-bottom: 20px; */
    font-size: 26.15px;
    color: #0068b7;
    font-weight: 700;
    line-height: 36px;
}

.box1-1-right-txt {
    text-indent: 40px;
    padding: 25px 0 15px;
    color: #535353;
    font-size: 16px;


}

.box1-1-right-txt div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box1-1-right-txt a {
    color: #f08300;
}

.box1-1-right ul {
	margin-top: 20px;
}

.box1-1-right ul li {
    text-indent: 50px;
    margin-top: 25px;
    position: relative;
    font-size: 18px;
    color: #595757;
}

.box1-1-right ul li:hover div {
    color: #f08300;
}

.box1-1-right ul li:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../image/icon.png);
}

.box1-1-right ul li div {
    text-overflow: ellipsis;
    /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
    white-space: nowrap;
    /* nowrap:规定段落中的文本不进行换行   */
    overflow: hidden;
}

/* 火炬传递 */
.hjcd{
	
}
.hjcd .bt{
	margin: 50px auto 0;
	width: 679px;height: 126px;background-image: url(../image/bt1.png);
}
.box2{
	margin: 50px auto 0;
	padding: 55px 50px 0 30px;
	display: flex;
	justify-content: space-between;
	width: 1120px;
	height: 711px;
	background-image: url(../image/hjcd.png);
}
.box2 .box2-left img{
	width: 669px;height: 485px;background-color: #ccc;
	object-fit: cover;
}
.box2 .box2-left  ul{
	margin-top: 20px;
}
.box2 .box2-left  ul li{
	width: 620px;
	position: relative;
padding-left: 30px;
	font-size: 19px;
	color: #fff;
	line-height: 50px;
	overflow: hidden; /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 显示省略号 */
  white-space: nowrap; 
	
}
.box2 .box2-left  ul li:hover{
	color: #f7ab00;
}
.box2 .box2-left  ul li:after{
		position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0,-50%);
	content: '';

	width: 8px;height: 8px;background-color: #35a1e5;
	border-radius: 50%;
}
.box2 .box2-right li img{
	width: 346px;height: 219px;
}
.box2 .box2-right li{
	display: flex;
		flex-direction: column;
	align-items: center;
}
.box2 .box2-right li div{
	margin:  20px auto 40px;
	padding:5px 40px 0;
	height: 70px;
	width:295px ;
background: linear-gradient(to right, rgba(255, 248, 236,.4),transparent);
	border-radius: 50px 0 0 50px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box2 .box2-right li div:hover{
	color: #f7ab00;
}
/* 奖牌速递 */
.jpsd{
	
}
.jpsd .bt{
	margin: 0 auto;
	width: 628px;height: 123px;background-image: url(../image/bt2.png);
}.box3{
	margin: 50px auto 0;
	padding: 60px 10px 0 20px;
	width: 1170px;
	height: 569px;
	background-color: #72c4ed;
	border-radius: 20px;
}
.box3_1{
	display: flex;
	height: 523px;

}
.box3_1_left{
	max-width: 613px;height: 523px;background-color: #0068b7;
}
.box3_1_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box3_1_right{
	width: 550px;
	display: flex;
	flex-wrap: wrap;
}
.box3_1_right li{
	margin-bottom: 10px;
	margin-left: 30px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	
}
.box3_1_right li img{
	width: 234px;height: 175px;
	border-radius: 20px;
}
.box3_1_right li span{
	width: 210px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box3_1_right li:hover span{
	color: #f7ab00;
}
/* 精彩视频 */
.jcsp{
	
}
.jcsp .bt{
	margin: 210px auto 0;
	width: 745px;height: 120px;background-image: url(../image/bt3.png);
}

.box4{
	margin: 60px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 1200px;height: 878px;
}
.box4-top{
	position: relative;
	width: 1170px;
	height: 793px;
	border: 15px solid  #0065cd;
}
.box4-top span{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translate(-50%,0);
	color: #fff;
	letter-spacing: 2px;
}
.box4-top img{
	width: 100%;
	height: 100%;
}
.box4_btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box4_btn li{
	margin-left: 30px;
	width: 128px;height: 19px;
	border-radius: 20px;
	background-color: #0076e1;
	cursor: pointer;
}
.box4_btn .active{
	background-color: #fccf3f;
}
/* 高清大图 */
.gqdt{
	
}
.gqdt .bt{
	margin: 100px auto 0;
	width: 745px;height: 120px;background-image: url(../image/bt4.png);
}
.box5{
	margin: 140px auto 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stage {
  width: 1322px;
  height: 258px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%);
  background-image: url(../image/stage.png);

}

  .swiper {
            width: 1050px;
            height: 600px;
        }
        .swiper-wrapper {
            width: 1100px;
            height: 600px;
        }
        /* 轮播项 */
        .swiper .swiper-slide {
			border: 5px solid #fff;
            width:790px;
            height: 550px;
            font-size: 32px;
            font-weight: 500;
            color: #ffffff;
            /* 文字垂直居中 */
            display: flex;
            justify-content: center;
            align-items: center;
        }
		.swiper-slide img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.swiperBottom{
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 58px;
			background-color:rgba(83, 130, 219, .7);
			font-size: 18px;
			color: #fff;
			text-align: center;
			line-height: 58px;
		}
		.works_left {
		  position: absolute;
		  top: 38%;
		  left: 4%;
		  width: 46px;
		  height: 127px;
		  background-image: url(../image/works_leftBtn.png);
		  background-size: 100% 100%;
		}
		
		.works_right {
		  position: absolute;
		  top: 38%;
		  right: 4%;
		  width: 46px;
		  height: 127px;
		  background-image: url(../image/works_rightBtn.png);
		  background-size: 100% 100%;
		}
		
		.works_left,
		.works_right:hover {
		  cursor: pointer;
		  ;
		}
		
/* 学青场馆 */
.xqcg{
	
}
.xqcg .bt{
	margin: 0 auto;
	width: 745px;height: 120px;background-image: url(../image/bt5.png);
}
.box6{
	margin: 120px auto 0;
	display: flex;
	width: 1190px;
	height: 612px;
	border: 5px solid #0068b7;
	background-color: #0068b7;
}
.box6_left{
	position: relative;
	width: 875px;
	height: 100%;
	background-color: #282828;
}
.box6_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box6_left_bottom{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	    background: linear-gradient(to top, rgba(82, 136, 245, 1), transparent);
	color: #fff;
	letter-spacing: 2px;
}
.box6_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 18px;
	padding: 20px 0 ;
	/* height: 100%; */

}
.box6_right li{
	cursor: pointer;
	width: 285px;height: 170px;
	border: 3px solid #fff;
}
.box6_right li img{
	width: 100%;
	height: 100%;
}
.box6_right .active{
	position: relative;
}
.box6_right .active::after{
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translate(0,-50%);
	content: '';
	  width: 0;
	  height: 0;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
	  border-right: 10px solid #fff;
}
.bar{

	position: fixed;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	width: 173px;height: 403px;background-image: url(../image/bar.png);
	z-index: 999;
	background-size: 100% 100%;
	color: #fff;
	font-size: 12px
}
.bar ul{
	padding-right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	margin-top: 100%;
}
.bar ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 22px;
	background-image: url(../image/barBtn.png);
	background-size: 100% 100%;
	margin-bottom: 5px;
	cursor: pointer;
}
@media (min-width: 1850px) {
	
	.bar{
		position: fixed;
		top: 50%;
		transform: translate(0,-50%);
		right: 0;
		width: 273px;height: 633px;background-image: url(../image/bar.png);
		z-index: 999;
	}
	.bar ul li{
		width: 194px;height: 37px;
		font-size: 18px
	}
}

