body{
	background:#f7f7f7 url(/Template/images/gspzyq/body_bg.jpg) repeat-x top;
}
.contbody{
	width:980px;
	margin:0 auto;
}
/*头部*/
.headbody{
	height:192px;
	background:url(/Template/images/gspzyq/headbody_bg.jpg) no-repeat left bottom;
}
.headbody .menu{
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#c60;
}
.headbody .menu a,.headbody .menu a:visited{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
.headbody .menu a:hover{
	color:#FFF;
	background:url(/Template/images/gspzyq/menu_bg_02.jpg) repeat-x top center;
}
/*主体*/
.mainbody{
	margin-top:20px;
	background:#FFF;
}
.banner{
	height:380px;
	background:url(/Template/images/gspzyq/banner.jpg) no-repeat top center;
}
.pic-l{
	padding:20px 0;
}
.pic-l a{
  float:left;
  width:250px;
  height:70px;
	margin-left:60px;
  margin-bottom:20px;
  text-align:center;
  color:#FFF;
  font-size:14px;
  line-height:70px;
  font-weight:bold;
  border-radius:10px;
  background:#01addb;
}
.leftside{
	width:250px;
	margin-right:20px;
}

ul.menu {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 20px auto;
  font-family: 'Century Gothic';
  box-shadow: 0px 0px 25px #00000070;
  clear: both;
  display: table;
}
ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #324252;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  vertical-align: sub;
  background: #3e5165;
  clear: both;
}
ul.menu .list:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .list:before {
  content: '\f07b';
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .list a {
  text-decoration: none;
  color: #fff;
  padding: 17px 0px 17px 45px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
ul.menu .list a:hover {
  background-color: #324252;
  transition: 300ms all;
  color: #09fbd2;
}
ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menu .list .items a {
  padding: 17px;
}
ul.menu .list .items a:hover {
  background-color: #3f5d79;
  color: #fff;
  transition: 300ms all;
}
ul.menu .list:last-child {
  border-bottom: none;
}
ul.menu .active:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .active:before {
  content: '\f07c';
  font-family: FontAwesome;
  position: absolute;
  left: 17px;
  top: 17px;
  padding: 0px 5px;
  color: #fff;
}
ul.menu .active > .items {
  display: block;
  background: #23313f;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
ul.menu .active > .items li {
  padding: 0px;
  border-bottom: 1px solid #324252;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
ul.menu .active > a {
  color: #46efa4;
  text-transform: uppercase;
  font-weight: bold;
}
ul.menu .active .list {
  background: #697d92;
}
ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}

.rightmain{
	width:710px;
}
.contlist{
	padding:10px;
}
.nav_t{
	height:40px;
	margin-bottom:10px;
	padding-left:20px;
	line-height:40px;
	background:url(/Template/images/gspzyq/nav_bg.jpg) no-repeat left bottom;
}
.textcont{
	padding:0;
}
/*底部*/
.bottombody{
  clear:both;
	border-top:#999 solid 1px;
}
.bottombody p{
	margin:10px 0;
	text-align:center;
	color:#666;
}
.bottombody p a,.bottombody p a:visited{
	color:#666;
}
.bottombody p a:hover{
	color:#F00;
}
/*栏目页*/
.lm table{
	width:695px;
	margin:0 10px;
}
.lm table td{
	position:relative;
}
.lm table span{
	margin-right:10px;
}
.lm table .tittldate{
	position:absolute;
	top:0;
	right:0;
}