a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.wrapper {
	margin: auto;
	width: 1000px;
}

.ad {
	margin: 10px auto 0 auto;
	width: 1000px;
}

.top {
	height: 36px;
	background-image: url("//t.jiaozuo.gov.cn/file/4108000029/img/top.png");
}

.top .date {
	float: left;
	padding-left: 26px;
	background: url("//t.jiaozuo.gov.cn/file/4108000029/img/icon-date.png") no-repeat left center;
	line-height: 36px;
}

.top .tools {
	float: right;
}

.top .tools a {
	display: inline-block;
	margin-left: 10px;
	padding-left: 20px;
	background: url("//t.jiaozuo.gov.cn/file/4108000029/img/icon-home.png") no-repeat left center;
	line-height: 36px;
	color: #666;
}

.top .tools a.fav {
	background-image: url("//t.jiaozuo.gov.cn/file/4108000029/img/icon-fav.png");
}

.header {
	background: url("//t.jiaozuo.gov.cn/file/4108000029/img/header.jpg") no-repeat center center;
}

.header .wrapper {
	position: relative;
	height: 224px;
}

.header .search {
	position: absolute;
	right: 0;
	top: 55px;
}

.header .search input[type="text"] {
	padding: 5px 10px 5px 35px;
	width: 200px;
	height: 20px;
	background: #FFF url("//t.jiaozuo.gov.cn/file/4108000029/img/icon-search.png") no-repeat 8px center;
	border: none;
	line-height: 20px;
	color: #666;
	font-size: 14px;
}

.header .search input[type="submit"] {
	width: 70px;
	height: 30px;
	background-color: #0075a9;
	border: none;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
}

.header .nav {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	width: 980px;
	height: 48px;
}

.header .nav a {
	display: block;
	float: left;
	margin-top: 13px;
	padding: 0 16px;
	height: 20px;
	line-height: 20px;
	color: #0075a9;
	font-size: 18px;
	text-decoration: none;
}

/*.header .nav a {display: block; float: left; margin-top: 13px; padding-left: 40px; width: 100px; height: 20px; background: url(../images/icon-nav.png) no-repeat 10px 0; line-height: 20px; color: #0075a9; font-size: 18px; text-decoration: none;}*/
.header .nav a:hover {
	color: #F00;
}

/*.header .nav a.n1 {background-position-y: 0;}
.header .nav a.n2 {background-position-y: -20px;}
.header .nav a.n3 {background-position-y: -40px;}
.header .nav a.n4 {background-position-y: -60px;}
.header .nav a.n5 {background-position-y: -80px;}
.header .nav a.n6 {background-position-y: -100px;}
.header .nav a.n7 {background-position-y: -120px;}*/

.footer {
	margin-top: 20px;
	padding: 20px 0;
	width: 100%;
	background-color: #0075a9;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
}

.footer #_ideConac {
	display: block;
	float: left;
}

.footer .txt {
	float: left;
	margin: 8px 0 0 20px;
}

.footer #_span_jiucuo {
	display: block;
	float: right;
	margin-top: 10px;
}

.footer a {
	color: #FFF;
}

.main {
	margin-top: 20px;
}

/* 首页开始 */
.main .focus {
	position: relative;
	float: left;
	width: 450px;
	height: 320px;
	overflow: hidden;
}

.main .focus .bd {
	width: 450px;
}

.main .focus .bd li {
	position: relative;
	width: 450px;
	height: 320px;
}

.main .focus .bd li h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 80px 0 5px;
	width: 365px;
	height: 32px;
	background-image: url("//t.jiaozuo.gov.cn/file/4108000029/img/opacity50.png");
	line-height: 32px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}

.main .focus .hd {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 25px;
}

.main .focus .hd ul {
	text-align: right;
}

.main .focus .hd ul li {
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background-color: #EEE;
	border-radius: 8px;
	cursor: pointer;
}

.main .focus .hd ul li.on {
	background-color: #00a0e9;
}

.main .news {
	float: right;
	width: 522px;
}

.main .news .title {
	width: 522px;
	height: 32px;
}

.main .news .title h3 {
	float: left;
	padding-left: 32px;
	width: 88px;
	background: #00a0e9;
}

