@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../../image/lizaixiang/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;
	color: #bf5d40;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
}


/*banner*/

.banner {
	width: 100%;
	min-width: 1280px;
	height: 596px;
	background: url(../../image/lizaixiang/banner.png) no-repeat center center;
}

.banner .main {
	width: 1200px;
	height: 596px;
	margin: 0 auto;
}

.banner .main p {
	width: 645px;
	height: 325px;
	float: left;
	font-size: 12px;
	color: #000;
	line-height: 23px;
	font-family: arial;
	text-indent: 24px;
	padding-top: 210px;
}


/*视频列表*/

.wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.wrap .nav {
	width: 1200px;
	height: auto;
	float: left;
}

.wrap .nav a {
	font-size: 14px;
	color: #271103;
	font-family: "宋体";
}

.wrap .nav b {
	font-size: 14px;
	color: #bf5d40;
	font-family: "宋体";
	font-weight: normal;
}

.wrap .list-main {
	width: 1200px;
	height: auto;
	float: left;
	margin-top: 30px;
}

.wrap .list-main .main-1 {
	width: 1200px;
	float: left;
	position: relative;
}

.wrap .list-main .main-1 ul {
	float: left;
}

.wrap .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;
}

.wrap .list-main .main-1 ul li.choose {
	height: 37px;
	background: #fff;
	border-top: 3px solid #bb5e42;
	border-left: 1px solid #bb5e42;
	color: #bb5e42;
	border-right: 1px solid #bb5e42;
}

.wrap .list-main .mediaList {
	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;
}

.wrap .list-main .mediaList .con {
	float: left;
	margin-left: 24px;
	margin-top: 70px;
}

.wrap .list-main .mediaList .con ul li {
	width: 201px;
	height: 170px;
	float: left;
	margin-bottom: 30px;
	margin-left: 25px;
}

.wrap .list-main .mediaList .con ul li .img {
	width: 201px;
	height: 125px;
}

.wrap .list-main .mediaList .con ul li .img .mask {
	width: 201px;
	height: 125px;
	background: #000;
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.wrap .list-main .mediaList .con ul li .img .mask img {
	width: 52px;
	height: 52px;
	float: left;
	margin-left: 75px;
	margin-top: 37px;
}

.wrap .list-main .mediaList .con ul li .img .mask:hover {
	background: #000;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.wrap .list-main .mediaList .con ul li .img img {
	width: 201px;
	height: 125px;
	float: left;
	margin-bottom: 10px;
}

.wrap .list-main .mediaList .con ul li p {
	width: 201px;
	font-size: 14px;
	color: #271103;
	float: left;
}

.wrap .list-main .mediaList .con ul li p a {
	font-size: 14px;
	color: #271103;
}

.wrap .list-main .mediaList .con ul li p a:hover {
	color: #bf5d40;
}


/*分页管理*/

.wrap .list-main .mediaList .page {
	width: 590px;
	height: 40px;
	margin: 0 auto;
}

.wrap .list-main .mediaList .page ul {
	list-style: none;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	height: 40px;
	float: left;
}

.wrap .list-main .mediaList .page ul li {
	font-family: Arial;
	cursor: pointer;
	width: 34px;
	height: 34px;
	float: left;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
	color: #6e6e6e;
	margin-right: 5px;
	font-size: 14px;
}

.wrap .list-main .mediaList .page ul li:hover {
	background: #eee;
}

.wrap .list-main .mediaList .page ul li.prePage {
	width: 36px;
	height: 36px;
	background: url(../../image/lizaixiang/arrow-left.png) no-repeat;
	border: none;
}

.wrap .list-main .mediaList .page ul li.omit {
	border: 0px;
	width: 25px;
}

.wrap .list-main .mediaList .page ul li.nextPage {
	background: url(../../image/lizaixiang/arrow-right.png) no-repeat;
	width: 36px;
	height: 36px;
	border: none;
}

.wrap .list-main .mediaList .page ul li.choose {
	border: 1px solid #a1553f;
	background: #a1553f;
	color: #fff;
}

.wrap .list-main .mediaList .page ul li.choose.prePage {
	background: url(../../image/lizaixiang/arrow-left-hover.png) no-repeat;
	border: none;
}

.wrap .list-main .mediaList .page ul li.choose.nextPage {
	background: url(../../image/lizaixiang/arrow-right-hover.png) no-repeat;
	border: none;
}

.wrap .list-main .mediaList .page a.noborder {
	border: 0px solid #999;
}

.wrap .list-main .mediaList .page a .noboder1 {
	border: 0px solid #999;
	color: #0592ec;
}

.wrap .list-main .mediaList .page .gotopage {
	width: auto;
	height: 22px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
}

.wrap .list-main .mediaList .page .gotopage:hover {
	background: none;
}

.wrap .list-main .mediaList .page .gotopage input {
	width: 39px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	text-align: center;
	color: #999;
	font-family: Arial;
	font-size: 14px;
}

.wrap .list-main .mediaList .page a.next {
	color: #0592ec;
}

.wrap .list-main .mediaList .page .total {
	width: 58px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
}

.wrap .list-main .mediaList .page .total:hover {
	background: none;
}

.wrap .list-main .mediaList .page ul li.determine {
	border: none;
	margin-top: 6px;
}

.wrap .list-main .mediaList .page ul li.determine:hover {
	background: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wrap .list-main .main-2 .page ul li.determine {
		margin-top: 0px;
	}
}


/*safari(Chrome) 有效 */

@-moz-document url-prefix() {
	.wrap .list-main .main-2 .page ul li.determine {
		margin-top: 0px;
	}
}


/*仅firefox 识别*/

.wrap .list-main .mediaList .page ul li button {
	width: 50px;
	height: 25px;
	line-height: 20px;
	background: #fff;
	line-height: 25px;
	color: #404040;
	border: 1px solid #ccc;
	text-align: center;
	font-family: "宋体";
	margin-top: -1px;
	margin-left: 5px;
	float: left;
}

.wrap .list-main .mediaList .page ul li.determine button:hover {
	background: #a1553f;
	color: #fff;
	border: 1px solid #a1553f;
}


/*活动照片*/

.wrap .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;
}

