
.main{
	background: #e1f0ec url(../img/background.jpg) no-repeat top center;
	background-position: 100% 80px;
	background-size: 100%;
	margin-bottom: 20px;
}
.hot {
	width: 100%;
	background-color: #fff;
	margin: 10px 0;
	border-radius: 10px;

}
.hot .hot-title {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 4px 5px;
	border-bottom: 1px solid #eee;
	height: 43px;
	line-height: 43px;
}
.hot .hot-cont {
	font-size: 13px;
	height: 120px;
	overflow: hidden;
}
.hot .hot-cont li {
	float: left;
	border: 1px #eee solid;
	width: 90px;
	height: 90px;
	margin: 14px;
	text-align: center;
}
.hot .hot-cont li:hover {
	border: 1px #00A77A solid;
}
.hot .hot-cont li:hover a{
	color: #00A77A;
}
.hot .hot-cont a{
	color: #666666;
}
.hot .hot-cont .hot-cont-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot .hot-cont img{
	width: 54px;
	height: 54px;
	margin: 5px auto;
}
.list {
	margin-top: 10px;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.list .list-title {
	display: flex;
	align-items: center;
	height: 82px;
}

.list .list-title img {
	padding: 10px 10px;
}

.list .list-title .list-text {
	margin: 5px 5px;
	color: #262626;
	font-weight: bold;
}

.list .list-nav {
	margin-left: 10px;
	font-size: 16px;
}

.list .list-nav li {
	float: left;
	width: 89px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: auto 10px;
	border-radius: 20px;
}

.list .list-nav li:hover {
	border-radius: 20px;
	background-color: #22BC88;
	color: #FFFFFF;
	cursor: pointer;
}

.list .list-nav .active {
	border-radius: 20px;
	background-color: #22BC88;
	color: #FFFFFF;
}

.list .list-screen {
	cursor: pointer;
	position: relative;
	margin: auto 120px;
	width: 86px;
	height: 100%;
}

.list .list-screen-s {
	width: 86px;
	height: 32px;
	border: 1px #00A77A solid;
	border-radius: 16px;
	display: flex;
	cursor: pointer;
	margin-top: 20px;
}

.list .list-screen span {
	font-size: 14px;
	line-height: 32px;
	color: #00A77A;
}

.list-screen:hover .shaixuan_none {
	display: block;
}

.shaixuan_none {
	position: absolute;
	width: 415px;
	max-height: 376px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	right: -197px;
	top: 60px;
	padding: 19px;
	box-sizing: border-box;
	overflow: auto;
	display: none;
	z-index: 999;
	box-shadow: 0 0 10px rgba(193, 193, 193.1);
}

.shaixuan_none>li {
	display: flex;
}
.shaixuan_none_p {
	width: 60px;
	font-size: 16px;
	margin-top: 10px;
	color: #666;
	flex-shrink: 0;
}

.shaixuan_none_con {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	color: #333;
}

.shaixuan_none_con>li {
	margin: 10px;
	box-sizing: border-box;
	border-bottom: 2px solid #fff;
}

.shaixuan_none_con>li>a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: 0 none;
}

.shaixuan_none_con>li:hover a {
	color: #00A77A;
}


/*比赛列表*/
.list-cont {
	padding-bottom: 10px;
}

.bs_time {
	height: 45px;
	line-height: 45px;
	background: #F9F9F9;
	font-size: 14px;
	padding-left: 14px;
}

.bs_time span {
	padding: 0 10px 0 0;
}
.bs_time i{
  border-radius: 50px;
  width: 6px;
  height: 6px;
  background: #00a77a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 26px;
}

.contest_list {}

.contest_list li {
	height: 58px;
	line-height: 58px;
	border-top: 1px solid #eeeeee;
}

.contest_list li:last-child {
	border-bottom: 1px solid #eee;
}

.contest_list li:hover {
	background: #fbfafa;
}

.contest_list li:hover .bs_time_fl {
	color: #999;
}

