﻿@charset "UTF-8";
body, p, div, h2, h3, img, ul, li, a, img, hr,iframe {
  margin: 0px;
  padding: 0px; }

body {
  background-color: #DCDCDC;
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft YaHei","Arial",Sans-Serif“;
  position: relative;
}

hr {
  border: 1px #ccc solid;
  margin: 5px 0;
  width: 960px; }

.clear {
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0; }

.space {
  display: block;
  height: 10px; }

li {
  list-style-type: none; }

#bt{margin-left:2em;}

#bt li{
list-style-type: disc;
}

a {
  text-decoration: none; color:#02aace;}

img {
  border: 0px; }

/*头部logo*/
.header {
  height: 145px;
  width:100%;
  background-color: #fff;}
  .header #logo {
    padding-left:0;
    width: 1000px;
    margin: 0 auto; 
	border:0 solid red;
  }
  .header #logo-pic {
    float: left;
    margin-top: 15px;
    margin-bottom: 5px; }
  .header #logo-font {
    float: left;
    margin: 35px 0 0 40px; }
  .header #logo-font #logo-title {
      color: #4791f7;
      font-size: 26px; }

#logo-title2 {
  color: #3a3b3a;
  display: block;
  margin-top: 2px; 
  font-size: 18px; }

#logo-title3 {
  margin-left: 5px;
  margin-top: 7px;
  float: left;
  color: #7B7B7B; }

#weather {
	float:right;
	margin-top:40px;
	margin-right:20px;
}
/*头部logo end*/
/*导航栏*/
.nav {
  height: 50px;
  width:100%;
  background-color: #21679a;
  border:0px solid red;}
  .nav ul {
    margin: 0px auto;
    width: 1000px;
    text-align: center; 
	border:0px solid red; }
    .nav ul li {
      float: left;
      display: inline; }
      .nav ul li a {
        display: block;
        width: 99px;
        height: 50px;
        line-height: 50px;
        background: #21679a;
        color: #fff;
        text-align: center; }
        .nav ul li a:hover {
          background: #12477d; }
/*导航栏 end*/
/*首页*/
.content {
  background-color: #fff;
  border:0px solid red;
  width: 1000px;
  margin: 0 auto; }
  .content a {
    /* 未访问的链接 */
    /* 已访问的链接 */
    /* 鼠标移动到链接上 */
    /* 选定的链接 */ }
    .content a:hover {
      color: #8f7055; }
  .content p {
    color: #333333;
    line-height: 25px;
    margin-top: 9px; }

#pic-left {
  margin-top: 25px;
  margin-left: 15px;
  width: 320px;
  height: 240px;
  float: left; 
  border:1px solid #ccc;}

.content-right {
  margin-top: 25px;
  margin-left: 15px;
  width: 625px;
  float: left; }

.hr_dotted {
  border: 1px #ccc dotted;
  margin: 5px 0;
  width: 100%; }

.more {
  display: inline;
  float: right;
  margin-top:10px;
  margin-bottom:10px;
  margin-right: 40px; }

.footer {
  margin-top: 10px;
  height: 100px;
  background-color: #21679a;; }/*#313131*/
  .footer ul {
    margin: 0px auto;
    padding-top: 30px;
    width: 830px;
    text-align: center; }
    .footer ul li {
      float: left;
      list-style-type: none;
      display: inline; }
      .footer ul li a {
        display: block;
        width: 166px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #00A0E9;
        text-align: left;
        text-decoration: none; }

.copyright {
  height: 50px;
  width:100%;
  border:0px solid red;
  background-color: #21679a;;/*#000*/
  font-size: 12px;
  text-align: center;
  line-height:50px;
  color: #F5F5ED; }

#toTop {
  z-index: 999;
  position: absolute;
  bottom: 40px;
  left: 50%; }
/*首页 end*/
/*内容页*/
.content-left {
  margin: 10px 0 0 20px;
  width: 670px;
  float: left;
  display: inline; }
  .content-left #span {
    color: #00A0E9;
    font-weight: bold; }
  .content-left #title {
    text-align: center; }

.content-aside {
  float: right;
  display: inline;
  width: 240px;
  margin-top: 52px;
  padding-right: 20px; }
  .content-aside .content-aside-title-ch {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px; }
  .content-aside .content-aside-title-en {
    color: #e2dede; }
  .content-aside ul {
    padding-left: 20px; }
    .content-aside ul li {
      line-height: 25px; }

#list {
  padding-left: 5px; }
  #list li {
    line-height: 25px; }
/*表格*/
	table.rc{
	border: 1px solid #999999;
	border-collapse: collapse;
	table-layout:fixed;
}
table.rc th {
	background-color:#D0DFE2;
	border: 1px solid #999999;
	padding: 10px;
	font-size:10pt;
}
table.rc td {
	background-color:#E9EAD8;
	border: 1px solid #999999;
	padding: 6px;
	line-height:150%;
	font-size:10pt;
	text-align:left;
}

/*# sourceMappingURL=style.css.map */

.font-333{color:#333333!important;}
.icon_tips{
    vertical-align: 1px;
    margin-right: 5px;
}
.logo-ipc2{
  margin-top:35px!important;
  margin-left: 15px;
}