@charset "utf-8";

/* set font */
body,
div,
button,
input,
select,
textarea {
	/* font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; */
	/* line-height: 1.9em; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
b,
table,
th,
td {
	font-family: 'Times New Roman', 'Microsoft YaHei', SimHei;
	font-weight: normal;
}

body {
	background: #FFF;
}

p {
	font-size: 12px;
	color: #666;
	margin: 0 0 15px 0;
	text-indent: 24px;
}

h2 {
	text-align: center;
	margin-bottom: 10px;
	font-family: Microsoft YaHei, SimHei;
	font-size: 18px;
	text-shadow: 0px 0px 1px rgb(193, 224, 255);
}

h3 {
	color: #333;
	font-size: 16px;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

ul,
ol,
li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a {
	color: #f30;
	text-decoration: none;
}

a:hover {
	color: #C03;
	text-decoration: underline;
}

a:focus {
	outline-style: none;
	outline-width: 0;
}

strong {
	text-align: center;
}

th {
	background: #DCECFC;
}

#wp {
	width: 980px;
	margin: 8px auto;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #FFF;
	box-shadow: 5px 5px 5px #EBEBEB;
}

#content .content-list p a {
	display: block;
	margin-left: 20px;
	float: left;
}

#content .content-list p .tit {
	margin-left: 125px;
	text-align: left;
	margin-top: 12px;
}

#content .content-list p .to-top,
#content .content-list p .dot {
	position: absolute;
}

#content .content-list p .to-top {
	width: 20px;
	height: 20px;
	display: block;
	margin-top: 18px;
	margin-left: 132px;
}

#content .content-list p .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-left: 136px;
	margin-top: 22px;
}

#content .content-list p {
	text-align: left;
	border: 1px solid #e6e6e6;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	border-top:none;
}

#content .content-list p:first-child{
	border-top:2px solid #cbc9c9;
}

#content .content-list p:hover {
	background: #e6e6e6;
}

#content .content-list p span {
	color: #8a8a8a;
	font-size: 12px;
	display: block;
	float: right;
	margin-right: 112px;
	height: 22px;
	line-height: 51px;
}

#hd .menu {
	background: #F8F8F8;
	line-height: 38px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#hd .menu li {
	float: left;
	border-right: 1px solid #ccc;
	display: block;
}

#hd .menu li a {
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}

#hd .menu .announcement {
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-left: none;
	font-size: 14px;
}

#hd .a-nav {
	display: none;
	position: absolute;
	border-top: 1px solid #ccc;
}

#hd .a-nav li {
	float: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/arrow-red.png) no-repeat;
	background-size: 8px 9px;
	background-position: 7px 14px;
	padding: 0 5px;
	text-align: left;
}

#hd .a-nav li:hover {
	opacity: 0.8;
}

#hd .a-nav li a {
	font-size: 13px;
}

#ct .main h1 {
	font-size: 23px;
	text-align: center;
	line-height: 2em;
	padding: 15px 0 10px 0;
}

#ct .main h2 {
	font-size: 26px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 2em
}

/* 
#ct .main #BT {
	width: 100%;
	height: 30px;
} */
#ct .main h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.8em;
	color: #fff;
	background: url('http://zt.gaoxiaojob.com/BTbg5.png') no-repeat right 0;
	height: 35px;
	width: 20%;
	text-align: center;
	margin-top: -35px;
}

#ct .main .h4a {
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#ct .main .h4a span {
	font-size: 18px;
	display: inline-block;
	margin: 0;
	text-indent: 0;
}

#ct .main .h4b {
	height: 35px;
	margin: 20px auto;
	padding: 0 10px;
	line-height: 2.2em;
	color: #fff;
	font-size: 18px;
}

#ct .main .h4b span {
	color: #fff;
	font-weight: bold;
	height: 35px;
	line-height: 2.2em;
}

#ct .main h5 {
	font-size: 16px;
	font-weight: bold;
	text-indent: 1em;
	padding-bottom: 5px;
	padding-top: 5px;
}

#ct .main h5 a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#ct .main p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#ct .main p {
	font-size: 14px;
	line-height: 1.99em;
	margin-bottom: 1px;
	text-indent: 2em;
	color: #333333;
}

#ct .main span {
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 15px;
	text-indent: 2em;
	color: #333333;
}

#ct .main p.p0 {
	text-indent: 0;
}

#ct .main p.ind {
	text-indent: 0;
	padding-left: 24px;
}

#ct .main p a {
	text-decoration: none;
	font-weight: bold;
	color: #f30;
}

#ct .main p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #f00;
}

