body {
  background: #fff;
  margin: 0;
  min-width: 1440px;
}
div,p,span {
  padding: 0;
  margin: 0;
}
img {
  display: block;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 8px solid rgb(27,109,219);
  width: 1440px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 82px;
}
.header .menu {
  color: rgb(27,109,219);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.header .menu a {
  color: rgb(27,109,219);
  text-decoration:none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .menu:hover {
  background-color: rgb(27,109,219);
  color: #fff;
}
.header .menu:hover a {
  color: #fff;
}
.header .menued {
  background-color: rgb(27,109,219);
  color: #fff;
}
.header .menued a {
  color: #fff;
}
.footer {
  width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
  background-color: #eee;
  padding: 10px 0;
  text-align: center;
  color: #999;
  line-height: 1.5;
}
.footer img {
  height: 80px;
  width: 80px;
  margin-left: 10px;
}
.main {
  width: 1440px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-size: 1440px 235px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('../img/newsadvert.jpg');
}
.main .left {
  color: #fff;
  width: 256px;
  margin-left: 160px;
}
.main .left .title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(27,109,219,1)));
  background: -o-linear-gradient(rgba(255,255,255,.2), rgba(27,109,219,1));
  background: linear-gradient(rgba(255,255,255,.2), rgba(27,109,219,1));
  height: 300px;
  text-align: left;
}
.main .left .title p {
  width: 220px;
  margin-left: 18px;
  line-height: 40px;
}
.main .left .title p:first-child {
  font-size: 32px;
  border-bottom: 1px solid #fff;
  line-height: 56px;
  padding-top: 179px;
}
.main .left .menus {
  background-color: #e1e2e5;
  color: #333;
  line-height: 40px;
  padding-bottom: 200px;
}
.main .left .menus p {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #cacaca;
  cursor: pointer;
}
.main .left .menus p:hover {
  color: rgb(27,109,219);
  line-height: 48px;
  font-size: 16px;
}
.main .right {
  padding: 250px 0 0 80px;
  width: 850px;
}
.main .right .content {
    display: none;
}
.main .right .content:first-child {
    display: block;
}
.main .right .content .title {
  font-weight: 500;
  width: 100%;
  text-align: right;
  line-height: 32px;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  font-size: 20px;
}
.main .right .content .title_detail {
  font-weight: 500;
  width: 100%;
  text-align: left;
  line-height: 32px;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  font-size: 20px;
  color: rgb(27,109,219);
}
a {
  text-decoration: none;
}
a:visited {
  color: #333;
}


/*# sourceMappingURL=style.css.map */
