@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../../image/preparingContest/bg.jpg);
	overflow-x: hidden;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: none;
	border-collapse: collapse;
}


/*banner*/

.banner {
	width: 100%;
	min-width: 1280px;
	height: 395px;
	float: left;
	background: url(../../image/preparingContest/banner1.jpg) no-repeat center center;
}

.banner .bannerMain {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}

.banner .bannerMain .bannerLeft {
	width: 180px;
	height: 120px;
	float: right;
	margin-right: 58px;
	margin-top: 20px;
}

.banner .bannerMain .bannerLeft p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.banner .bannerMain .bannerLeft .time {
	float: left;
}

.banner .bannerMain .bannerLeft .time span {
	width: 51px;
	height: 67px;
	float: left;
	background: url(../../image/preparingContest/time.png) no-repeat;
	font-size: 53px;
	color: #00a39c;
	text-align: center;
	line-height: 56px;
	margin-left: 10px;
}

.banner .bannerMain .bannerLeft .time span i {
	width: 49px;
	height: 2px;
	background: #e8e8e8;
	margin-top: -28px;
	margin-left: 1px;
	position: relative;
	float: left;
}

.banner .bannerMain .bannerLeft .time b {
	font-size: 35px;
	color: #333;
	font-weight: normal;
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}


/*导航*/

.nav {
	width: 100%;
	min-width: 1280px;
	height: 60px;
	background: #00a39c;
	float: left;
	margin-bottom: 30px;
}

.navMain {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}


.navMain ul li {
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	float: left;
	padding: 0px 60px 0 0;
}

.navMain ul li a {
	font-size: 18px;
	color: #fff;
	padding: 0px 30px 0 30px;
}

.navMain ul li a:hover {
	display: block;
	background: #008781;
	text-decoration: none;
}

.navMain ul li a.choose {
	display: block;
	background: #008781;
}

.navMain ul .entrance{
	background:url(../../image/preparingContest/entranceBG.png) no-repeat;
	height: 90px;
    margin-top: -20px;
	padding: 0px 10px 0 25px;
	line-height: 90px;
	cursor:pointer;
}

.navMain ul .entrance a{
	font-size:24px;
	font-weight:bold;
	}
	
.navMain ul .entrance a:hover{	
	background:none;
}

.gameMain {
	width: 1200px;
	height: 2000px;
	margin: 0 auto;
}


/*大赛介绍*/

.gameIntro {
	width: 1200px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 10px #ddd;
	float: left;
	margin-bottom: 30px;
}

.gameIntro .introMain {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.gameIntro .introMain .title {
	color: #00a39c;
	position: relative;
	padding-top: 35px;
}

.gameIntro .introMain .title span {
	background: #fff;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.gameIntro .introMain .title span i {
	width: 19px;
	height: 23px;
	float: left;
	background: url(../../image/preparingContest/icon.png) -10px -10px no-repeat;
	margin: 5px 10px 0 0;
}

.gameIntro .introMain .title:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 1px dashed #00a39c;
}

.gameIntro .introMain .paragraph {
	width: 1160px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

.gameIntro .introMain .paragraph p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 36px;
	text-indent: 32px;
}


/*大赛赛程*/

.schedule {
	width: 1200px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 10px #ddd;
	float: left;
	margin-bottom: 30px;
}

.schedule .scheduleMain {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.schedule .scheduleMain .title {
	color: #00a39c;
	position: relative;
	padding-top: 35px;
	margin-bottom: 25px;
}

.schedule .scheduleMain .title span {
	background: #fff;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.schedule .scheduleMain .title span i {
	width: 22px;
	height: 23px;
	float: left;
	background: url(../../image/preparingContest/icon.png) -10px -60px no-repeat;
	margin: 5px 10px 0 0;
}

.schedule .scheduleMain .title:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 1px dashed #00a39c;
}
.schedule .scheduleMain .timeLine{ width: 1160px; height: 216px; margin: 20px 0 30px 0; float: left; background: url(../../image/preparingContest/timeline.jpg) no-repeat;}
.schedule .scheduleMain .timeLine i.bm{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -160px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 30px;}
    
.schedule .scheduleMain .timeLine i.bkyt{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 169px;}

.schedule .scheduleMain .timeLine i.hdpx{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 333px;}

.schedule .scheduleMain .timeLine i.pxjg{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 480px;}

