/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(/image/calligraphy/bg.jpg);
}

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: 1px;
}


/*banner*/

.banner {
	width: 100%;
	height: 468px;
	min-width: 1280px;
	float: left;
	background: url(/image/calligraphy/list-banner.jpg) no-repeat center center;
}

.banner .main {
	width: 1200px;
	height: 468px;
	margin: 0 auto;
}

.banner .main .erwm {
	float: right;
	margin-top: 125px;
	margin-right: 90px;
}

.banner .main .erwm button {
	width: 147px;
	height: 37px;
	background: url(/image/calligraphy/02.png) no-repeat;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-top: 5px;
}

.banner .main .erwm img {
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}

.banner .main .erwm p {
	width: 170px;
	font-size: 12px;
	color: #222220;
	text-align: center;
	padding-top: 15px;
	font-family: simsun;
}

.banner .main .erwm p.sm {
	color: #b50810;
	line-height: 22px;
	margin-bottom: 15px;
}


/*报名数-投票数*/

.num {
	width: 100%;
	min-width: 1280px;
	height: 140px;
	float: left;
}

.num .num-main {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	margin-top: 37px;
}

.num .num-main ul li {
	width: 210px;
	height: 45px;
	float: left;
	background: url(/image/calligraphy/11.png) no-repeat;
	text-align: center;
	line-height: 45px;
	color: #a95307;
	font-size: 14px;
}

.num .num-main ul li b {
	color: #844003;
}

.num .num-main .search {
	float: right;
}

.num .num-main .search input {
	width: 220px;
	height: 37px;
	border: 1px solid #bb5e42;
	background: none;
	color: #a1553f;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 14px;
	text-indent: 12px;
	float: left;
}

