@import '../css/reset.css';
@import '../css/base.css';
html,body {
	overflow-x: hidden;
}
h2.titleH2 {
	width: 296px;
	background: url(../img/bg0.png) no-repeat center center;
	background-size: 100% auto;
	font-size: 28px;
	color: #333;
	text-align: center;
	margin: 0 auto 16px;
}
p.titleP {
	font-size: 18px;
	color: #999999;
	font-family: Microsoft YaHei;
	text-align: center;
}
a.moreText {
	display: block;
	width: 1200px;
	text-align: right;
	color: #1679D3;
	font-size: 14px;
	margin: 30px auto 10px;
}
/* 赛事资讯 */
.information {
	padding: 60px 0;
}
.information dl {
	display: flex;
	margin: 0 auto;
}
.information dl dt {
	flex: 1;
	margin-right: 15px;
	position: relative;
}
.information dl img {
	width: 100%;
}
.information dl span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 20px);
	background: #1B1B1B;
	opacity: 0.7;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 3;
	padding: 0 10px;
}
.information dl dd {
	flex: 1;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
}
.information dl dd .info-item {
	display: flex;
	flex: 1;
}
.information dl dd .info-item:first-child {
	margin-bottom: 30px;
}

.information dl dd  .info-item p {
	position: relative;
	flex: 1;
	max-width: 47%;
}
.information dl dd  .info-item p:first-child {
	margin-right: 30px;
}
.information dl dd .info-item p:last-child {
	margin-right: 0 !important;
}
/* 大赛介绍 */
.introduction {
    background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100% ;
	padding: 60px 0 30px;
}
.introduction .contentW {
	padding-top: 30px;
}
.introduction .contentW p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 20px;
}
a.viewDetail {
	display: block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #1F6BEC;
	font-size: 16px;
	margin:50px auto 20px;
	background: #F3F6FA;
	border: 1px solid #1F6BEC;
	border-radius: 6px;
}
/* 主办单位 */
.organizational {
    padding: 60px 0;
}
.organizational ul.contentW {
	display: flex;
	padding: 50px 0 0;
}
.organizational ul.contentW li {
	flex: 1;
	margin-right: 26px;
	height: 434px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 14px;
}
.organizational ul.contentW li:last-child{
	margin-right: 0;
}
.organizational ul.contentW li p:first-child{
	width: 100px;
	height: 100px;
	margin: 30px auto 25px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
}
.organizational ul.contentW li p:first-child span {
	line-height: 100px;
	font-size: 56px !important;
}
.bg_p {
	background: linear-gradient(127deg, #887AFF, #AB9EFF);
}
.bg_r {
	background: linear-gradient(127deg, #FF6B5A, #F2B2A6);
}
.bg_b {
	background: linear-gradient(127deg, #60BFFF, #A6DCFC);
}
.bg_y {
	background: linear-gradient(127deg, #FEC910, #FBF8AD);
}
p.unit-title {
	text-align: center;
	color: #333;
	font-size: 16px;
}
p.unit-info {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	text-indent: 2em;
	padding: 30px 0;
	height: 172px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
/* 赛事安排 */
.eventArrangement {
  background: url(../img/bg2.png) no-repeat center;
  background-size: auto 100%;
  padding: 60px 0;
}
.eventArrangement .titleH2,
.setInformation .titleH2 {
	color: #fff;
	background: url(../img/bg7.png) no-repeat center center;
	background-size: 100% auto;
}
.eventArrangement .titleP,
.setInformation .titleP {
	color: #fff;
}
.eventArrangement .contentW {
	display: flex;
}
.eventArrangement .contentW ul {
	flex: 1;
	margin-right: 158px;
}
.eventArrangement .contentW ul:last-child {
	margin-right: 0;
}
.eventArrangement .contentW ul li {
	display: flex;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 40px;
}
.eventArrangement .contentW ul li p:first-child {
	width: 106px;
	height: 106px;
	border-radius: 6px 0px 0px 6px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.eventArrangement .contentW ul li p:first-child span.iconfont {
	font-size: 54px !important;
	display: block;
	margin: 10px auto;
	line-height: 54px;
}
p.bg_color1 {
	background: #6BC4FF;
}
p.bg_color2 {
	background: #8D7FFF;
}
p.bg_color3 {
	background: #FC7969;
}
p.bg_color4 {
	background: #F8B551;
}
p.bg_color5 {
	background: #80C269;
}
p.bg_color6 {
	background: #CFA972;
}
.eventArrangement .contentW ul li p:last-child {
	flex: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin: 15px;
	height: 76px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/* 时间安排 */
.timeArrangement {
   padding: 60px 0;
}
.timeArrangement .contentW {
	
}
.timeArrangement  ul {
	display: flex;
	text-align: center;
	padding: 180px 0;
}
.timeArrangement  ul li {
	/* width: 249px; */
	flex: 1;
	height: 24px;
	background: #DDDCDC;
	color: #333;
	position: relative;
	text-align: center;
}

.timeArrangement  ul li.itemR {
	transform: skew(-45deg);
}
.timeArrangement  ul li.itemL {
	transform: skew(45deg);
}
.timeArrangement  ul li.itemBg {
	background-color: #1F6BEC !important;
	z-index: 1;
}
.timeArrangement  ul li.itemR h3,
.timeArrangement  ul li.itemR p {
  transform: skew(45deg);
  position: relative;
  /* background-color: #FFD700; */
}
.timeArrangement  ul li.itemL h3,
.timeArrangement  ul li.itemL img,
.timeArrangement  ul li.itemL p {
  transform: skew(-45deg);
  position: relative;
  /* background-color: #B3EE3A; */
}
.timeArrangement  ul li.itemL h3 {
	width: calc(100% + 24px);
	top: 128px;
	left: -140px;
	font-weight: 700;
	font-size: 18px;
	position: relative;
}
.timeArrangement  ul li.itemR h3 {
	width: calc(100% + 24px);
	top: -135px;
	left: -138px;
	font-weight: 700;
	font-size: 18px;
	position: relative;
}
.timeArrangement  ul li h3 span.lineBg_r {
	display: block;
	width: 17px;
	height: 82px;
	background: url(../img/bg4.png) no-repeat;
	background-size: 17px 82px;
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.timeArrangement  ul li h3 span.lineBg_L {
	display: block;
	width: 17px;
	height: 82px;
	background: url(../img/bg3.png) no-repeat;
	background-size: 17px 82px;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.timeArrangement  ul li.itemL p {
	width: calc(100% + 24px);
	top: -140px;
	left: 86px;
}
.timeArrangement  ul li.itemR p {
	width: calc(100% + 24px);
	top: 20px;
	left: 48px;
}
.timeArrangement ul li:nth-child(2n) p {
	/* left: 46%; */
}
.timeArrangement ul li:nth-child(3n) p {
	left: 36%;
}
.timeArrangement  ul li p span {
	display: block;
	font-size: 18px;
	color: #555555;
}
.timeArrangement  ul li p span:first-child {
	font-weight: 700;
	color: #333;
	margin-bottom: 6px;
}
/* 奖项设置 */
.setInformation {
   background: url(../img/bg5.png) no-repeat;
   background-size: 100% 100%;
   padding: 60px 0;
}
.setInformation ul.contentW {
	display: flex;
	padding: 60px 0 0;
}
.setInformation ul.contentW li {
	flex: 1;
	height: 450px;
	margin-right: 64px;
	background: url(../img/bg6.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.setInformation ul.contentW li:last-child {
	margin-right: 0;
}
.setInformation ul.contentW li h3 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 24px 29px;
}
.setInformation ul.contentW li p {
	background: url(../img/jb.png) no-repeat 38px 22px;
	background-size: 16px 18px;
	padding: 20px 0 0 64px;
}
.setInformation ul.contentW li p span {
	display: block;
	color: #555555;
	font-size: 14px;
}
.setInformation ul.contentW li p span:first-child {
	color: #1F6BEC;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}
.tipsBox {
	color: #fff;
	font-size: 14px;
	margin: 30px auto 0;
}
.setInformation ul.contentW li p:nth-child(7){
	visibility: hidden;
}
/* 赛事支持单位 Supporting units */
.supportingUnits {
	padding: 60px 0;
}
.unitList {
	margin-top: 60px;
}
.unit-item a {
	display: block;
}
.unit-item {
	width: 180px;
	margin-bottom: 20px;
	margin-right: 18px;
	display: inline-block;
}
.unit-item p {
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: center;
}
.unit-item:nth-child(6n){
	margin-right: 0;
}
.logoImgBox {
	width: 180px;
	border: 1px solid #D6D6D6;
	height: 88px;
	position: relative;
}
.logoImgBox img {
	display: block;
	width: 98%;
	max-height: 88px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* 友情链接 */
.linkBox {
	background: #F4F7FD;
	padding: 60px 0;
}
.linkList {
	margin-top: 60px;
}
/* 小分辨率 */
@media screen and (min-width: 992px){
   
}
/* 手机 */
@media screen and (max-width: 768px){
   
}

@media screen and (min-width: 1200px){
   
}