.wrap .list-main .main-2 ul li {
	width: 299px;
	height: auto;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
}

.wrap .list-main .main-2 ul li img {
	width: 250px;
	height: 188px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}

.wrap .list-main .main-2 ul li p {
	width: 250px;
	font-size: 14px;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap .list-main .main-2 ul li p a {
	font-size: 14px;
	color: #a1553f;
}


/*分页管理*/

.wrap .list-main .main-2 .page {
	width: 590px;
	height: 40px;
	margin: 0 auto;
}

.wrap .list-main .main-2 .page ul {
	list-style: none;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	height: 40px;
	float: left;
}

.wrap .list-main .main-2 .page ul li {
	font-family: Arial;
	cursor: pointer;
	width: 34px;
	height: 34px;
	float: left;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
	color: #6e6e6e;
	margin-right: 5px;
	font-size: 14px;
}

.wrap .list-main .main-2 .page ul li:hover {
	background: #eee;
}

.wrap .list-main .main-2 .page ul li.prePage {
	width: 36px;
	height: 36px;
	background: url(../../image/lizaixiang/arrow-left.png) no-repeat;
	border: none;
}

.wrap .list-main .main-2 .page ul li.omit {
	border: 0px;
	width: 25px;
}

.wrap .list-main .main-2 .page ul li.nextPage {
	background: url(../../image/lizaixiang/arrow-right.png) no-repeat;
	width: 36px;
	height: 36px;
	border: none;
}

.wrap .list-main .main-2 .page ul li.choose {
	border: 1px solid #a1553f;
	background: #a1553f;
	color: #fff;
}

.wrap .list-main .main-2 .page ul li.choose.prePage {
	background: url(../../image/lizaixiang/arrow-left-hover.png) no-repeat;
	border: none;
}

.wrap .list-main .main-2 .page ul li.choose.nextPage {
	background: url(../../image/lizaixiang/arrow-right-hover.png) no-repeat;
	border: none;
}

.wrap .list-main .main-2 .page a.noborder {
	border: 0px solid #999;
}

.wrap .list-main .main-2 .page a .noboder1 {
	border: 0px solid #999;
	color: #0592ec;
}

.wrap .list-main .main-2 .page .gotopage {
	width: auto;
	height: 22px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
}

.wrap .list-main .main-2 .page .gotopage:hover {
	background: none;
}

.wrap .list-main .main-2 .page .gotopage input {
	width: 39px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	text-align: center;
	color: #999;
	font-family: Arial;
	font-size: 14px;
}

.wrap .list-main .main-2 .page a.next {
	color: #0592ec;
}

.wrap .list-main .main-2 .page .total {
	width: 58px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
}

.wrap .list-main .main-2 .page .total:hover {
	background: none;
}

.wrap .list-main .main-2 .page ul li.determine {
	border: none;
	margin-top: 6px;
}

.wrap .list-main .main-2 .page ul li.determine:hover {
	background: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wrap .list-main .main-2 .page ul li.determine {
		margin-top: 0px;
	}
}

{}


/*safari(Chrome) 有效 */

@-moz-document url-prefix() {
	.wrap .list-main .main-2 .page ul li.determine {
		margin-top: 0px;
	}
}


/*仅firefox 识别*/

.wrap .list-main .main-2 .page ul li button {
	width: 50px;
	height: 25px;
	line-height: 20px;
	background: #fff;
	line-height: 25px;
	color: #404040;
	border: 1px solid #ccc;
	text-align: center;
	font-family: "宋体";
	margin-top: -1px;
	margin-left: 5px;
}

.wrap .list-main .main-2 .page ul li.determine button:hover {
	background: #a1553f;
	color: #fff;
	border: 1px solid #a1553f;
}


/*活动评价*/

.wrap .list-main .main-2 ol {
	width: 1093px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 100px;
}

.wrap .list-main .main-2 ol li {
	width: 1093px;
	border-bottom: 1px solid #c6c6c6;
	padding-top: 40px;
}

.wrap .list-main .main-2 ol li h2 {
	font-size: 18px;
	color: #484848;
	font-weight: bold;
	padding-bottom: 20px;
}

.wrap .list-main .main-2 ol li h2 a {
	font-size: 18px;
	color: #484848;
	font-weight: bold;
}

.wrap .list-main .main-2 ol li h2 a:hover {
	color: #bf5d40;
}

.wrap .list-main .main-2 ol li p {
	font-size: 14px;
	color: #484848;
	line-height: 23px;
	padding-bottom: 40px;
}

.wrap .list-main .main-2 ol li p a {
	color: #bb5e42;
}

.wrap .list-main .main-2 ol li p a:hover {
	color: #bf5d40;
}


/*作品大图弹窗*/

.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/lizaixiang/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-video {
	width: 800px;
	height: 600px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
	border-radius: 3px;
	display: none;
}

.tc-video .close-layer {
	width: 56px;
	height: 56px;
	position: fixed;
	right: 14px;
	top: 0;
	cursor: pointer;
	z-index: 99995;
}

.tc-video .close-layer i {
	background: url(../../image/lizaixiang/close-big.png) 0 0 no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px 0 0 -18px;
}

.tc-video video {
	width: 761px;
	height: 562px;
	margin: 20px;
}