@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
	line-height: 22px;
}

ul, li, p, dl, dd, dt, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #333;
	transition: all ease-in-out .3s;
}

a:hover {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.fc00 {
	color: #000;
}

.fw {
	font-weight: bold;
}

.fon_s14 {
	font-size: 14px;
}

.fon_s13 {
	font-size: 13px;
}

.fon_s16 {
	font-size: 16px;
}

.pad_t15 {
	padding-top: 15px;
}

.pad_t80 {
	padding-top: 80px;
}

.pad_t30 {
	padding-top: 30px;
}

.pad_t40 {
	padding-top: 40px;
}

.pad_t20 {
	padding-top: 20px;
}

.pad_t50 {
	padding-top: 50px;
}

.pad_l100 {
	padding-left: 100px;
}

.pad_r65 {
	padding-right: 63px;
}

.pad_b60 {
	padding-bottom: 60px;
}

.pad_b50 {
	padding-bottom: 50px;
}

.pad_b40 {
	padding-bottom: 40px;
}

.pad_r42 {
	padding-right: 42px;
}

.tc {
	text-align: center;
}

.box {
	width: 1040px;
	margin: 0 auto;
}

/*导航样式*/
.tophead {
	background: url("..//images/topbg.png")/*tpa=http://www.njsenzhong.com/images/topbg.png*/ repeat-x;
	height: 115px;
	overflow: hidden;
}

.topleft {
	width: 250px;
	height: 85px;
	padding-top: 17px;
}

.topright {
	width: 740px;
	padding-left: 25px;
}

.topright ul li a {
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	height: 115px;
	padding: 0px 32px;
	line-height: 115px;
	transition: all ease-in-out .3s;
}

.topright ul li a:hover {
	background-color: #e9e9e9;
	text-decoration: none;
	color: #1a8685
}

/*banner*/
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	height: 350px;
}

.banner ul {
	list-style: none;
	width: 300%;
}

.banner ul li {
	display: block;
	float: left;/*		-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;/*		background-size: 100% 100%;*/
	box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
}

.banner h1, .banner h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
}

.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 5px;
}

.banner .btn:hover {
	background: rgba(255, 255, 255, .05);
}

.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
}

