@charset "UTF-8";
main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.news_tit_u {
  text-align: center;
  font-size: 18px;
  color: #656565;
  line-height: 1.84;
  font-weight: 700; }

.news_t_d {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px dashed #CCCCCC;
  position: relative; }

.news_t_d span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.8;
  text-indent: 25px;
  margin-right: 10px; }

.news_user {
  background: url("../Image/news_u.png") no-repeat left; }

.show_t {
  background: url("../Image/time.png") no-repeat left; }

.to_look {
  background: url("../Image/look.png") no-repeat left; }

.back {
  float: right;
  background: url("../Image/back.png") no-repeat left;
  color: #999;
  line-height: 1.8;
  text-indent: 25px;
  margin-top: 11px; }

.banner {
  width: 100%;
  height: 550px; }

header .header-top {
  height: 35px;
  background: #f2f2f2;
  border-bottom: 1px solid #dcdcdc; }
  header .header-top .hea-top-left {
    float: left;
    line-height: 35px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 12px;
    color: #333;
    height: 35px; }
  header .header-top .hea-top-right {
    float: right; }
    header .header-top .hea-top-right div {
      line-height: 35px; }
      header .header-top .hea-top-right div span {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #1e44be;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        header .header-top .hea-top-right div span:hover {
          color: #f31e23; }
header .header-mid {
  height: 122px;
  width: 100%;
  background: #fff; }

/*# sourceMappingURL=header.css.map */