.main .news .title h3 a {
	line-height: 32px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.main .news .title ul {
	float: right;
	width: 390px;
	height: 32px;
	overflow: hidden;
}

.main .news .title ul li {
	display: inline-block;
	margin-left: 20px;
	line-height: 30px;
}

.main .news .title ul li a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.main .news .title ul li a:hover {
	color: #0788DC;
}

.main .news .content {
	float: right;
	width: 520px;
	border: 1px solid #DDD;
	border-top: 1px solid #00a0e9;
}

.main .news .content ul {
	padding: 7px 10px;
}

.main .news .content ul li {
	padding-left: 15px;
	width: 480px;
	background: url('//t.jiaozuo.gov.cn/file/4108000029/img/point.png') no-repeat left center;
	line-height: 34px;
	font-size: 14px;
}

.main .news .content ul li a {
	display: block;
	float: left;
	width: 390px;
	height: 34px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-decoration: none;
}

.main .news .content ul li a:hover {
	color: #0788DC;
}

.main .news .content ul li span {
	float: right;
	text-align: right;
	color: #888;
}

.row1 {
	margin-top: 20px;
}

.row1 .left {
	float: left;
	width: 490px;
	height: 302px;
	overflow: hidden;
}

.row1 .right {
	float: right;
	width: 490px;
	height: 302px;
	overflow: hidden;
}

.row1 .hd {
	position: relative;
	width: 490px;
	height: 32px;
	background: url('//t.jiaozuo.gov.cn/file/4108000029/img/icon-col.png') no-repeat left center;
	border-bottom: 1px solid #DDD;
	line-height: 32px;
	text-align: right;
}

.row1 .hd ul {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 20px;
	height: 32px;
	border-bottom: 1px solid #00a0e9;
}

.row1 .hd ul li {
	float: left;
	padding: 0 10px;
	line-height: 32px;
}

.row1 .hd ul li a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
}

.row1 .hd ul li a:hover,
.row1 .hd ul li.on a {
	color: #00a0e9;
}

.row1 .bd ul {
	margin-top: 10px;
	width: 490px;
}

.row1 .bd ul li {
	padding-left: 20px;
	width: 470px;
	background: url('//t.jiaozuo.gov.cn/file/4108000029/img/icon-arr.png') no-repeat left center;
	border-bottom: 1px dotted #DDD;
	line-height: 36px;
	font-size: 14px;
}

.row1 .bd ul li p {
	display: block;
	float: left;
	width: 380px;
	height: 36px;
	overflow: hidden;
}

.row1 .bd ul li p a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
}

.row1 .bd ul li p a:hover {
	color: #0788DC;
}

.row1 .bd ul li p em {
	padding-right: 5px;
	color: #F00;
}

.row1 .bd ul li span {
	float: right;
	text-align: right;
	color: #888;
}

.row2 {
	margin-top: 20px;
}

.row2 .left {
	float: left;
	width: 490px;
}

.row2 .left .title {
	position: relative;
	width: 490px;
	height: 32px;
	border-bottom: 1px solid #DDD;
	line-height: 32px;
}

.row2 .left .title h3 {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px 0 25px;
	height: 32px;
	background: url('//t.jiaozuo.gov.cn/file/4108000029/img/icon-col.png') no-repeat left center;
	border-bottom: 1px solid #00a0e9;
	line-height: 32px;
}

.row2 .left .title a {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.row2 .left .title a:hover {
	color: #00a0e9;
}

.row2 .left ul {
	margin-top: 10px;
	width: 490px;
}

.row2 .left ul li {
	padding-left: 20px;
	width: 470px;
	background: url('//t.jiaozuo.gov.cn/file/4108000029/img/icon-arr.png') no-repeat left center;
	border-bottom: 1px dotted #DDD;
	line-height: 36px;
	font-size: 14px;
}

.row2 .left ul li p {
	display: block;
	float: left;
	width: 380px;
	height: 36px;
	overflow: hidden;
}

.row2 .left ul li p a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
}

.row2 .left ul li p a:hover {
	color: #0788DC;
}

.row2 .left ul li span {
	float: right;
	text-align: right;
	color: #888;
}

.row2 .right {
	float: right;
	width: 490px;
}

.row2 .right .title {
	height: 34px;
	border-bottom: 2px solid #00a0e9;
}

