@charset "utf-8";

/* css document */


/*备课大赛首页*/

.wrap .wrap-content .wrap-main .slider-notice {
	width: 100%;
	height: 290px;
	float: left;
	margin-bottom: 8px;
}

.wrap-main .slider-notice .slider {
	width: 905px;
	height: 290px;
	border-radius: 2px;
	float: left;
}

.wrap-main .slider-notice .notice {
	width: 286px;
	height: 290px;
	float: right;
	background: url(../../image/match/notice-bg.png) no-repeat;
}

.notice .notice-main {
	width: 267px;
	height: 290px;
	margin: 0 auto;
}

.notice .notice-main .no-notice {
	width: 100%;
	float: left;
}

.notice .notice-main .no-notice img {
	width: 98px;
	margin: 0 auto;
	display: block;
	margin-top: 65px;
	margin-bottom: 20px;
}

.notice .notice-main .no-notice p {
	font-size: 18px;
	color: #5d5d5d;
	text-align: center;
}

.notice-title {
	width: 100%;
	float: left;
	height: 45px;
	line-height: 45px;
}

.notice-title h6 {
	float: left;
	line-height: 45px;
	font-size: 18px;
	color: #222;
}

.notice-title h6 a {
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.notice-title span {
	float: right;
	line-height: 45px;
	font-size: 14px;
	color: #9a9a9a;
}

.notice-title span a {
	font-size: 14px;
	color: #9a9a9a;
}

.notice-title span a:hover {
	text-decoration: underline;
	color: #19bcbc;
}

.notice-headlines {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.notice-headlines h4 {
	width: 100%;
	font-size: 16px;
	color: #140000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice-headlines h4 a {
	font-size: 16px;
	color: #140000;
	font-weight: bold;
}
.notice-headlines h4 a:hover{ color: #00a2ac; text-decoration: underline;}
.notice-headlines p {
	width: 100%;
	float: left;
	line-height: 24px;
	padding-bottom: 10px;
}

.notice-headlines p a {
	font-size: 12px;
	color: #666;
}

.notice-headlines p a:hover {
	text-decoration: underline;
}

.notice-list {
	width: 100%;
	float: left;
}

.notice-list ul {
	float: left;
	padding-top: 5px;
}

.notice-list ul li {
	width: 267px;
	float: left;
	line-height: 25px;
}

.notice-list ul li.qq-li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice-list ul li b {
	width: 4px;
	height: 4px;
	float: left;
	background: #222;
	border-radius: 100%;
	margin-top: 12px;
	margin-right: 5px;
}

.notice-list ul li a {
	font-size: 14px;
	color: #222;
}

.qq-headlines {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.qq-headlines h6{
	font-size: 18px;
	color: #222;
	font-weight: bold;
}
.qq-headlines ul {
	float: left;
	padding-top: 5px;
}

.qq-headlines ul li {
	width: 267px;
	float: left;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.qq-headlines p.ts{
	color: #ff4200;
	line-height: 20px;
	margin-top: 5px;
}
/*报名流程*/

.process {
	width: 100%;
	height: 237px;
	float: left;
	background: #fff;
	margin-bottom: 20px;
}

.process .process-title {
	width: 100%;
	float: left;
}

.process .process-title h2 {
	line-height: 74px;
	font-size: 22px;
	font-weight: bold;
	color: #222;
	padding-left: 30px;
	position: relative;
}

.process .process-step {
	width: 1180px;
	float: left;
	margin-left: 10px;
}

.process .process-step ul {
	float: left;
}

.process .process-step ul li{
	float: left;
	margin: 15px -10px 0 70px;
	cursor: pointer;
}
.process .process-step2 ul li{
	float: left;
	margin: 15px 5px 0 50px;
	cursor: pointer;
}
.process .process-step ul li .img-lf1{
	float: left;
	width:122px;
	height:80px;
	background: url(../../image/match/bmlc-icon.png) -10px -10px no-repeat;
	margin-right: 19px;
	transition: all 0.2s linear;
}
.process .process-step ul li:hover .img-lf1{
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
.process .process-step ul li .img-lf2{
	float: left;
	width:90px;
	height:85px;
	background: url(../../image/match/bmlc-icon.png) -10px -150px no-repeat;
	margin-right: 19px;
	transition: all 0.2s linear;
}
.process .process-step ul li:hover .img-lf2{
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
.process .process-step ul li .img-lf3{
	float: left;
	width:96px;
	height:90px;
	background: url(../../image/match/bmlc-icon.png) -10px -300px no-repeat;
	margin-right: 19px;
	transition: all 0.2s linear;
}
.process .process-step ul li:hover .img-lf3{
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}

.process .process-step ul li .text-rt{
	float: left;
	width: 210px;
	margin-top: 5px;
}
.process .process-step ul li .text-rt b{
	float: left;
	color: #222222;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	width: 100%;
}
.process .process-step ul li .text-rt span{
	float: left;
	color: #666;
	font-size: 14px;
	line-height:30px;
	width: 100%;
}


/*赛程安排*/

.arrange {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.arrange .arrange-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/arrange-title.png) no-repeat;
	margin-bottom: 10px;
}

.arrange .arrange-ct {
	width: 100%;
	height: 374px;
	background: #fff;
	float: left;
}

.arrange .arrange-ct .phase {
	width: 100%;
	float: left;
}

.arrange .arrange-ct .phase img {
	margin: 0 auto;
	display: block;
	margin-top: 48px;
}

.arrange .arrange-ct .phase ul {
	float: left;
	margin-left: 30px;
}

.arrange .arrange-ct .phase ul li {
	width: 145px;
	float: left;
}

.arrange .arrange-ct .phase ul li.start {
	margin-top: -60px;
	margin-bottom: 60px;
}

.arrange .arrange-ct .phase ul li.online {
	margin-top: -60px;
	margin-bottom: 60px;
	margin-left: 60px;
}

.arrange .arrange-ct .phase ul li.down {
	margin-left: 50px;
	margin-top: 25px;
}

.arrange .arrange-ct .phase ul li b {
	text-align: center;
	font-size: 18px;
	color: #222;
	display: block;
}

.arrange .arrange-ct .phase ul li em {
	text-align: center;
	font-size: 13px;
	color: #222;
	font-style: normal;
	display: block;
	font-family: arial;
}

.arrange .arrange-ct .phase.phase2 ul li.online {
	margin-top: -60px;
	margin-bottom: 60px;
	margin-left: 112px;
}

.arrange .arrange-ct .phase.phase2 ul li.down {
	margin-left: 103px;
	margin-top: 25px;
}

.arrange .arrange-ct .phase.phase2 ul li.result {
	margin-left: 85px;
	margin-top: -60px;
}

.arrange .arrange-ct .phase.phase3 img {
	margin-top: 88px;
}

.arrange .arrange-ct .phase.phase3 ul li.start {
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

.arrange .arrange-ct .phase.phase3 ul li {
	margin-top: 25px;
	margin-left: 160px;
}

.arrange .arrange-ct .phase.phase3 ul li.design {
	margin-left: 195px;
}

.arrange .arrange-ct .phase.phase4 img {
	margin-top: 88px;
}

.arrange .arrange-ct .phase.phase4 ul {
	margin-left: 210px;
}

.arrange .arrange-ct .phase.phase4 ul li.start {
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

.arrange .arrange-ct .phase.phase4 ul li {
	margin-top: 25px;
	margin-left: 208px;
}


/*团队分布图*/

.distribute {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.distribute .distribute-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/team-pic.png) no-repeat;
	margin-bottom: 10px;
}

.distribute .distribute-ct {
	width: 100%;
	height: 374px;
	background: #fff;
	float: left;
}

.distribute .distribute-ct .team-num {
	width: 1170px;
	float: left;
	margin: 25px 0 0px 15px;
}

.distribute .distribute-ct .team-num span.fb {
	float: left;
	width: 105px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #1994a3;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #1994a3;
	display: none;
}

.distribute .distribute-ct .team-num span.fb.active {
	background: #1994a3;
	color: #fff;
}

.distribute-ct .team-num p {
	font-size: 18px;
	color: #222;
	float: left;
	padding-right: 20px;
}

.distribute-ct .team-num p em {
	font-style: normal;
	color: #ff4200;
}

.distribute-ct .team-num span {
	float: right;
	font-size: 16px;
	color: #ff4200;
}

.distribute-ct .team-num span a {
	font-size: 16px;
	color: #ff4200;
}

.distribute-ct .team-num span a:hover {
	text-decoration: underline;
}

.distribute-ct .team-num span a b {
	font-family: "宋体";
	font-weight: normal;
}

.distribute-ct .bar-chart {
	width: 1200px;
	float: left;
}

.distribute-ct .bar-chart img {
	margin: 0 auto;
	display: block;
}


/*最新创建的团队*/

.new-creat {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.new-creat .creat-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/new-team.png) no-repeat;
	margin-bottom: 10px;
}
.examples .creat-title {
	background: url(../../image/match/examples-bg.png) no-repeat;
}

.new-creat .creat-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.new-creat .creat-title span a {
	font-size: 16px;
	color: #222;
}

.new-creat .creat-title span a b {
	font-family: "宋体";
	font-weight: normal;
}

.new-creat .creat-title span a:hover {
	text-decoration: underline;
}

.new-creat .creat-ct {
	width: 1200px;
	float: left;
}

#lb_1 ul,#lb_2 ul,#lb_3 ul,#lb_4 ul,#lb_5 ul,#lb_6 ul {
	width: 1200px;
    max-height: 750px;
}

.new-creat .creat-ct ul {
	float: left;
	margin-left: -5px;
}

.new-creat .creat-ct ul li {
	width: 280px;
	height: 363px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 5px;
}

.new-creat .creat-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.new-creat .creat-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.new-creat .creat-ct ul li .ct-center {
	width: 100%;
	height: 115px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.new-creat .creat-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.new-creat .creat-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.new-creat .creat-ct ul li .ct-center p.team-name a {
	color: #222;
	font-size: 14px;
}

.new-creat .creat-ct ul li .ct-center p.team-name a:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.new-creat .creat-ct ul li .ct-bottom {
	width: 100%;
	float: left;
}

.new-creat .creat-ct ul li .ct-bottom p {
	width: 170px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.new-creat .creat-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.new-creat .creat-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.new-creat .creat-ct ul li .ct-bottom p em {
	width: 90px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-creat .creat-ct ul li .ct-bottom .index-btn {
	float: right;
	line-height: 37px;
	font-size: 14px;
	color: #ff4200;
	margin-right: 10px;
}

.new-creat .creat-ct ul li .ct-bottom .index-btn button {
	width: 75px;
	height: 28px;
	line-height: 28px;
	background: #00a2ac;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	margin-top: 4px;
}

.new-creat .creat-ct ul li .ct-bottom .index-btn span {
	width: 75px;
	height: 28px;
	line-height: 28px;
	background: #b2b2b2;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin-top: 4px;
}

.new-creat .creat-ct ul li .ct-bottom .index-btn button:hover {
	background: #0197a0;
}

.new-creat .creat-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

/*最新参赛作品*/

.new {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
    margin-top: 20px;
}

.new .new-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/new-works.png) no-repeat;
	margin-bottom: 10px;
}

.new .new-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.new .new-title span a {
	font-size: 16px;
	color: #222;
}

.new .new-title span a b {
	font-family: "宋体";
	font-weight: normal;
}

.new .new-title span a:hover {
	text-decoration: underline;
}

.new .new-ct {
	width: 1200px;
	float: left;
}

.new .new-ct ul {
	float: left;
	margin-left: -5px;
}

.new .new-ct ul li {
	width: 280px;
	max-height: 360px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin-top: 5px;
}

.new .new-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
	cursor: pointer;
}

.new .new-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.new .new-ct ul li .mask {
	width: 100%;
	height: 36px;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top: -36px;
	float: left;
	display: none;
}

.new .new-ct ul li .mask p {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding-left: 10px;
}

.new .new-ct ul li:hover .mask {
	display: block;
}

.new .new-ct ul li .ct-center {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.new .new-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
	min-height: 19px;
}

.new .new-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.new .new-ct ul li .ct-center p.team-name a {
	font-size: 14px;
	color: #222;
}

.new .new-ct ul li .ct-center p.team-name a:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.new .new-ct ul li .ct-center dl {
	width: 100%;
	float: left;
	margin-left: 10px;
}

.new .new-ct ul li .ct-center dl dd {
	float: left;
	margin-right: 15px;
}

.new .new-ct ul li .ct-center dl dd i {
	margin: 5px 5px 0 0;
}

.new .new-ct ul li .ct-center dl dd i.praise {
	width: 14px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -10px no-repeat;
}

.new .new-ct ul li .ct-center dl dd i.praise:hover {
	cursor: pointer;
}

.new .new-ct ul li .ct-center dl dd i.praise.active {
	width: 14px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -60px no-repeat;
}

.new .new-ct ul li .ct-center dl dd i.pl {
	width: 16px;
	height: 14px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -110px no-repeat;
}

.new .new-ct ul li .ct-center dl dd i.share {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -160px no-repeat;
	margin-left: 5px;
}

.new .new-ct ul li .ct-center dl dd.share:hover {
	cursor: pointer;
}

.new .new-ct ul li .ct-center dl dd.share:hover i.share {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -210px no-repeat;
}

.new .new-ct ul li .ct-center dl dd.share:hover em {
	color: #00a2ac;
}

.new .new-ct ul li .ct-center dl em {
	font-size: 12px;
	font-family: arial;
	font-style: normal;
	color: #666;
}

.new .new-ct ul li .ct-bottom {
    min-height: 37px;
	width: 100%;
	float: left;
}

.new .new-ct ul li .ct-bottom p {
	width: 170px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.new .new-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.new .new-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.new .new-ct ul li .ct-bottom p em {
	width: 90px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new .new-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}


/*人气作品*/

.hits {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 100px;
}

.hits .hits-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/hot-pic.png) no-repeat;
	margin-bottom: 10px;
}

.hits .hits-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.hits .hits-title span a {
	font-size: 16px;
	color: #222;
}

.hits .hits-titlespan a b {
	font-family: "宋体";
	font-weight: normal;
}

.hits .hits-title span a:hover {
	text-decoration: underline;
}

.hits .hits-ct {
	width: 100%;
	float: left;
}

.hits .hits-ct ul {
	float: left;
	margin-left: -5px;
}

.hits .hits-ct ul li {
	width: 280px;
	height: 360px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 5px;
}

.hits .hits-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.hits .hits-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.hits .hits-ct ul li .mask {
	width: 100%;
	height: 36px;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top: -36px;
	float: left;
	display: none;
}

.hits .hits-ct ul li .mask p {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding-left: 10px;
}

.hits .hits-ct ul li:hover .mask {
	display: block;
}

.hits .hits-ct ul li .ct-center {
	width: 100%;
	height: 110px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.hits .hits-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.hits .hits-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.hits .hits-ct ul li .ct-center p.team-name a {
	font-size: 14px;
	color: #222;
}

.hits .hits-ct ul li .ct-center p.team-name a:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.hits .hits-ct ul li .ct-center dl {
	width: 100%;
	float: left;
	margin-left: 10px;
}

.hits .hits-ct ul li .ct-center dl dd {
	float: left;
	margin-right: 15px;
}

.hits .hits-ct ul li .ct-center dl dd i {
	margin: 5px 5px 0 0;
}

.hits .hits-ct ul li .ct-center dl dd i.praise {
	width: 14px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -10px no-repeat;
}

.hits .hits-ct ul li .ct-center dl dd i.praise:hover {
	cursor: pointer;
}

.hits .hits-ct ul li .ct-center dl dd i.praise.active {
	width: 14px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -60px no-repeat;
}

.hits .hits-ct ul li .ct-center dl dd i.pl {
	width: 16px;
	height: 14px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -110px no-repeat;
}

.hits .hits-ct ul li .ct-center dl dd i.share {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -160px no-repeat;
	margin-left: 5px;
}
{}
.hits .hits-ct ul li .ct-center dl dd.share:hover{
	cursor: pointer;
}

.hits .hits-ct ul li .ct-center dl dd.share:hover i.share {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -210px no-repeat;
}
.hits .hits-ct ul li .ct-center dl dd.share:hover em{ color: #00a2ac;}
.hits .hits-ct ul li .ct-center dl em {
	font-size: 12px;
	font-family: arial;
	font-style: normal;
	color: #666;
}

.hits .hits-ct ul li .ct-bottom {
	width: 100%;
	float: left;
}

.hits .hits-ct ul li .ct-bottom p {
	width: 170px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.hits .hits-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.hits .hits-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.hits .hits-ct ul li .ct-bottom p em {
	width: 90px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hits .hits-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}


/*获奖团队*/

.win {
	width: 100%;
	float: left;
}

.win .win-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/win-team.png) no-repeat;
	margin-bottom: 10px;
}

.win .win-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.win .win-title span a {
	font-size: 16px;
	color: #222;
}

.win .win-title span a b {
	font-family: "宋体";
	font-weight: normal;
}

.win .win-title span a:hover {
	text-decoration: underline;
}

.win .win-ct {
	width: 100%;
	float: left;
}

.win .win-ct ul {
	float: left;
	margin-left: -5px;
}

.win .win-ct ul li {
	width: 280px;
	height: 363px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.win .win-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.win .win-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.win .win-ct ul li .ct-center {
	width: 100%;
	height: 115px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.win .win-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.win .win-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.win .win-ct ul li .ct-center p.team-name a {
	color: #222;
	font-size: 14px;
}

.win .win-ct ul li .ct-center p.team-name:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.win .win-ct ul li .ct-bottom {
	width: 100%;
	float: left;
}

.win .win-ct ul li .ct-bottom p {
	width: 150px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.win .win-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.win .win-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.win .win-ct ul li .ct-bottom p em {
	width: 75px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*一等奖*/
.win .win-ct ul li .ct-bottom .first-prize {
	min-width: 74px;
	width: auto;
	max-width: 119px;
	height: 29px;
	float: right;
	margin-top: 3px;
	background: #ffb62a;
	border-bottom: 1px solid #e6a426;
	border-top: 1px solid #ffce42;
}
.win .win-ct ul li .ct-bottom .first-prize samp {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win .win-ct ul li .ct-bottom .first-prize samp.text-top {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #5c2301;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}


/*二等奖*/

.win .win-ct ul li .ct-bottom .second-prize {
	min-width: 74px;
	width: auto;
	max-width: 119px;
	height: 29px;
	float: right;
	margin-top: 3px;
	background: #63b7ff;
	border-bottom: 1px solid #59a5e6;
	border-top: 1px solid #7bcfff;
}

.win .win-ct ul li .ct-bottom .second-prize samp {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win .win-ct ul li .ct-bottom .second-prize samp.text-top {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #08204a;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}


/*三等奖*/

.win .win-ct ul li .ct-bottom .third-prize {
	min-width: 74px;
	width: auto;
	max-width: 119px;
	height: 29px;
	float: right;
	margin-top: 3px;
	background: #e79f78;
	border-bottom: 1px solid #d08f6c;
	border-top: 1px solid #ffb790;
}

.win .win-ct ul li .ct-bottom .third-prize samp {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win .win-ct ul li .ct-bottom .third-prize samp.text-top {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #42240d;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}


/*其他奖项*/

.win .win-ct ul li .ct-bottom .another-prize {
	min-width: 74px;
	width: auto;
	max-width: 100px;
	height: 29px;
	float: right;
	padding: 0 6px;
	margin-top: 3px;
	background: #ff8d1d;
	border-bottom: 1px solid #e67f1a;
	border-top: 1px solid #ffa535;
}

.win .win-ct ul li .ct-bottom .another-prize samp {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win .win-ct ul li .ct-bottom .another-prize samp.text-top {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #65230f;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}

.win .win-ct ul li .ct-bottom img.prize {
	width: 74px;
	height: 31px;
	float: right;
	margin-top: 3px;
}

.win .win-ct ul li .ct-bottom img.hits-team {
	width: 114px;
	height: 31px;
	float: right;
	margin-top: 3px;
}

.win .win-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

/*获奖作品*/

.win_works {
	width: 100%;
	float: left;
}

.win_works .win-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/win-team.png) no-repeat;
	margin-bottom: 10px;
}
.win_works .win-work {
	background: url(../../image/match/win-work.png) no-repeat !important;
}

.win_works .win-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.win_works .win-title span a {
	font-size: 16px;
	color: #222;
}

.win_works .win-title span a b {
	font-family: "宋体";
	font-weight: normal;
}

.win_works .win-title span a:hover {
	text-decoration: underline;
}

.win_works .win-ct {
	width: 100%;
	float: left;
}

.win_works .win-ct ul {
	float: left;
	margin-left: -5px;
}

.win_works .win-ct ul li {
	width: 280px;
	height: 333px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.win_works .win-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.win_works .win-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}
.win_works .win-ct ul li .mask {
	width: 100%;
	height: 36px;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top: -36px;
	float: left;
	display: none;
}

.win_works .win-ct ul li .mask p {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding-left: 10px;
}

.win_works .win-ct ul li:hover .mask {
	display: block;
}
.win_works .win-ct ul li .ct-center {
	width: 100%;
	height: 85px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.win_works .win-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.win_works .win-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.win_works .win-ct ul li .ct-center p.team-name a {
	color: #222;
	font-size: 14px;
}

.win_works .win-ct ul li .ct-center p.team-name:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.win_works .win-ct ul li .ct-bottom {
	width: 100%;
	float: left;
}

.win_works .win-ct ul li .ct-bottom p {
	width: 156px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.win_works .win-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.win_works .win-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.win_works .win-ct ul li .ct-bottom p em {
	width: 83px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*一等奖*/

.win_works .win-ct ul li .ct-bottom .first-prize {
	min-width: 74px;
	width: auto;
	max-width: 114px;
	height: 29px;
	float: right;
	margin-top: 3px;
	background: #ffb62a;
	border-bottom: 1px solid #e6a426;
	border-top: 1px solid #ffce42;
}

.win_works .win-ct ul li .ct-bottom .first-prize samp {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win_works .win-ct ul li .ct-bottom .first-prize samp.text-top {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #5c2301;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}


/*二等奖*/

.win_works .win-ct ul li .ct-bottom .second-prize {
	min-width: 74px;
	width: auto;
	max-width: 114px;
	height: 29px;
	float: right;
	margin-top: 3px;
	background: #63b7ff;
	border-bottom: 1px solid #59a5e6;
	border-top: 1px solid #7bcfff;
}

.win_works .win-ct ul li .ct-bottom .second-prize samp {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win_works .win-ct ul li .ct-bottom .second-prize samp.text-top {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #08204a;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}


/*三等奖*/

.win_works .win-ct ul li .ct-bottom .third-prize {
	min-width: 74px;
	width: auto;
	max-width: 114px;
	height: 29px;
	float: right;
	margin-top: 3px;
	background: #e79f78;
	border-bottom: 1px solid #d08f6c;
	border-top: 1px solid #ffb790;
}

.win_works .win-ct ul li .ct-bottom .third-prize samp {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win_works .win-ct ul li .ct-bottom .third-prize samp.text-top {
	font-size: 17px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #42240d;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}


/*其他奖项*/

.win_works .win-ct ul li .ct-bottom .another-prize {
	min-width: 74px;
	width: auto;
	max-width: 100px;
	height: 29px;
	float: right;
	padding: 0 6px;
	margin-top: 3px;
	background: #ff8d1d;
	border-bottom: 1px solid #e67f1a;
	border-top: 1px solid #ffa535;
}

.win_works .win-ct ul li .ct-bottom .another-prize samp {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #fff;
	display: block;
	font-weight: bold;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: clip;
}

.win_works .win-ct ul li .ct-bottom .another-prize samp.text-top {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	line-height: 31px;
	color: #65230f;
	position: relative;
	z-index: 1;
	margin-top: -32px;
	font-weight: bold;
}

.win_works .win-ct ul li .ct-bottom img.prize {
	width: 74px;
	height: 31px;
	float: right;
	margin-top: 3px;
}

.win_works .win-ct ul li .ct-bottom img.hits-team {
	width: 114px;
	height: 31px;
	float: right;
	margin-top: 3px;
}

.win_works .win-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}


/*入围团队*/

.finalist {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 200px;
}

.finalist .finalist-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/finalist-team.png) no-repeat;
	margin-bottom: 10px;
}

.finalist .finalist-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.finalist .finalist-title span a {
	font-size: 16px;
	color: #222;
}

.new-creat .creat-title span a b {
	font-family: "宋体";
	font-weight: normal;
}

.finalist .finalist-title span a:hover {
	text-decoration: underline;
}

.finalist .finalist-ct {
	width: 100%;
	float: left;
}

.finalist .finalist-ct ul {
	float: left;
	margin-left: -5px;
}

.finalist .finalist-ct ul li {
	width: 280px;
	height: 333px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.finalist .finalist-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.finalist .finalist-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.finalist .finalist-ct ul li .ct-center {
	width: 100%;
	height: 85px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.finalist .finalist-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.finalist .finalist-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.finalist .finalist-ct ul li .ct-center p.team-name:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.finalist .finalist-ct ul li .ct-bottom {
	width: 100%;
	float: left;
}

.finalist .finalist-ct ul li .ct-bottom p {
	width: 170px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.finalist .finalist-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.finalist .finalist-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.finalist .finalist-ct ul li .ct-bottom p em {
	width: 90px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.finalist .finalist-ct ul li .ct-bottom .index-btn {
	float: right;
	line-height: 37px;
	font-size: 14px;
	color: #ff4200;
	margin-right: 10px;
}

.finalist .finalist-ct ul li .ct-bottom .index-btn button {
	width: 75px;
	height: 28px;
	line-height: 28px;
	background: #00a2ac;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	margin-top: 4px;
}

.finalist .finalist-ct ul li .ct-bottom .index-btn button:hover {
	background: #0197a0;
}

.finalist .finalist-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

/*分页*/

#page {
	text-align: center;
}

#page .page-nav {
	margin-top: 20px;
	display: inline-block;
}

#page .page-nav ul {
	float: left;
	margin-bottom: 20px;
}

#page .page-nav ul li {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #6f7880;
	text-align: center;
	line-height: 34px;
	font-family: arial;
	float: left;
	margin: 0 2px;
}

#page .page-nav ul li.active {
	background: #00a0b3;
	border: 1px solid #00a0b3;
	color: #fff;
}

#page .page-nav ul li.active:hover {
	background: #00a0b3;
	border: 1px solid #00a0b3;
	color: #fff;
}

#page .page-nav ul li:hover {
	border: 1px solid #00a0b3;
	background: #e3f9fc;
	color: #00a0b3;
	cursor: pointer;
}

#page .page-nav ul li.pre {
	width: 36px;
	height: 36px;
	float: left;
	background: url(../../image/match/page-icon.png) -10px -10px no-repeat;
	border: none;
}

#page .page-nav ul li.pre:hover {
	width: 36px;
	height: 36px;
	float: left;
	background: url(../../image/match/page-icon.png) -10px -90px no-repeat;
}

#page .page-nav ul li.next {
	width: 36px;
	height: 36px;
	float: left;
	background: url(../../image/match/page-icon.png) -10px -170px no-repeat;
	border: none;
}

#page .page-nav ul li.next:hover {
	width: 36px;
	height: 36px;
	float: left;
	background: url(../../image/match/page-icon.png) -10px -250px no-repeat;
}

#page .page-nav ul li.omit {
	border: 0px;
	width: 25px;
	background: none;
}

#page .page-nav ul li.omit:hover {
	background: none;
	border: none;
	cursor: auto;
	color: #999;
}

/*入围作品*/

.rwzp {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 100px;
}

.rwzp .rwzp-title {
	width: 100%;
	height: 52px;
	float: left;
	background: url(../../image/match/rwzp-title.png) no-repeat;
	margin-bottom: 10px;
}

.rwzp .rwzp-title span {
	float: right;
	font-size: 16px;
	color: #222;
	line-height: 52px;
	padding-right: 12px;
}

.rwzp .rwzp-title span a {
	font-size: 16px;
	color: #222;
}

.rwzp .rwzp-title span a b {
	font-family: "宋体";
	font-weight: normal;
}

.rwzp .rwzp-title span a:hover {
	text-decoration: underline;
}

.rwzp .rwzp-ct {
	width: 100%;
	float: left;
}

.rwzp .rwzp-ct ul {
	float: left;
	margin-left: -5px;
}

.rwzp .rwzp-ct ul li {
	width: 280px;
	height: 360px;
	background: #fff;
	float: left;
	margin-left: 18px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin-top: 5px;
}

.rwzp .rwzp-ct ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.rwzp .rwzp-ct ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.rwzp .rwzp-ct ul li .mask {
	width: 100%;
	height: 36px;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin-top: -36px;
	float: left;
	display: none;
}

.rwzp .rwzp-ct ul li .mask p {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding-left: 10px;
}

.rwzp .rwzp-ct ul li:hover .mask {
	display: block;
}

.rwzp .rwzp-ct ul li .ct-center {
	width: 100%;
	height: 110px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.rwzp .rwzp-ct ul li .ct-center p {
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.rwzp .rwzp-ct ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.rwzp .rwzp-ct ul li .ct-center p.team-name a {
	font-size: 14px;
	color: #222;
}

.rwzp .rwzp-ct ul li .ct-center p.team-name a:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.rwzp .rwzp-ct ul li .ct-center dl {
	width: 100%;
	float: left;
	margin-left: 10px;
}

.rwzp .rwzp-ct ul li .ct-center dl dd {
	float: left;
	margin-right: 15px;
}

.rwzp .rwzp-ct ul li .ct-center dl dd i {
	margin: 5px 5px 0 0;
}

.rwzp .rwzp-ct ul li .ct-center dl dd i.praise {
	width: 14px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -10px no-repeat;
}

.rwzp .rwzp-ct ul li .ct-center dl dd i.praise:hover {
	cursor: pointer;
}

.rwzp .rwzp-ct ul li .ct-center dl dd i.praise.active {
	width: 14px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -60px no-repeat;
}

.rwzp .rwzp-ct ul li .ct-center dl dd i.pl {
	width: 16px;
	height: 14px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -110px no-repeat;
}

.rwzp .rwzp-ct ul li .ct-center dl dd i.share {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -160px no-repeat;
	margin-left: 5px;
}

.rwzp .rwzp-ct ul li .ct-center dl dd.share:hover {
	cursor: pointer;
}

.rwzp .rwzp-ct ul li .ct-center dl dd.share:hover i.share {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -210px no-repeat;
}

.rwzp .rwzp-ct ul li .ct-center dl dd.share:hover em {
	color: #00a2ac;
}

.rwzp .rwzp-ct ul li .ct-center dl em {
	font-size: 12px;
	font-family: arial;
	font-style: normal;
	color: #666;
}

.rwzp .rwzp-ct ul li .ct-bottom {
	width: 100%;
	float: left;
}

.rwzp .rwzp-ct ul li .ct-bottom p {
	width: 170px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.rwzp .rwzp-ct ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.rwzp .rwzp-ct ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.rwzp .rwzp-ct ul li .ct-bottom p em {
	width: 90px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rwzp .rwzp-ct ul li .ct-bottom .index-btn {
	float: right;
	line-height: 37px;
	font-size: 14px;
	color: #ff4200;
	margin-right: 10px;
}

.rwzp .rwzp-ct ul li:hover {
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
#bg {
	z-index: 9990 !important;
}
.box {
	z-index: 9991 !important;
}

.ct-center dl dd.vote {
	float: right !important;
	margin-right: 20px !important;
}

.ct-center dl dd.vote button {
	width: 45px;
    height: 21px;
    line-height: 21px;
    background: #0dc284;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

/*左侧悬浮广告*/
.xf-bs{
	width: auto;
	height: auto;
	background: #fff;
	position: fixed;
	display: block;
	right: 50%;
	margin-right: 610px;
}
.xf-bs a.close-bs{
	float:right;
	width: 18px;
	height:18px;
	background: url(../../image/match/banner-top-close.png) no-repeat;
	position: absolute;
	top:0px;
	right: 0px;
}
.xf-bs img{
	float: left;
	width: 100px;
}

.xf-bs-rt{
	width: auto;
	height: auto;
	background: #fff;
	position: fixed;
	display: block;
	right: 50%;
	margin-right: -710px;
}
.xf-bs-rt a.close-bs{
	float:right;
	width: 18px;
	height:18px;
	background: url(../../image/match/banner-top-close.png) no-repeat;
	position: absolute;
	top:0px;
	right: 0px;
}
.xf-bs-rt img{
	float: left;
	width: 100px;
}

/*通栏广告*/
.tlgg{
	float: left;
	width: 100%;
	height: 97px;
	background: #fff;
	margin-bottom: 20px;
}
.tlgg img{
	float: left;
	width: 100%;
	height: 97px;
}

/* 视频播放 弹窗开始 */
.tc-video{
	width: 718px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}
.tc-video .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tc-video .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}
.tc-video .main-title i.close {
	width: 14px;
	height: 14px;
	float: right;
	background: url(../../image/match/tc-close-icon.png) -10px -10px no-repeat;
	margin-top: 15px;
	margin-right: 20px;
}
.tc-video .main-title i.close:hover {
	background: url(../../image/match/tc-close-icon.png) -10px -60px no-repeat;
	cursor: pointer;
}
.tc-video .video-main{
	width:678px;
	height: 500px;
	float:left;
	padding:20px 20px 20px 20px;
}
/* 视频播放 弹窗结束 */

/*赛制规则*/
.tc-codex{
	width: 680px;
	height: auto;
	border-radius: 5px;
	background: #fff;
	display: none;
}

.tc-codex .main-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #b7d3f3;
	background: #f2f8ff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tc-codex .main-title h3 {
	line-height: 45px;
	font-size: 16px;
	color: #333;
	float: left;
	text-indent: 20px;
}
.tc-codex .main{
	float: left;
	width: 600px;
	margin:25px 40px;
}
.tc-codex .main .main-text{
	float: left;
	width: 100%;
}
.tc-codex .main .main-text>samp{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	letter-spacing:1px;
}
.tc-codex .main .main-text>span{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	text-indent: 29px;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing:1px;
}
.tc-codex .main .main-text p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #f7642e;
	text-indent: 29px;
	line-height: 26px;
	margin-bottom: 5px;
	letter-spacing:1px;
}
.tc-codex .main .main-text p samp{
	color: #333;
}
.tc-codex .main .main-text dl{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
}
.tc-codex .main .main-text dl dt{
	float: left;
	width: 15px;
	height:15px;
	background: url(../../image/match/common-icon2.png) -80px -250px no-repeat;
	margin: 3px -197px 0 203px;
}
.tc-codex .main .main-text dl.active dt{
	float: left;
	width: 15px;
	height:15px;
	background: url(../../image/match/common-icon2.png) -80px -300px no-repeat;
	margin: 3px -197px 0 203px;
}
.tc-codex .main .main-text dl dd{
	font-size: 14px;
	color: #333;
}
.tc-codex .main .tc-btn button{
	float: left;
	margin:0 180px;
	width: 240px;
}
.tc-codex .main .tc-btn .qd{
	display: none;
}

.tc-video-advert {
	width: 670px;
	height: 420px;
	display: none;
	background: #fff;
	border-radius: 2px;

	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -335px;
	margin-top: -192.5px;
	z-index: 10003;
}
.tc-video-advert .close {
	width: 14px;
	height: 14px;
	background: url(../../image/match/index-icon.png) -80px -720px no-repeat;
	float: right;
	margin: 10px;
	cursor: pointer;
}

.tc-video-advert .video-container {
    text-align: center;
    margin-top: 34px;
}
