* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: '微软雅黑';
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	/* Firefox */
	-webkit-box-sizing: content-box !important;
	/* Safari */
}

a {
	text-decoration: none;
}

ul li,
ol li {
	list-style: none;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

img {
	vertical-align: top;
}

input,
select,
img {
	outline: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #333;
}

a {
	cursor: pointer;
}

input {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.maincon {
	width: 1200px;
	margin: 0 auto;
}

.topheader {
	height: 35px;
	position: relative;
}

.topheader>span {
	font-size: 14px;
	color: #565656;
	line-height: 35px;
}

.logreg {
	/* 	width: 242px;
	height: 48px;
	background: url(../img/logreg.png) no-repeat; */
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background: #3b79ea;
	padding: 0 25px 4px;
	border-radius: 0 0 40px 40px;
	color: #fff;
	min-width: 100px;

}

.logreg a,
.logreg span {
	font-size: 16px;
	color: #fff;
	line-height: 38px;
}

.logreg span {
	margin: 0 15px;
}

.header {
	height: 134px;
	background: #ecf2ff;
}

.logo {
	margin-top: 25px;
}

.search_tit {
	width: 144px;
	height: 33px;
	background: #fff;
	border-radius: 3px;
	border: none;
	margin-top: 57px;
	box-shadow: 0px 0px 5px #f5f5f5;
	text-indent: 10px;
	font-size: 16px;
	color: #878787;
	line-height: 33px;
}

.search_box {
	width: 213px;
	height: 33px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #f5f5f5;
	margin: 57px 0 0 15px;
}

.search_box input {
	border: none;
	width: 180px;
	height: 100%;
	text-indent: 10px;
	font-size: 16px;
	color: #878787;
	line-height: 33px;
}

.search {
	width: 19px;
	height: 19px;
	display: block;
	float: right;
	margin: 7px;
	background: url(../img/search.png) no-repeat;
}

.navlist {
	width: 100%;
	height: 51px;
	/* background: url(../img/navlist.jpg) no-repeat; */
	background: #3b79ea;
}

.navlist>div {
	height: 51px;
}

.navlist a {
	display: inline-block;
	float: left;
	position: relative;
	width: 135px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	top: -5px;
	margin-left: 80px;
	z-index: 10;
	font-size: 20px;
	color: #fff;
}

.navlist a.on,
.navlist a:hover {
	background: #2f63c4;
}

.banner {
	position: relative;
	height: 576px;
}

.banner img {
	width: 100%;
}

.fullSlide {
	width: 100%;
	min-width: 1200px;
	height: 576px;
	background: #000;
	position: absolute;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 576px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F4F4F4;
	background-size: 100% 100%;
}

.fullSlide .bd li a {
	width: 100%;
	height: 100%;
	display: block;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 14px;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 22px;
	height: 22px;
	margin: 1px 15px 0;
	overflow: hidden;
	line-height: 999px;
	background: url(../img/circle2.png) no-repeat;
}

.fullSlide .hd ul .on {
	background: url(../img/circle1.png) no-repeat;
}

.progress img {
	display: block;
	margin: 20px auto;
}

.indexcon {
	border: 2px #e5e5e5 solid;
	border-radius: 10px;
	margin-top: 20px;
}

.left_index {
	width: 760px;
}

.title {
	height: 60px;
	margin: 0 10px;
	border-bottom: 1px #d2d2d2 solid;
}

.title span {
	background: url(../img/title.png) left no-repeat;
	padding-left: 45px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	font-size: 26px;
	color: #3b79ea;
}

.title a {
	line-height: 60px;
	font-size: 16px;
	color: #8a8a8a;
}

.latest_news {
	margin: 0 10px;
	padding: 15px 0 10px;
	border-bottom: 1px #d5d5d5 dashed;
}

.latest_news img {
	float: left;
}

.latest_news ul {
	width: 560px;
	float: right;
}

.latest_news ul h5 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 30px;
	font-weight: bold;
	/*2018.9.6修改*/
}

.latest_news ul p {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 24px;
}

.latest_news ul p a {
	color:#3b79ea;
}

.latest_news ul span {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 28px;
}

.news_list {
	margin: 10px;
}

.news_list li {
	background: url(../img/libg.png) left no-repeat;
	padding-left: 22px;
}

.news_list li a,
.news_list li a span {
	line-height: 40px;
	color: #5e5e5e;
	font-size: 18px;
}

.right_index {
	width: 425px;
	padding-bottom: 25px;
}

.notice_list li {
	margin-top: 20px;
	border-bottom: 1px #d4d4d4 dashed;
}

/*2018.9.6添加*/
.productions {
	padding-bottom: 30px;
}

.productions>a {
	width: 360px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	float: left;
	margin: 0 20px;
	margin-top: 20px;
	border-bottom: 1px #d2d2d2 dashed;
	font-size: 18px;
	color: #5e5e5e;
}

/*2018.9.6添加end*/
/*2018.9.6修改*/
/*.productions>ul {
	width: 360px;
	float: left;
	margin: 0 20px;
	padding-bottom: 30px;
}
.productions>ul li {
	height: 40px;
	margin-top: 20px;
	border-bottom: 1px #d2d2d2 dashed;
}
.productions>ul li a {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 40px;
}*/
.productions>ul li a span,
.productions>a span {
	color: #3b79ea;
	margin-right: 20px;
}

/*2018.9.6修改end*/
.previous_articles {
	padding-bottom: 30px;
}

/*2018.9.6添加*/
.previous_articles>div {
	border-bottom: 1px #d7d7d7 dashed;
	padding: 33px 0 16px;
	width: 230px;
	float: left;
	margin: 0 35px;
}

/*2018.9.6添加end*/
.previous_articles>ul {
	width: 230px;
	float: left;
	margin: 0 35px;
}

.previous_articles>ul>li {
	border-bottom: 1px #d7d7d7 dashed;
	/*height: 108px;*/
	padding: 33px 0 16px;
}

/*2018.9.6修改*/
.previous_articles>ul>li>div img,
.previous_articles>div img {
	float: left;
	width: 59px;
	height: 59px;
}

.previous_articles>ul>li>div ul,
.previous_articles>div ul {
	width: 164px;
	float: right;
}

.previous_articles>ul>li>div ul a,
.previous_articles>div ul a {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 24px;
	font-weight: bold;
	/*2018.9.6添加*/
}

.previous_articles>ul>li>div ul p,
.previous_articles>div ul p {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 20px;
	margin-top: 15px;
}

.previous_articles>ul>li>div ul p span,
.previous_articles>div ul p span {
	background: url(../img/book.png) left no-repeat;
	padding-left: 18px;
	margin-left: 30px;
}

/*2018.9.6修改end*/
.pre_ari_tag a {
	display: inline-block;
	background: url(../img/choose.png) left no-repeat;
	padding-left: 37px;
	font-size: 18px;
	color: #5f5d5d;
	margin-left: 30px;
	font-weight: bold;
	/*2018.9.6添加*/
}

.choosed {
	background: url(../img/choosed.png) left no-repeat !important;
}

.pre_ari_tagcon>div {
	display: none;
}

.piclist>img {
	margin: 25px 0 40px 10px;
}

.piclist>div {
	width: 721px;
	margin-top: 25px;
}

.piclist>div img {
	margin: 0 8px 14px;
	float: left;
}

.footer {
	background: #252525;
	text-align: center;
	padding: 30px 0;
}

.footer p,
.footer a {
	font-size: 14px;
	color: #fefefe;
	line-height: 30px;
}

/*搜索*/
.search_miancon {
	background: #FFFFFF;
	margin: 45px auto 95px;
	padding-bottom: 40px;
}

.cnav {
	padding-top: 10px;
	margin: 0 25px;
	border-bottom: 1px #bcbcbc dashed;
}

.cnav a,
.cnav span {
	font-size: 14px;
	color: #929292;
	line-height: 46px;
}

.search_area {
	width: 1147px;
	margin: 17px auto 0;
	border: 2px #dedede solid;
	border-radius: 10px;
}

.search1,
.search2 {
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px #bcbcbc dashed;
}

.search_area select {
	width: 130px;
	height: 23px;
	border: 1px #b9b9b9 solid;
	text-indent: 12px;
	font-size: 14px;
	color: #929292;
	margin-right: 40px;
}

.search_area span {
	font-size: 18px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 25px;
	margin-right: 18px;
}

.search_area input {
	width: 157px;
	height: 23px;
	border: 1px #b9b9b9 solid;
	text-indent: 12px;
	font-size: 14px;
	color: #5e5e5e;
	margin-right: 55px;
}

.search_area input.btnsearch {
	width: 50px;
	height: 25px;
	background: #f5f4f4;
	font-size: 14px;
	color: #4d4d4d;
	text-indent: 0;
	border: none;
	cursor: pointer;
}

.search2 {
	border: none;
}

.search2>div {
	width: 25%;
	float: left;
	text-align: center;
}

.search_list {
	padding: 10px 0 30px;
}

.search_list>div {
	margin: 20px 28px 0 24px;
	background: #f4f4f4;
	height: 60px;
	border-radius: 8px;
	padding-left: 25px;
}

.search_list>div a {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 60px;
}

.search_list>div a span,
.search_list>div a i {
	line-height: 60px;
}

.search_list>div a i {
	font-size: 14px;
	color: #5e5e5e;
	background: url(../img/book.png) left no-repeat;
	padding-left: 18px;
	margin: 0 15px 0 35px;
}

.pagenum {
	text-align: center;
}

.pagenum a {
	font-size: 16px;
	color: #494848;
	line-height: 25px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.pagenum a.pageturn {
	width: 25px;
	height: 25px;
	line-height: 22px;
	color: #fff;
}

.pagenum a.prev {
	background: #acacac;
}

.pagenum a.next {
	background: #3b79ea;
}

.pagenum a.pagedown {
	width: 21px;
	height: 21px;
	border: 2px #d2d2d2 solid;
	line-height: 23px;
}

/*联系我们*/
.contectus_tit {
	width: 197px;
	height: 58px;
	display: block;
	margin-left: 50px;
	background: #3b79ea;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 58px;
}

.contect_maincon {
	padding-top: 80px;
}

.contectcon {
	margin: 0 50px;
}

.contectcon>ul {
	padding: 35px 0 30px 100px;
	margin: 0 50px;
	border-bottom: 1px #bcbcbc dashed;
}

.contectcon>ul.contect1 {
	background: url(../img/phone.png) 10px no-repeat;
}

.contectcon>ul span {
	font-size: 20px;
	color: #4a4a4a;
	line-height: 26px;
	font-weight: bold;
}

.contectcon>ul p {
	font-size: 26px;
	line-height: 40px;
	color: #4a4a4a;
	font-weight: bold;
}

.contectcon>ul.contect2 {
	background: url(../img/email.png) 20px no-repeat;
}

.contectcon>ul.contect4 {
	background: url(../img/wx.png) 20px no-repeat;
}

.contectcon>ul.contect3 {
	background: url(../img/position.png) 26px no-repeat;
}

.map {
	display: block;
	margin: 65px auto 80px;
}

/*登录*/
.logincon {
	width: 1140px;
	/*height: 580px;*/
	padding-bottom: 40px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #dcdcdc;
}

.login_tit {
	height: 65px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #3b79ea;
}

.login_tit p {
	font-size: 22px;
	color: #fff;
	line-height: 65px;
	text-indent: 40px;
}

.logincon h1 {
	font-size: 28px;
	color: #3b79ea;
	line-height: 48px;
	margin: 60px 0 45px;
	text-align: center;
	font-weight: bold;
}

.login_item {
	width: 650px;
	margin: 0 auto;
}

.login_item li,
.reg_tabcon>div>div {
	margin-bottom: 15px;
}

.login_item span,
.reg_tabcon>div>div span {
	width: 110px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 44px;
	text-align: right;
}

.login_item span i,
.reg_tabcon>div>div span i {
	color: #ff0d0d;
}

.login_item input,
.login_item select,
.reg_tabcon>div>div select,
.reg_tabcon>div>div input {
	width: 518px;
	height: 42px;
	border-radius: 8px;
	text-indent: 24px;
	border: 1px #b9b9b9 solid;
	font-size: 16px;
	color: #5e5e5e;
	line-height: 42px;
}

.login_item input.yzm,
.reg_tabcon>div>div input.yzm,
.rightcon_maincon input.yzm {
	width: 338px;
}

.login_item input.get_yzm,
.reg_tabcon>div>div input.get_yzm,
.rightcon_maincon input.get_yzm {
	width: 164px;
	height: 44px;
	border: none;
	background: #478fc7;
	text-indent: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-left: 15px;
}

.login_item input.btn_login,
.btn_tj {
	width: 165px;
	height: 40px;
	background: #3b79ea;
	display: block;
	margin: 57px auto 0;
	text-indent: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	line-height: 40px;
	border: none;
	border-radius: 8px;
}

.login_item p {
	font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}

.login_item p a {
	color: #478fc7;
}

/*注册*/
.login_tit span {
	font-size: 18px;
	margin-left: 20px;
}

.reg_tab {
	text-align: center;
	margin: 25px 0 10px;
}

/*2018.9.6修改*/
.reg_tab a {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-left: 44px;
	margin: 0 33px;
	line-height: 56px;
	background: url(../img/choose.png) left no-repeat;
}

/*2018.9.6修改end*/
.reg_tabcon {
	margin: 0 60px 0 195px;
}

.reg_tabcon>div>div span,
.reg_tabcon>div>div input {
	float: left;
}

.reg_tabcon>div {
	display: none;
}

.tips {
	position: relative;
	margin-left: 5px;
	display: none;
}

.tips>img {
	position: absolute;
	left: 0;
	top: 14px;
}

.tips>div {
	width: 221px;
	/*min-height: 35px;*/
	padding: 10px 0;
	border: 1px #f5f5f5 solid;
	background: #f9f9f9;
	position: absolute;
	left: 15px;
	box-shadow: 3px 0px 4px -4px #f5f5f5;
}

.tips>div p {
	padding-left: 18px;
	background: url(../img/tips_point.png) 7px no-repeat;
	line-height: 22px;
	font-size: 12px;
	color: #5e5e5e;
}

/*作品秀场*/
.left_con {
	width: 260px;
	margin-top: 45px;
}

.left_tit {
	width: 100%;
	height: 77px;
	display: block;
	line-height: 77px;
	text-indent: 20px;
	font-size: 22px;
	color: #fff;
	background: #3b79ea;
	margin-bottom: 20px;
	font-weight: bold;
	/*2018.9.6添加*/
}

.latest_dt {
	background: #fff;
	/*padding-bottom: 20px;*/
	margin-bottom: 20px;
}

.latest_dt h1 {
	line-height: 78px;
	font-size: 22px;
	color: #3b79ea;
	text-indent: 20px;
	border-bottom: 1px #3b79ea dashed;
	font-weight: bold;
	/*2018.9.6修改*/
}

.latest_dt ul {
	padding: 20px;
}

.latest_dt ul li a {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 40px;
}

.latest_dt ul li i {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #3b79ea;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 10px;
}

.right_con {
	width: 905px;
	background: #fff;
	margin-top: 45px;
	margin-bottom: 70px;
	padding-bottom: 60px;
}

.zpcon {
	margin: 0 50px 0 60px;
}

.zpcon h1 {
	font-size: 24px;
	color: #5e5e5e;
	line-height: 70px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	/*2018.9.6修改*/
}

.zpcon h5 {
	text-align: right;
	font-size: 14px;
	color: #929292;
	line-height: 30px;
	border-bottom: 1px #e3e3e3 dashed;
}

.zpcon table {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #5e5e5e;
	line-height: 54px;
	margin: 20px 0 40px;
	box-shadow: 2px 4px 5px #dcdcdc;
}

.zpcon table td {
	width: 25%;
	height: 54px;
	border-bottom: 1px #e3e3e3 dashed;
}

.zpcon table td:nth-child(odd) {
	background: #f4f4f4;
	font-weight: bold;
	/*2018.9.6添加*/
}

.zpcon_p {
	padding: 20px;
	border: 1px #efefef solid;
	border-top: none;
	margin-bottom: 50px;
	box-shadow: 1px 2px 5px #dcdcdc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.zpcon_p p {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 36px;
	text-indent: 36px;
}

/*历届作文欣赏*/
.left_nav {
	background: #fff;
}

.left_nav a {
	display: block;
	width: 100%;
	height: 63px;
	line-height: 63px;
	color: #3b79ea;
	text-align: center;
}

.left_nav a:first-child {
	border-bottom: 1px #3b79ea dashed;
}

.left_nav a.in,
.left_nav a:hover {
	background: #3b79ea;
	color: #fff;
}

.ljzw_filter {
	width: 840px;
	padding: 10px 20px;
	margin: 15px auto 0;
	border: 2px #ebebeb solid;
	border-radius: 10px;
}

.ljzw_filter>div:last-child {
	border-top: 1px #bcbcbc dashed;
}

.ljzw_filter>div span {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

.ljzw_filter>div div {
	margin-left: 20px;
	width: 770px;
}

.ljzw_filter>div div span {
	display: inline-block;
	margin-right: 15px;
	background: url(../img/point1.png) left no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

.ljzw_filter>div div span.cur {
	background: url(../img/point2.png) left no-repeat;
	color: #3b79ea;
}

.list-prefix {
	color: #3b79ea;
}

.nobr {
	border: none !important;
}

/*老师信息*/
.left_con2 {
	background: #f4f4f4;
	box-shadow: 1px 3px 5px #e4e4e4;
}

.teachinfo {
	padding: 30px 0;
	background: ;
}

.teachinfo img {
	margin: 0 16px;
}

.teachinfo span {
	font-size: 20px;
	color: #3d3d3d;
	line-height: 72px;
	font-weight: bold;
	/*2018.9.6添加*/
}

.rightcon_main {
	width: 849px;
	border: 1px #efefef solid;
	margin: 40px auto 0;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #efefef;
}

.title2 {
	height: 65px;
	background: #3b79ea;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.title2 span {
	color: #fff;
	line-height: 65px;
	font-size: 22px;
	padding-left: 28px;
}

.rightcon_maincon {
	margin: 40px 0 40px 90px;
}

.rightcon_maincon li {
	margin-bottom: 15px;
}

.rightcon_maincon li span {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 45px;
	font-weight: bold;
	/*2018.9.6添加*/
}

.rightcon_maincon li span i {
	color: #ff0a0a;
	margin-right: 10px;
}

.rightcon_maincon li input,
.rightcon_maincon li select,
.rightcon_maincon li span.item {
	width: 518px;
	height: 43px;
	border: 1px #b9b9b9 solid;
	border-radius: 9px;
	text-indent: 23px;
	font-size: 18px;
	color: #5e5e5e;
	display: inline-block;
	font-weight: normal;
	/*2018.9.6添加*/
}

.btn_save {
	width: 164px;
	height: 40px;
	background: #3b79ea;
	border-radius: 8px;
	border: none;
	display: block;
	margin: 40px auto 50px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	box-shadow: 2px 3px 5px #dcdcdc;
}

.left_nav2 a {
	text-align: left;
	text-indent: 20px;
	border-bottom: 1px #bababa dashed !important;
}

.left_nav2 a:last-child {
	border: none !important;
}

/*参赛须知*/
.cs_rules {
	margin: 30px;
}

.cs_rules h5 {
	font-size: 18px;
	color: #454545;
	line-height: 40px;
	font-weight: bold;
	/*2018.9.6修改*/
}

.cs_rules p {
	font-size: 18px;
	color: #6b6b6b;
	line-height: 40px;
	padding-left: 40px;
}

/*个人信息老师查看*/
.btn_editor_gray {
	width: 164px;
	height: 40px;
	background: #bcbbbb;
	color: #fff;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 8px;
	display: block;
	margin: 30px auto;
}

/*学生参赛作品查询不可修改*/
.bs_type {
	margin: 37px 0 10px 30px;
}

.bs_type a {
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f4f4f4;
	float: left;
	font-size: 18px;
	color: #3b79ea;
}

.bs_type a.red {
	background: #3b79ea;
	color: #fff;
}

.btn_tj_gray {
	width: 140px;
	height: 40px;
	background: #bcbbbb;
	color: #fff;
	font-size: 18px;
	border: none;
	box-shadow: 2px 3px 4px #dcdcdc;
	margin-right: 30px;
	border-radius: 8px;
}

.product_table {
	width: 847px;
	height: 172px;
	border: 1px #f0f0f0 solid;
	border-radius: 10px;
	margin: 25px auto 0;
	box-shadow: 1px 2px 3px #dcdcdc;
}

.product_table td {
	width: 25%;
	line-height: 57px;
	font-size: 18px;
	color: #545454;
	text-indent: 15px;
}

.product_table td:nth-child(odd) {
	background: #cd6a61;
	color: #fff;
	text-align: center;
	text-indent: 0;
	font-weight: bold;
	/*2018.9.6添加*/
}

.product_table tr:last-child {
	border: none;
}

.product_table tr:first-child td:first-child {
	border-top-left-radius: 8px;
}

.product_table tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

.product_table td span,
.product_table td a {
	color: #478fc7;
}

.btn_tj_red {
	background: #3b79ea;
	cursor: pointer;
}

.product_table2 {
	width: 850px;
	border: 1px #efefef solid;
	border-radius: 8px;
	margin: 30px auto;
	box-shadow: 1px 2px 3px #dcdcdc;
}

.product_table2 th {
	width: 16.6%;
	height: 65px;
	text-align: center;
	background: #3b79ea;
	color: #fff;
	font-weight: normal;
	border-right: 1px #fff dashed;
}

.product_table2 th:first-child {
	border-top-left-radius: 8px;
}

.product_table2 th:last-child {
	border-top-right-radius: 8px;
	border-right: none;
}

.product_table2 td {
	height: 88px;
	text-align: center;
	border-right: 1px #b9b9b9 dashed;
	border-bottom: 1px #b9b9b9 dashed;
	font-size: 18px;
	color: #545454;
}

.product_table2 tr:last-child td {
	border-bottom: none;
}

.product_table2 td span,
.product_table2 td a {
	color: #478fc7;
	display: block;
	line-height: 30px;
}

.product_table2 td span {
	margin: 0 10px;
	text-align: left;
}

.product_table2 td:first-child {
	font-size: 16px;
}

.product_table2 i {
	color: #3b79ea;
}

.product_table2 td:last-child {
	border-right: none;
}

.product_table3 th {
	width: auto !important;
}

.noinfo {
	margin: 80px auto;
}

.noinfo img {
	display: block;
	margin-left: 380px;
}

.noinfo p {
	font-size: 16px;
	color: #545454;
	line-height: 55px;
	text-align: center;
}

/*历届精彩*/
#imageShow {
	clear: both;
	width: 905px;
	margin: 20px auto;
	border-bottom: 1px solid #fff;
	position: relative;
}

#imageShow .imagebg {
	width: 676px;
	height: 476px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#imageShow .imagebg li {
	height: 476px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
}

.bannerbg_1 {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
}

.bannerbg_2 {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 400px;
}

.bannerbg_main {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	height: 476px;
	background-size: 100% 100%;
}

.scrollbg {
	height: 99px;
}

.scroll {
	margin: 0 auto;
	width: 905px;
	height: 99px;
	position: relative;
}

.s_pre,
.s_next {
	display: block;
	width: 14px;
	height: 57px;
	position: absolute;
	top: 50%;
	margin-top: -28px;
}

a.s_pre {
	background: url(../img/pic_prev.png);
	left: 63px;
}

a.s_next {
	background: url(../img/pic_next.png);
	right: 60px;
}

.outScroll_pic {
	height: 99px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 715px;
	margin-top: 65px;
}

.outScroll_pic .scroll_pic {
	position: absolute
}

.scroll_pic {
	margin: 0 auto;
	width: 40000px;
	height: 99px;
}

.scroll_pic li {
	float: left;
	float: left;
	width: 133px;
	height: 99px;
	margin: 0 5px;
	cursor: pointer;
	background: #000;
}

.scroll_pic li img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	width: 100%;
	height: 100%;
}

.scroll_pic li:hover img,
.scroll_pic li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.current {
	width: 133px;
	height: 99px;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

.currently img {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.top_turn {
	position: absolute;
	z-index: 11;
	height: 114px;
	width: 27px;
	top: 180px;
}

.turn_prev {
	background: url(../img/pic_prev_l.jpg) no-repeat;
	left: 35px;
}

.turn_next {
	background: url(../img/pic_next_l.jpg) no-repeat;
	right: 35px;
}

/*参赛作品查看*/
.workscon h1 {
	font-size: 28px;
	color: #3b79ea;
	line-height: 48px;
	font-weight: bold;
	margin: 25px 0 15px;
	text-align: center;
}

.workscon table {
	width: 794px;
	border: 1px #efefef solid;
	border-top: none;
	margin: 0 auto 25px;
}

.workscon table td {
	width: 25%;
	height: 52px;
	border-bottom: 1px #e3e3e3 dashed;
}

.workscon table td:nth-child(odd) {
	background: #f4f4f4;
	text-align: center;
	font-weight: bold;
	/*2018.9.6添加*/
}

.workscon table td:nth-child(even) {
	text-indent: 35px;
}

.workscon table tr:last-child td {
	border: none;
}

.shuoming {
	width: 746px;
	background: #f4f4f4;
	margin: 0 auto;
	padding: 15px 25px;
}

.shuoming h5 {
	font-size: 18px;
	font-weight: bold;
	color: #5e5e5e;
	line-height: 40px;
}

.shuoming p {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 40px;
	text-indent: 36px;
}

.works_tit {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 44px;
	margin: 30px 0;
	text-align: center;
	font-weight: bold;
	/*2018.9.6添加*/
}

.works_tit span,
.works_tit select {
	width: 518px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	text-indent: 24px;
	border: 1px #b9b9b9 solid;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #5e5e5e;
	font-weight: normal;
	/*2018.9.6添加*/
}

.djs {
	text-align: right;
	font-size: 18px;
	color: #5e5e5e;
	line-height: 46px;
	margin-right: 25px;
}

.djs span {
	font-size: 24px;
	font-weight: bold;
	color: #3b79ea;
}

.btns {
	text-align: center;
}

.btns input {
	display: inline-block;
	margin: 40px 25px 0;
}

.btn_exit {
	background: #f4f4f4;
	color: #3b79ea;
}

.editor_area {
	width: 796px;
	margin: 0 auto 35px;
}

/*2018.9.11新加*/
.select {
	position: relative;
	display: block;
	float: right;
	width: 144px;
	height: 33px;
	margin-top: 57px;
	color: #cccccc;
	vertical-align: middle;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
	box-shadow: 0px 0px 5px #f5f5f5;
	margin-right: 15px;
}

.select .placeholder {
	position: relative;
	height: 33px;
	display: block;
	background: #fff;
	z-index: 1;
	border-radius: 2px;
	cursor: pointer;
	font-size: 16px;
	color: #878787;
	line-height: 33px;
	text-indent: 10px;
}

.select .placeholder:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 7px;
	background: url(../img/down.png) no-repeat;
	right: 7px;
	top: 14px;
}

.select.is-open .placeholder:after {
	background: url(../img/up.png) no-repeat;
}

.select.is-open ul {
	display: block;
}

.select.select--white .placeholder {
	background: #fff;
	color: #999;
}

.select.select--white .placeholder:hover {
	background: #fafafa;
}

.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
	z-index: 100;
}

.select ul li {
	display: block;
	text-align: left;
	text-indent: 10px;
	height: 32px;
	line-height: 32px;
	color: #999;
	cursor: pointer;
}

.select ul li:hover {
	background: #ca473d;
	color: #fff;
}


/*************2018-12-05新加*****************/
.rightcon_main .uploadBtn {
	width: 445px;
	float: left;
	border-right: 1px solid #E6E6E6;
	text-align: right;
	margin-top: 56px;
	margin-bottom: 20px;
}

.uploadBtn a {
	margin-right: 54px;
}

.rightcon_main .imgTemplate {
	width: 347px;
	float: right;
	margin-top: 30px;
	padding-left: 56px;
}

.imgTemplate>.title {
	font-size: 16px;
	color: #808080;
	border-bottom: none;
	height: auto;
	margin: 0;
	margin-bottom: 22px;
}

.imgTemplate>.yulan {
	width: 164px;
	height: 240px;
	border: 1px solid #eee;
}

.imgTemplate>.yulan img {
	width: 100%;
}

.el-pager li.active {
	color: #3b79ea !important;
}

.zpcon_p img{
	width: 100% !important;
}