.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.bannerimglist {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.bannerimglist ul li {
	display: block;
	float: left;
	height: 350px;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
}

.bannerscrollbar {
	position: relative;
}

.bannercrollbox {
	position: absolute;
	height: 20px;
	left: 0px;
	top: 520px;
	width: 1040px;
	z-index: 100;
	text-align: center;
}

.bannercrollbox  a {
	background-color: #ffffff;
	color: #c3212c;
	text-align: center;
	padding: 8px 10px;
	margin: 2px;
	font-size: 1px;
	line-height: 2px;
	transition: all ease-in-out .3s;
}

.bannercrollbox  a:hover {
	background-color: #1b8887;
	color: #07d3d3;
	text-decoration: NONE;
}

.bannercrollbox a.now {
	background-color: #1b8887;
	color: #07d3d3;
	text-decoration: NONE;
}

.homejs {
	width: 304px;
}

.homejstit {
	font-size: 24px;
	color: #000;
}

.homejstit a {
	color: #000;
}

.homejstit a:hover {
	color: #1b8584;
	text-decoration: none;
}

.homejssub {
	font-size: 14px;
	color: #666;
	padding: 10px 0px 5px 0px;
	line-height: 20px;
	width: 304px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.htext {
	width: 304px;
	padding: 10px 0px;
	height: 100px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.hlink a {
	display: block;
	width: 100px;
	height: 35px;
	background: #219594;
	color: #FFF;
	transition: all ease-in-out .3s;
	line-height: 35px;
	text-align: center;
}

.hlink a:hover {
	width: 100px;
	height: 35px;
	background: #197d7c;
}

.htit {
	font-size: 24px;
	color: #000;
	padding-bottom: 15px;
}

.htit a {
	font-size: 14px;
}

.htit a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #197d7c;
}

.homenewsleft {
	width: 680px;
}

.homenewslist ul li {
	display: block;
	width: 660px;
	height: 80px;
	padding: 10px;
	background: #f5f5f5;
	margin-bottom: 22px;
}

.homenewslist ul li img {
	width: 120px;
	height: 80px;
}

.homenewstit {
	color: #197d7c;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 5px;
}

.homenewstit span {
	padding-right: 10px;
}

.homenewstit  a {
	color: #197d7c;
	font-size: 14px;
}

.homenewstit  a:hover {
	text-decoration: underline;
}

.homenewsjs {
	width: 500px;
	height: 40px;
	font-size: 12px;
	color: #666;
	padding-left: 15px;
	padding-top: 5px;
}

.foot {
	background: #e5e5e5;
	height: 120px;
	padding-top: 20px;
	line-height: 22px;
}

.footnav {
	padding-bottom: 10px;
	color: #777;
}

.footnav a {
	color: #333;
	font-size: 13px;
}

.footnav a:hover {
	color: #219594;
	font-size: 13px;
	text-decoration: none;
}

.footleft {
	width: 680px;
}

.footright {
	width: 120px;
}

.footgz {
	height: 30px;
	width: 120px;
}

.gzimg {
	padding-bottom: 5px;
	padding-top: 5px;
}

.footgz a {
	display: block;
	width: 30px;
	height: 25px;
	background: #a8a7a6;
	transition: all ease-in-out .3s;
	float: left;
	margin: 2px;
	border: none;
	border-radius: 50px;
	text-align: center;
	padding-top: 5px;
}

.footgz a:hover {
	background: #919191;
}

.innerbanner {
	height: 370px;
}

.innerbanner div {
	height: 370px;
}

.innernav {
	height: 45px;
	border-left: 1px solid #e3e3e3;
	width: 760px;
	margin-left: 150px;
}

.innernav ul li {
	display: block;
	float: left;
	width: 150px;
	height: 45px;
}

.innernav ul li a {
	display: block;
	width: 149px;
	height: 43px;
	border: 1px solid #e3e3e3;
	border-left: none;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: all ease-in-out .3s;
}

.innernav ul li a:hover {
	border: 1px solid #1b8887;
	border-left: none;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #1b8887;
	text-decoration: none;
}

.innernav ul li a.now {
	border: 1px solid #1b8887;
	border-left: none;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #1b8887
}

.innerbox {
	padding: 10px 0px 30px 0px;
}

.pubinnertit {
	font-size: 24px;
	color: #333;
	padding: 10px 0px;
	position: relative;
}

.pubinnertit a {
	font-size: 14px;
	color: #666;
	position: absolute;
	right: 25px;
	top: 20px;
}

.pubinnertit a:hover {
	font-size: 14px;
	color: #1b8887;
}

.inner_p p {
	display: block;
	padding-bottom: 20px;
	color: #333;
	padding-top: 5px;
}

.linian {
	padding: 20px 0px 60px 0px;
	background: #f5f5f5;
}

.pubinnerjs {
	color: #666;
}

.linianlist {
	padding-top: 30px;
}

.linianlist ul li {
	display: block;
	float: left;
	width: 220px;
	height: 235px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	padding-top: 35px;
	margin: 0px 20px 0px 15px;
}

.linianlist ul li .circle1 {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.linianlist ul li .circle1 a {
	border: 0;
	border-radius: 120px;
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #ed4848;
	transition: all ease-in-out .3s;
}

.linianlist ul li .circle1 a:hover {
	text-decoration: none;
	background: #d83b3b;
}

.linianlist ul li .circle2 {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.linianlist ul li .circle2 a {
	border: 0;
	border-radius: 120px;
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #4ca882;
	transition: all ease-in-out .3s;
}

.linianlist ul li .circle2 a:hover {
	text-decoration: none;
	background: #3b8d6b;
}

.linianlist ul li .circle3 {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.linianlist ul li .circle3 a {
	border: 0;
	border-radius: 120px;
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #4ca5a8;
	transition: all ease-in-out .3s;
}

.linianlist ul li .circle3 a:hover {
	text-decoration: none;
	background: #318c8f;
}

.linianlist ul li .circle4 {
	width: 85px;
	height: 85px;
	margin: 0 auto;
}

.linianlist ul li .circle4 a {
	border: 0;
	border-radius: 120px;
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #eb7729;
	transition: all ease-in-out .3s;
}

.linianlist ul li .circle4 a:hover {
	text-decoration: none;
	background: #d76f28;
}

.linianlist ul li .text {
	width: 185px;
	padding-top: 25px;
	color: #333;
	line-height: 25px;
	margin: 0 auto;
	font-size: 14px;
}

.innernews {
	padding-top: 25px;
}

.innernews ul li {
	display: block;
	width: 475px;
	padding-left: 15px;
	padding-right: 25px;
	float: left;
	margin-bottom: 25px;
}

.innernews ul li div {
	padding-bottom: 5px;
	padding-left: 10px;
}

.innernews ul li  img {
	width: 120px;
	height: 80px;
}

.innernews ul li .t1 {
	height: 22px;
	overflow: hidden;
}

.innernews ul li .t1 a {
	color: #333;
	font-size: 16px;
}

.innernews ul li .t1 a:hover {
	color: #1b8585;
	text-decoration: underline;
}

.innernews ul li .t2 {
	height: 32px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	line-height: 18px;
}

.innernews ul li .t3 {
	color: #999;
}

.courselist {
	padding: 30px 0px 60px 0px;
}

.courselist ul li {
	display: block;
	width: 226px;
	float: left;
}

.courselist ul li div {
	width: 226px;
	padding-bottom: 15px;
}

.courselist ul li .c1 {
	
}

.courselist ul li .c1 a {
	color: #1b8585;
	font-size: 18px;
}

.courselist ul li .c2 img {
	width: 226px;
	height: 138px;
}

.courselist ul li .c3 {
	height: 55px;
	font-size: 12px;
	overflow: hidden;
}

.courselist ul li .c4 {
	padding-top: 5px;
}

.courselist ul li .c4 a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #1b8585;
	font-size: 12px;
}

.shiyebulist {
	padding-left: 30px;
}

.shiyebulist ul li {
	display: block;
	float: left;
	border: 1px solid #e3e3e3;
	width: 210px;
	height: 210px;
	margin: 0px 40px 0px 30px;
	padding: 15px;
	background: #fff;
}

.shiyebulist ul li  div {
	width: 210px;
	margin: 0 auto;
}

.shiyebulist ul li .color1 {
	background: #5497d5;
}

.shiyebulist ul li .color2 {
	background: #4bad79;
}

.shiyebulist ul li .color3 {
	background: #ee6e2f;
}

.shiyebulist ul li .d1 {
	width: 210px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}

.shiyebulist ul li .d2 {
	padding-top: 15px;
}

.shiyebulist ul li .d2 a {
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

.shiyebulist ul li .d2 a:hover {
	color: #1b8585;
}

.courselist2 li {
	display: block;
	width: 255px;
	height: 30px;
	background: url("..//images/dian.jpg")/*tpa=http://www.njsenzhong.com/images/dian.jpg*/ no-repeat left center;
	padding-left: 15px;
	line-height: 30px;
	float: left;
}

.courselist2 li a {
	font-size: 14px;
	color: #333;
}

.courselist2 li a:hover {
	color: #1b8585;
	text-decoration: underline;
}

.courselist3 ul li {
	display: block;
	float: left;
	width: 226px;
	padding-right: 110px;
	padding-top: 30px;
}

.courselist3 ul li div {
	width: 226px;
	margin-bottom: 10px;
}

.courselist3 ul li .c1 a {
	font-size: 18px;
	color: #1b8585;
}

.courselist3 ul li .c1 a:hover {
	color: #1b8585;
	text-decoration: underline;
}

.courselist3 ul li .c2 img {
	width: 226px;
	height: 138px;
}

.courselist3 ul li .c3 {
	height: 64px;
	overflow: hidden;
}

.zhaopin {
	height: 1070px;
	background: url("..//images/zpbg.jpg")/*tpa=http://www.njsenzhong.com/images/zpbg.jpg*/ no-repeat center top;
}

.zhaopintit {
	padding: 80px 0px;
	text-align: center;
}

.zhaopinbox {
	width: 940px;
	height: 460px;
	margin: 0 auto;
	position: relative;
}

.leftarrow {
	position: absolute;
	width: 51px;
	height: 84px;
	left: -80px;
	top: 180px;
}

.leftarrow  a {
	display: block;
	width: 41px;
	height: 74px;
	color: #1b8585;
	transition: all ease-in-out .3s;
	padding: 5px;
}

.leftarrow  a:hover {
	display: block;
	width: 41px;
	height: 74px;
	background: #1b8585;
	color: #fff;
}

.rightarrow {
	position: absolute;
	width: 51px;
	height: 84px;
	right: -80px;
	top: 180px;
}

.rightarrow  a {
	display: block;
	width: 41px;
	height: 74px;
	color: #1b8585;
	transition: all ease-in-out .3s;
	padding: 5px;
}

.rightarrow  a:hover {
	display: block;
	width: 41px;
	height: 74px;
	background: #1b8585;
	color: #fff;
}

.zpleft {
	width: 240px;
	position: relative;
	height: 460px;
}

.zpbiaoti {
	width: 240px;
	height: 410px;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	padding-top: 50px;
}

.zpbiaoti p {
	text-align: center;
	font-size: 28px;
	color: #1b8585;
	padding-bottom: 15px;
}

.zpbiaoti  ul li {
	display: block;
	padding: 15px 0px 0px 25px;
	font-size: 16px;
	color: #333;
}

.zpleftbg {
	width: 240px;
	height: 460px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.zpright {
	width: 700px;
	position: relative;
	height: 460px;
}

.zpjieshao {
	width: 660px;
	height: 380px;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	padding: 50px 20px 30px 20px;
}

.zprightbg {
	width: 700px;
	height: 460px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.yingpinbtn {
	padding: 50px;
}

.yingpinbtn a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #1b8585;
	border: 0;
	border-radius: 6px;
	text-align: center;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	transition: all ease-in-out .3s;
	margin: 0 auto;
}

.yingpinbtn a:hover {
	background: #1b8585;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	transition: all ease-in-out .3s;
	color: #fff;
	text-decoration: none;
}

.contact {
	height: 660px;
	background: url("..//images/contactbg.jpg")/*tpa=http://www.njsenzhong.com/images/contactbg.jpg*/ no-repeat center top;
	padding-top: 160px;
}

.conbox {
	width: 890px;
	height: 430px;
	margin: 0 auto;
	position: relative;
}

.context {
	width: 850px;
	height: 387px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
	border-top: 3px solid #1b8585;
	padding: 20px;
	line-height: 28px;
}

.context p {
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
	display: block;
	padding-top: 5px;
}

.context img {
	width: 540px;
	height: 320px;
}

.conbg {
	width: 890px;
	height: 430px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.innerbanner_small {
	height: 240px;
}

.innerbanner_small img {
	height: 240px;
}

.inner_left {
	width: 220px;
}

.innertitlist {
	width: 188px;
	padding: 15px;
	border: 1px solid #e3e3e3;
	border-top: none;
}

.innertitlist ul li {
	font-size: 14px;
	display: block;
	line-height: 36px;
	width: 176px;
}

.innertitlist ul li a {
	display: block;
	width: 156px;
	height: 36px;
	padding-left: 20px;
	
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.innertitlist ul li a:hover {
	background: url("..//images/innerlibg.jpg")/*tpa=http://www.njsenzhong.com/images/innerlibg.jpg*/ no-repeat;
	text-decoration: none;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.innertitlist ul li a.now {
	background: url("..//images/innerlibg.jpg")/*tpa=http://www.njsenzhong.com/images/innerlibg.jpg*/ no-repeat;
	overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.innerpubcon {
	width: 188px;
	border: 1px solid #e3e3e3;
	margin: 20px 0px 60px 0px;
	padding: 45px 15px 25px 15px;
}

.innerpubcontext {
	width: 188px;
	word-break: break-all;
}

.innertitlist ul li dl {
	padding: 15px 0px 15px 25px;
	display: block;
}

.innertitlist ul li dl dd {
	display: block;
}

.innertitlist ul li dl dd a {
	display: block;
	width: 75px;;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
	transition: all ease-in-out.3s;
}

.innertitlist ul li dl dd a:hover {
	font-size: 12px;
	background: #1b8585;
	color: #fff;
	text-decoration: none;
}

.innertitlist ul li dl dd a.hov {
	font-size: 12px;
	background: #1b8585;
	color: #fff;
	text-decoration: none;
}

.inner_right {
	width: 800px;
}

.nowplace {
	height: 43px;
	border: 1px solid #e3e3e3;
	line-height: 43px;
	background: url("..//images/npbg.jpg")/*tpa=http://www.njsenzhong.com/images/npbg.jpg*/ no-repeat;
	padding-left: 65px;
	font-size: 14px;
}

.nowplace a {
	color: #666;
	transition: all ease-in-out .3s;
}

.nowplace a:hover {
	color: #1b8585;
	text-decoration: none;
}

.news_d_tit {
	padding: 25px 0px 15px 0px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.news_d_time {
	font-size: 12px;
	color: #666;
	border: 1px dotted #d9d9d9;
	border-left: none;
	border-right: none;
	padding: 8px 0px;
}

.news_d_box {
	width: 800px;
	overflow-x: hidden;
	padding-top: 15px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	padding-bottom: 60px;
}

.news_d_box img {
	max-width: 800px;
}

.news_d_box p {
	display: block;
	padding: 10px 0px 20px 0px;
}

.newstab {
	width: 798px;
	border: 1px solid #e3e3e3;
	background-color: #f5f5f5;
	height: 40px;
	margin: 15px 0px;
	line-height: 40px;
}

.newstab ul li {
	display: block;
	float: left;
	width: 198px;
	height: 40px;
	border-right: 1px solid #e3e3e3;
	text-align: center;
}

.newstab ul li a {
	display: block;
	height: 40px;
	font-size: 14px;
	color: #333;
}

.newstab ul li a:hover {
	color: #1b8585;
	font-weight: bold;
	text-decoration: none;
}

.newstab ul li a.sel {
	color: #1b8585;
	font-weight: bold;
}

.newstab_text {
	width: 758px;
	border: 1px solid #e3e3e3;
	padding: 25px 20px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	overflow-x: hidden;
	margin-bottom: 60px;
}

.newstab_text p {
	display: block;
	padding: 10px 0px 20px 0px;
}

.newstab_text img {
	max-width: 750px;
}

.innerlistbox {
	width: 758px;
	border: 1px solid #e3e3e3;
	padding: 25px 20px 60px 20px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-bottom: 60px;
	margin: 15px 0px 60px 0px;
}

.innerlistbox  ul li {
	display: block;
	border-bottom: 1px dotted #d9d9d9;
	height: 45px;
	line-height: 45px;
	background: url("..//images/arrow.jpg")/*tpa=http://www.njsenzhong.com/images/arrow.jpg*/ no-repeat 8px center;
	padding-left: 20px;
}

.innerlistbox  ul li a {
	color: #333;
	transition: all ease-in-out .3s;
	font-size: 14px;
}

.innerlistbox  ul li a:hover {
	color: #1b8585;
	text-decoration: underline;
}

.innerlistbox p {
	color: #1b8585;
	display: block;
}

.page {
	text-align: center;
	padding: 45px 0px 20px 0px;
}

.page a {
	padding: 6px 10px;
	border: 1px solid #e3e3e3;
	margin: 2px;
	background: #f5f5f5;
	transition: all ease-in-out .3s;
}

.page a:hover {
	border: 1px solid #1b8585;
	margin: 2px;
	background: #1b8585;
	color: #fff;
	text-decoration: none;
}

.page a.now {
	border: 1px solid #1b8585;
	margin: 2px;
	background: #1b8585;
	color: #fff;
	text-decoration: none;
}