﻿/*首页*/
.banner {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.banner img {
	width: 100%;
	height: auto;
}

section {
	padding: 4rem 0px 3rem 0;
	margin: 0px
}

main .title {
	color: #114491;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: block;
    width: 1200px;
    margin: 0 auto 2.5rem;
}

main .title img {
	margin-right: 1%;
}
main .title a {
	color: #114491;
}

main .more {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
}
main .more a {
	color: #114491;
	text-decoration: underline;
}

.sc-box {
	width: 100%;
	margin: 0;
	padding: 0;
}

.carousel-control {
    width: 70px; 
    height: 43px; 
    position: absolute;
    top: 0;
    right: 20px;
}

.carousel-control button {
    width: 30px;
}

.sc-box .carousel-inner {
    padding-bottom: 35px;
}
.sc-box .carousel-indicators {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.sc-box .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #acacac;
}
.sc-box .carousel-indicators .active {
    width: 13px;
    height: 13px;
    background-color: #757575;
}
.sc-box .item-box {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
.sc-box .card {
    width: calc((100% - 40px) / 3);
	background: #fff;
	padding: 15px 15px 0 15px;
	text-align: center;
	margin: 0;
	border-radius: 0;
}

.sc-box .sc-title {
	padding-top: 10px;
}

.sc-box .sc-title span {
	color: #114491;
	font-weight: bold;
}

.sc-box .sc-match {
	background: url("../images/bg.png") no-repeat center bottom;
	width: 100%;
    height: 150px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc-box .sc-item {
	text-align: center;
}
.sc-box .sc-item .image {
	width: 80px;
	height: 80px;
    margin: 0 auto;
}

.sc-box .sc-item .name {
	line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
}

.sc-box .address {
	padding: 1rem 0;
	color: #999;
}

.sc-box .address span {
	padding: 0 0.5rem;
}

/*动态*/
.news-box .top {
	display: flex; 
	justify-content: space-between; 
	flex-wrap: wrap; 
	align-items: center;
}
.news-box .top .news-name {
	width: 40%;
}

.news-box .top .news-name .name-txt {
	width: 100%; 
	padding: 30px 250px 30px 0; 
	font-size: 28px; 
	font-weight: bold; 
	color: white; 
	display: flex; 
	justify-content: flex-end; 
	align-items: center;
}
.news-box .top .news-name .name-txt a {
	color: white; 
}
.news-box .top .news-name .name-txt img {
	margin-right: 20px;
}
.news-box .top .news-name .more-txt {
	width: 100%; 
	padding-right: 250px; 
	font-size: 16px; 
	color: white; 
	display: flex; 
	justify-content: flex-end; 
	align-items: center;
}
.news-box .top .news-name .more-txt img {
	margin-right: 10px;
}
.news-box .top .news-name .more-txt a {
	color: white; 
}

.news-box .top .news-item {
	width: 60%;
}
#carouselNewsCaptions {
	height: 250px;
	padding: 35px 0 15px 0;
}
.carousel-item .news-list {
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
.carousel-item .news-list .news-item {
	width: calc((100% - 30px) / 3);
	color: white;
}
.news-item a {
	width: 100%; 
	color: white; 
	display: flex; 
	justify-content: flex-end; 
	align-items: center; 
	position: relative;
	margin-top: -10px;
}
.news-item a .txt {
	width: 55%; 
	padding: 25px; 
	margin-top: 20px;
	background-color: #0971e4; 
	position: absolute; 
	left: 0; 
	top: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	border-radius: 5px 0 0 5px;
}
#carouselNewsCaptions .news-item a .txt {
	width: 55%; 
	padding: 15px; 
	margin-top: 15px;
	background-color: #0971e4; 
	position: absolute; 
	left: 0; 
	top: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	border-radius: 5px 0 0 5px;
}
.news-item a .txt .txt-title {
	height: 54px;
    line-height:27px;
    overflow: hidden;
	padding-right: 25px; 
	font-size: 18px; 
	font-weight: bold; 
	color: white;
}
#carouselNewsCaptions .news-item a .txt .txt-title {
	height: 77px;
	padding-right: 15px; 
	font-size: 16px; 
}
.news-item a .txt .txt-date {
	height: 30px; 
	line-height: 30px;
}
#carouselNewsCaptions .news-item a .txt .txt-date {
	height: 25px; 
	line-height: 25px;
}
.news-item a .txt .txt-intro {
	height: 97px;
	padding-right: 75px; 
	font-size: 16px;
    overflow: hidden;
}
#carouselNewsCaptions .news-item a .txt .txt-intro {
	display: none;
}
.news-item a .line {
    background-color: #cf2820;
	width: 55%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-clip-path: polygon(98% 0, 99% 0, 75% 96%, 74% 96%);
    clip-path: polygon(98% 0, 99% 0, 75% 96%, 74% 96%);
}
.news-item a .pic {
	width: 55%;
	margin-top: 25px;
	border-radius: 5px;
	overflow: hidden;
}
#carouselNewsCaptions .news-item a .pic {
	width: 55%;
	margin-top: 20px;
	border-radius: 5px;
	overflow: hidden;
}
#carouselNewsCaptions .carousel-indicators {
	display: flex;
	align-items: center;
}
#carouselNewsCaptions .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#carouselNewsCaptions .carousel-indicators .active {
	width: 13px;
	height: 13px;
}