.contest_list li:hover .bs_duiwu {
	color: #333;
}

.contest_list li:hover .bs_video {
	color: #fff
}

.contest_list li .zhudui:hover {
	color: #333
}

.contest_list li .kedui:hover {
	color: #333
}

.contest_list li .bs_duiwu_bt:hover {
	color: #e60640
}

.contest_list li .zhudui cite:hover {
	color: #e60640
}

.contest_list li .kedui cite:hover {
	color: #e60640
}

.contest_list .bs_fegnlei {
	width: 195px;
	padding: 0 0px 0 40px;
}

.contest_list .bs_fegnlei cite {
	float: left;
	height: 58px;
}

.contest_list .bs_fegnlei cite img {
	width: 18px;
	height: 18px;
}

.contest_list .bs_time_fl {
	float: left;
	color: #999;
	font-size: 12px;
}

.contest_list .bs_time_fl a {
	color: #999
}

.contest_list .bs_time_fl a:hover {
	color: #e60640
}

.contest_list .bs_time_fl i {
	width: 31px;
	float: left;
	margin-left: 70px;
}

.contest_list .bs_time_fl span {
	width: 60px;
	margin-left: 10px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contest_list .bs_duiwu {
	float: left;
	width: 430px;
	text-align: center;
	margin-left: 147px;
	font-size: 16px;
	color: #333;
}

.contest_list .bs_duiwu p {
	float: left;
}

.contest_list .bs_duiwu .bs_vs {
	float: left;
	font-size: 16px;
	margin: 0 12px;
	width: 60px;
}

.contest_list .bs_duiwu .zhudui,
.contest_list .bs_duiwu .kedui {
	float: left;
	width: 119px;
	padding: 0 10px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contest_list .bs_duiwu .zhudui {
	text-align: right
}

.contest_list .bs_duiwu .kedui {
	text-align: left
}

.contest_list .bs_duiwu .duibiao {
	width: 27px;
	height: 27px;
	float: left;
	margin-top: 8px;
}

.contest_list .bs_duiwu .duibiao img {
	width: 27px;
	height: 27px;
	border-radius: 25em;
}

.contest_list .bs_video {
	display: flex;
	align-items: center;
	justify-content: center
}

.bs_video {
	float: right;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
	background: #b9b9b9;
	text-align: center;
	margin: 14px 50px 0 0;
}

.bs_video cite {
	background: url("../img/r_sj.png") no-repeat;
	background-position: 1px 9px;
	width: 16px;
	height: 30px;
	float: left;
}

.bs_video span {
	display: inline-block;
	margin-left: 5px;
}

.bs_duiwu_bt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	width: 80%;
	cursor: pointer;
	padding-left: 50px;
}

.bs_video a {
	color: #fff
}

.bs_duiwu_bt a {
	color: #333;
	text-decoration: none;
	;
}

.nobegin {
	background: #b9b9b9
}

.bs_video:hover {
	background: #c9c6c6;
	color: #fff;
}

.begin {
	background: linear-gradient(-45deg,#22bb88 0%, #2bd083 100%);
}

.begin:hover {
	background: #00bb89;
	color: #fff !important;
}

.contest_ist_con_wrap .changci {
	float: left;
	width: 90px;
	height: 100%;
	display: none;
	font-weight: 600;
	color: #ee564f;
	font-size: 12px;
}

.zhiding:before {
	content: '';
	background: url(../img/zd_img.png) no-repeat top left/33px 33px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 33px;
	height: 33px
}

.zhiding {
	display: block;
	background-color: #D7F6EE;
	position: relative;
	height: 60px;
}

.clcik_more {
	width: 327px;
	height: 41px;
	line-height: 41px;
	border-radius: 20.5px;
	border: 1px #EEE solid;
	text-align: center;
	color: #666;
	margin: 30px auto 20px;
	cursor: pointer;
}
.clcik_more em{
	background: url(../img/icon_downj.png) no-repeat center center;
	width: 35px;
	height: 13px;
	display: inline-block;
}