.schedule .scheduleMain .timeLine i.gkksj{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 624px;}

.schedule .scheduleMain .timeLine i.gkkpx{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 776px;}
    
.schedule .scheduleMain .timeLine i.jggb{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 920px;}
.schedule .scheduleMain .timeLine i.mdgb{ width: 15px; height: 15px; background: url(../../image/preparingContest/icon.png) -10px -250px no-repeat;     position: absolute;
    margin-top: 99px;
    margin-left: 1078px;}














/*参赛团队*/

.team {
	width: 1200px;
	min-height: 373px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 10px #ddd;
	float: left;
	margin-bottom: 30px;
}

.team .teamMain {
	width: 1160px;
	height: auto;
	margin: 0 auto;
}

.team .teamMain .title {
	color: #00a39c;
	position: relative;
	padding-top: 35px;
	margin-bottom: 25px;
}

.team .teamMain .title.Two:before{border:0;}
.team .teamMain  .right-search{
	display:inline-block;
	float:right;
}


.team .teamMain .title span {
	background: #fff;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}


.team .teamMain  .right-search{
	display:inline-block;
	float:right;
	
}

.team .teamMain  .right-search .searchbar{
	position:relative;
	float:left;
}

.team .teamMain  .right-search input{
	border:1px solid #00a39c;
	
	height:37px;
	line-height:35px;
	padding-left:10px;
	width:275px;
	border-radius: 3px;
}
.team .teamMain  .right-search .searchTeam{
	background:#00a39c;
	color:#fff;
	font-size:14px;
	display:inline-block;
	height:37px;
	line-height:37px;
	position:absolute;
	right:0;	
	padding:0 25px 0 10px;
	cursor:pointer;
	background:url(../../image/preparingContest/searchIcon.png) #00a39c no-repeat 65px;
	background-size:20px 20px;
	border-radius: 3px;
}
.team .teamMain  .right-search .createTeam{
	background:#ff5746;
	color:#fff;
	height:37px;
	line-height:37px;
	text-align:center;
	font-size:18px;
	padding:0 10px;
	margin-right:20px;
	cursor:pointer;
	border-radius: 3px;
	float:left;
}
.team .teamMain  .right-search .createTeam:hover{ color:#fe4a38; color:#fff;}
.team .teamMain .title span i {
	width: 23px;
	height: 23px;
	float: left;
	background: url(../../image/preparingContest/icon.png) -10px -110px no-repeat;
	margin: 5px 10px 0 0;
}

.team .teamMain .title span samp {
	font-size: 14px;
	color: #565151;
	padding-left: 20px;
}

.team .teamMain .title:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 5px;
	border-bottom: 1px dashed #00a39c;
}

.team .teamMain .title span.more {
	float: right;
	font-size: 14px;
	padding: 10px 0 0 10px;
}

.team .teamMain .title span.more:hover {
	text-decoration: underline;
	cursor: pointer;
}

.team .teamMain .camWholeBox {
	width: 1200px;
	overflow: visible;
	margin-left: -20px;
}
.team .teamMain .camWholeBox .nozp{
    font-size: 24px;
    color: #767a7e;
    margin: 0 auto;
    width: 350px;
    margin-top: 150px;
    margin-bottom: 100px;
}

.borderTop {
	border-top: 1px solid #f4f4f4;
}

.team .teamMain .camWholeBox ul li {
	/* position: relative; */
	float: left;
	width: 250px;
	height: 384px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 24px 20px 25px;
}

.team .teamMain .camWholeBox ul li img {
	width: 250px;
	height: 188px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.team .teamMain .camWholeBox ul li img:hover {
    cursor: pointer;
}


.team .teamMain .camWholeBox ul li samp {
	width: 250px;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 18px;
	height: 40px;
	float: left;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.team .teamMain .camWholeBox ul li p {
	width: 250px;
	font-size: 12px;
	color: #707070;
	float: left;
	line-height: 24px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}

.team .teamMain .camWholeBox ul li .btn {
	width: 220px;
	height: 30px;
	float: left;
	margin-top: 20px;
}

.team .teamMain .camWholeBox ul li .btn .btnMain {
	width: 220px;
	margin: 0 auto;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button {
	font-size: 14px;
	float: left;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.xq {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #00a39c;
	color: #00a39c;
	background: #fff;
	margin-right: 20px;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.join {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #00a39c;
	background: #00a39c;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.myteam {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #00a39c;
	background: #00a39c;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.wait {
	width: 100px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #a4a4a4;
	background: #c7c7c7;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain button.wait:hover{
	background: #c7c7c7;
	color: #fff;
	}

.team .teamMain .camWholeBox ul li .btn .btnMain button:hover {
	background: #019891;
	color: #fff;
}

.team .teamMain .camWholeBox ul li .btn .btnMain span {
	float: right;
	font-size: 14px;
	color: #eb6342;
	line-height: 30px;
}

/*加入团队弹窗*/
.tcJoin{ width: 450px; height: 260px; background: #fff; border-radius: 3px; display: none;}
.tcJoin .close{ width: 15px; height: 15px; float: right; background: url(../../image/preparingContest/close.png) no-repeat; margin: 12px 12px 40px 0; cursor: pointer;}
.tcJoin .close:hover{ background: url(../../image/preparingContest/close-hover.png) no-repeat;}

.tcJoin .joinTips{ width: 450px; float: left;}
.tcJoin .joinTips p{ width: 350px; font-size: 16px; color: #333; line-height: 30px; margin: 0 auto;}
.tcJoin .joinTips p samp{ font-size: 16px; color: #00a39c;}
.tcJoin .joinTips span{ font-size: 12px; color: #eb6342; padding-left: 51px; padding-top: 20px; padding-bottom: 30px; float: left;}

.tcJoin .joinBtn{ width: 450px; float: left; }
.tcJoin .joinBtn .btn{ width: 220px; margin: 0 auto; height: 30px;}
.tcJoin .joinBtn .btn button{ width: 100px; height: 30px; border-radius: 3px; float: left;}
.tcJoin .joinBtn .btn button.qd{ background: #00a39c; color: #fff; margin-right: 20px;}
.tcJoin .joinBtn .btn button.qx{ background: #fff; border: 1px solid #00a39c; color: #00a39c;}
.tcJoin .joinBtn .btn button:hover {
	background: #019891;
	color: #fff;
}




/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.footer .f-1 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #f3f3f3;
	float: left;
}

.footer .f-1 .f-1-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer .f-1 .f-1-main .wz {
	width: 1000px;
	float: left;
	padding-bottom: 10px;
}

.footer .f-1 .f-1-main p {
	width: 1000px;
	float: left;
	font-size: 12px;
	color: #767a7e;
	padding-top: 12px;
}

.footer .f-1 .f-1-main p span {
	float: left;
}

.footer .f-1 .f-1-main p a {
	font-size: 12px;
	color: #767a7e;
	float: left;
	padding-right: 5px;
}

.footer .f-1 .f-1-main p a:hover {
	color: #006CFF;
}

.footer .f-1 .f-1-main .ewm {
	width: 100px;
	float: right;
	margin-top: 15px;
}

.footer .f-1 .f-1-main .ewm img {
	float: left;
	width: 85px;
	height: 85px;
	margin-left: 8px;
}

.footer .f-1 .f-1-main .ewm p {
	width: 100px;
	text-align: center;
	font-size: 12px;
	color: #575e65;
	padding-top: 5px;
}

.footer .f-2 {
	width: 100%;
	min-width: 1280px;
	height: auto;
	background: #3a3a3a;
	float: left;
}

.footer .f-2 .f-2-main {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}

.footer .f-2 .f-2-main p {
	width: 1200px;
	line-height: 55px;
	float: left;
	color: #bbb;
	font-size: 12px;
}

.footer .f-2 .f-2-main p a {
	color: #bbb;
	font-size: 12px;
}


/*列表页*/
.pageList{width:1200px;margin:0 auto;overflow:hidden;}
.pageList .classify{width:1200px;margin:0 auto;height: auto;background: #fff;border-radius: 3px;box-shadow: 0px 3px 10px #ddd;padding:20px 0;margin-bottom: 20px;}
.pageList .classify .classifyList{overflow:hidden;}
.pageList .classify .classifyList dl{overflow:hidden;padding:10px 20px;}
.pageList .classify .classifyList dl dd{float:left;margin-right:25px;font-size:14px;color:#404040;}
.pageList .classify .classifyList dl dd:hover{
	cursor:pointer;
	color:#00bdb5;
}
.pageList .classify .classifyList dl dd select{width:150px;border:1px solid #dedede;border-radius:3px;height:30px;line-height:30px;text-align:center;color:#404040;}
.pageList .classify .classifyList dl dd.label{color:#868686;}
.pageList .classify .classifyList dl dd.dq{color:#868686; padding-top: 5px;}
.pageList .classify .classifyList dl .active{color:#00bdb5;}
.pageList .classify .classifyList dl .disable{color:#b4b4b4;}
.pageList .classify .classifyList dl .disable:hover{
	color:#b4b4b4;
	cursor:default;
}

/*创建团队弹窗*/

.tcCreat {
	width: 848px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	display: none;
}
.tcCreat .tips{ 
	width: 848px; 
	height: 41px; 
	line-height: 41px; 
	background: url(../../image/preparingContest/tc-bg.png) no-repeat; 
	font-size: 18px; 
	color: #fff; 
	font-weight: bold; 
	text-indent: 24px;
}

.tcCreat .close {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../../image/preparingContest/close-1.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:1;
}

.tcCreat .content {
	overflow: hidden;
	padding: 20px 25px 0 25px;
}
.tcCreat .content .img .upload {
	width: 240px;
	height: 180px;
	position: relative;
}

.tcCreat .content .img .upload img {
	width: 240px;
	height: 180px;
}
.tcCreat .content .img .upload .zz p {
    color: #fff;
    text-align: center;
}
.tcCreat .content .img .upload .zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 180px;
	/* background: rgba(0, 0, 0, .6) */
	background: url(../../image/preparingContest/zz.png) no-repeat;
}
.tcCreat .content .img .upload .zz p .uploadicon {
    width: 35px;
    height: 35px;
    margin-top: 75px;
    margin-bottom: 10px;
    cursor: pointer;
}
.tcCreat .content .img .upcover {
	font-size: 16px;
	margin-top: 10px;
    border:1px solid #00a39c;
    color: #00a39c;
    width: 140px;
    height: 35px;
    border-radius: 3px;
    margin-left: 55px;
    background: #fff;
}.tcCreat .content .img .upcover:hover {
	font-size: 16px;
	margin-top: 10px;
    background: #00a39c;
    color: #fff;
    width: 140px;
    height: 35px;
    border-radius: 3px;
    margin-left: 55px;
}



.tcCreat .content .img {
	width: 240px;
	height: 180px;
	float: left;
}

.tcCreat .content .img .advice {
	color: #f65700;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tcCreat .content .img img {
	width: 220px;
}

.tcCreat .content .rightselect {
	width: 505px;
	float: left;
	margin-left: 30px;
}

.tcCreat .content .rightselect .selectList {
	margin-bottom: 15px;
	float: left;
}
.tcCreat .content .rightselect .selectList.td{ margin-left:-5px;}
.tcCreat .content .rightselect .selectList p{ float:left; font-size:14px; color:#f65700; padding-left: 75px;
    padding-top: 5px;}
.tcCreat .content .rightselect .selectList.lgz{ margin-left:32px;}
.tcCreat .content .rightselect .selectList textarea {
	border: 1px solid #dedede;
	width: 415px;
	height: 150px;
}

.tcCreat .content .rightselect .selectList .label {
	font-size: 16px;
	line-height: 35px;
	color: #5a5a5a;
	margin-right: 10px;
	float: left;
	
}
.tcCreat .content .rightselect .selectList .label.school{ padding-left:10px;}
.tcCreat .content .rightselect .selectList .label.two {
	float: left;
}

.tcCreat .content .rightselect .selectList select {
	border: 1px solid #dedede;
	line-height: 33px;
	/* padding:5px 0; */
	text-align: center;
	color: #a9a9a9;
}

.tcCreat .content .rightselect .selectList input {
	width: 415px;
	border: 1px solid #dedede;
	height: 31px;
	line-height: 31px;
	color: #a9a9a9;
	text-indent: 10px;
}

.tcCreat .content .rightselect .selectList select.typeone {
	width: 300px;
}

.tcCreat .content .rightselect .selectList select.typetwo {
	width: 126px;
	height: 33px;
	line-height: 29px;
	margin-top: 2px;
	float: left;
	
}
.tcCreat .content .rightselect .selectList select.typetwo.nj{     width: 142px;
    margin-right: 10px;}
.tcCreat .content .rightselect .selectList select.typeschool{width: 182px;
    margin-top: 2px; border: 1px solid #dedede;
    height: 31px;
    line-height: 31px;
    color: #a9a9a9;
    text-indent: 10px;}
.tcCreat .content .rightselect .selectList select.typetwo.nj{ width:142px ;margin-right: 10px;}
.tcCreat .content .rightselect .selectList input.typetwo {
	width: 142px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.tcCreat .content .rightselect .selectList select.typetwo.xd{ width:142px;}
.tcCreat .content .rightselect .selectList select.typetwo.sz{ margin-right: 10px;}
.tcCreat .content .rightselect .selectList input.typethree {
	width: 182px;
    margin-top: 2px;

}

.tcCreat .content .rightselect .selectList select.typethree {
	width: 197px;
}

.tcCreat .content .rightselect .selectList select.typefour {
	width: 218px;
	height: 33px;/**/
}

.tcCreat .content .rightselect .selectList .tel {
	font-size: 12px;
	color: #f65700;
	padding-left: 45px;
	float: left;
}

.tcCreat .creatBtn {
	text-align: center;
	margin-top: 20px;
	padding-left: 130px;
	margin-bottom: 20px;
}

.tcCreat .creatBtn button {
	text-align: center;
}

.tcCreat .creatBtn button {
	width: 100px;
	height: 30px;
	border-radius: 3px;
}

.tcCreat .creatBtn .cj {
	background: #00a39c;
	color: #fff;
	margin-right: 20px;
}

.tcCreat .creatBtn .qx {
	background: #fff;
	border: 1px solid #00a39c;
	color: #00a39c;
}

.tcCreat .content .rightselect .selectList .descTips {
	float: left;
    font-size: 14px;
    color: #f65700;
    padding-left: 85px;
    padding-top: 5px;
}




/*创建团队弹窗*/
.competition{width:1200px;margin:0 auto;overflow:hidden;background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 10px #ddd;    padding: 20px 0;margin-bottom: 30px;}
.competition .leftNav{float:left;width:10%;padding-left: 40px;}
.competition .leftNav dl dd{margin-bottom:10px;text-align:center;border-radius:25px;color:#625e5f;}
.competition .leftNav dl dd.active{background:#00a49d;color:#fff;padding:5px 0;}
.competition .midline{width:2px;background:#00a49d;height:185px;float:left;position:relative;margin:0 20px;}
.competition .midline .pointer{display:inline-block;border-radius:50%;background:#00a49d;width:10px;height:10px;position:absolute;left:-4px;top:135px;}
.competition .right-content{float:left;margin-left:30px;width:80%;margin-top: 30px;}
.competition .right-content .expertList dl{overflow:hidden;}
.competition .right-content .expertList dl .expertListDd{width:33.33%;float:left;margin-bottom:20px;}
.competition .right-content .expertList dl .expertListDd img{float:left;}
.competition .right-content .expertList dl .expertListDd .listinfo{float:left;width:120px;margin-top: 20px; margin-left: 15px;}
.competition .right-content .expertList dl .expertListDd .listinfo .name{font-size:18px;}
.competition .right-content .expertList dl .expertListDd .listinfo .txt{font-size:14px;color:#707070;}

.tcCreat .content .img img {
	width: 240px;
}

.tcCreat .content .img .upload {
	width: 240px;
	height: 180px;
	position: relative;
}

.tcCreat .content .img .upload img {
	width: 240px;
	height: 180px;
}

.tcCreat .content .img .upload .zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 180px;
	/* background: rgba(0, 0, 0, .6) */
	background: url(../../image/preparingContest/zz.png) no-repeat;
}
#provinceInput{
	background-color: rgb(235, 235, 228);
}
#provinceInput_{
	background-color: rgb(235, 235, 228);
}
.tcCreat .content .img .upload .zz p {
	color: #fff;
	text-align: center;
}

.tcCreat .content .img .upload .zz p .uploadicon {
	width: 35px;
	height: 35px;
	margin-top: 75px;
	margin-bottom: 10px;
	cursor: pointer;
}
.tcCreat .content .img .upcover:hover {
	font-size: 16px;
	margin-top: 10px;
    background: #00a39c;
    color: #fff;
    width: 140px;
    height: 35px;
    border-radius: 3px;
    margin-left: 55px;
}

