.title{
	text-align: center;
	margin-bottom: 55px;
	position: relative;
	z-index: 9;
}
.title p{
	display: inline-block;
}
.title p span{
	float: left;
}
.title span:nth-child(1),
.title span:nth-child(3){
	width: 40px;
	height: 80px;
	background: url(../img/by3.png) center no-repeat;
	background-size: cover;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
}
.title span:nth-child(3){
	transform: rotateY(180deg);
}
.title span:nth-child(2){
	color: var(--font-color);
	font-size: 26px;
	font-weight: 700;
	height: 80px;
	line-height: 70px;
}
.title-btn a{
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	width: 146px;
	height: 60px;
	line-height: 60px;
	background: var(--bg-color);
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.title.firstTitle span:nth-child(1),
.title.firstTitle span:nth-child(3){
	width: 116px;
	height: 131px;
	background: url(../img/b9.png) center no-repeat;
	background-size: cover;
}
.title.firstTitle span:nth-child(1){
	transform: translateX(75px);
}
.title.firstTitle span:nth-child(3){
	transform: translateX(-75px) rotateY(180deg);
}
.title.firstTitle span:nth-child(2){
	height: 131px;
	line-height: 90px;
	letter-spacing: .1em;
	/* font-size: 28px; */
}


.header{
	padding: 55px 0;
	position: relative;
	z-index: 9999;
}
.header .logo{
	float: left;
	width: 142px;
}
.header .nav{
	float: left;
	margin-left: 58px;
	/* margin-right: 250px; */
}
.nav ul li{
	float: left;
	padding: 0 29px;
	position: relative;
}
.nav ul li>a{
	display: block;
	color: var(--font-color);
	font-size: 18px;
	line-height: 40px;
	position: relative;
}
.nav ul li>a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 3px;
	border-radius: 3px;
	background: var(--font-color);
	/* opacity: 0; */
	transition: width .3s;
}
.nav ul li:hover>a:after{
	/* opacity: 1; */
	width: 100%;
}
.nav ul li.active{
	background: var(--font-color);
}
.nav ul li.active>a{
	color: #fff;
}
.nav ul li div{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	/* width: 1.6rem; */
	background: rgba(160,103,28,.6);
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	display: none;
	z-index: 9999;
}
.nav ul li:hover div{
	display: block;
}
.nav ul li div a{
	display: block;
	color: var(--font-color);
	font-size: 18px;
	padding: 3px 10px;
	white-space: nowrap;
}

