@charset "utf-8";

/* css document */

/*作品列表*/

/*条件筛选*/

.query {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 2px;
	margin-top: 19px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.query .query-main {
	width: 1157px;
	height: auto;
	margin: 0 auto;
}

.query .query-main ul {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.query .query-main ul li {
	width: 1157px;
	border-bottom: 1px dashed #ccc;
	color: #414143;
	line-height: 40px;
	float: left;
}

.query .query-main ul li a {
	color: #252d30;
	line-height: 20px;
	font-size: 14px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 10px;
}

.query .query-main ul li samp {
	width: 1090px;
	float: left;
}

.query .query-main ul li a.active {
	display: block;
	height: 20px;
	line-height: 19px;
	background: #00a3b6;
	color: #fff;
	border-radius: 20px;
	margin-top: 10px;
}

.query .query-main ul li a.active:hover {
	color: #fff;
}

.query .query-main ul li span {
	float: left;
	font-size: 14px;
	padding-right: 15px;
	color: #777;
}

.query .query-main ul li a:hover {
	color: #00a3b6;
}

.all-works {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.all-works .all-works-title {
	width: 100%;
	height: 56px;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 10px;
}

.all-works .all-works-title h5 {
	font-size: 20px;
	color: #222;
	float: left;
	line-height: 56px;
	padding-left: 20px;
}
.all-works .all-works-title span.total-span {
	color: #222;
	float: left;
	line-height: 56px;
	padding-left: 20px;
}
.all-works .all-works-title span.total-span em {
	color: #ff5224;
}

.all-works .all-works-title .search {
	float: right;
}

.all-works .all-works-title .search {
	width: 340px;
	height: 34px;
	border: 1px solid #ff5224;
	background: #fff7ec;
	border-radius: 2px;
	margin-right: 10px;
	margin-top: 10px;
}

.all-works .all-works-title .search input {
	width: 255px;
	height: 34px;
	line-height: 34px;
	background: #fff7ec;
	float: left;
	font-size: 14px;
	color: #666;
	text-indent: 8px;
}

.all-works .all-works-title .search button {
	width: 84px;
	height: 35px;
	line-height: 35px;
	float: right;
	background: #ff5224;
	border-radius: 2px;
	color: #fff;
}

.all-works .all-works-title .search button:hover {
	background: #ff4716;
}

.all-works .all-works-list {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.all-works .all-works-list ul {
	float: left;
	margin-left: -26px;
}

.all-works .all-works-list ul li {
	width: 280px;
	max-height: 360px;
	background: #fff;
	float: left;
	margin-left: 26px;
	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;
}

.all-works .all-works-list ul li .pic {
	width: 100%;
	height: 210px;
	float: left;
}

.all-works .all-works-list ul li img {
	width: 280px;
	height: 210px;
	float: left;
}

.all-works .all-works-list 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;
}

.all-works .all-works-list ul li .mask p {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding-left: 10px;
}

.all-works .all-works-list ul li:hover .mask {
	display: block;
}

.all-works .all-works-list ul li .ct-center {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.all-works .all-works-list ul li .ct-center p {
	min-height: 19px;
	width: 260px;
	float: left;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	padding-left: 10px;
	padding-bottom: 5px;
}

.all-works .all-works-list ul li .ct-center p.team-name {
	color: #222;
	padding-top: 6px;
}

.all-works .all-works-list ul li .ct-center p.team-name a {
	font-size: 14px;
	color: #222;
}

.all-works .all-works-list ul li .ct-center p.team-name a:hover {
	color: #00a2ac;
	text-decoration: underline;
	cursor: pointer;
}

.all-works .all-works-list ul li .ct-center dl {
	width: 100%;
	float: left;
	margin-left: 10px;
	margin-bottom : 6px;
}

.all-works .all-works-list ul li .ct-center dl dd {
	float: left;
	margin-right: 15px;
}

.all-works .all-works-list ul li .ct-center dl dd i {
	margin: 5px 5px 0 0;
}

.all-works .all-works-list 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;
}

.all-works .all-works-list ul li .ct-center dl dd i.praise:hover {
	cursor: pointer;
}

.all-works .all-works-list 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;
}

.all-works .all-works-list 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;
}

.all-works .all-works-list 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;
}

.all-works .all-works-list ul li .ct-center dl dd i.share:hover {
	cursor: pointer;
}

.all-works .all-works-list ul li .ct-center dl dd i.share:hover {
	width: 16px;
	height: 13px;
	float: left;
	background: url(../../image/match/compete-index-icon.png) -10px -210px no-repeat;
}

.all-works .all-works-list ul li .ct-center dl em {
	font-size: 12px;
	font-family: arial;
	font-style: normal;
	color: #666;
}

.all-works .all-works-list ul li .ct-bottom {
	min-height: 37px;
	width: 100%;
	float: left;
}

.all-works .all-works-list ul li .ct-bottom p {
	width: 155px;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #666;
	line-height: 37px;
	padding-left: 10px;
	overflow: hidden;
}

.all-works .all-works-list ul li .ct-bottom p img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	float: left;
	margin: 8px 5px 0 0;
}

.all-works .all-works-list ul li .ct-bottom p b {
	float: left;
	font-weight: normal;
}

.all-works .all-works-list ul li .ct-bottom p em {
	width: 82px;
	float: left;
	font-style: normal;
	verflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.all-works .all-works-list 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);
}

.all-works .no-works-list {
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	margin-bottom: 40px;
	display: none;
}

.all-works .no-works-list img {
	margin: 0 auto;
	display: block;
	margin-top: 100px;
}

.all-works .no-works-list p {
	text-align: center;
	font-size: 16px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 100px;
}

.ct-bottom .index-btn {
	float: right;
	line-height: 37px;
	font-size: 14px;
	color: #ff4200;
	margin-right: 10px;
}

/*一等奖*/

 .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;
}

 .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;
}

 .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;
}


/*二等奖*/

.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;
}

.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;
}

.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;
}


/*三等奖*/

.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;
}

.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;
}

.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;
}


/*其他奖项*/

.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;
}

.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;
}

.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;
}

.ct-bottom img.prize {
	width: 74px;
	height: 31px;
	float: right;
	margin-top: 3px;
}

.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);
} */
.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;
}