html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* block news*/
.posts__list {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.posts__list .posts__view-all {
  color: #00ffff;
  font-size: 11px;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 8px;
  display: block;
  width: 18px;
  height: 18px;
}
.posts__list .posts__view-all:hover {
  color: #fffc00;
}
.posts__list ul {
  list-style: none;
  overflow: hidden;
}
.posts__list ul li {
  float: left;
  clear: both;
  overflow: hidden;
  line-height: 20px;
  width: 100%;
  height: 30px;
}
.posts__list ul li:last-child {
  background: none !important;
  border-bottom: none !important;
}
.posts__list ul li a.posts__post-title {
  text-decoration: none;
  color: #00ffff;
  display: block;
  font-size: 12px;
  display: block;
  height: 25px;
}
.posts__list ul li a.posts__post-title:hover {
  color: #fffc00;
}
.posts__list ul li a.posts__post-title span {
  float: left;
}
.posts__list ul li a.posts__post-title time {
  float: right;
}

.BannerAllInOne {
  background: #000;
  border: #1c1c1c solid 1px;
  width: 478px;
  height: 308px;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: none;
}
.BannerAllInOne .jcarousel {
  width: 478px;
  height: 308px;
}
.BannerAllInOne .jcarousel img {
  width: 478px;
  height: 308px;
}
.BannerAllInOne .jcarousel-pagination {
  position: absolute;
  bottom: 0;
  left: 0px;
  border: 1px solid #000;
}
.BannerAllInOne .jcarousel-pagination a {
  background: #171717;
  border: 1px solid #2f2f2f;
  color: #a1a1a1;
  width: 30px;
  height: 28px;
  margin-right: 0px;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}
.BannerAllInOne .jcarousel-pagination a:hover, .BannerAllInOne .jcarousel-pagination a.active {
  background: #171717;
  color: #d20000;
  opacity: 1;
}

.BannerLauncher {
  background: #002341;
  clear: both;
  width: 332px;
  height: 290px;
  position: relative;
  overflow: hidden;
  display: none;
}
.BannerLauncher .jcarousel {
  width: 290px;
  height: 290px;
}
.BannerLauncher .jcarousel img {
  width: 290px;
  height: 290px;
}
.BannerLauncher .jcarousel-pagination {
  position: absolute;
  top: 0;
  right: 0px;
  width: 50px;
  height: 290px;
}
.BannerLauncher .jcarousel-pagination a {
  background: url(../images/btnnumber.png);
  text-indent: 9999px;
  display: inline-block;
  width: 50px;
  height: 54px;
}
.BannerLauncher .jcarousel-pagination a:hover, .BannerLauncher .jcarousel-pagination a.active {
  opacity: 1;
}
.BannerLauncher .jcarousel-pagination a:nth-child(1) {
  background-position: 0px 0px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(1):hover, .BannerLauncher .jcarousel-pagination a:nth-child(1).active {
  background-position: -50px 0px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(2) {
  background-position: 0px -54px;
  height: 50px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(2):hover, .BannerLauncher .jcarousel-pagination a:nth-child(2).active {
  background-position: -50px -54px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(3) {
  background-position: 0px -104px;
  height: 53px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(3):hover, .BannerLauncher .jcarousel-pagination a:nth-child(3).active {
  background-position: -50px -104px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(4) {
  background-position: 0px -157px;
  height: 52px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(4):hover, .BannerLauncher .jcarousel-pagination a:nth-child(4).active {
  background-position: -50px -157px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(5) {
  background-position: 0px -209px;
  height: 54px;
}
.BannerLauncher .jcarousel-pagination a:nth-child(5):hover, .BannerLauncher .jcarousel-pagination a:nth-child(5).active {
  background-position: -50px -209px;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel ul li {
  float: left;
}

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 100px;
  width: 50px;
  height: 117px;
  display: none;
}

.jcarousel-control-prev {
  left: 0px;
}

.jcarousel-control-next {
  right: 0px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
  opacity: .5;
  cursor: default;
}

/** Carousel Pagination **/
body {
  font: 13px/20px Tahoma,Arial,Verdana,sans-serif;
}

.NavTop {
  width: 325px;
  height: 29px;
  background: #0050a9;
  display: none;
  overflow: hidden;
  padding: 0 0 0 5px;
  margin: 0px;
}
.NavTop ul li {
  float: left;
}
.NavTop ul li a {
  width: 75px;
  height: 29px;
  line-height: 29px;
  margin: 0;
  float: left;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.NavTop ul li a:hover {
  color: #f4e215;
  text-decoration: none;
}
.NavTop ul li:nth-child(3) a {
  width: 100px;
}

.NewsForum {
  clear: both;
  align: center;
  display: none;
}
.NewsForum ul li {
  text-align: center;
}
.NewsForum ul li a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 23px;
}

.NewsLauncher {
  background: #013f78;
  overflow: hidden;
  width: 400px;
  height: 190px;
  clear: both;
  display: none;
}
.NewsLauncher .posts__list .posts__view-all {
  display: none;
}
.NewsLauncher .posts__list .posts__list_title {
  display: none;
}
.NewsLauncher .posts__list ul {
  margin-left: 10px;
  margin-right: 10px;
}
.NewsLauncher .posts__list ul li {
  border-bottom: 1px dotted #b5956c;
}
.NewsLauncher .posts__list ul li:before {
  content: "-";
  position: relative;
  color: #ffef07;
  font-size: 34px;
  font-weight: bold;
  float: left;
}
.NewsLauncher .posts__list ul li .posts__post-title {
  padding-top: 4px;
  padding-left: 20px;
}

.NewsAllInOne {
  background: #161620;
  border: 1px solid #4b4c51;
  width: 297px;
  height: 306px;
  overflow: hidden;
  display: none;
}
.NewsAllInOne .posts__list .posts__list_title {
  color: #fff;
  font-size: 16px;
  height: 20px;
  border-bottom: 2px solid #4b4c51;
  display: block;
  margin: 10px;
}
.NewsAllInOne .posts__list .posts__view-all {
  display: block;
  width: 50px;
  color: #fffc00;
}
.NewsAllInOne .posts__list .posts__view-all:hover {
  text-decoration: underline;
}
.NewsAllInOne .posts__list ul {
  margin-left: 10px;
  margin-right: 10px;
}
.NewsAllInOne .posts__list ul li {
  border-bottom: 1px solid #2e2e38;
}
.NewsAllInOne .posts__list ul li:before {
  content: ".";
  position: relative;
  color: #868885;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
.NewsAllInOne .posts__list ul li .posts__post-title {
  padding-top: 4px;
  padding-left: 20px;
  color: #a7b695;
}
