/* CSS Document */
@charset "utf-8";
/***************
the Academy of Peking University
Author:wallace
***************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, image, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
	border: 0px;
	padding: 0px;
	/*font-size: 100%;*/
	margin: 0px;
	font-family: '微软雅黑',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
}
body {
	color: #000;
	font-size: 20px;
	font-family:'微软雅黑',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	margin: 0px;
}
input, textarea, select {
	font-family: '微软雅黑',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	background-color: #FFFFFF;
	font-size:14px;
	outline:none;
}
img {
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color: #00000;
}
ul, li {
	list-style-type:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}
.yahei {
	font-family:"微软雅黑", Arial;
}
h1, h2, h3, h4 {
	font-family:"微软雅黑", Arial;
}
.relative {
	position:relative;
}
.clearfix {
*display:inline-block;
*zoom:1;
*vertical-align:top;
}


/* inner */
.inner {
	width: 1000px;
	margin:0 auto;
	
}

/*header*/
.header .topline {
	background: #eeeeee;
	width: 100%;
	height: 30px;
}
.topline span{
	padding: 6px 0px;
}
.logo {
	background: #880808;
	width: 100%;
}
.xgc{
	padding: 35px 20px;
}



/*nav  导航开始*/
.nav{
	width: 100%;
	background:#A52A2A;
	height: 45px;
	
}
.nav .nav01 li{
	float: left;
	font-size: 17px;
	color: #FFFFFF;
	padding: 11px 10px;
}
.nav .nav01 li a{
	font-size: 17px;
	color: #FFFFFF;
	
}
.nav .nav01 .selected {
	background-color: 	#880808;
}
.nav .nav01 .nav02 .selected02 {
	background: #FFFFFF;
}

.nav .nav01 .nav02 li a:hover {
	text-decoration:none;
	color:#EE4B2B;
}
.nav .nav02 {
	display: none;
	position: absolute;
	left: 0%;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 10px;
	z-index: 1000;
}
.nav .nav02 li{
	float: left;
	background-color: #FFFFFF;
	font-size: 17px;
	padding: 18px 30px;
}
.nav .nav01 .nav02 li a{
	font-size:17px;
	color: #000000;
}

/*
.nav .nav01 .nav02{
	display: none;
	position: absolute;
	top: 260px;
	margin-left: -12px;
	z-index: 1000;
}
.nav .nav01 .nav02 ul{
	width: 74px;
	float: left;
	background: #FFFFFF;
	padding: 0px 8px;
	border: 1px solid #cacaca;
}
.nav .nav01 .nav02 li{
	font-size: 15px;
	padding: 10px 7px;
	border-bottom: 1px dashed #cacaca;
	width: 76px;
	text-align: center;
}


/*main*/
.main {
          min-height:500px;
}
.main_row1{
	margin-top: 17px;
}
.slider {
	width: 680px;
	height: 340px;
	float: left;
}
 .news {
 	float: right;
 	width: 300px;
 	
 }
.search_box {
	background: url(../images/search_bj.png) no-repeat;
}
.search_box .search_text{
	border: none;
	width: 230px;
	margin: 5px;
	height: 24px;
	padding-left: 6px;
	float: left;
	
}
.search_box .search_btn{
	background: url(../images/search_btn.png) no-repeat right center;
	border: none;
	width: 40px;
	height: 36px;
}
.title {
	/*width: 286px;*/
	
}
.title .title_left{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #004986;
	padding: 6px;
	margin-right: 5px;
}
.title .title_right{
	float: right;
	margin-top: 16px;
}
.news_list {
	margin-top:20px ;
	padding-left: 2px;
}

.news_list li a{
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	
}
.xwdt {
	margin-top: 16px;
	width: 286px;
}

.main_row2,.main_row3{
	margin-top: 50px;
}

.szjy,.zzgl,.djgz,.xsfc {
	width: 325px;
	float: left;
}
.zzgl,.xsfc {
	margin-left: 32px;
	margin-right: 28px;
}

.links {
	margin-top: 44px;
}
.links .links_title{
	width: 38px;
	font-size: 15px;
	color: #FFFFFF;
	padding: 8px 6px 8px 10px;
	background: #004986;
	float:left;
	letter-spacing:4px;
	line-height:19px;
}
.links ul{
	margin-left: 6px;
	float: left;
	line-height: 54px;
}
.links li{
	float: left;
}
.links li a{
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	padding: 0px 10px;
}


/*footer*/
.footer{
	background: #880808;
	width: 100%;
	margin-top: 55px;
}
.footer .copyright {
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 34px;
	padding-top: 34px;
	padding-bottom: 34px;
}


