﻿*,
			html,
			body {
				margin: 0;
				padding: 0;
				font-family: "微软雅黑";
				/*width: 100%;*/
				/*height: 100%;*/
				/*background-attachment: fixed;   设置背景图片固定不变*/
				/*background: #ddd;*/
			}
			.fl {
				float: left;
			}
			.fr {
				float: right;				
			}
			.main {
				width: 100%;
				height: auto;
				margin: 0 auto
				/*background: cadetblue;*/
			}
			
			/*头部信息*/
			.header {
				width: 100%;
				height: 115px;
				background: #208BB9;
				border-bottom: 1px solid #fff;
				background-image: url(http://xxgk.hcnu.edu.cn/css/img/foot-bg.png);
				background-repeat: repeat-x;
			}
			.hea_top {
				width: 1280px;
				height: 115px;
				margin: 0 auto;
			}
			.area {
				width: 800px;
				height: 115px;
				/*margin: 0 auto;*/
			}
			.logo {
				width: 800px;
				height: 115px;
				position: relative;
			} 
			.logo img {
				margin: 5px 0;
				width: 550px;
				height: 105px;
			}	
			.logo > div {
				position: relative;
				margin-top: -85px;
				margin-left: 270px;
				font-size: 36px;
				color: #333;
			}
			.header .top-nav {
				width: 450px;
				height: 115px;
				margin-right: -83px;
				/*background: indianred;*/
			}
			.header .top {
				width: 450px;
				height: 25px;
				margin-top: 20px;
				/*margin-right: 0;*/
				float: right;
				/*background: darkgoldenrod;*/
			}
			.header .top ul{
				width: 450px;
			}
			.header .top ul li {
				float: left;
				display: block;
			}
			.header .top ul li>a {
				font-size: 12px;
				color: #fff;
				/*margin-top: -30px;*/
				/*padding-left: 14px;*/
				text-decoration: none;
			}
			.header .top ul li span {
				color: #fff;
				/*padding-left: 5px;*/
			}
			.header .top ul li i {
				position: relative;
				top: 6px;
				left: 10px;
				font-size: 18px;
				color: #fff;
			}
			.header .date {
				width: 395px;
				height: 40px;
				margin-top: 35px;
				float: right;
				margin-right: 0;
				/*background: #789296;*/
			}
			
			/*导航信息*/
			.nav {
				width: 100%;
				height: 45px;
				background: #208bb9;
				border-radius: 3px;
				box-shadow: rgba(0,0,0,.15);
			}
			.nav ul {
				width: 1160px;
				height: 45px;
				margin: 0 auto;
			}
			.nav ul li {
				/*padding: 0 40px 0 40px;*/
				/*width: 90px;*/
				height: 45px;
				line-height: 45px;
				float: left;
				color: #fff;
				list-style: none;
				/*border-left: 1px solid rgba(255,255,255,.2);*/
				/*border-right: 1px solid rgba(255,255,255,.2);*/
				/*margin-right: -1px;*/
				margin-left: -1px;   /*使左右边框线重合*/
				/*position: relative;*/
			}
			.nav ul li a {
				color: #fff;
				padding: 0 40px 0 40px;
				font-size: 16px;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				display: block;
			}
			.nav ul li a:hover {
				color: #208BB9;
				background: #fff;
			}
			
			/*版权信息*/
			a{ text-decoration: none;cursor: pointer;}
			ul{ list-style: none; }			
			footer {
				position: absolute; 
				width: 100%; 
				height: 60px;
				/*margin-top: 20px;*/ 
				background: #208bb9;
				/*background-image: url(..http://xxgk.hcnu.edu.cn/css/img/foot-bg.png);*/
			    background-repeat: repeat-x;
			   	background-position: center bottom;
			   	/*min-height: 500px;*/
			   	/*margin-top: 1430px;*/
			    /*margin-top: -15px;*/
			    /*background-color: #024998;*/
			}			
			.footer {
				width: 1280px; 
				margin: 0 auto; 
				height: 50px;
				margin-top:10px;
				line-height: 20px;
				box-sizing: border-box;
				text-align: center;
				text-justify: distribute;
			}
			.footer p {
				color: #fff;
			}
			/*.foot-con { width: 1000px; margin: 0 auto; height: 140px;}
			
			.friendlink { width: 100%; margin: 0 auto; height: 30px; text-align: center;}
			.friendlink span{font-size: 18px; font-family: "microsoft yahei"; margin-right: 4px; color: #fff;}
			.friendlink select { width: 160px; height: 24px; border-radius: 5px; margin-right: 6px;padding-left: 10px;}
			option{ font-size: 14px; color: #a8a8a8;}
			
			.foot_main{width:100%;height:70px;margin:0 auto;text-align:center;padding-top:16px;}
			.foot_main p{ padding-top: 10px;}
			.foot_main p a{display: inline-block; color:#fff; font-size: 14px;}
			.foot_main p span{padding: 0px 14px; color: #fff;}
			.foot_main p label{padding:5px;color:#fff;font-size: 14px;}*/
			
			/*列表页信息*/
			.container {
				width: 100%;
				height: auto;
				/*margin-top: 50px;*/
				/*position: absolute;*/
				/*margin: 0 auto;*/
				min-height: 500px;
				overflow: hidden;
				background: #ddd;
			}
			.container .wrap {
				width: 1280px;
				height: auto;
				margin: 0 auto;
				overflow: hidden;
				/*padding-right: 20px;*/
				/*background: cadetblue;*/
				min-height: 500px;
				/*margin-top: 30px;*/
				/*margin-bottom: 10px;*/
				background: #fff;
			} 
			.container .wrap .wrap-con {
				width: 1180px;
				height: auto;
				margin: 0 auto;
				margin-top: 30px;
				bottom: 30px;
			}
			.container .leftbar {
				float: left;
				width: 240px;
				height: 60px;
				/*line-height: 60px;*/
				position: relative;
				z-index: 1;
				background: #208BB9;
				/*border: 1px solid #208BB9;*/
				/*border-top: none;*/
			}
			.container .leftbar h2 {
				/*float: left;*/		
				line-height: 60px;
				font-size: 24px;
				font-weight: bold;
				color: #fff;
				text-align: center;
			}
			.wrap_main {
				margin-bottom: 20px;
				width: 900px;
				float: right;
			}
			.wrap_main .inner-title {
				margin-top: 5px;
				height: 56px;
				line-height: 56px;
				border-bottom: 2px solid #208BB9;
			}
			.wrap_main .inner-title .bread {
				float: right;
				color: #999;
			}
			.wrap_main .inner-title .bread a {
				color: #999;
				font-size: 14px;
				text-decoration: none;
			}
			.wrap_main .inner-title h2 {
				font-size: 30px;
				color: #208BB9;
			}
			.wrap_main .text-list ul {
				padding: 10px 0;
				width: 900px;
				/*height: 600px;*/
			}
			.wrap_main .text-list ul li {
				list-style: none;
				line-height: 45px;
				border-bottom: 1px dashed #E1E1E1;
			}
			.wrap_main .text-list ul li a:hover {
				color: #208BB9;
			}
			.wrap_main .text-list ul li span {
				float: right;
				color: #999;
			}
			.wrap_main .text-list ul li a {
				font-size: 14px;
				color: #565656;
				text-decoration: none;
			}
			.dump {
				/*height: 30px;*/
				width: 838px;
				/*background: red;*/
				margin-top: 20px;
				margin-left: 0;
				/*float: right;*/
			}
			.dump span {
				font-size: 14px;
			}
			.dump input {
				margin: auto 5px;			
			}
			.dump a {
				color: #333;
				text-decoration: none;
				margin: auto 5px;
				border: 1px solid #3399ff;
				font-size: 12px;
			}
			.dump span input {
				width: 20px;
			}