/* 积分榜 */
.jf-box {
    font-size: 16px;
	margin-bottom: 15px;
}

.jf-box .items {
	display: flex; 
    justify-content: space-between; 
    align-items: center;
    height: 60px;
    list-style: 60px;
    cursor: pointer;
}
.jf-box .item-head {
    background-color: #114491;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.jf-box .items div {
    width: calc(100% / 10);
    text-align: center;
}
.jf-box .item-body .team, .jf-box .item-body .point {
	font-size: 18px;
    font-weight: bold;
    color: #cf2820;
}
.item-body:nth-child(odd) {
  background-color: white;
}
.item-body:nth-child(even) {
  background-color: #f0f0f0;
}
.item-body:hover {
    background-color: #eef6fe;
}
.jf-box .update-time {
    line-height: 45px;
    text-align: center;
}


/* 精彩视频 */
.jc-video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	margin-top: -15px;
}
.jc-video .item {
    width: calc((100% - 60px) / 3);
	height: 260px;
	margin: 15px 0;
    position: relative;
	overflow: hidden;
}
.jc-video .item .video-i-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/i.png) 0 0 no-repeat;
	background-size: 100%;
	z-index: 10;
	width: 83px;
	height: 83px;
	margin: -42.5px 0 0 -42.5px;
	opacity: 0.3;
	transition: .4s;
}
.jc-video .item:hover .video-i-bg {
	opacity: 1;
}
.jc-video .item img {
    width: 100%;
    height: auto;
	transition:.4s;
}
.jc-video .item:hover img {
    transform:scale(1.05);
}
.jc-video .item .video-txt {
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
	bottom: 0;
	transition: all 0.4s;
	padding: 5px 10px 0 10px;
    background: rgb(0,0,0,0.6);
	z-index: 11;
}
.jc-video .item .video-txt .txt-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.jc-video .item .video-txt .txt-date {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 14px;
}

.jc-video .item .video-txt .txt-date .icon{
	width: 15px;
	height: 15px;
	background: url(../images/date.png) center center no-repeat;
	/* margin-right: 4px; */
	margin: 4px 4px 4px 0;
	display: block;
	float: left
}

/* 图片 */
.jctp-box {
	margin: 0 auto;
	width: 1280px;
	height: 350px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 50px;

	--swiper-navigation-size: 40px;
    --swiper-navigation-color: rgb(121, 121, 121);
	
    --swiper-pagination-color: rgb(80, 80, 80);
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
	transition: 300ms;
	transform: scale(0.8);
	overflow: hidden;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide a img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.swiper-slide a img:hover {
	transform: scale(1.05);	
}
.swiper-slide a .pic-title {
    position: absolute;
	height: 45px;
    line-height: 45px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.4s;
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
    background: rgb(0,0,0,0.6);
    padding: 0 10px;
    text-align: center;
    color: white;
    font-weight: bold;
	z-index: 11;
}
.swiper-slide-active, .swiper-slide-duplicate-active{
	transform: scale(1);
}
.swiper-button-next, .swiper-button-prev {
	top: 45%;
}
.swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
}