.row2 .right .title h3 {
	float: left;
	padding: 0 20px 0 40px;
	line-height: 34px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.row2 .right .title h3.zmhd {
	background: #00a0e9 url('//t.jiaozuo.gov.cn/file/4108000029/img/icon-zmhd.png') no-repeat 10px center;
}

.row2 .right .title h3.ztzl {
	background: #00a0e9 url("//t.jiaozuo.gov.cn/file/4108000029/img/icon-ztzl.png") no-repeat 10px center;
}

.row2 .right div.zmhd {
	padding: 0 5px 10px 5px;
	width: 490px;
}

.row2 .right div.zmhd a {
	display: block;
	float: left;
	margin: 20px 20px 0 20px;
	width: 200px;
	height: 38px;
	background-image: url("//t.jiaozuo.gov.cn/file/4108000029/img/zmhd.png");
}

.row2 .right div.zmhd a.i1 {}

.row2 .right div.zmhd a.i2 {
	background-position-y: -38px;
}

.row2 .right div.zmhd a.i3 {
	background-position-y: -76px;
}

.row2 .right div.zmhd a.i4 {
	background-position-y: -114px;
}

.row2 .right div.ztzl {
	padding: 10px 5px 0 5px;
	width: 480px;
	height: 110px;
	overflow: hidden;
}

.row2 .right div.ztzl .bd {}

.row2 .right div.ztzl .bd ul {}

.row2 .right div.ztzl .bd ul li {
	float: left;
	margin: 0 5px;
	width: 150px;
	height: 110px;
}

.row2 .right div.ztzl .bd ul li img {
	width: 150px;
	height: 110px;
}

.row3 {
	margin-top: 20px;
}

.row3 h3 {
	background-color: #00a0e9;
	line-height: 34px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.row3 .left {
	float: right;
	width: 530px;
}

.row3 .left .bmfw {
	width: 530;
	height: 166px;
	background-image: url('//t.jiaozuo.gov.cn/file/4108000029/img/bmfw.png');
}

.row3 .left .bmfw a {
	display: block;
	float: left;
	width: 176px;
	height: 83px;
}

.row3 .left .bmfw a:hover {
	background-color: rgba(255, 255, 255, .5);
}

.row3 .right {
	float: left;
	width: 450px;
}

.row3 .right .sswz {
	width: 450px;
}

.row3 .right .sswz a {
	display: block;
	margin: 10px 0 0 10px;
	float: left;
	padding: 0 8px;
	background-color: #E7F7FF;
	border: 1px solid #DDD;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

.row3 .right .sswz a:hover {
	color: #0788DC;
}

.links {
	margin-top: 20px;
	border: 1px solid #00a0e9;
}

.links h3 {
	float: left;
	padding-top: 20px;
	width: 80px;
	height: 80px;
	background-color: #00a0e9;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

.links div {
	float: right;
	margin: 0 10px;
	width: 900px;
}

.links div a {
	float: left;
	padding: 5px;
}

/* 首页结束 */

.pos {
	margin: 10px auto auto auto;
	width: 1000px;
	background: #F8F8F8;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-indent: 40px;
}

.pos a {
	padding: 0 3px;
	color: #333;
	font-size: 14px;
}

.pos a:hover {
	color: #0075A9;
}

.main .zt {
	width: 1000px;
}

.main .zt ul {
	margin-top: 20px;
	width: 1000px;
}

.main .zt ul li {
	float: left;
	padding: 10px 20px;
}

.main .sidebar {
	float: left;
	width: 200px;
}

.main .sidebar h2 {
	padding: 0 10px 0 40px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 18px;
	overflow: hidden;
	background: #0075A9 url('https://t.jiaozuo.gov.cn/file/4108000029/img/icon-sidebar.png') no-repeat 10px center;
}

.main .sidebar ul {}

.main .sidebar ul li {
	background: #F3F9FA;
	border-bottom: 1px solid #DDD;
	line-height: 40px;
	text-indent: 40px;
	background: #F3F9FA url('https://t.jiaozuo.gov.cn/file/4108000029/img/icon-arr.png') no-repeat -40px center;
}

.main .sidebar ul li.on {
	background-position-x: 20px;
}

.main .sidebar ul li a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.main .sidebar ul li a:hover,
.main .sidebar ul li.on a {
	color: #0075A9;
}

.main .list {
	float: right;
	width: 760px;
}

.main .list .title {
	position: relative;
	width: 760px;
	height: 40px;
	border-bottom: 2px solid #EEE;
}

.main .list .title h3 {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
	height: 40px;
	border-bottom: 2px solid #0075A9;
	line-height: 40px;
	color: #0075A9;
	font-size: 18px;
	font-weight: normal;
}

.main .list .list-art {
	padding: 10px 0;
}

.main .list .list-art ul {
	margin-top: 10px;
}

.main .list .list-art ul li {
	padding-left: 20px;
	width: 740px;
	height: 36px;
	background: url("//t.jiaozuo.gov.cn/file/4108000029/img/point.png") no-repeat 5px center;
	line-height: 36px;
	font-size: 14px;
}

.main .list .list-art ul li.s {
	margin-top: 20px;
	height: 20px;
	background: none;
	border-top: 1px dotted #CCC;
}

.main .list .list-art ul li a {
	display: block;
	float: left;
	width: 640px;
	height: 36px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-decoration: none;
}

.main .list .list-art ul li a:hover {
	color: #0788DC;
}

.main .list .list-art ul li span {
	float: right;
	text-align: right;
	color: #888;
}

.main .list .list-ld {
	padding: 10px 0;
}

.main .list .list-ld ul {
	margin-top: 10px;
	width: 760px;
}

.main .list .list-ld ul li {
	float: left;
	padding: 10px;
	width: 170px;
}

.main .list .list-ld ul li a {
	display: block;
	margin: auto;
	width: 120px;
	padding: 2px;
	border: 1px solid #DDD;
}

.main .list .list-ld ul li a:hover {
	border-color: #0075A9;
}

.main .list .list-ld ul li h4 {
	width: 170px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}

.main .list .list-ld ul li p {
	width: 170px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}

.main .list .content-ld {
	padding: 30px 10px;
	width: 740;
}

.main .list .content-ld .pic {
	float: left;
	padding: 3px;
	width: 160px;
	border: 2px solid #EEE;
}

.main .list .content-ld .info {
	float: right;
	width: 520px;
}

.main .list .content-ld .info h1 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	font-size: 24px;
}

.main .list .content-ld .info h1 span {
	padding-left: 20px;
	font-size: 18px;
	font-weight: normal;
}

.main .list .content-ld .info p {
	margin-top: 10px;
}

.main .list .list-jg {
	padding: 10px;
}

.main .list .list-jg ul {
	width: 760px;
}

.main .list .list-jg ul li {
	float: left;
	padding: 10px 15px;
}

.main .list .list-jg ul li a {
	display: block;
	padding: 0 20px;
	border: 1px solid #CCC;
	line-height: 32px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.main .list .list-jg ul li a:hover {
	background-color: #0075A9;
	color: #FFF;
}

.main .list .content-jg {
	padding: 20px;
}

.main .list .single {
	padding: 25px;
	width: 710px;
}

.main .list-search {
	padding: 0 20px 20px 20px;
}

.main .list-search ul {}

.main .list-search ul li {
	border-bottom: 1px dotted #CCC;
	line-height: 40px;
	font-size: 16px;
}

.main .list-search ul li a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.main .list-search ul li a:hover {
	color: #F00;
}

.main .ztzl {
	float: left;
	width: 655px;
}

.main .ztzl h3 {
	border-bottom: 2px solid #3aa1e0;
	line-height: 40px;
	color: #3aa1e0;
	font-size: 16px;
}

.main .ztzl .ztzl-list {
	padding: 20px 0;
}

.main .ztzl .ztzl-list li {
	padding: 10px 0;
	border-bottom: 1px dotted #3aa1e0;
}

.main .ztzl .ztzl-list li h4 {
	padding-left: 15px;
	width: 640px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url("//t.jiaozuo.gov.cn/file/4108000029/img/ico.png") no-repeat 0 -26px;
}

.main .ztzl .ztzl-list li h4 a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.main .ztzl-right {
	float: right;
	width: 320px;
}

.main .ztzl-right .slide {
	position: relative;
	margin-top: 40px;
	width: 320px;
}

.main .ztzl-right .slide .bd {
	width: 320px;
}

.main .ztzl-right .slide .bd li {
	position: relative;
	width: 320px;
	height: 230px;
}

.main .ztzl-right .slide .bd li h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 5px;
	width: 310px;
	height: 30px;
	background-image: url('//t.jiaozuo.gov.cn/file/4108000029/img/opacity50.png');
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}

.main .ztzl-right .slide a.prev,
.main .ztzl-right .slide a.next {
	display: none;
	position: absolute;
	left: 0;
	top: 90px;
	width: 30px;
	height: 50px;
}

.main .ztzl-right .slide a.next {
	left: auto;
	right: 0;
}


.main .page {}

.main .page ul {}

.main .page ul li {
	float: left;
	margin-right: 5px;
}

.main .page ul li a {
	display: block;
	padding: 0 15px;
	border: 1px solid #EEE;
	line-height: 26px;
	color: #333;
	text-decoration: none;
}

.main .page ul li a:hover,
.main .page ul li.active a {
	background-color: #0075A9;
	color: #FFF;
}

.main .content-art {
	padding: 20px 38px;
	width: 920px;
	border: 1px solid #F6F6F6;
	border-top: 2px solid #0788DC;
}

.main .content-art h1 {
	padding: 10px 0;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
}

.main .content-art .info {
	padding: 10px 0;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.main .content-art .content {
	padding: 20px 0;
	border-top: 1px dotted #CCC;
}

.main .content-art .content img {
	margin: auto;
	max-width: 920px;
}

.main .content-art .content p {
	padding: 5px 0;
}

.main .content-art .pn {
	padding-top: 20px;
	border-top: 1px dotted #DDD;
}

.main .content-art .pn p {
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.main .content-art .pn p a {
	color: #333;
	text-decoration: none;
}

.main .content-art .pn p a:hover {
	color: #0788DC;
}