.header .goLuntan{
	position: absolute;
	top: -65px;
	right: -30px;
	width: 164px;
	height: 56px;
	background: url(../img/nav-btn.png);
	background-size: 100% 100%;
	z-index: 99;
	text-align: center;
	padding: 27px 0 0;
}
.header .changeLang{
	position: absolute;
	top: -65px;
	right: -30px;
	padding: 27px 0 0;
	transform: translateX(100%);
}
.header .changeLang span{
	color: #e9ab36;
	padding: 0 8px;
}
.header .changeLang a{
	color: #e9ab36;
	padding: 3px 10px 3px 0;
	font-weight: bold;
}
.goLuntan a{
	display: block;
	color: var(--font-color);
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.goLuntan a span{
	display: inline-block;
	width: 7px;
	height: 10px;
	background: url(../img/nav-btn2.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 6px;
}

.jianjie{
	background: url(../img/by1.png) top center no-repeat;
	background-size: 100% auto;
	padding: 128px 0 160px;
}
.jianjie-left{
	float: left;
	width: 835px;
	position: relative;
}
.jianjie-left p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	background: rgba(160,103,28,.8);
	color: #fff;
	/* height: .9rem; */
	line-height: 1.4;
	padding: 20px 25px;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,å¾®è½¯é›…é»‘,STHeitiSC-Light,simsun,WenQuanYi Zen Hei,WenQuanYi Micro Hei,sans-serif !important;
}
.bannerSwiper{
	overflow: hidden;
}
.bannerSwiper .swiper-pagination{
	left: auto;
	right: 10px;
	bottom: 30px;
	width: auto;
}
.bannerSwiper .swiper-pagination-bullet,
.bannerSwiper .swiper-pagination-bullet-active{
	background: var(--font-color);
	width: 12px;
	height: 12px;
}

.jianjie-info{
	float: right;
	width: 340px;
	/* margin-left: .34rem; */
	/* margin-right: 20px; */
	color: var(--font-color);
}
.jianjie-info h6{
	text-align: center;
	font-size: 24px;
	margin-bottom: 8px;
}
.jianjie-info p{
	font-size: 18px;
	text-align: justify;
	line-height: 36px;
}


.huojiang{
	padding-bottom: 140px;
	position: relative;
	background: -webkit-linear-gradient(#381713, #540b2d 66%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#381713, #540b2d 66%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#381713, #540b2d 66%); /* Firefox 3.6 - 15 */
	background: linear-gradient(#381713, #540b2d 66%); /* 标准的语法（必须放在最后） */
}
.huojiang-d{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 20%;
	background: #381713;
	z-index: 1;
}
.huojiang-left,
.huojiang-right{
	float: left;
	width: calc(50% - 15px);
	padding: 0 42px;
}
.huojiang-right{
	margin-left: 30px;
}
.huojiang-info{
	background-color: var(--bg-color);
	background-image: url(../img/by2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 46px;
	color: #fff;
}
.huojiang-info .top img{
	float: left;
	width: 216px;
	transform: translateX(-42px);
}
.huojiang-info .top p{
	float: left;
	padding: 20px 38px 0;
	font-size: 24px;
	font-weight: 700;
}
.huojiang-info .mod{
	height: 190px;
	padding: 25px 51px 0;
	font-size: 20px;
	line-height: 36px;
	font-weight: 200;
	text-align: justify;
}
.huojiang-info .bot a{
	display: block;
	float: right;
	width: 146px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: var(--font-color);
	font-size: 24px;
	/* font-weight: bold; */
	transform: translateX(42px);
}

/* 委员会 */
.weiyuan{
	background: url(../img/by4.png) top center;
	background-size: 100% auto;
	padding: 57px 0 55px;
}
.weiyuan-box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}
.weiyuan-item{
	width: 271px;
	margin-left: 37px;
	margin-bottom: 80px;
}
.weiyuan-item:nth-child(4n+1){
	margin-left: 0;
}
.weiyuan-pic{
	position: relative;
}
.weiyuan-pic p{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: var(--font-color);
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	text-align: justify;
	opacity: 0;
	transition: opacity .3s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 9;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	text-indent: 2em;
}
.weiyuan-item:hover .weiyuan-pic p{
	opacity: 1;
}
.weiyuan-name{
	height: 152px;
	padding: 10px 20px;
	background: var(--bg-color);
	color: #fff;
	font-weight: 700;
}
.weiyuan-name p:nth-child(1){
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	height: 52px;
}
.weiyuan-name p:nth-child(2){
	font-size: 14px;
	font-weight: 200;
}

/* 新闻 */
.news{
	padding: 85px 0 56px;
}
/* .news-center{
	width: 1267px;
} */
.news-center li{
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid var(--font-color);
}
.news-center li .left{
	float: left;
	width: 1030px;
}
.news-center li .time{
	float: right;
	width: 160px;
	color: var(--font-color);
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.news-center li .left a{
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: var(--font-color);
	margin-bottom: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-center li .left p{
	color: var(--font-color);
	line-height: 38px;
	font-size: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

/* 美育创新 */
.chuangxin{
	background: url(../img/by5.png) top center;
	background-size: 100% auto;
	padding: 73px 0 135px;
}
.chuangxin-box{
	text-align: center;
}
.chuangxin-item{
	float: left;
	/* width: 3.6rem; */
	width: 585px;
	margin-left: 28px;
}
.chuangxin-item:nth-child(1){
	/* margin-left: 4.1rem; */
	margin-left: 0;
}
/* .chuangxin-item:nth-child(4n+1){
	margin-left: 0;
} */
.chuangxin-item p{
	/* height: 1.1rem; */
	background: var(--bg-color);
	color: #fff;
	padding: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
}
.chuangxin-item p a{
	color: #fff;
}


/* 资料下载 */
.download{
	padding: 80px 0;
	background-image: url(../img/by6.png);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/* .download-box .download-item{
	float: left;
	width: 7.76rem;
	margin-left: .43rem;
	margin-bottom: .43rem;
}
.download-box .download-item:nth-child(2n+1){
	margin-left: 0;
} */
.download-box .download-item{
	width: 775px;
	margin: 0 auto;
	margin-bottom: 28px;
}
.download-item a{
	display: block;
	background-color: var(--bg-color);
	background-image: url(../img/download-bg.png);
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	color: #fff;
	padding: 35px 30px 35px 50px;
}
.download-item a p{
	float: left;
	width: 570px;
	font-size: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
}
.download-item a img{
	float: right;
	width: 45px;
}



/* 首届 */
.firstBox{
	background-image: url(../img/b2.png);
	background-color: #0d0e4f;
	background-repeat: no-repeat;
	background-position: center -380px;
	background-size: 100% auto;
	padding: 90px 0 165px;
}

/* 重磅发言 */
.fayan{
	margin-bottom: 45px;
}
.fayan-box{
	width: 1200px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 50px;
	font-weight: 200;
	color: var(--font-color);
	padding-left: 180px;
}
.fayan-box p{
	margin-bottom: 30px;
}
.fayan-box p span{
	float: left;
}
.fayan-box p span:nth-child(1){
	width: 180px;
	white-space: nowrap;
}
.fayan-box p a{
	float: left;
	color: var(--font-color);
	text-decoration: underline;
	transition: color .3s;
}
.fayan-box p a:hover{
	color: #e5c383;
}


/* 首届获奖者 */
.firstHuojiang{
	background: none;
	padding-bottom: 135px;
}
.firstHuojiang .huojiang-left,
.firstHuojiang .huojiang-right{
	padding: 0;
}
.firstHuojiang .huojiang-info{
	background: #7a59a6;
	position: relative;
}
.firstHuojiang .huojiang-info .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 158px; 
	background: #194151 url(../img/b1.png) left center no-repeat;
	background-size: auto 100%;
}
.firstHuojiang .huojiang-info .top{
	position: relative;
	z-index: 2;
	padding: 0 52px;
}
.firstHuojiang .huojiang-info .top img{
	transform: none;
}
.firstHuojiang .huojiang-info .bot a{
	transform: none;
}
.video-box{
	width: 955px;
	height: 535px;
	margin: 0 auto;
	background: #000;
}
.live-player{
	display: block;
	width: 100%;
	height: 100%;
}

/* 媒体报道 */
.meiti{
	background-image: url(../img/b5.png);
	background-position: center top;
	background-color: #194151;
	background-size: 100% auto;
}
.meiti-title{
	background: url(../img/b3.png);
	background-size: 100% auto;
	line-height: 160px;
	height: 160px;
	color: var(--font-color);
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}
.meiti-box{
	padding-top: 60px;
}
.meiti-item{
	float: left;
	width: 550px;
	margin-bottom: 41px;
}
.meiti-item:nth-child(2n){
	margin-left: 100px;
}
.meiti-item a{
	display: block;
	color: var(--font-color);
	transition: color .3s;
}
.meiti-item a span{
	display: block;
	float: left;
	width: 155px;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	background: #7a59a6;
	text-align: center;
	padding: 0 10px;
	transition: background .3s;
}
.meiti-item a p{
	float: right;
	width: 365px;
	line-height: 52px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.meiti-item:hover a{
	color: #fff;
}
.meiti-item:hover a span{
	background: var(--font-color);
}
/* .meiti-more{
	background: url(../img/b4.png);
	background-size: 100% auto;
	text-align: center;
	padding: .22rem 0;
}
.meiti-more a{
	display: block;
	width: 1.96rem;
	margin: 0 auto;
	height: .8rem;
	line-height: .8rem;
	background-color: var(--font-color);
	color: #fff;
	font-size: .3rem;
} */

/* 底部轮播 */
.lunbo{
	background: #0d0e4f;
	position: relative;
	padding: 100px 0 160px;
}
.lunbo .bg{
	position: absolute;
	background: #194151;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 2;
}
.lunbo-box{
	position: relative;
	z-index: 3;
}
.mySwiper{
	width: 100%;
	overflow: hidden;
}
.mySwiper .swiper-slide{
	/* width: 4.8rem !important;
	margin-right: .78rem !important; */
}
.mySwiper .swiper-slide p{
	color: #fff;
	background: var(--bg-color);
	height: 100px;
	padding: 15px 25px;
	font-size: 18px;
}
.lunbo-box .swiper-button-next,
.lunbo-box .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: var(--font-color);
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	font-weight: bold;
}
.lunbo-box .swiper-button-prev{
	left: -100px;
}
.lunbo-box .swiper-button-next{
	right: -100px;
}


/* 获奖者详情 */
.section{
	background-color: ;
	background-image: url(../img/b6.jpg);
	background-position: top center;
	background-size: 100% auto;
}
.award-box{
	padding-top: 80px;
}
.award-info-left{
	float: left;
	width: 300px;
}
.award-info-right{
	float: right;
	width: 770px;
	color: #fff;
}
.award-info-right h4{
	margin-bottom: 30px;
	font-size: 26px;
}
.award-info-right>p{
	font-size: 22px;
	line-height: 38px;
	font-weight: 200;
	margin-bottom: 60px;
}
.award-info-right h6{
	width: 240px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	background: url(../img/b7.png) no-repeat;
	background-size: 100% 100%;
	transform: translateX(-40px);
	margin-bottom: 40px;
}
.award-info-right div p{
	font-size: 20px;
	line-height: 38px;
	font-weight: 200;
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 40px;
}
.award-hr{
	margin: 60px auto;
}
.award-des{
	color: var(--font-color);
	padding-bottom: 230px;
}
.award-des h6{
	font-size: 26px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: url(../img/b7.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	transform: translateX(-60px);
}
.award-des div{
	padding-left: 400px;
	font-size: 20px;
	line-height: 40px;
}

/* 文章详情页 */
.section-title{
	background: rgba(56,23,19,.6);
}
.details-top-title{
	float: left;
	width: 600px;
	padding-right: 80px;
	padding-top: 80px;
}
.details-top-title h6{
	font-size: 30px;
	font-weight: 400;
	position: relative;
	line-height: 1.7;
	text-align: justify;
}
.details-top-title h6:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 80px;
	border-bottom: 2px solid var(--font-color);
}
.details-top-img{
	float: left;
	width: 600px;
}
.details-top-img img{
	display: block;
	width: 100% !important;
}
.details-info{
	padding-top: 40px;
}
.details-info-left{
	float: left;
	width: 300px;
	padding-right: 100px;
}
.details-info-right{
	float: left;
	width: 900px;
}
.details-info-title{
	font-size: 18px;
	margin-bottom: 10px;
}
.details-info-left .des{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.7;
}
.details-info-left .time{
	font-size: 16px;
}
.details-info-right p,
.details-info-right strong,
.details-info-right a,
.details-info-right span{
	font-size: 20px !important;
	/* line-height: .4rem !important; */
	text-align: justify;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,å¾®è½¯é›…é»‘,STHeitiSC-Light,simsun,WenQuanYi Zen Hei,WenQuanYi Micro Hei,sans-serif !important;
	background: transparent !important;
	color: var(--font-color) !important;
}
.details-info-right p{
	margin-bottom: 20px !important;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-indent: 2em !important;
	line-height: 2.3 !important;
}



/* 西瓜视频样式覆盖 */
.xgplayer-skin-default .xgplayer-drag,
.xgplayer-skin-default .xgplayer-progress-played{
	background: var(--font-color) !important;
}

footer{
	color: #e9ab36;
	line-height: 2;
	background: #481f1a;
	padding: 50px 0;
	text-align: center;
	font-size: 16px;
}