/* shared */
.cistern {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

/* .cistern:after,
.clearfix:after {
    display: table;
    clear: both;
    content: " ";
} */

/* 
*,
:after,
:before {
    box-sizing: border-box;
    content: "";
} */

h1 {
	margin: 0;
}

h2 {
	text-align: center;
	font-size: 44px;
	text-transform: uppercase;
	color: #fff;
}

.h2-title {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 30px;
}

@media (max-width: 1680px) {
	.h2-title {
		font-size: 34px;
		margin-bottom: 30px;
	}

	.cistern {
		max-width: 1080px;
	}
}

@media (max-width: 1024px) {
	.h2-title {
		margin-bottom: 25px;
		font-size: 28px;
		background-size: 48px;
	}

	.cistern {
		max-width: 920px;
	}
}

@media (max-width: 480px) {
	.h2-title {
		margin-bottom: 20px;
		font-size: 26px;
	}
}


.footer-box {
	width: auto !important;
}

/* sahred */





.news-tips {
	text-align: left;
	width: 100%;
	background: rgba(0, 0, 0, 0.45)
}

.news-tips ul>li {
	padding: 20px 0;
	font-size: 18px
}

@media (max-width:768px) {
	.news-tips ul>li {
		padding: 10px 0;
		font-size: 14px
	}
}

.news-tips ul>li a {
	color: #bfb6f9
}

.news-tips ul>li a>p {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle
}

@media (max-width:768px) {
	.news-tips ul>li a>p {
		font-size: 16px
	}
}

.news-tips ul>li a>span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 83%;
	vertical-align: middle
}

@media (max-width:768px) {
	.news-tips ul>li a>span {
		max-width: 68%
	}
}

.news-tips ul>li a:hover>span {
	text-decoration: underline
}

.news-tips ul>li a .iconfont {
	display: inline-block;
	vertical-align: middle
}

.prize {
	position: absolute;
	bottom: 5%;
	left: 20px;
	background-color: rgba(184, 228, 253,.9);
	border-radius: 4px;
}

.prize img {
	/* width: 100%; */
	max-width: 220px;
}

.prize .text {
	width: 54%;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 56%;
	transform: translateY(-50%);
	color: #333;
	font-size: 14px;
}

.prize .text a {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

@media (max-width: 768px){
	.prize {
		left: auto;
		right: 20px;
		background-color: rgba(184, 228, 253,.8);
	}
}