﻿/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, sub, sup, tt, var, legend, fieldset {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
fieldset, img {
  border: 0;
}
img, object {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
a {
  outline: none;
  text-decoration: none;
}
input[type='button'] {
  outline: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
ul, ol, li {
  list-style: none outside none;
}
html, body {
  overflow-x: hidden;
}
a {
  color: #333;
  text-decoration: none
}
a:hover, a:focus {
  color: #2a639c;
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .marquee {
    margin-left: 37px;
    width: 68%;
  }
  .marqueeWrap {
    background: url(../image/notice_icon.png) no-repeat 9px center;
    position: relative;
    z-index: 99;
  }
}
.marqueeWrap {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto 0;
  background: #fff url(../image/notice_icon.png) no-repeat 18px center;
}
.marquee {
  width: 85%;
  overflow: hidden;
  height: 40px;
  margin-left: 58px;
}
.marquee_list {
  width: 100%;
  overflow: hidden;
  height: 100%;
  line-height: 100%;
}
.marquee_list li {
  float: left;
  position: relative;
  line-height:50px;
  margin-right: 1%;
}
.marquee_list li:before, .list01 li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #00657a
}
.mainAll{margin-bottom: 30px}
.marquee_list li a {
  padding-left: 19px;
  font-size: 16px;
  background: #fff;
  padding-right: 20px;
}
.marquee_list li a:hover {
  color: #f62727;
}
.marquee_more {
	margin-right: 1.5%;
  float: right;
  padding-left: 14px;
  height: 17px;
  font-size: 16px;
  border-left: 1px solid #565656;
  line-height: 17px;
  margin-top: 17px;
  text-align: center;
}