/*list*/
/*后期加侧边导航*/

.list_nav {
	float: left;
	width: 200px;
	margin-top: 50px;
}
.list_subMenu {
	border: 1px solid #C9C9C9;
	margin-top: 20px;
        background-color:#761616;
}
.list_subMenu li a{
	font-size:20px;
	color: #ffffff;
	line-height: 30px;
}
.list_subMenu li {
	border-bottom: 1px dashed #c9c9c9;
	padding: 15px 8px 10px 8px;
	text-align: center;
	margin: 0px 24px;
}

.list_subMenu li :hover{
	color: #005d8c;
}
.list_right{
	width: 740px;
	float: right;
	margin-top: 60px;
}
.list_right .position {
	color: #a8a8a8;
	float: right;
}
.title_list{
	width: 9px;
	height: 32px;
	margin-right: 10px;
}

.list_right .position a{
	color: #a8a8a8;
	font-size: 14px;
}
.list_right ul{
	margin-top:40px ;
}
/*后期加侧边导航*/



.list{
	margin-top: 24px;
}
.list_title {
	font-size: 25px;
	font-weight: bold;
	line-height: 60px;
	color: #000000;
	padding-left: 30px;
}

.list_nav .list_title{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	padding-left: 10px;
}
.list ul{
	
}
.list li,.list_right li{
	list-style-image: url(../images/list_style.png);
	border-bottom: 1px dashed #b6b6b6;
	list-style-position: inside;
}
.list li a,.list_right li a{
	color: #313131;
	font-size:17px;
	line-height: 60px;
	padding-left: 10px;
	
}
.list .list_date ,.list_right .list_date{
	color: #959595;
	font-size:18px;
	line-height: 60px;
	float: right;
	margin-right: 10px;
}

.list .page ,.list_right .page{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.list .page span ,.list_right .page span{
	padding-left: 15px;
}
.list .page a,.list_right .page a{
	color: #000000;
}
.list .page input ,.list_right .page input{
	width: 62px;
	height: 26px;
}




/*contant*/
.contant {
	width: 1200px;
	background: #FFFFFF;
	margin: 0 auto;
	min-height: 750px;
}

.con_article {
	padding-top: 45px;
}
.con_article .position {
	color: #000000;
}

.con_article .position a{
	color: #000000;
	font-size: 14px;
}

.arti{
	margin-top: 30px;
	
}
.arti .arti_title {
	font-size: 28px;
	line-height: 34px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.arti .date {
	font-size: 14px;
	line-height: 60px;
	color: #000000;
	text-align: center;
}
.arti .arti_cont {
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 60px;
	/*width: 890px;*/
           padding:0px 20px 60px 20px;
	
}
.arti .arti_cont img {
	margin: 20px auto;
	display: block;
	
}
.arti .arti_cont p{
	font-size: 18px;
	line-height: 34px;
	text-indent: 2em;
}
.arti .arti_prev ,.arti .arti_next {
	width: 500px;
	text-align: center;
	float: left;
	margin-bottom: 50px;
}
.arti .arti_prev a,.arti .arti_next a{
	font-size: 16px;
	line-height: 29px;
	color: #000000;
}



/*心理健康*/
.xljk_search_box {
	background: url(../images/search_bj.png) no-repeat;
	float: right;
	margin-top: 4px;
	width: 284px;
}
.xljk_search_box  .search_text{
	border: none;
	width: 216px;
	margin: 5px;
	height: 24px;
	padding-left: 6px;
	float: left;
	
}
.xljk_search_box .search_btn{
	background: url(../images/search_btn.png) no-repeat right center;
	border: none;
	width: 40px;
	height: 36px;
	padding: 0px;
}
.slider_xljk {
	width: 608px;
	height: 340px;
	float: left;
}

 .xljk_news {
 	float: right;
 	width: 370px;
 	
 }

.hdxx {
	margin-top: 4px;
	width: 360px;
}

.xljk_date {
	color: #a0a0a0;
	font-size: 13px;
	float: right;
	line-height: 30px;
}

.ljzx,.zjzx{
	width: 325px;
	float: left;
}
.zjzx{
	margin-left: 32px;
	margin-right: 28px;
}
.xlsc {
	width: 290px;
	float: left;
}



/*媒体查询*/
@media screen and (min-width:960px ) and (max-width:1200px){
	.header .topline{
		width: 1000px;
	}
.logo{
		width: 1000px;
	}
	.nav{
		width: 1000px;
	}
.footer{
               width:1000px;
}

	
}