@media (min-width: 300px) and (max-width: 800px) {
  header img.Logo {
    margin-top: 15px;
    margin-bottom: 20px;
    position: absolute;
    margin-left: 15px;
    padding-top: 15px; }
  header img.photo {
    height: 500px;
    width: 100%; }
  header .content {
    color: black;
    position: absolute;
    background-color: white;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    opacity: 0.95; }
    header .content h3 {
      font-size: 15px; }
  header .backgrounds {
    margin-top: 80px; }
    header .backgrounds .background {
      height: 210px; }
  header #siteMenu {
    position: relative;
    top: 30px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: xx-large;
    float: right;
    margin-right: 15px; }
  header .page-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    background-color: black;
    color: white;
    visibility: hidden;
    opacity: 0;
    transition: opacity 200ms, visibility 0s 200ms; }
    header .page-overlay.open {
      visibility: visible;
      opacity: 1;
      transition: opacity 500ms; }
  header .buttonClose {
    font-size: 40px;
    float: right;
    padding-right: 30px; }
  header ul.menuinner {
    font-size: 30px;
    margin-top: 30px;
    list-style: none; }
    header ul.menuinner li {
      margin-top: 25px; }
      header ul.menuinner li a {
        color: white;
        text-decoration: none; }

  .NewsPicture {
    margin-top: 30px; }

  .menuButton {
    display: none; }

  .top_down_text {
    padding: 10px 0px 10px 10px;
    background-color: #0091ff;
    color: white;
    margin-top: 30px; }
    .top_down_text h1 {
      font-size: 20px;
      line-height: 1;
      margin-top: 0; }

  .button {
    position: relative;
    margin-bottom: 20px; }

  .btn-group-lg > .btn, .btn-lg {
    width: 180px; }

  .news h1 {
    font-size: 25px; }

  .newspictures {
    padding-top: 15px;
    padding-bottom: 1px; }
    .newspictures p {
      color: #858889;
      font-size: 14px; }
    .newspictures img {
      width: 100%; }
    .newspictures h2 {
      font-size: 25px; }
    .newspictures h5 {
      font-size: 16px; }

  .borderNews {
    padding-top: 5px;
    padding-bottom: 15px;
    border: 3px solid #f6f6f6;
    border-left: none;
    border-right: none;
    border-bottom: none; }
    .borderNews h2 {
      font-size: 25px; }

  h1.year {
    font-size: 18px; }

  .newsbgc {
    padding-bottom: 30px; }
    .newsbgc .year {
      margin-top: 30px;
      margin-bottom: 30px; }
    .newsbgc .btn-default {
      display: block;
      margin: auto;
      border-color: white;
      margin-top: 30px; }

  .email-subscribe__title {
    font-size: 25px;
    margin-left: 15px;
    margin-top: 18px; }

  .form-group input {
    background-color: #f6f6f6; }

  .navbar-form {
    margin-left: 0px;
    margin-right: 0px; }

  .mail {
    position: absolute; }
    .mail .mailaddress {
      margin-top: 30px; }
    .mail .phone {
      margin-top: 30px; }

  .button {
    text-align: right; }

  .border {
    margin-bottom: 20px;
    padding-top: 20px;
    border: 5px solid #f6f6f6;
    border-left: none;
    border-right: none; }
    .border li {
      text-decoration: none;
      list-style: none;
      margin-bottom: 10px; }
      .border li a {
        color: black; }

  img.erwei {
    display: block;
    margin: auto; } }
@media (min-width: 800px) {
  body h3 {
    line-height: 1.3; }

  img.Logo {
    margin-top: 35px;
    margin-left: 60px;
    padding-bottom: 20px;
    position: absolute; }

  .menuButton {
    text-align: right; }
    .menuButton > ol {
      list-style: none;
      display: inline-block; }
      .menuButton > ol > li {
        list-style: none;
        float: left; }
        .menuButton > ol > li a {
          text-decoration: none;
          color: black; }

  .glyphicon {
    display: none; }

  .page-overlay {
    display: none; }

  img.photo {
    width: 100%; }

  .content {
    width: 400px;
    position: absolute;
    background-color: white;
    top: 50px;
    margin-left: 100px;
    padding: 20px 30px 30px 30px; }

  .NewsPicture {
    margin-top: 88px; }

  .newspictures {
    height: 370px; }

  .backgrounds {
    margin-left: 0px;
    margin-right: 0px; }
    .backgrounds .background.short {
      height: 650px; }
    .backgrounds .content {
      color: #333;
      opacity: 0.95; }
    .backgrounds .title {
      margin-bottom: 20px; }
    .backgrounds .date {
      margin-top: 20px; }

  .top_down_text {
    padding: 50px 0px;
    background-color: #0091ff;
    color: white;
    margin-top: 80px; }
    .top_down_text .row {
      margin: 0; }

  .button {
    position: relative; }
    .button .btn-years {
      display: inline-block;
      margin-left: 10px;
      position: relative; }

  .news {
    position: relative; }
    .news h1 {
      margin-top: 40px;
      margin-bottom: 40px; }

  .newsExample .year {
    margin-top: 60px;
    margin-bottom: 60px; }
  .newsExample .btn-default {
    display: block;
    margin: auto;
    border-color: white;
    margin-top: 70px; }
  .newsExample .newspictures {
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px; }
    .newsExample .newspictures h6 {
      font-size: 16px; }
    .newsExample .newspictures p {
      color: #a8a8a8;
      font-size: 16px;
      margin-top: 20px; }
    .newsExample .newspictures .readmore:hover {
      color: #0091ff; }
    .newsExample .newspictures img {
      width: 100%; }

  .borderNews {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid #f6f6f6;
    border-left: none;
    border-right: none;
    border-bottom: none; }

  .email-subscribe__title {
    font-size: 30px;
    margin-top: 40px; }

  .navbar-form {
    padding-left: 0px; }

  .form-group .form-control {
    width: 570px;
    font-size: 16px;
    height: 60px; }
  .form-group input {
    background-color: #f6f6f6; }

  .btn-default {
    height: 60px;
    margin-left: 30px;
    width: 150px; }

  .border {
    padding-top: 40px;
    padding-bottom: 40px;
    border: 3px solid #f6f6f6;
    border-left: none;
    border-right: none; }
    .border li {
      text-decoration: none;
      list-style: none;
      margin-bottom: 10px; }
      .border li a {
        color: black; }
    .border p.phone {
      padding-top: 20px; }
    .border img.erwei {
      margin-left: 150px; }

  .FLogo {
    margin-top: 50px;
    margin-bottom: 50px; }
    .FLogo .text {
      text-align: right;
      font-size: smaller; } }
.title pre {
  font-family: "Hiragino Sans GB", "Microsoft YaHei";
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.025em;
  font-weight: 500px;
  line-height: 1.1; }

pre {
  font-family: "Hiragino Sans GB", "Microsoft YaHei";
  font-size: 14px;
  border: none;
  background-color: rgba(245, 245, 245, 0);
  padding: 0; }

.newsExample {
  background-color: #f7f7f7;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/ }
  .newsExample .newspictures {
    background-color: white;
    margin-bottom: 20px; }

img.photo {
  margin-top: 60px; }

.content {
  margin-top: 60px; }

.readmore {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px; }

h3:hover {
  color: #0091ff; }



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