body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}
body a:hover {
  color: white;
}
body .logo {
  background-color: #2f2f2f;
  margin-top: 10px;
}
body .logo img {
  margin: 15px;
}
body .nav_top ol {
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 575px) {
  body .nav_top ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body .nav_top ol li {
  height: 100%;
}
@media (max-width: 575px) {
  body .nav_top ol li {
    width: 100%;
    padding: 10px 0;
  }
}
body .nav_top ol li a {
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2px;
  height: 100%;
}
@media (max-width: 575px) {
  body .nav_top ol li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body .nav_top ol li:first-child a {
  color: #4e4e4e;
  font-weight: bold;
}
body .facebook {
  background-color: #2f2f2f;
}
body .facebook p {
  color: white;
  padding: 30px;
  margin: 0;
}
body header {
  background-color: #0163a4;
  margin: 0;
  overflow: hidden;
}
body header .left {
  padding-top: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  body header .left {
    background-color: #2f2f2f;
    padding-bottom: 50px;
  }
  body header .left:before {
    content: " ";
    position: absolute;
    width: 165px;
    height: 100%;
    top: 0;
    left: -165px;
    background-color: #2f2f2f;
  }
  body header .left:after {
    content: " ";
    position: absolute;
    width: 165px;
    height: 100%;
    top: 0;
    right: -165px;
    background-color: #2f2f2f;
  }
}
body header .left h1 {
  color: white;
  font-size: 26px;
}
body header .left p {
  color: white;
  margin: 20px 0;
}
body header .left a {
  border: 1px solid black;
  padding: 25px 20px;
  color: black;
  background-color: white;
  display: block;
  width: 250px;
  font-weight: bold;
}
body header .right img {
  max-width: 100%;
  max-height: 100%;
}
body main {
  margin-top: 15px;
}
body main ul {
  padding: 0;
  width: 100%;
}
body main ul li {
  height: 100%;
  margin-right: 30px;
  background-color: #0163a4;
  border-bottom: 1px solid white;
}
body main ul li a {
  width: 100%;
  height: 100%;
  color: white;
  display: block;
  padding: 20px;
}
@media (max-width: 767px) {
  body main ul li a {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  body main ul li {
    margin: 0;
  }
}
body main ul li:first-child {
  background-color: #2f2f2f;
}
body main ul #img_left {
  background-color: white;
  padding: 20px;
  border: 1px solid #9b9b9b;
  border-bottom: 0;
}
body main .right .main_sec p {
  border: 1px solid #9b9b9b;
  margin: 0;
  border-bottom: 0;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 10pt;
}
body main .right .main_sec a {
  border: 1px solid #9b9b9b;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  font-size: 12px;
}
@media (max-width: 1199px) {
  body main .right .main_sec a {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  body main .right .main_sec a {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  body main .right .main_sec #last-border {
    border: 1px solid #9b9b9b;
  }
}
body main .right .main_sec a:hover {
  color: #0163a4;
}
body main .right .main_sec a:hover i {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
body main .right .main_sec i {
  margin-left: 20px;
  font-size: 22px;
  color: #0163a4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  body main .right .main_sec i {
    margin-left: 10px;
  }
}
body main .art {
  padding-top: 20px;
}
@media (max-width: 767px) {
  body main .art {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
body main .art .txt1 {
  font-size: 16px;
}
body main .art .txt1 a {
  color: #0163a4;
}
body main .art .txt2 {
  font-size: 12px;
  font-weight: bold;
}
body main .art .txt3 {
  font-size: 8pt;
}
body main .art .txt4 {
  font-weight: 9pt;
}
body footer {
  background-color: #2f2f2f;
  padding-bottom: 50px;
}
body footer p {
  color: #9b9b9b;
  margin: 0;
}
body footer p:first-child {
  color: white;
  margin-top: 20px;
  padding-bottom: 15px;
  font-size: 16px;
}
body footer a {
  display: block;
  color: #9b9b9b;
}
body footer .f_top {
  padding: 20px 0;
  border-bottom: 1px solid #9b9b9b;
}
body footer .f_top p {
  font-size: 16px;
}
body footer .f_top #txt_top {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body footer .f_top #txt_top {
    padding: 20px 0 0 0;
  }
}
body footer .f_bottom div * {
  padding: 5px 0;
}
body .blog .blog-title {
  font-size: 14pt;
  padding-top: 60px;
}
body .blog .blog-opt {
  color: #9b9b9b;
  font-size: 8pt;
}
body .blog .name {
  font-size: 9pt;
  font-weight: bold;
}
body .blog .desc {
  line-height: 14px;
}
body .blog .num i:first-child {
  color: green;
  font-size: 14px;
  text-shadow: 0px 0px 6px green;
}
body .blog .num i:last-child {
  color: #0163a4;
  font-size: 14px;
  text-shadow: 0px 0px 6px #0163a4;
}
