/*通用样式 */
body {
  font: 12px "΢���ź�", Arial, Helvetica, sans-serif;
  color: #6C6C6C;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
img {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.clear {
  clear: both;
}
.clearBottom:after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #3C3C3C;
  text-decoration: none;
}
a:hover {
  color: #FA4309;
  text-decoration: none;
}
.container {
  width: 1220px;
}
#nav,
#main {
  width: 1440px;
  margin: auto;
}
#nav > ul {
  background: #0151C0;
  height: 50px;
  line-height: 50px;
  padding: 0 100px;
}
#nav > ul > li {
  float: left;
  width: 177px;
  text-align: center;
}
.navAColor {
  color: #fff;
}
.navActive {
  background: #CCCCCC;
}
.navActive > a {
  color: #0454BA;
}
#main > div > div {
  margin-top: 50px;
}
#main > div > div > div > h4 {
  border-bottom: 2px solid #6595D9;
  margin-bottom: 10px;
}
#main > div > div > div > h4 > a {
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #0151C0;
  color: #fff;
  cursor: pointer;
}
#main > div > div > div:not(:first-child)>div{
	height:250px;
	overflow:hidden;
}
#main > div > div > div>div > a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
}
#main > div > div > div >div> a > span:last-child {
  float: right;
  color: #1761C5;
}
#newsCenterLeft{
	position:relatave;
	left:50px;
}
#navFriendAlert > li:first-child {
  background: #2B63B0;
}
#navFriendAlert > li:first-child > img {
  display:inline-block;
  position: relative;
  bottom: 13px;
  right: 5px;
}
#navFriendAlert > li:first-child > span {
  color: #fff;
  font-size: 15px;
}
#friendAlert {
  margin-top: 30px;
  position:relative;
  right:83px;
}
#friendAlert > p {
  text-align: center;
  background: #2B63B0;
  color: #fff;
  width: 340px;
  border-radius: 5px;
  font-size: 1.2em !important;
  vertical-align: top;
  padding: 10px 0;
  position: relative;
  top: 3px;
}
#friendAlert > p >img{
  display:inline-block;
}
#friendAlert > p > span {
  position: relative;
  bottom: 8px;
  left: 5px;
}
#friendAlert > ul {
  border: 1px solid #8FB4D7;
  width: 340px;
}
#friendAlert > ul > li {
  float: left;
}
#friendAlert > ul > li > a {
  display: inline-block;
  width: 84px;
  text-align: center;
  padding: 10px 0;
  font-size: 1.2em !important;
}