.num .num-main .search button {
	width: 80px;
	height: 37px;
	float: left;
	background: #bb5e42;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


/*作品展示列表*/

.list {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.list .list-main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.list .list-main .main-1 {
	width: 1200px;
	float: left;
	position: relative;
}

.list .list-main .main-1 ul {
	width: 800px;
	float: left;
}

.list .list-main .main-1 ul li {
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #bb5e42;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}

.list .list-main .main-1 ul li.active {
	height: 37px;
	background: #fff;
	border-top: 3px solid #bb5e42;
	border-left: 1px solid #bb5e42;
	color: #bb5e42;
	border-right: 1px solid #bb5e42;
}

.list .list-main .main-2 {
	width: 1200px;
	height: auto;
	float: left;
	border: 1px solid #bb5e42;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	margin-top: -1px;
	margin-bottom: 100px;
}

.list .list-main .main-2 .small-tab {
	width: 100%;
	float: left;
}

.list .list-main .main-2 .small-tab dl {
	float: left;
	margin: 30px 0 30px 20px;
}

.list .list-main .main-2 .small-tab dl dd {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #bb5e42;
	padding: 0 12px;
	background: transparent;
	float: left;
	margin-right: 20px;
}

.list .list-main .main-2 .small-tab dl dd.active {
	background: #bb5e42;
	color: #fff;
}

.list .list-main .main-2 .small-tab dl dd:hover {
	cursor: pointer;
}

.list .list-main .main-2 .works-list {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.list .list-main .main-2 .works-list ul li {
	width: 300px;
	height: 310px;
	/*border-right: 1px solid #e0e0e0;*/
	border-bottom: 1px solid #e0e0e0;
	float: left;
	margin-bottom: 30px;
}

.list .list-main .main-2 .works-list ul li img {
	width: 250px;
	height: 188px;
	margin: 0 auto;
	display: block;
}

.list .list-main .main-2 .works-list ul li p {
	width: 250px;
	font-size: 14px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list .list-main .main-2 .works-list ul li p.zpmc {
	color: #a1553f;
}

.list .list-main .main-2 .works-list ul li p.xxnj {
	color: #7e6866;
}

.list .list-main .main-2 .works-list ul li p span {
	color: #7e6866;
	font-size: 14px;
	font-family: arial;
}

.list .list-main .main-2 .works-list ul li p span.dz {
	float: left;
	background: url(/image/calligraphy/tx.png) 0 no-repeat;
	padding-left: 25px;
}

.list .list-main .main-2 .works-list ul li p span.dz.active {
	background: url(/image/calligraphy/tx-active.png) 0 no-repeat;
}

.list .list-main .main-2 .works-list ul li p span.id {
	float: right;
}


/*分页*/

#page {
	text-align: center;
}

#page .page-nav {
	display: inline-block;
}

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

#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: #a1553f;
	border: 1px solid #a1553f;
	color: #fff;
}

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

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

#page .page-nav ul li.pre {
	width: 36px;
	height: 36px;
	float: left;
	background: url(/image/calligraphy/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/calligraphy/page-icon.png) -10px -90px no-repeat;
}

#page .page-nav ul li.next {
	width: 36px;
	height: 36px;
	float: left;
	background: url(/image/calligraphy/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/calligraphy/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;
}


/*作品大图弹窗*/

.tc-zp {
	width: 800px;
	height: 600px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	border-radius: 3px;
	display: none;
}

.tc-zp .close-layer {
	width: 56px;
	height: 56px;
	position: fixed;
	right: 14px;
	top: 0;
	cursor: pointer;
	z-index: 99995;
}

.tc-zp .close-layer i {
	background: url(/image/calligraphy/close-big.png) 0 0 no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 -18px;
}

.tc-zp img {
	width: 761px;
	height: 562px;
	margin: 20px;
}


/*二维码弹窗*/

.tc-ewm {
	width: 497px;
	height: 584px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	border-radius: 3px;
	display: none;
}

.tc-ewm .close-layer {
	width: 56px;
	height: 56px;
	position: fixed;
	right: 14px;
	top: 0;
	cursor: pointer;
	z-index: 99995;
}

.tc-ewm .close-layer i {
	background: url(/image/calligraphy/close-big.png) 0 0 no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 -18px;
}

.tc-ewm img {
	width: 457px;
	height: 442px;
	margin: 20px;
}

.tc-ewm p {
	width: 497px;
	text-align: center;
	font-size: 24px;
	color: #b50810;
}


/*确认投票弹窗*/

.tc-vote {
	width: 500px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	display: none;
}

.tc-vote .close {
	float: right;
	width: 15px;
	height: 15px;
	background: url(/image/calligraphy/close9.png) no-repeat;
	margin: 10px 10px 0 0px;
	cursor: pointer;
}

.tc-vote h1 {
	width: 480px;
	float: left;
	line-height: 97px;
	color: #222220;
	font-size: 24px;
	text-align: center;
}

.tc-vote .shuom {
	width: 480px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #e9b4b7;
	padding-bottom: 40px;
}

.tc-vote .shuom p {
	width: 480px;
	font-size: 14px;
	color: #5b5b55;
	line-height: 36px;
	text-align: center;
}

.tc-vote .btn {
	width: 480px;
	float: left;
	margin: 20px 0 30px 10px;
}

.tc-vote .btn .btn-main {
	width: 100%;
	height: 30px;
	text-align: center;
}

.tc-vote .btn .btn-main button {
	width: 100px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #8d080d;
	border-radius: 3px;
	color: #fff;
	background: #b50810;
}

.tc-vote .btn .btn-main button:hover {
	background: #a00e15;
}

.tc-vote .btn .btn-main button.qx {
	width: 100px;
	color: #b50810;
	background: #fff;
	margin-right: 15px;
}

.tc-vote .btn .btn-main button.qx:hover {
	background: #a00e15;
	color: #fff;
}


/*未到投票时间提示*/

.tc-tips {
	width: 500px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	display: none;
}

.tc-tips .close {
	float: right;
	width: 15px;
	height: 15px;
	background: url(/image/calligraphy/close9.png) no-repeat;
	margin: 10px 10px 0 0px;
	cursor: pointer;
}

.tc-tips h1 {
	width: 480px;
	float: left;
	line-height: 97px;
	color: #222220;
	font-size: 24px;
	text-align: center;
}

.tc-tips .shuom {
	width: 480px;
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #e9b4b7;
	padding-bottom: 40px;
}

.tc-tips .shuom p {
	width: 480px;
	font-size: 14px;
	color: #5b5b55;
	line-height: 36px;
	text-align: center;
}

.tc-tips .btn {
	width: 480px;
	float: left;
	margin: 20px 0 30px 10px;
}

.tc-tips .btn .btn-main {
	width: 100%;
	height: 30px;
	text-align: center;
}

.tc-tips .btn .btn-main button {
	width: 100px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #8d080d;
	border-radius: 3px;
	color: #fff;
	background: #b50810;
}

.tc-tips .btn .btn-main button:hover {
	background: #a00e15;
}
.tc-zp .seeBtn{color:#fff;position:fixed;top:80px;display:inline-block;background: rgba(0,0,0,.3);padding:10px;right:0;cursor:pointer;}
.tc-zp .seeBtn img{width:25px;height:25px;border:0;float:right;margin:0;}

.list .list-main .main-2 .nozp{
	font-size:24px;
	color:#767a7e;
	margin: 0 auto;
	width: 200px;
	margin-top: 150px;
	margin-bottom: 100px;
}