@charset "gb2312";

/* 全局定义 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
body {
	background: #FFF;
	font-family: "微软雅黑";
	font-size: 12px;
}
.l{ float:left;}
.r{ float:right;}
.clear{clear: both;}
/* 链接 */
a {
	color: #464646;
	text-decoration: none;
}
a:hover {
	color: #df0012;
}

/* 字体大小 */
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}

/* 文字颜色 */
.red {
	color: #F00;
}
.blue {
	color: #006;
}
.white {
	color: #FFF;
}

/* 表单样式 */
input, select, textarea {
	font-size: 12px;
	vertical-align: middle;
}
.form_text {
	padding-left: 3px;
	height: 19px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	line-height: 19px;
}
.form_textarea {
	padding-left: 3px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	line-height: 19px;
}

/* 外边距 */
.pt10{ padding-top:10px;}
.pr10{ padding-right:10px;}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 10px;
}
/* ---------------页眉--------------- */
/* 顶部链接 */
.headbar {
	margin: auto;
	width: 1100px;
	height: 30px;
	text-align: right;
	background-color: #6c6c6c;
	color: #cccccc;
}
.top {
	background-color: #6c6c6c;
	line-height: 30px;
}

.headbar_l {
	float: left;
	line-height: 30px;
}
.headbar_r {
	float: right;
}
.headbar_r a {
	padding: 0 12px 0 10px;
	background: url(../images/headbar_arrow.gif) no-repeat;
	color: #cccccc;
	line-height: 30px;
}
.headbar_r a:hover {
	color: #FFF;
}
/*banner*/
#full-screen-slider {
	width: 100%;
	height: 410px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 410px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 62%;
	top: 380px;
	z-index: 9900;
	margin: 0
}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:10px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {
	background-color: #9F0000;
}
/* 网站标题 */
#header {
	position: relative;
	margin: auto;
	width: 950px;
	height: 165px;
	background: url(../images/header.jpg);
}
h1 {
	position: absolute;
	top: 55px;
	left: 50px;
}
h1 a {
	display: block;
	width: 180px;
	height: 45px;
	background: url(../images/logo.gif);
	text-indent: -9999px;
	overflow: hidden;
}

/* ---------------导航--------------- */
#nav {
	width: 1100px;
	height: 49px;
	background-color: #e60012;
	margin: auto;
}
.dh {
	background-color: #e60012;
	width: 100%;
	height: 49px;
}

#nav li {
	float: left;
}
#nav li a {
	display: block;
	width: 130px;
	font-size: 15px;
	font-weight: normal;
	line-height: 49px;
	text-align: center;
	color: #FFF;
}
#nav li a:hover,#nav li a.on{
	color: #FF0;
}


/* 搜索 */
.search {
	float: right; padding:10px 0 0 0;
}
.search_text {
	width: 200px;
	height: 30px; border:0;
	color: #999;padding: 0 0 0 3px;
}
.search_btn {
	width: 50px;
	height: 30px;
	font-size: 12px;border:0;
	background-color: #6c6c6c;color: #FFF;
}

/* ---------------页面布局--------------- */
/* 封套 */
.wrap {
	margin: auto;
	width: 1100px;
	overflow: hidden;
}
.tit {
	line-height: 50px;
	height: 50px;
	background-image: url(imagestit_03.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tit .text {
	float: left;
	height: 50px;
	width: 190px;
	line-height: 50px;
	background-image: url(imagestit_02.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 23px;
	color: #424242;
	font-weight:bold;
	padding-left: 10px;
}
.tit .text span {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 26px;
}
.tit .text span i {
	font-style: normal;
	color: #c50c11;
}
.tit .more {
	padding-right: 10px;
}
.tit .more a{
	color: #888;
	font-size: 14px;
}
.tit .more a:hover{
	color: #F00;
}
/* 左结构 */
.left {
	float: left;
	width: 439px;
}
.box_s {
	background-color: #f7f8f8;
	height: 36px;
}
.box_s .tit {
	display: block;
	height: 36px;
}
.box_s .more {
	display: block;
	padding:10px 10px 0 0;
}
/* 中结构 */
.center {
	float: left;
	width: 390px;
}
.news {
	padding: 5px 10px 0 10px;
}

.news ul {
	display: block;
}
.news ul li {
	line-height: 30px;
}
.news ul li span {
	color: #B7B7B7;
}
/* 右结构 */
.right {
	width: 249px;
	background-color: #f7f8f8;
}
.box_r {
	background-color: #eff1f1;
	height: 36px;
}
.box_r .tit {
	display: block;
	height: 36px;
}
.box_r .more {
	display: block;
	padding: 10px 10px 0 0;
}
.right .tzgg {
	margin: auto;
	width: 240px;
}
.tzgg .rq {
	background-color: #fabe00;
	height: 47px;
	width: 53px;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 6px 0 0 0;
}
.tzgg ul{padding: 3px 0;}
.tzgg ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfcfcf;
	padding: 8px 0;
}

.tzgg .rq i {
	font-style: normal;
	font-size: 18px;
}
.tzgg .text {
	height:48px;
	overflow:hidden;
	display: block;
	line-height: 24px;
	padding: 3px 0 0 8px;
	width: 175px;
}
.banner {
	height: 100px;
	width: 1100px;
	padding-top: 10px;
}
/* 热点关注 */
.rdgz{
	float: left;
	width: 415px;
}.rdgz-img {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cdcdcd;
	padding: 10px;
}
.rdgz-img .img {
	display: block;
	height: 94px;
	width: 149px;
}
.rdgz-img .text {
	line-height: 26px;
	text-indent: 2em;
	display: block;
	float: left;
	width: 226px;
	padding-top: 14px;
}
.new-img ul li {
	float: left;
	padding: 6px;
	display: block;
}
.new-img ul {
	display: block;
	padding: 2px 0 8px 8px;
}
.new-li ul li {
	padding: 6px;
	display: block;
}
.new-li ul {
	display: block;
	padding: 2px 0 8px 8px;
}
/* 工作动态 */
.gzdt{
	float: left;
	width: 579px;
}
/* 心理健康 */
.zxdt {
	width: 358px;
	border: 1px solid #e3e3e3;
}
/* 友情链接 */
.yqlj{
	background-color: #f8f8f6;
	margin-top: 20px;
	line-height: 60px;
	height: 60px;
}
.yqlj-img {
	display: inline;
	height: 25px;
	padding: 0px 20px 0 0;
}
.yqlj-ul li {
	float: left;
	padding: 0 20px;
}
.foot {
	background-color: #94000c;
}
.foot-er {
	padding: 40px 0px;
}
.foot-td {
	color: #d2acae;
	line-height: 30px;
}
