﻿body {
  width: 100%;
  background: url(../images/dzb_01.png) repeat-x top left;
  background-color: white;
  min-height: 600px;
  padding: 0;
  margin: 0;
}

.wrapper {
  max-width: 957px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.head {
  max-height: 184px;
}

.content .container {
  background-color: white;
}
.content-body {
  padding: 1em 2em;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.nav .container {
  background-color: #026faa;
}
.nav ul {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 500px) {
  .nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav ul li {
  height: 45px;
  line-height: 45px;
  padding-right: 1em;
}
@media screen and (min-width: 500px) {
  .nav ul li {
    padding: 0 1em;
  }
}
.nav ul li a {
  color: white;
  font-size: 1rem;
}

.container {
  width: 100%;
}

.news {
  margin-bottom: 1em;
}
.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebf671;
}
.news-top h2 {
  color: white;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0.3em 0.8em;
  background-color: #026faa;
}
.news-body ul {
  padding-top: 1em;
}
.news-body ul li {
  background: url(../images/fz_06.png) no-repeat center left;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #999;
}
.news-body ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.news-body ul li a {
  color: #333;
  width: 70%;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 500px) {
  .news-body ul li a {
    width: 75%;
  }
}
.news-body ul li a:hover {
  color: #026faa;
}
.news-body ul li span {
  color: #666;
  font-size: 0.875rem;
}

.more {
  font-size: 0.875rem;
  background-color: #026faa;
  color: white;
  padding: 0.2em 1em;
  border-radius: 20px;
  margin-right: 0.5em;
  text-align: center;
}

.img {
  max-width: 100%;
  height: auto;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .container {
  padding: 0.5em 0;
  text-align: center;
  background-color: #026faa;
  color: white;
}
.footer p {
  font-size: 0.875rem;
}

.imageshow {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.imageshow .images {
  width: 140px;
}
.imageshow .images-itme {
  width: 100%;
  height: 124px;
  background-size: cover;
}
.imageshow p {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.imageshow p a {
  width: 100%;
  color: #333;
}
.imageshow p a:hover {
  color: #026faa;
}

.list {
  padding: 1em 2em;
  background-color: white;
  min-height: 420px;
}
.list .position {
  color: #666;
  padding-bottom: 1em;
  font-size: 0.875rem;
  border-bottom: 1px solid #999;
}
.list .position img {
  width: 14px;
  padding-right: 0.5em;
}
.list .position a {
  font-size: 0.875rem;
  color: #666;
}
.list-content ul {
  padding: 1em 0;
}
.list-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #999;
}
.list-content ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list-content ul li a {
  width: 70%;
  color: #333;
}
.list-content ul li a:hover {
  color: #026faa;
}
.list-content ul li span {
  color: #666;
  font-size: 0.875rem;
}

.details-title {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.375rem;
}
.details-info {
  display: block;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}
.details-content {
  padding: 1em 0;
  color: #333;
}