#ct .main p.p24 {
	text-indent: 0;
	padding-left: 120px;
}

#ct .main p.thumb {
	text-align: center;
	text-indent: 0;
}

#ct .main .td {
	margin-bottom: 15px;
	border: 1px solid #A0A0A0;
}

#ct .main p.red {
	color: #FF3300;
	font-weight: bold;
}

#ct .main p.red a {
	color: #FF3300;
}

#ct .main .td {
	margin-bottom: 15px;
	width: 100%;
}

#ct .main .td td {
	padding: 5px;
	border: 1px solid #A0A0A0;
	vertical-align: middle;
	line-height: 30px;
}

#ct .main .td th {
	padding: 5px;
	border: 1px solid #A0A0A0;
	vertical-align: middle;
	line-height: 30px;
	text-align: center;
}

#ct .main .td th p {
	font-size: 16px;
	vertical-align: middle;
	text-indent: 0;
	text-align: center;
	margin-bottom: 0;
}

#ct .main .td td p {
	font-size: 14px;
	vertical-align: middle;
	text-indent: 0;
	margin-bottom: 0;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
}

.cen {
	text-align: center;
}

table.gridtable,.td {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	margin: 10px auto;
}

table.gridtable th,.td .background {
	border-width: 1px;
	font-size: 14px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
	background-color: #efefef;
}

table.gridtable td {
	font-size: 14px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #ccc;
	background-color: #ffffff;
}

table.gridtable td a,
.specific p a,
.link {
	color: #921908;
	font-weight: bold;
}

table.gridtable td a:hover,
.specific p a:hover,
.link:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #E0E0E0;
}

#footer p {
	padding: 1px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	line-height: 2.0em;
	color: #fff;
}

#footer p a {
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
}

.info {
	height: 24px;
	line-height: 17px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	color: rgb(102, 102, 102);
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 0.5em;
}

.info b {
	font-size: 14px;
}

.pht_list {
	zoom: 1;
	border: 0px #A0A0A0 solid;
	width: 100%;
	text-align: center;
}

.pht_list td {
	border: 0px #A0A0A0 solid;
	padding: 5px;
}

.pht_list td img {
	width: 100%;
	max-width: 400px;
	border: 1px #A0A0A0 solid;
	padding: 2px;
	margin: 5px;
	height: 260px;
}

.navClick {
	display: none;
}

.info small:nth-child(1) {
	margin: 0;
}

.info small {
	margin: 0 0 0 25px;
	font-size: 14px;
}

.content_text {
	padding: 20px 35px;
}

/* 右侧导航栏样式 */
.d-img {
	width: 47px;
	height: 49px;
}

.h-img {
	width: 57px;
	height: 49px;
}

.qr-code {
	display: none;
	margin: -100px 57px 0 0;
	width: 145px;
}

.tencentqq,
.tel,
.weibo,
.return-top {
	width: 161px;
	display: none;
}

.qq-number span,
.tel-number span,
.weibo-font span {
	color: #FFF;
	font-size: 12px;
}

.return-top img {
	width: 161px;
	height: 49px;
}

.bshareDiv{
	position: fixed;
	top:128px;
	right: 0px;
	display: block;
	width: 18px;
}


@media screen and (max-width:720px){


#ct .main p {
    font-size: 14px;
    line-height: 1.99em;
    margin-bottom: 1px;
    text-indent: 25px;
    color: #333333;
}

}

@media screen and (max-width:1100px) {
	#hd {
		padding-top: 0px;
		background: white;
	}

	#leftsead {
		display: none;
	}

	#wp {
		width: 100%;
		margin: 0 auto;
		overflow: visible;
		border: 1px solid #ccc;
		background: #FFF;
		box-shadow: 5px 5px 5px #EBEBEB;
		word-wrap: break-word;
	}

	.area {
		display: none;
	}

	.td td {
		word-break: break-all;
	}

	#footer {
		width: 100%;
		height: auto;
	}

	#hd .menu {
		text-align: center;
	}

	.navClick {
		width: 100%;
		height: 38px;
		cursor: pointer;
		display: block;
		margin-bottom: 10px;
		background: #0192DF;
		color: #fff;
		border: none;
		margin-bottom: 0;
	}

	#hd .menu li {
		float: none;
		display: none;
	}

	#ct .main #BT {
		background: white;
		width: 100%;
		height: 30px;
	}

	#ct .main h3 {
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.8em;
		color: #008ACC;
		background: white;
		height: 35px;
		width: auto;
		text-align: left;
		margin-top: -35px;
	}
}
