﻿@charset "utf-8";
/* CSS Document */


/* center-content */

.con_top_company {
  float: left; 
  width: 580px;
  padding-right: 45px;
}

/* top */
.con_top { 
  overflow: hidden; 
  padding-left: 15px;
}
.con_top_company > h1 > a,
.con_top_jcnl > h1 > a,
.con_bottom_gsdt > h1 > a,
.con_bottom_zcfg > h1 > a { 
  color: #333;
  font-weight: normal;
  padding-top: 10px;
}
.con_top_company > h1 > a:hover,
.con_top_jcnl > h1 > a:hover,
.con_bottom_gsdt > h1 > a:hover,
.con_bottom_zcfg > h1 > a:hover { color: #000;}
.con_top_company > a > p { 
  text-indent:2em;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding-top: 10px;
}
.con_top_company > a:hover > p { 
  color: #000;
  /*text-decoration: underline;*/
}
.con_top_jcnl { 
  float: left;
  width: 340px;
}

/* center */
.con_center { 
  clear: both;
  line-height: 70px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 0 15px;
  margin: 30px 0;
  overflow: hidden;
}
.con_center > li { 
  float: left;
  font-size: 16px;
  color: #666;
  padding-right: 4.3%;
}
.con_center > li:last-child { padding-right: 0;}
.con_center .index_jcxm_title > a { 
  font-size: 20px;
  color: #333;
}
.con_center .index_jcxm_title > a:hover { color: #000;}

/* bottom */
.con_bottom { padding: 0 15px;}
.con_bottom_gsdt { 
  float: left;
  width: 450px;
  padding-right: 50px;
}
.con_bottom_gsdt > ul,
.con_bottom_zcfg > ul { padding-top: 10px;}
.con_bottom_gsdt > ul > li,
.con_bottom_zcfg > ul > li { line-height: 30px;}
.con_bottom_gsdt > ul > li > span { float: right;}
.con_bottom_gsdt > ul > li > a,
.con_bottom_zcfg > ul > li > a { color: #666;}
.con_bottom_gsdt > ul > li > a:hover,
.con_bottom_zcfg > ul > li > a:hover { 
  color: #000;
  /*text-decoration: underline;*/
}

.con_bottom_zcfg { 
  float: left;
  width: 450px;
}


.page{
	margin-top:30px;
	text-align:right;}


