body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #515151;
}
body {
  background-color: #FFFFFF;
}
.ui-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.ui-list > .item {
  display: block;
  position: relative;
}
.ui-list > .item:before,
.ui-list > .item:after {
  content: "";
  display: table;
}
.ui-list > .item:after {
  clear: both;
}
.ie6 .ui-list > .item,
.ie7 .ui-list > .item {
  zoom: 1;
}
.ui-tab .tab-nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid blue;
}
.ui-tab .tab-nav:before,
.ui-tab .tab-nav:after {
  content: "";
  display: table;
}
.ui-tab .tab-nav:after {
  clear: both;
}
.ie6 .ui-tab .tab-nav,
.ie7 .ui-tab .tab-nav {
  zoom: 1;
}
.ui-tab .tab-nav > .item {
  float: left;
  padding: 5px;
  margin-bottom: -1px;
}
.ui-tab .tab-nav > .item.active {
  border: 1px solid blue;
  border-bottom: none;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  background: #808080;
}
.ui-tab .tab-nav > .item a {
  text-decoration: none;
}
.ui-panel {
  padding: 5px;
  border: 1px solid #333;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.ui-panel > .panel-header {
  border-bottom: 1px solid #333;
  padding: 5px;
}
.ui-panel > .panel-body {
  padding: 5px;
}
.ui-panel > .panel-footer {
  border-top: 1px solid #333;
  padding: 5px;
}
.ui-loading {
  padding: 50px;
}
.ui-loading:before {
  content: 'loading ..';
}
.ui-table {
  min-height: .01%;
  overflow-x: auto;
}
.ui-table table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
}
[app-time-ago] {
  color: #808080;
}
[app-time-ago] span:before {
  font-family: 'time-icon';
  display: inline;
  content: "\e953";
  margin-right: 0.5em;
}
[app-time-ago] .hot {
  color: #C20202;
}
[app-time-ago] .hot:before {
  content: "\e606";
}
[app-ui-banner-crop] {
  text-align: center;
  background: #8f8b8f;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5Njk2OTYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(bottom ,ellipse, #969696 0%, #505050 100%);
  background-image: -moz-radial-gradient(bottom ,ellipse, #969696 0%, #505050 100%);
  background-image: -o-radial-gradient(bottom ,ellipse, #969696 0%, #505050 100%);
  background-image: radial-gradient(ellipse at bottom, #969696 0%, #505050 100%);
  color: #969696;
  font-size: 18px;
  font-weight: bold;
  text-shadow: #505050 1px 1px 0px;
}
[app-ui-social-plugin] {
  height: 20px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}
[app-ui-social-plugin] ul {
  display: block;
  margin: 0;
  padding: 0;
}
[app-ui-social-plugin] ul li {
  display: block;
  float: left;
  height: 20px;
}
[app-ui-social-plugin] .facebook {
  width: 130px;
}
[app-ui-social-plugin] .twitter {
  width: 100px;
}
[app-ui-social-plugin] iframe {
  vertical-align: top;
}
[app-ui-social-plugin] .comment {
  width: 120px;
}
[app-ui-social-plugin] .comment .count {
  border: 1px solid #808080;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  margin-left: 5px;
}
[app-ui-social-plugin] .comment .count:before,
[app-ui-social-plugin] .comment .count:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-right: 4px solid #808080;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
[app-ui-social-plugin] .comment .count:after {
  border-right: 4px solid #fff;
  margin-left: -3px;
}
[app-ui-social-plugin] .comment .icon {
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: #C20202;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZDYwNjAiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0MyMDIwMiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fd6060 0%, #C20202 100%);
  background-image: -moz-linear-gradient(top, #fd6060 0%, #C20202 100%);
  background-image: -o-linear-gradient(top, #fd6060 0%, #C20202 100%);
  background-image: linear-gradient(to bottom, #fd6060 0%, #C20202 100%);
}
[app-ui-social-plugin] .comment .icon:before {
  font-family: "time-icon";
  content: "\e607";
  margin-right: 5px;
}
[app-ui-social-plugin] .base {
  float: right;
}
[app-ui-social-plugin] .base a {
  text-decoration: none;
}
[app-ui-social-plugin] .base .baseFB,
[app-ui-social-plugin] .base .baseTW {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background: #3A589B;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 10px;
}
[app-ui-social-plugin] .base .baseFB:before,
[app-ui-social-plugin] .base .baseTW:before {
  font-family: "time-icon";
  content: "\e603";
  font-size: 12px;
  margin-right: 8px;
}
[app-ui-social-plugin] .base .baseTW {
  background: #2ca7e0;
}
[app-ui-social-plugin] .base .baseTW:before {
  content: "\e602";
}
.ui-alert {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.ui-alert.success {
  background-color: #49ff7e;
  color: #333;
}
.ui-alert.error {
  background-color: #fd6060;
  color: #ffffff;
}
.ui-button {
  display: inline-block;
  padding: 5px 10px;
  background-color: #cccccc;
  border: 1px solid #808080;
  color: #333;
  text-shadow: 0px 1px 0px #808080;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-decoration: none;
  cursor: pointer;
}
.ui-button:active {
  position: relative;
  top: 1px;
}
.ui-button.primary {
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background-color: #007dc1;
  color: #ffffff;
  border: 1px solid #124d77;
}
.ui-button.primary:hover {
  background-color: #0061a7;
}
.ui-button.success {
  background-color: #49ff7e;
  border-color: #00e242;
  color: #ffffff;
}
.ui-button.error {
  background-color: #fd6060;
  border-color: #f40303;
  color: #ffffff;
}
.ui-breadcrumb {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.ui-breadcrumb > li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
.ui-breadcrumb > li.active {
  font-weight: bold;
}
.ui-breadcrumb > li:before {
  font-family: arial, sans-serif;
  content: '\00BB';
  font-weight: normal;
  margin-right: 5px;
}
.ui-breadcrumb > li:first-child {
  margin-left: 0px;
}
.ui-breadcrumb > li:first-child:before {
  display: none;
}
body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.relative-panel {
  position: relative;
}
.main-container {
  padding-right: 5px;
  padding-left: 5px;
}
.main-container > .main-container-area {
  margin-left: -5px;
  margin-right: -5px;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.main-container {
  margin: 0 auto;
}
.main-container:before,
.main-container:after {
  content: "";
  display: table;
}
.main-container:after {
  clear: both;
}
.ie6 .main-container,
.ie7 .main-container {
  zoom: 1;
}
.screen-desktop .main-container {
  width: 1160px;
}
.main-panel-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.screen-mobile .main-panel-body {
  height: 100%;
}
.screen-mobile .main-panel-body.pushed {
  margin-left: 200px;
}
.push-menu-open .main-panel-body {
  overflow: hidden;
}
.main-panel-push-menu {
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 11;
}
.main-panel-push-menu.open {
  left: 0;
}
.overlay-push-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.main-panel-main-menu {
  height: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-panel-main-menu.fix-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.has-fix-top .main-panel-body {
  padding-top: 34px;
}
.main-working-sector {
  width: auto;
  min-height: 500px;
  background: coral;
}
.screen-desktop .main-working-sector,
.screen-tablet .main-working-sector {
  margin-right: 310px;
}
.main-banner-sector {
  width: 310px;
  float: right;
  min-height: 500px;
}
.with-banner-col > .banner-col {
  float: right;
  width: 310px;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}
.with-banner-col > .banner-col-body {
  margin-right: 310px;
  padding-left: 5px;
  padding-right: 5px;
}
.screen-mobile .with-banner-col > .banner-col-body {
  margin-right: 0;
}
.responsive-box {
  display: block;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.responsive-box > .responsive-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.screen-mobile .main-panel-header .head-bg {
  height: 45px;
}
.main-panel-header {
  overflow: hidden;
  position: relative;
}
.main-panel-header .head-bg {
  background-image: url("../img/head_bg.png");
  background-position: top center;
  background-color: rgba(255, 0, 0, 0.31);
  height: 88px;
  padding: 0;
}
.main-panel-header .head-top-sector {
  position: absolute;
  height: 20px;
  width: 100%;
  background-color: rgba(255, 0, 0, 0.2);
}
.main-panel-header .head-top-sector .main-container span.last-updated {
  font-size: 12px;
}
.main-panel-header .head-top-sector .main-container span.last-updated span {
  color: #C20202;
}
.main-panel-header .head-top-sector .main-container .main-header-social {
  float: right;
}
.main-panel-header .head-top-sector .main-container .main-header-social ul li {
  float: left;
  margin-left: 5px;
}
.main-panel-header .head-top-sector .main-container .main-header-social ul li a {
  text-decoration: none;
  padding: 0 10px;
  font-size: 11px;
  color: #ffffff;
}
.main-panel-header .head-top-sector .main-container .main-header-social ul li a.fb {
  background: #3a589b;
}
.main-panel-header .head-top-sector .main-container .main-header-social ul li a.tw {
  background: #2ca7e0;
}
.main-panel-header .head-top-sector .main-container .main-header-social ul li a.yt {
  background: #d73d32;
}
.main-panel-header .head-top-sector .main-container .main-header-social ul li a.rss {
  background: #ff9900;
}
.main-panel-header .head-body-sector {
  padding-top: 30px;
}
.main-panel-header .head-body-sector .logo {
  float: left;
  width: 218px;
  height: 51px;
  background: url("../img/time_logo.png");
  background-size: 100% 100%;
  margin-left: 10px;
  position: relative;
}
.main-panel-header .head-body-sector .logo .header-clock {
  position: absolute;
  top: 6px;
  left: 14px;
  width: 35px;
  height: 35px;
}
.main-panel-header .head-body-sector .search {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 10px;
}
.main-panel-header .head-body-sector .search input {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  color: #333;
  float: left;
  width: 260px;
  height: 28px;
}
.main-panel-header .head-body-sector .search button {
  background: #cccccc;
  border: none;
  float: left;
  width: 40px;
  height: 28px;
  font-family: 'time-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  padding: 0;
}
.main-panel-header .head-body-sector .search button:before {
  content: "\e608";
}
.main-panel-header .head-body-sector .search button:before {
  color: #fff;
}
.main-panel-header .head-body-sector .search button span {
  display: none;
}
.main-panel-header .head-body-sector .other {
  float: right;
  padding: 5px;
}
.main-panel-header .head-body-sector .other ul li {
  float: left;
  margin-left: 20px;
}
.main-panel-header .head-body-sector .other ul li a {
  text-decoration: none;
  color: #9d9d9d;
}
.main-panel-header .head-body-sector .other ul li a:hover {
  color: #C20202;
}
.main-panel-header .head-body-sector .other ul li a p {
  font-size: 14px;
  color: #00a1ff;
  margin: 0;
  display: inline-block;
}
.main-panel-header .head-body-sector .other ul li a span {
  display: block;
  font-size: 11px;
  padding: 0 4px;
}
.main-panel-header .head-body-sector .other ul li a img {
  display: inline-block;
  width: 30px;
  height: 15px;
}
.screen-mobile .main-panel-header .main-container {
  background-position: center center;
  background-size: 100% 100%;
}
.screen-mobile .main-panel-header .head-top-sector {
  background: none;
}
.screen-mobile .main-panel-header .head-body-sector {
  padding-top: 10px;
}
.screen-mobile .main-panel-header .head-body-sector .logo {
  width: 134px;
  height: 30px;
}
.screen-mobile .main-panel-header .head-body-sector .logo .header-clock {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 21px;
  height: 21px;
}
.main-panel-main-menu {
  background: #C20202;
  height: 34px;
}
.main-panel-main-menu .main-container {
  padding: 0;
}
.main-panel-main-menu ul.nav-horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-panel-main-menu ul.nav-horizontal:before,
.main-panel-main-menu ul.nav-horizontal:after {
  content: "";
  display: table;
}
.main-panel-main-menu ul.nav-horizontal:after {
  clear: both;
}
.ie6 .main-panel-main-menu ul.nav-horizontal,
.ie7 .main-panel-main-menu ul.nav-horizontal {
  zoom: 1;
}
.main-panel-main-menu ul.nav-horizontal li {
  float: left;
  display: block;
  position: relative;
  height: 34px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.main-panel-main-menu ul.nav-horizontal li:hover,
.main-panel-main-menu ul.nav-horizontal li:active {
  background: #5d0101;
}
.main-panel-main-menu ul.nav-horizontal li a {
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.main-panel-main-menu ul.nav-horizontal li.home a {
  font-size: 18px;
}
.main-panel-main-menu ul.nav-horizontal li.yellow-menu a,
.main-panel-main-menu ul.nav-horizontal li.share-menu a {
  color: #333;
}
.main-panel-main-menu ul.nav-horizontal li.yellow-menu:hover,
.main-panel-main-menu ul.nav-horizontal li.share-menu:hover {
  background: #5d0101;
}
.main-panel-main-menu ul.nav-horizontal li.yellow-menu:hover a,
.main-panel-main-menu ul.nav-horizontal li.share-menu:hover a {
  color: #fff;
}
.main-panel-main-menu ul.nav-horizontal li.yellow-menu {
  background: #ffc600;
}
.main-panel-main-menu ul.nav-horizontal li.share-menu {
  background: #00a2ff;
}
.main-panel-main-menu ul.nav-horizontal li ul.nav-vertical {
  top: 34px;
  left: 0;
  position: absolute;
  z-index: 10;
  background: #C20202;
  width: 140px;
}
.main-panel-main-menu ul.nav-horizontal li ul.nav-vertical li {
  width: 140px;
}
.main-panel-push-menu {
  background: #262626;
}
.main-panel-push-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #808080;
}
[app-ui-content-theme] h3 {
  color: #ff0000;
  max-height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 5px;
}
[app-ui-content-theme] p {
  font-size: 12px;
  max-height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[app-ui-content-theme] a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
[app-ui-content-theme] a:hover {
  color: #C20202;
}
[app-ui-content-theme] .image-left img {
  display: block;
  max-width: 140px;
  float: left;
}
[app-ui-content-theme] .image-left > .content {
  margin-left: 150px;
}
.with-home-banner > .home-banner {
  width: 190px;
  float: right;
  padding-left: 5px;
  padding-right: 0px;
}
.with-home-banner > .home-banner-body {
  padding-left: 0px;
  padding-right: 5px;
}
.screen-desktop .with-home-banner > .home-banner-body {
  margin-right: 190px;
}
.home-top-slider .ui-slider {
  position: relative;
  padding-top: 56.25%;
}
.home-top-slider .ui-slider > .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.home-top-slider .ui-slider > .content img {
  vertical-align: bottom;
  width: 100%;
}
.home-top-slider .ui-slider > .content .item {
  display: block;
  position: absolute;
  left: 0px;
  top: -100%;
  zoom: 1;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.home-top-slider .ui-slider > .content .item.active {
  left: 0;
  top: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-top-slider .ui-slider > .content .item > a {
  display: block;
  text-decoration: none;
}
.home-top-slider .ui-slider > .content .item > a .content {
  max-width: 100%;
}
.home-top-slider .ui-slider > .content .item > a .content > img {
  width: 100%;
}
.home-top-slider .ui-slider > .content .item > a .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.home-top-slider .ui-slider > .content .item > a .caption p {
  font-size: 12px;
}
.home-top-slider .ui-slider {
  margin-bottom: 30px;
}
.home-top-slider .ui-slider .item > .content {
  max-width: 100%;
}
.home-top-slider .ui-slider .item > .caption {
  color: #fff;
  text-align: left;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 10px;
}
.home-top-slider .ui-slider .item > .caption h2 {
  font-size: 21px;
  margin: 10px 0;
}
.home-top-slider .ui-slider .item > .caption p {
  max-height: 2.5em;
  overflow: hidden;
}
.home-top-slider .ui-slider > .pager {
  height: 30px;
  bottom: -30px;
  line-height: 30px;
  background-color: #fff;
}
.home-top-slider .ui-slider > .pager > a {
  line-height: 30px;
}
.home-top5:hover .home-5-extra {
  background-color: #C20202;
}
.home-top5 img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.home-top5 .small .home-5-extra .number {
  font-size: 18px;
  line-height: 18px;
}
.home-top5 .home-5-extra {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 9px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 0 2px 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 0 2px;
  -moz-background-clip: padding;
  border-radius: 0 2px 0 2px;
  background-clip: padding-box;
  background-color: rgba(194, 2, 2, 0.5);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 2px #C20202;
}
.home-top5 .home-5-extra .number {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
.home-top5 .home-5-extra .comment-count {
  font-size: 12px;
  display: block;
}
.home-top5 .home-5-extra .comment-count i {
  font-size: 10px;
}
.home-top5 h3 a {
  color: #333;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  font-weight: bold;
  text-decoration: none;
}
.home-top5 h3 a:hover {
  color: #C20202;
}
.home-top5 h3 {
  margin-top: 5px;
}
.home-top5 p {
  margin: 5px 0;
}
.home-categorys {
  padding: 0;
}
.home-categorys a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.home-categorys a:hover {
  color: #C20202 !important;
}
.home-categorys img {
  background: #808080;
  width: 100%;
}
.home-categorys .ui-panel {
  border: none;
  padding: 0;
}
.home-categorys .ui-panel > .panel-header {
  text-align: center;
  border: 1px solid #C20202;
  border-bottom: none;
  font-weight: bold;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.home-categorys .ui-panel > .panel-body {
  padding: 0;
}
.home-categorys .ui-panel.category-photo .panel-header {
  border-color: #1F46E8;
  background-color: #1F46E8;
  margin-bottom: 5px;
}
.home-categorys .ui-panel.category-photo .panel-header a {
  color: #FFFFFF;
}
.home-categorys .ui-panel.category-video .panel-header {
  border-color: #C20202;
  background-color: #C20202;
  margin-bottom: 5px;
}
.home-categorys .ui-panel.category-video .panel-header a {
  color: #FFFFFF;
}
.home-categorys .ui-panel.category-other {
  border-color: #C20202;
}
.home-categorys .ui-panel.category-other .panel-body {
  background: #fff;
  padding: 0 5px 0 5px;
}
.home-categorys .ui-panel.category-other ul li {
  border-top: 1px dotted #808080;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home-categorys .ui-panel.category-other ul li .img-warp {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
}
.home-categorys .ui-panel.category-other ul li:before,
.home-categorys .ui-panel.category-other ul li:after {
  content: "";
  display: table;
}
.home-categorys .ui-panel.category-other ul li:after {
  clear: both;
}
.ie6 .home-categorys .ui-panel.category-other ul li,
.ie7 .home-categorys .ui-panel.category-other ul li {
  zoom: 1;
}
.home-categorys .ui-panel.category-other ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.home-categorys .ui-panel.category-other ul li a {
  color: #808080;
}
.home-categorys .ui-panel.category-other.category-yellowNews {
  background: #ffd800;
}
.home-categorys .ui-panel.category-other.category-yellowNews .panel-header {
  border-color: #ffd800;
}
.home-categorys .ui-panel.category-other.category-yellowNews .panel-body {
  background: #ffd800;
}
.home-categorys .ui-panel.category-other.category-essay {
  background: #00a1ff;
  color: #fff;
}
.home-categorys .ui-panel.category-other.category-essay .panel-header {
  border-color: #00a1ff;
}
.home-categorys .ui-panel.category-other.category-essay .panel-body {
  background: #00a1ff;
}
.home-categorys .ui-panel.category-other.category-essay a {
  color: #fff;
}
.home-categorys .ui-panel.category-other.category-essay ul li {
  border-color: #fff;
}
.home-categorys .ui-panel.category-other.category-essay ul li .comment-icon {
  color: #000000;
}
.home-categorys .col {
  margin-bottom: 10px;
}
.home-categorys .comment-count {
  white-space: nowrap;
}
.with-home-banner > .home-banner {
  overflow: hidden;
}
.with-home-banner > .home-banner .ui-tab .tab-nav > .item {
  width: 50%;
  text-align: center;
}
.with-home-banner > .home-banner .scroll-bar {
  max-height: 780px;
  overflow: auto;
}
.with-home-banner > .home-banner [app-time-ago] {
  white-space: nowrap;
  font-size: 12px;
}
.with-home-banner > .home-banner [app-ui-content-theme] h3 {
  margin-top: 5px;
}
.home-ntv-ask5 {
  margin: 10px 0px;
}
.home-ntv-ask5 a,
.ask5-top a {
  text-decoration: none;
}
.home-ntv-ask5 .ui-panel,
.ask5-top .ui-panel {
  border: none;
  padding: 0;
}
.home-ntv-ask5 .ui-panel > .panel-header,
.ask5-top .ui-panel > .panel-header {
  text-align: center;
  border: 1px solid #C20202;
  border-bottom: none;
  font-weight: bold;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.home-ntv-ask5 .ui-panel > .panel-header a,
.ask5-top .ui-panel > .panel-header a {
  color: #C20202;
}
.home-ntv-ask5 .ui-panel > .panel-body,
.ask5-top .ui-panel > .panel-body {
  padding: 0;
  position: relative;
}
.home-ntv-ask5 .ui-panel > .panel-body p,
.ask5-top .ui-panel > .panel-body p {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 5px 10px 5px;
  font-size: 16px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: block;
  width: 100%;
  color: #FFFFFF;
  word-wrap: break-word;
}
.home-ntv-ask5 .ntv-top .panel-header a,
.ask5-top .ntv-top .panel-header a {
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}
.home-ntv-ask5 .ntv-top .panel-body,
.ask5-top .ntv-top .panel-body {
  position: relative;
}
.home-ntv-ask5 .ntv-top .panel-body img.play-btn,
.ask5-top .ntv-top .panel-body img.play-btn {
  width: auto;
  background: none;
  position: absolute;
  top: 40%;
  left: 40%;
}
.home-ntv-ask5 .vip-top .relative-container,
.ask5-top .vip-top .relative-container {
  position: relative;
}
.home-ntv-ask5 .vip-top .relative-container a,
.ask5-top .vip-top .relative-container a {
  color: #fff;
  text-decoration: none;
}
.home-ntv-ask5 .vip-top .relative-container a:hover img,
.ask5-top .vip-top .relative-container a:hover img {
  filter: none;
  -webkit-filter: none;
}
.home-ntv-ask5 .vip-top .relative-container img,
.ask5-top .vip-top .relative-container img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.home-ntv-ask5 .vip-top .relative-container a.vip,
.ask5-top .vip-top .relative-container a.vip {
  display: block;
}
.home-ntv-ask5 .vip-top .relative-container a.caption,
.ask5-top .vip-top .relative-container a.caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 5px 10px 5px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  text-align: center;
}
.home-ntv-ask5 .vip-top .relative-container a.member,
.ask5-top .vip-top .relative-container a.member {
  display: block;
  position: absolute;
  top: 0px;
  padding-left: 15px;
  padding-top: 10px;
  width: 100%;
  background: linear-gradient(to top, transparent, #000000);
}
.home-ntv-ask5 .vip-top .relative-container a.member h6,
.ask5-top .vip-top .relative-container a.member h6 {
  margin-top: 5px;
}
.home-ntv-ask5 .vip-top .relative-container a.member img,
.ask5-top .vip-top .relative-container a.member img {
  width: 32px;
  border-radius: 50%;
  float: left !important;
}
.home-ntv-ask5 .vip-top .panel-body > a,
.ask5-top .vip-top .panel-body > a {
  color: #333;
  font-weight: bold;
}
.home-ntv-ask5 .vip-top .panel-body > a:hover,
.ask5-top .vip-top .panel-body > a:hover {
  color: #C20202;
}
.home-ntv-ask5 .vip-top .panel-header,
.ask5-top .vip-top .panel-header {
  border: 1px solid #333;
  border-bottom: none;
}
.home-ntv-ask5 .vip-top .panel-header a,
.ask5-top .vip-top .panel-header a {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.home-ntv-ask5 .vip-top .panel-header a:hover,
.ask5-top .vip-top .panel-header a:hover {
  color: #C20202;
}
.banner-slider {
  position: relative;
  margin-bottom: 10px;
}
.banner-slider > .pager {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: right;
  padding-right: 10px;
}
.banner-slider > .pager > a {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #b2b2b2;
  border-radius: 9px;
}
.banner-slider > .pager > a > span {
  display: none;
}
.banner-slider > .pager > a.active {
  background-color: #f00;
}
.banner-slider .banner-item {
  height: auto;
  width: auto;
}
.banner-slider .banner-item video {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.banner-slider img.banner-item {
  width: 100%;
  height: auto;
}
.banner-a2 .banner-item {
  height: 100px;
}
.banner-a2 .banner-item video,
.banner-a2 .banner-item img {
  height: 100px;
}
.banner-c1 {
  margin-top: 10px;
  margin-bottom: -10px;
}
.banner-a1 .banner-item video,
.banner-a1 .banner-item img {
  height: 128px;
}
.app-footer {
  background: #262626;
  color: #8c8c8c;
  text-align: center;
  padding: 40px 0;
  text-transform: uppercase;
}
.app-footer a.logo {
  display: block;
  width: 300px;
  height: 105px;
  background: url("../img/footer_logo.png");
  background-size: 100% 100%;
  margin: 10px auto;
  position: relative;
}
.app-footer a.logo .footer-clock {
  position: absolute;
  top: 30px;
  left: 42px;
  width: 39px;
  height: 39px;
}
.app-footer .footer-clock.clock {
  stroke-linecap: round;
  stroke: #fff;
}
.app-footer .footer-clock.clock .outercircle {
  fill: #262626;
  stroke: #262626;
}
.app-footer .footer-clock.clock .hour4-tick {
  stroke-width: 2;
}
.app-footer .footer-clock.clock .hour-tick {
  stroke-width: 1;
}
.app-footer .footer-clock.clock .hour-hand {
  stroke-width: 2;
}
.app-footer .footer-clock.clock .minute-hand {
  stroke-width: 2;
}
.app-footer .footer-clock.clock .second-hand {
  stroke-width: 1;
}
.app-footer a {
  font-size: 16px;
  color: #727272;
  text-decoration: none;
  -webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}
.app-footer a:hover {
  color: #fff;
}
.app-footer .social {
  display: block;
  width: 280px;
  margin: 50px auto;
}
.app-footer .social:before,
.app-footer .social:after {
  content: "";
  display: table;
}
.app-footer .social:after {
  clear: both;
}
.ie6 .app-footer .social,
.ie7 .app-footer .social {
  zoom: 1;
}
.app-footer .social a {
  color: #262626;
  font-size: 20px;
  text-decoration: none;
  display: block;
  line-height: 50px;
  float: left;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background: #8c8c8c;
  margin: 0 10px;
}
.app-footer .social a:hover {
  background: #fff;
}
.app-footer .footer-menu {
  margin-bottom: 25px;
}
.app-footer .footer-menu ul {
  display: inline-block;
}
.app-footer .footer-menu ul li {
  display: inline;
  padding: 0 20px;
  border-left: 1px solid #8c8c8c;
}
.app-footer .footer-menu ul li:first-child {
  border-left: none;
}
.app-footer .copy-right {
  padding: 10px;
}
.screen-mobile .app-footer .footer-menu ul li {
  padding: 0 10px;
}
.clock {
  stroke: #000;
  stroke-width: 1;
}
.clock .outercircle {
  fill: #fff;
  stroke: #aaa;
}
.clock .hour4-tick,
.clock .hour-tick {
  stroke-width: 3;
}
.clock .hour-hand {
  stroke-width: 3;
  stroke-linecap: round;
}
.clock .minute-hand {
  stroke-width: 3;
  stroke-linecap: round;
}
.clock .second-hand {
  stroke-width: 2;
  stroke-linecap: round;
}
.header-clock.clock {
  stroke: #C20202;
}
.header-clock.clock .hour4-tick {
  stroke-width: 2;
}
.header-clock.clock .hour-tick {
  stroke-width: 1;
}
.header-clock.clock .hour-hand {
  stroke-width: 2;
}
.header-clock.clock .minute-hand {
  stroke-width: 2;
}
.header-clock.clock .second-hand {
  stroke-width: 1;
}
.comment.scroll-bar {
  max-height: 600px;
  overflow: auto;
}
.screen-mobile .comment.scroll-bar {
  height: 150px;
}
.screen-mobile .essay-publishers.scroll-bar {
  overflow: auto;
}
.essay-publishers.scroll-bar {
  height: 800px;
  margin-bottom: 10px;
}
.essay-publishers.scroll-bar .scroll-element.scroll-x {
  display: none !important;
}
video {
  width: 100%;
}
img {
  max-width: 100%;
}
video,
img {
  vertical-align: bottom;
}
.debug {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 0;
  background-color: red;
}
.ui-slider {
  display: block;
  position: relative;
}
.ui-slider > .content img,
.ui-slider > .content video {
  vertical-align: bottom;
}
.ui-slider > .content .item {
  display: none;
}
.ui-slider > .content .item.active {
  display: block;
}
.ui-slider > .content .item > .caption {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ui-slider > .content .item > .caption p {
  font-size: 12px;
}
.ui-slider > .control {
  top: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ui-slider > .control .next,
.ui-slider > .control .prev {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  zoom: 1;
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ui-slider > .control .next > span,
.ui-slider > .control .prev > span {
  display: none;
}
.ui-slider > .control .next {
  right: 0;
  background: url("../img/icon/arrow_right.png");
}
.ui-slider > .control .prev {
  left: 0;
  background: url("../img/icon/arrow_left.png");
}
.ui-slider > .pager {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.ui-slider > .pager > a {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #b2b2b2;
  border-radius: 9px;
}
.ui-slider > .pager > a > span {
  display: none;
}
.ui-slider > .pager > a.active {
  background-color: #f00;
}
.ui-slider:hover > .control .next,
.ui-slider:active > .control .next,
.ui-slider:hover > .control .prev,
.ui-slider:active > .control .prev {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.app-ui-timetile {
  display: block;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
  height: 30px;
}
.app-ui-timetile a {
  text-decoration: none;
}
.app-ui-timetile > li {
  float: left;
  display: block;
  position: relative;
  height: 40px;
  width: 30px;
}
.app-ui-timetile > li.month {
  border-left: 1px solid #cccccc;
}
.app-ui-timetile > li.active {
  font-weight: bold;
}
.app-ui-timetile > li span.month {
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  font-size: 11px;
  white-space: nowrap;
  color: #cccccc;
  padding: 0 5px;
}
.app-ui-timetile > li span.month:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #cccccc;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  position: absolute;
  left: -2.5px;
  top: 11.5px;
}
.app-ui-timetile > li:nth-child(2) span.month:before {
  display: none;
}
.app-ui-timetile > li a {
  position: absolute;
  display: block;
  width: 30px;
  top: 12px;
  left: 0;
  padding: 1px 5px 0 5px;
  margin-top: 1px;
  border-top: 1px solid #cccccc;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: #808080;
}
.app-ui-timetile > li a.active {
  border-top-color: #808080;
  color: #333;
  font-weight: bold;
}
.app-ui-timetile > li a:hover,
.app-ui-timetile > li a:active {
  border-top: 3px solid #808080;
  padding-top: 0;
  margin-top: 0;
  color: #333;
}
.app-ui-timetile > li.now {
  background: #C20202;
  width: 115px;
}
.app-ui-timetile > li.now a {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 115px;
  height: 40px;
  line-height: 30px;
  top: 0;
  left: 0;
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.app-ui-timetile1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}
.app-ui-timetile1 > li {
  display: block;
  float: left;
  height: 40px;
  width: 30px;
  line-height: 40px;
  background-color: #fff;
  margin-right: 5px;
  padding: 0 5px;
  font-size: 18px;
  position: relative;
}
.app-ui-timetile1 > li:before {
  content: '';
  display: block;
  background: red;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app-ui-timetile1 > li:hover:before {
  height: 100%;
}
.app-ui-timetile1 > li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  color: #ff0000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.app-ui-timetile1 > li:hover a {
  color: #fff;
}
.app-ui-timetile1 > li.now {
  width: 80px;
  background: #ff1100;
  white-space: normal;
  font-size: 14px;
}
.app-ui-timetile1 > li.now a {
  color: #fff;
  line-height: 18px;
}
.app-ui-timetile1 a {
  text-decoration: none;
}
.app-ui-timetile2 {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  height: 40px;
  margin-bottom: 250px;
}
.app-ui-timetile2 > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  background-color: gray;
  color: #000000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 5px;
  padding: 0 5px;
}
.ie7 .app-ui-timetile2 > li {
  display: inline;
  zoom: 1;
}
.app-ui-timetile2 > li:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #ff0000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.app-ui-timetile2 > li:hover {
  color: white;
}
.app-ui-timetile2 > li a {
  color: #000000;
}
.app-ui-timetile2 > li:hover a {
  color: white;
}
.app-ui-timetile2 > li.now {
  white-space: normal;
  width: 80px;
  line-height: 14px;
  background-color: #ff0000;
}
.app-ui-timetile2 > li.now a {
  font-size: 14px;
}
.app-ui-timetile2 a {
  text-decoration: none;
}
a {
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
blockquote {
  font-size: 14px;
  color: #808080;
  display: block;
  margin-bottom: 15px;
}
blockquote:before,
blockquote:after {
  content: "";
  display: table;
}
blockquote:after {
  clear: both;
}
.ie6 blockquote,
.ie7 blockquote {
  zoom: 1;
}
blockquote:before {
  display: block;
  content: '`';
  float: left;
  line-height: 80px;
  font-size: 100px;
  color: #cccccc;
  height: 40px;
  overflow: hidden;
}
blockquote:before:before,
blockquote:before:after {
  content: "";
  display: table;
}
blockquote:before:after {
  clear: both;
}
.ie6 blockquote:before,
.ie7 blockquote:before {
  zoom: 1;
}
.screen-mobile .ui-list.content-list > .item.left-image a {
  width: 100px;
  display: block;
}
.screen-mobile .ui-list.content-list > .item.left-image .warp {
  margin-left: 110px;
}
.screen-mobile .ui-list.content-list > .item.left-image .warp a {
  width: auto;
}
.screen-mobile .ui-list.content-list > .item.left-image .warp h4 {
  max-height: 2.4em;
  overflow: hidden;
  font-size: 13px;
}
.screen-mobile .ui-list.content-list > .item.left-image .tool {
  font-size: 12px;
}
.ui-list.content-list > .item h4 {
  max-height: 2.4em;
  overflow: hidden;
}
.ui-list.content-list > .item p {
  margin: 5px 0;
  max-height: 60px;
  overflow: hidden;
  text-align: justify;
  font-size: 12px;
}
.ui-list.content-list > .item .tool {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.ui-list.content-list > .item .tool li {
  display: inline;
  margin-right: 10px;
}
.ui-list.content-list > .item.left-image img {
  float: left;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ui-list.content-list > .item.left-image .warp {
  margin-left: 206px;
}
.ui-list.content-list a {
  text-decoration: none;
  color: #333;
}
.ui-list.content-list a:hover {
  color: #C20202;
}
h1 {
  font-size: 28px;
}
h1 small {
  font-size: 14px;
  color: #808080;
}
h1.page-title {
  margin-bottom: 10px;
}
h1.page-title.bordered {
  display: inline-block;
  padding: 1px;
  border-top: 2px solid #C20202;
  border-left: 1px solid #C20202;
  border-right: 1px solid #C20202;
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  border-bottom: none;
  padding: 0 10px;
}
.tag > a {
  padding: 4px 10px;
  background: #cccccc;
  color: #4d4d4d;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.tag > a:hover {
  color: #fff !important;
  background: #C20202;
}
.comment-count {
  display: inline;
  font-size: 12px;
}
.comment-count .icon {
  font-size: 10px;
}
.comment-icon {
  float: right;
  display: block;
  position: relative;
  width: 30px;
  text-align: center;
}
.comment-icon:before {
  font-family: 'time-icon';
  font-size: 30px;
  content: "\e607";
  color: #cccccc;
}
.comment-icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  text-align: center;
  font-size: 12px;
}
.load-more,
.no-load-more {
  padding: 20px;
  text-align: center;
}
.ui-list.time > .item {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.ui-list.time > .item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.ui-tab.time .tab-nav {
  border-color: #C20202;
  background-color: #d9d9d9;
  margin-bottom: 10px;
}
.ui-tab.time .tab-nav > .item {
  padding: 10px;
}
.ui-tab.time .tab-nav > .item a {
  color: #595959;
}
.ui-tab.time .tab-nav > .item.active {
  background: #fff;
  border-color: #C20202;
  border-top-width: 2px;
}
.ui-tab.time .tab-nav > .item.active a {
  color: #C20202;
}
.fewWord.scroll-bar,
.hot-content.scroll-bar,
.large-comment.scroll-bar {
  height: 800px;
  overflow: auto;
}
.content-left .hot-content.scroll-bar {
  height: 800px;
  overflow: auto;
}
.content-left .large-comment.scroll-bar {
  height: 800px;
  overflow: auto;
}
.content-left .last-news-read.scroll-bar {
  height: 800px;
  overflow: auto;
}
.content-nearest {
  margin-bottom: 10px;
}
.content-nearest:before,
.content-nearest:after {
  content: "";
  display: table;
}
.content-nearest:after {
  clear: both;
}
.ie6 .content-nearest,
.ie7 .content-nearest {
  zoom: 1;
}
.content-nearest a {
  text-decoration: none;
  color: #00a1ff;
}
.content-nearest a:hover {
  color: #C20202;
}
.content-nearest .c-prev {
  float: left;
}
.content-nearest .c-next {
  float: right;
}
.content-card .card-loading {
  text-align: center;
}
.content-card .mobile-card-list {
  columns: 2;
}
.content-card .mobile-card-list:before,
.content-card .mobile-card-list:after {
  content: "";
  display: table;
}
.content-card .mobile-card-list:after {
  clear: both;
}
.ie6 .content-card .mobile-card-list,
.ie7 .content-card .mobile-card-list {
  zoom: 1;
}
.content-card .mobile-card-list .item {
  float: left;
  width: 50%;
  padding: 5px;
}
.content-card .item {
  margin-top: 10px;
}
.content-card .item img {
  padding: 0;
}
.content-card .item h3 {
  font-size: 11px;
}
.content-card .item h3 a {
  text-decoration: none;
  color: #525252;
}
.warning {
  text-align: justify;
  margin: 0 20px;
  color: #697581;
  background-color: #f6f7f8;
  padding: 10px;
  font-size: 12px;
}
.content-comment {
  margin-top: 10px;
}
.content-comment .com-form {
  margin-top: 10px;
  width: 100%;
}
.content-comment .com-form .input-com-name {
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.content-comment .com-form .btn-com {
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  cursor: pointer;
  border: none;
  background-color: #F33;
}
.content-comment .com-form .btn-com:hover {
  background-color: #C20202;
}
.content-comment .com-form .input-com {
  margin-top: 5px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  overflow: auto;
}
.content-comment .comments {
  margin-top: 10px;
  display: inline-block;
}
.content-comment .comments .item {
  border-bottom: 1px dotted #ddd;
  padding: 10px;
}
.content-comment .comments .item .com-desc {
  padding-left: 20px;
}
.content-comment .comments .item .com-desc > span {
  color: #b1b1b1;
  margin-left: 20px;
}
.content-comment .comments .item .com-desc i {
  color: #C20202;
  font-size: 12px;
  font-weight: 300;
  margin-left: 20px;
}
.content-comment .comments .item .com-desc p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.content-comment .comments .item .com-desc ul.actions {
  display: inline;
}
.content-comment .comments .item .com-desc ul.actions li {
  float: left;
  display: inline;
  margin-right: 20px;
}
.content-comment .comments .item .com-desc ul.actions li a {
  font-size: 12px;
  text-decoration: none;
}
.content-comment .comments .item .com-desc ul.actions li a img {
  padding: 0;
}
.screen-mobile .content-comment .comments .com-img {
  display: none;
}
.screen-mobile .content-comment .comments .com-desc {
  padding-left: 0;
}
.tripple-border {
  border-bottom: 3px dotted #DDDDDD;
}
[ui-dataservice-pushdata-more] {
  margin-bottom: 10px;
}
[ui-dataservice-pushdata-more] .push-loader {
  background: #fff;
  display: block;
  text-align: center;
  padding: 10px;
}
[ui-dataservice-pushdata-more] .push-loader a.more {
  font-size: 14px;
  color: #00a1ff;
}
[ui-dataservice-onedata-container] .loading {
  text-align: center;
}
.ui-breadcrumb.time li.home a:before {
  font-family: 'time-icon';
  line-height: 1;
  content: "\e605";
  margin-right: 5px;
}
.ui-breadcrumb.time a {
  text-decoration: none;
  color: #333;
}
.ui-breadcrumb.time a:hover {
  color: #C20202;
}
.ui-breadcrumb.bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
[app-ui-at-checker] {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  color: #808080;
  background-color: #cccccc;
  text-shadow: #e0e0e0 1px 1px 0px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
[app-ui-at-checker]:before {
  font-family: 'time-icon';
  content: "\ea07";
  font-size: 24px;
  margin-right: 1em;
  color: #C20202;
  text-shadow: none;
  vertical-align: middle;
}
.page-content-read {
  display: inline-block;
  width: 100%;
}
.page-content-read .page-title {
  font-size: 30px;
  font-weight: normal;
}
.ui-tab.time.home-left .tab-nav > .item,
.ui-tab.time.content-left .tab-nav > .item {
  font-size: 10px;
  padding: 10px 3px;
  text-transform: uppercase;
  width: 32%;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}
.ui-tab.time.home-left .tab-nav > .item:last-child,
.ui-tab.time.content-left .tab-nav > .item:last-child {
  width: 36%;
}
.screen-desktop .ui-tab.time.content-left .tab-nav > .item {
  font-size: 11px;
}
.ui-tab.time.related-new {
  margin-top: 10px;
}
.screen-mobile .ui-tab.time.related-new .tab-nav .item {
  font-size: 11px;
}
a.tweet-me {
  text-decoration: none;
  color: #00a1ff;
  font-size: 24px;
}
.module-page {
  width: 98%;
}
.module-page h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.module-page .module-page-date {
  margin-bottom: 15px;
  font-size: 12px;
}
.module-page .tripple-border {
  border-bottom: 1px dotted #DDDDDD;
  margin-top: 1px;
}
.module-page address {
  margin-bottom: 15px;
}
.module-page .normal-body {
  line-height: 2;
  font-size: 15px;
}
.module-page .normal-body img {
  padding: 0;
}
.module-page .normal-body i,
.module-page .normal-body em {
  font-style: italic !important;
}
.module-page .normal-body b {
  font-weight: bold !important;
}
.module-page .normal-body table {
  max-width: 100%;
  width: auto !important;
}
.module-page .normal-body .advertisement table {
  max-width: 100%;
  width: auto !important;
}
.module-page .normal-body .advertisement table th,
.module-page .normal-body .advertisement table td {
  padding: 8px;
  padding-right: 80px;
}
.normal-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.normal-body h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.normal-body h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.normal-body h5 {
  font-size: .83em;
  margin: 1.5em 0;
}
.normal-body h6 {
  font-size: .75em;
  margin: 1.67em 0;
}
.normal-body h1,
.normal-body h2,
.normal-body h3,
.normal-body h4,
.normal-body h5,
.normal-body h6 {
  font-weight: bold;
}
.normal-body img {
  padding: 10px;
  max-width: 100%;
  height: auto !important;
}
.normal-body iframe {
  max-width: 100%;
}
.normal-body video {
  max-width: 100%;
}
.normal-body p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.normal-body i,
.normal-body em {
  font-style: italic !important;
}
.normal-body b {
  font-weight: bold !important;
}
.normal-body strong,
.normal-body th {
  font-weight: bold;
}
#scrollUp {
  bottom: 20px;
  right: 10px;
  width: 38px;
  height: 38px;
  background: #C20202;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  color: #FFFFFF;
  opacity: .6;
}
#scrollUp:before {
  font-family: 'time-icon';
  display: inline;
  content: "\e60b";
  font-size: 12px;
}
#scrollUp:hover {
  opacity: 1;
}
.ask5-index {
  margin: 20px 0;
}
.tweetable {
  cursor: pointer;
  background-color: rgba(0, 159, 255, 0.13);
}
.tweetable:hover {
  background-color: rgba(0, 159, 255, 0.35);
}
.tweetable:after {
  font-family: 'time-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  margin-left: 3px;
}
a.light-view {
  cursor: zoom-in !important;
}
.poll {
  padding: 0px;
}
[m-poll-home]:before,
[m-poll-home]:after {
  content: " ";
  display: table;
}
[m-poll-home]:after {
  clear: both;
}
.screen-mobile [m-poll-home] .poll-container h3.poll-header {
  font-size: 14px;
}
[m-poll-home] {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
[m-poll-home] .col-left {
  width: 33.33333333%;
  float: left;
  padding: 10px;
}
[m-poll-home] .col-left:before {
  width: 33.33333333%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  background-color: #ddd;
  border-right: 1px dotted #b4b4b4;
}
[m-poll-home] .col-right {
  width: 66.66666667%;
  float: left;
  padding: 10px;
}
[m-poll-home] .col-right:before {
  width: 66.66666667%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 33.33333333%;
  background-color: #FFFFFF;
}
[m-poll-home] .ui-list {
  display: block;
  width: 100%;
}
[m-poll-home] .poll-container h3.poll-header {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted #181818;
  padding-bottom: 10px;
}
[m-poll-home] .poll-container li {
  border-bottom: 1px dotted #b4b4b4;
  margin-top: 10px;
  padding: 5px;
  cursor: pointer;
}
[m-poll-home] .poll-container li:first-child {
  border-top: none;
  margin-top: 0;
}
[m-poll-home] .poll-container li.active {
  border-top: none;
  background: #fff;
  border-left: 2px solid #C20202;
}
[m-poll-home] .poll-container a {
  color: #003300;
  text-decoration: none;
  line-height: 1.5;
}
[m-poll-home] .poll-container a img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
[m-poll-home] h2.title {
  font-size: 16px;
  text-align: center;
  line-height: 2.1;
  border-bottom: 1px dotted #b4b4b4;
}
[m-poll-home] .result-container .chart {
  width: 100%;
  height: 200px;
}
.poll-detail-container .color {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 10px;
}
.poll-detail-container li {
  margin: 10px 0;
  line-height: 2.5;
  cursor: pointer;
}
.poll-detail-container li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
}
.poll-read {
  display: inline-block;
}
.poll-read h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.poll-read [m-poll-detail] {
  margin-bottom: 20px;
}
.exchange .exchange-tbl tr.exchange-header {
  background: #e4e4e4;
  font-size: 13px;
}
.exchange .exchange-tbl tr td {
  border: 1px solid #e4e4e4;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
.exchange .exchange-tbl tr td.exchange-bank img {
  width: 100px;
}
.exchange .exchange-tbl tr td.exchange-cell-money {
  font-size: 13px;
}
.exchange .exchange-tbl tr td.exchange-cell-money .diff {
  float: right;
  font-size: 11px;
}
.exchange .exchange-tbl tr td.exchange-cell-money .diff.negative {
  color: red;
}
.exchange .exchange-tbl tr td.exchange-cell-money .diff.positive {
  color: green;
}
.exchange .exchange-tbl tr td.exchange-cell-money .diff .diff-icon {
  font-size: 7px;
}
.exchange .exchange-tbl tr td.exchange-cell-money .diff .diff-icon.icon-arrow-down {
  color: red;
}
.exchange .exchange-tbl tr td.exchange-cell-money .diff .diff-icon.icon-arrow-up {
  color: green;
}
.exchange .exchange-tbl tr td.exchange-cell-money .value {
  float: left;
}
.exchange .exchange-tbl tr td.exchange-cell-type {
  text-align: left;
  font-style: italic;
  font-size: 12px;
}
.exchange .exchange-tbl tr td.exchange-cell-currency {
  text-align: left;
}
.exchange .exchange-tbl tr td.exchange-cell-currency img {
  float: left;
  margin-right: 5px;
  width: 40px;
}
.exchange .exchange-tbl tr td.exchange-cell-currency .exchange-currency-name {
  font-size: 12px;
  float: left;
}
.exchange .exchange-tbl tr td.exchange-cell-currency .exchange-currency-name h5 {
  font-weight: bold;
}
.exchange .exchange-border {
  border-bottom: 1px dotted #ddd;
}
.exchange .exchange-date {
  font-size: 13px;
  margin: 10px 0px 10px;
}
.weather-home {
  padding-top: 10px;
}
.weather-home .weather-today,
.weather-home .weather-left,
.weather-home .weather-days {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.weather-home .weather-left {
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.weather-home .weather-left h1 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}
.weather-home .weather-left ul {
  padding: 20px;
}
.weather-home .weather-left ul li {
  padding-left: 5px;
}
.weather-home .weather-left ul li.active {
  background: #000000;
}
.weather-home .weather-left ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.weather-home .weather-right {
  color: #ffffff;
  padding-left: 60px;
}
.weather-home .weather-right .weather-today {
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.weather-home .weather-right .weather-today .city-name {
  font-size: 58px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: 100;
  margin-top: 30px;
}
.weather-home .weather-right .weather-today .today h3,
.weather-home .weather-right .weather-today .tonight h3 {
  font-size: 22px;
}
.weather-home .weather-right .weather-today .weather-temp {
  font-size: 68px;
}
.weather-home .weather-right .weather-today .weather-temp img {
  margin-bottom: 15px;
}
.weather-home .weather-right .weather-days {
  margin: 10px 0;
}
.weather-home .weather-right .weather-days h2 {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.weather-home .weather-right .weather-days .forecast {
  text-align: center;
}
.weather-home .weather-right .weather-days .forecast .ft-date {
  font-weight: bold;
}
.weather-home .weather-right .weather-days .forecast .ft-temp {
  font-size: 18px;
  color: #ffffff;
}
.weather-home .weather-right .weather-days .forecast .ft-temp .ft-temp-night {
  color: #000000;
}
.weather-home .weather-right .weather-days .forecast .ft-desc {
  font-size: 13px;
  padding-top: 10px;
  font-weight: bold;
}
.zodiac-cal {
  text-align: center;
  margin: 20px 0;
  color: #000011;
}
.zodiac-cal ul {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px;
}
.zodiac-cal ul li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
.zodiac-cal ul li.zo-date-input {
  background: #138EFA;
  color: #ffffff;
}
.zodiac-cal ul li.zo-date-input input {
  border: none;
  background: #138EFA;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 30px;
}
.zodiac-cal ul li.zo-date-input i.cal {
  cursor: pointer;
  padding: 5px 5px 0 5px;
  margin-left: -20px;
}
.zodiac-cal ul li a.zo-cal-date {
  background: #dddddd;
  padding: 8px;
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}
.zodiac-cal ul li a.zo-cal-date:hover {
  color: #0000cc;
}
.zodiac-cal ul li a.zo-cal-date.now {
  background: #00a2ff;
  color: #ffffff;
  padding: 10px;
}
.zodiac {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
}
.zodiac .zodiac-row-1 .zodiac-col {
  height: 380px;
  text-align: center;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-1 {
  background: #0b6acb;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-1 .zodiac-col-1-top {
  padding: 20px 15px;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-1 .zodiac-col-1-top p {
  font-size: large;
  font-weight: bold;
  padding-top: 10px;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-1 img {
  max-width: 100%;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-1 h3 {
  font-size: 130%;
  padding-top: 10px;
  font-weight: bold;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-2 {
  padding-top: 25px;
  background: #69be2a;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-2 .zo-date-garag {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-2 .zo-date-day {
  position: relative;
  padding-top: 10px;
  width: 100%;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-2 .zo-date-day h2 {
  position: absolute;
  width: 100%;
  top: 36%;
  font-size: 100px;
  z-index: 1;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-2 .zo-date-month {
  font-size: 130%;
  padding-top: 20px;
  font-weight: bold;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-3 {
  text-align: left;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-3 .zo-sun {
  height: 50%;
  background-size: cover;
  background-position: top center;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-3 .zo-sun h3 {
  width: 90%;
  text-align: right;
  font-size: 72px;
  height: 80%;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-3 .zo-sun i {
  width: 100%;
  padding-left: 20px;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-3 .zo-sun.zo-sunrise {
  background-image: url('/assets/img/zodiac/sunrise.jpg');
  border-bottom: 5px solid;
}
.zodiac .zodiac-row-1 .zodiac-col.zodiac-col-3 .zo-sun.zo-sunset {
  background-image: url('/assets/img/zodiac/sunset.jpg');
}
.zodiac .zodiac-row-2 {
  margin-top: 5px;
}
.zodiac .zodiac-row-2 .zodiac-col {
  height: 250px;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-4 .zo-row3 {
  border-bottom: 5px solid;
  height: 35%;
  padding: 10px;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-4 .zo-row3 p:first-child {
  height: 70%;
  font-style: italic;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-4 .zo-row3 p:last-child {
  height: 20%;
  text-align: right;
  font-size: large;
  font-weight: bold;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-4 .zo-row3.zo-bar {
  background: #ff8b03;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-4 .zo-row3.zo-shut {
  background: #634c93;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-4 .zo-row3.zo-suudal {
  background: #34dddd;
  height: 30%;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-5 {
  background: #614535;
  text-align: center;
  padding-top: 40px;
  border-bottom: 5px solid;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-5 h3 {
  font-size: x-large;
  font-weight: bold;
  padding-top: 10px;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-6 {
  background: #00a2ff;
  border-bottom: 5px solid;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-6 h3 {
  position: relative;
  top: 40%;
  font-weight: bold;
  font-size: larger;
  text-align: center;
}
.zodiac .zodiac-row-2 .zodiac-col.zodiac-col-7 {
  color: #515151;
  padding: 0 5px;
  text-align: justify;
  overflow-y: scroll;
  border-bottom: 5px solid #ffffff;
  font-size: 13px;
}
.screen-mobile .m-essay .ui-tab.essay-home-tab .ui-slider,
.screen-mobile .m-essay .ui-tab.essay-home-tab .tab-body {
  height: 280px;
}
.screen-mobile .m-essay .ui-list.essay-list > .item a {
  width: 100px;
  display: block;
}
.screen-mobile .m-essay .ui-list.essay-list > .item .item-warp {
  margin-left: 110px;
}
.screen-mobile .m-essay .ui-list.essay-list > .item .item-warp a {
  width: auto;
  max-height: 2.4em;
  overflow: hidden;
  font-size: 13px;
}
.screen-mobile .m-essay .ui-list.essay-list > .item .tool {
  font-size: 12px;
}
.m-essay.essay-last {
  margin-bottom: 10px;
}
.m-essay.essay-last .scroll-bar {
  height: 300px;
  overflow: auto;
}
.m-essay.essay-last a {
  text-decoration: none;
}
.m-essay.essay-last a h3 {
  color: #00a1ff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  border-left: 1px solid #00a1ff;
  border-right: 1px solid #00a1ff;
  border-top: 2px solid #00a1ff;
  margin-bottom: 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
.m-essay.essay-last .ui-list > .item img {
  float: left;
  -webkit-border-radius: 34px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 34px;
  -moz-background-clip: padding;
  border-radius: 34px;
  background-clip: padding-box;
  width: 68px;
  height: 68px;
}
.m-essay.essay-last .ui-list > .item > .content {
  margin-left: 78px;
}
.m-essay.essay-last .ui-list > .item a {
  text-decoration: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.m-essay.essay-last .ui-list > .item a.publisher {
  display: block;
  color: #00a1ff;
}
.m-essay.essay-last .ui-list > .item a.publisher:hover {
  color: #C20202;
}
.m-essay.essay-last .ui-list > .item a.title {
  display: block;
  color: #808080;
}
.m-essay.essay-last .ui-list > .item a.title:hover {
  color: #C20202;
}
.m-essay.essay-last .ui-list > .item p {
  font-size: 12px;
  line-height: 14px;
  max-height: 54px;
  overflow: hidden;
  text-align: justify;
}
.m-essay .ui-list.essay-list img {
  float: left;
}
.m-essay .ui-list.essay-list .item-warp {
  margin-left: 206px;
}
.m-essay .ui-list.essay-list p {
  font-size: 12px;
  text-align: justify;
  padding: 5px 0;
}
.m-essay .ui-list.essay-list a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.m-essay .ui-list.essay-list a:hover {
  color: #C20202;
}
.m-essay .ui-list.essay-home-list img {
  float: left;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 34px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 34px;
  -moz-background-clip: padding;
  border-radius: 34px;
  background-clip: padding-box;
}
.m-essay .ui-list.essay-home-list .item-warp {
  margin-left: 78px;
}
.m-essay .ui-list.essay-home-list p {
  font-size: 12px;
  text-align: justify;
  padding: 5px 0;
}
.m-essay .ui-list.essay-home-list a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.m-essay .ui-list.essay-home-list a:hover {
  color: #C20202;
}
.m-essay .ui-tab.essay-home-tab {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.m-essay .ui-tab.essay-home-tab .tab-nav {
  margin-bottom: 10px;
}
.m-essay .ui-tab.essay-home-tab .tab-body {
  height: 319px;
}
.m-essay .ui-tab.essay-home-tab .ui-slider {
  height: 319px;
  overflow: hidden;
}
.m-essay .ui-tab.essay-home-tab .ui-slider > .content .item {
  display: block !important;
  position: absolute;
  top: -320px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.m-essay .ui-tab.essay-home-tab .ui-slider > .content .item.active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0px;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item a {
  text-decoration: none;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .image-essay img {
  margin-bottom: 10px;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .image-publisher img {
  float: left;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 34px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 34px;
  -moz-background-clip: padding;
  border-radius: 34px;
  background-clip: padding-box;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .item-warp {
  margin-left: 78px;
  text-align: left;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .publisher-name a {
  color: #00a1ff;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .publisher-name a:hover {
  color: #C20202;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .essay-title {
  color: #333;
}
.m-essay .ui-tab.essay-home-tab .essay-home-tab-item .essay-title:hover {
  color: #C20202;
}
.m-essay .ui-panel.publisher {
  background: #00a1ff;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
.m-essay .ui-panel.publisher > .panel-footer {
  padding: 10px;
  background-color: #006199;
  border: none;
}
.m-essay .ui-panel.publisher a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.m-essay .ui-panel.publisher a:hover {
  color: #C20202;
}
.m-essay .ui-panel.publisher .image {
  text-align: center;
  padding-top: 10px;
}
.m-essay .ui-panel.publisher .image img {
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  width: 120px;
  height: 120px;
}
.m-essay .ui-panel.publisher .name {
  text-align: center;
  padding: 10px 0;
}
.m-essay .ui-panel.publisher .name h3 {
  font-size: 24px;
  line-height: 24px;
}
.m-essay .ui-panel.publisher .name h3 span {
  font-size: 16px;
  font-weight: normal;
}
.m-essay .ui-panel.publisher .note {
  font-size: 12px;
  text-align: justify;
  margin: 10px;
}
.m-essay .ui-panel.publisher .more {
  text-align: center;
  padding: 10px 0;
}
.m-essay .ui-panel.publisher .more a {
  font-size: 14px;
}
.m-essay .ui-panel.publisher .more a:after,
.m-essay .ui-panel.publisher .more a:before {
  content: " ``` ";
}
.m-essay .ui-panel.publisher .social a {
  display: block;
  color: #cccccc;
  font-size: 16px;
  padding: 5px 0;
}
.m-essay .ui-panel.publisher .social a .time-icon {
  color: #fff;
  margin-right: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.m-essay .ui-panel.publisher .social a i {
  color: #fff;
}
.m-essay .ui-panel.publisher .social a:hover {
  color: #000;
}
.m-essay .ui-panel.publisher .social a:hover i {
  color: #000;
}
.m-essay .ui-panel.publisher .social a:hover .time-icon {
  margin-right: 20px;
}
.m-essay .publish-home .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.m-essay .publish-home .name .lastname,
.m-essay .publish-home .name .firstname {
  font-weight: bold;
}
.m-essay .publish-home .image {
  text-align: center;
  padding: 20px;
  background: #cccccc;
  border: 1px solid #808080;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.m-essay .publish-home .content {
  padding: 10px 0;
}
.m-essay .essay-read .essay-title {
  font-size: 30px;
  font-weight: normal;
  margin: 0.75em 0;
}
.m-essay .essay-read .essay-description {
  margin-bottom: 10px;
}
.m-essay .publishers {
  margin-bottom: 10px;
}
.m-essay .publishers .publisher {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.m-essay .publishers .publisher img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.m-essay .publishers .publisher a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
.m-essay .publishers .publisher a:hover {
  color: #00a1ff;
}
.m-essay .publishers .publisher .essay-count {
  font-weight: bold;
}
.m-essay .publishers .publisher .essay-count span {
  color: #808080;
  font-weight: normal;
}
.m-essay .essay-container {
  display: table;
  width: 100%;
}
.m-essay .essay-container .order-header {
  display: table-header-group;
}
.m-essay .essay-container .order-footer {
  display: table-footer-group;
}
.page-essay .scroll-bar.essayLast {
  height: 300px;
  overflow: auto;
}
.rss input {
  background-color: #eeeeee;
  display: block;
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
  color: #858585;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
}
.rss table tr:first-child {
  border-bottom: 1px solid rgba(202, 190, 190, 0.53);
}
.rss table tr:nth-child(2) td {
  padding-top: 30px;
}
.rss table tr td {
  padding: 10px;
  white-space: nowrap;
}
.rss table tr td h3 {
  font-size: 16px;
  padding-top: 2px;
}
.rss table tr td h3.rss-official {
  font-size: 18px;
  font-weight: bold;
}
.rss table tr td a {
  background: #ff8917;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
  font-size: 12px;
  line-height: 2.5;
}
.ask5 {
  padding-top: 20px;
}
.ask5 h5 {
  display: inline;
  font-size: 28px;
  padding: 10px;
  border: 1px solid #EFEFEF;
  border-top: 2px solid #c20202;
  border-bottom: none;
  color: #c20202;
}
.ask5 .warning {
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}
.ask5 .warning a {
  text-decoration: none;
  color: #00a1ff;
}
.ask5 .warning h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ask5 .warning p {
  font-size: 14px;
}
.ask5-home-tab ul.tab-nav {
  height: 40px;
}
.ask5-home-tab ul.tab-nav li {
  width: 25%;
  text-align: center;
}
.ask5-home-tab ul.tab-nav li a {
  font-weight: 600;
  font-size: 90%;
}
.screen-mobile .ask5-home-tab ul.tab-nav li.item {
  padding: 0;
}
.screen-mobile .ask5-home-tab ul.tab-nav li a {
  font-size: 70%;
}
.ask5.content-list h4 {
  font-weight: bold;
  font-size: 16px;
}
.ask5-read .ask5-title {
  font-size: 26px;
}
@font-face {
  font-family: 'time-icon';
  src: url('../img/fonts/time-icon.eot?-axyn7x');
  src: url('../img/fonts/time-icon.eot?#iefix-axyn7x') format('embedded-opentype'), url('../img/fonts/time-icon.ttf?-axyn7x') format('truetype'), url('../img/fonts/time-icon.woff?-axyn7x') format('woff'), url('../img/fonts/time-icon.svg?-axyn7x#time-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.time-icon {
  font-family: 'time-icon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.time-icon-youtube:before {
  content: "\e600";
}
.time-icon-feed:before {
  content: "\e601";
}
.time-icon-twitter:before {
  content: "\e602";
}
.time-icon-facebook:before {
  content: "\e603";
}
.time-icon-google-plus:before {
  content: "\e604";
}
.time-icon-home:before {
  content: "\e605";
}
.time-icon-alarm:before {
  content: "\e606";
}
.time-icon-calendar:before {
  content: "\e953";
}
.time-icon-bubble:before {
  content: "\e607";
}
.time-icon-search:before {
  content: "\e608";
}
.time-icon-menu:before {
  content: "\e609";
}
.time-icon-warning:before {
  content: "\ea07";
}
.time-icon-loop2:before {
  content: "\e60a";
}
.time-icon-arrow-up:before {
  content: "\e60b";
}
.time-icon-arrow-down:before {
  content: "\e60c";
}
.time-icon-arrow-right2:before {
  content: "\ea3c";
}
.time-icon-arrow-left2:before {
  content: "\ea40";
}
.time-icon-circle-right:before {
  content: "\ea42";
}
.time-icon-circle-left:before {
  content: "\ea44";
}
.time-icon-th-menu:before {
  content: "\e60d";
}
.btn {
  border: 0;
  border-radius: 0;
  background-color: #dde2d4;
  color: #333;
  cursor: pointer;
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  display: inline-block;
  padding: .75em 1.5em;
  outline: none;
}
.btn:hover {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}
.btn.btn-rounded {
  border-radius: 5px;
}
.btn.btn-pill {
  border-radius: 100px;
}
.btn.btn-tiny {
  font-size: 0.6em;
}
.btn.btn-small {
  font-size: 0.75em;
}
.btn.btn-large {
  font-size: 2em;
  font-weight: bold;
}
.btn.btn-giant {
  font-size: 2.2em;
  font-weight: bold;
  padding: .75em 2em;
}
.btn.btn-primary {
  background-color: #3399FF;
  color: #FFF;
}
.btn.btn-success {
  background-color: #66FF66;
  color: #FFF;
}
.btn.btn-highlight {
  background-color: #FF9900;
  color: #FFF;
}
.btn.btn-caution {
  background-color: #FF3300;
  color: #FFF;
}
