﻿/*
Theme Name:     Newspaper-child
Description:    Singtao Daily theme
Author:         Long Zhou
Template:       Newspaper
Author URI:     http://www.egeneration.me
(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.article:after,
.news:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis,
.article > h3,
.news h3 {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

[id="header"] {
  position: relative;
  background-color: #364c79;
  /*background-color: #25353a;*/
}

[id="header"] .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-opener {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 20px 0 5px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  opacity: .7;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  width: 100%;
  height: 3px;
  transition: width .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: absolute;
  top: 11px;
  left: 0;
  background: #fff;
}

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 3px;
}

.nav-opener:after {
  top: 19px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-active .nav-opener span {
  width: 0;
}

.top-nav {
  margin: 0 auto 0 0;
  border: 0px;
  border-width: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav li + li {
  border-left: 1px solid #727576;
  margin-left: 0px !important;
}



.top-nav .active a {
  background-color: #4fa9b8;
}

.top-nav a {
  display: block;
  padding: 21px 15px;
  text-align: center;
  color: #fff;
}

.top-nav a:hover {
  background-color: #4fa9b8;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0 5px 0 0;
  max-width: 224px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #dadada;
}

.search-form input,
.search-form button {
  background-color: transparent;
  border: none;
}

.search-form input:focus,
.search-form button:focus {
  outline: none;
}

.search-form input {
  padding: 5px 15px;
  width: calc(100% - 23px);
  height: 36px;
}

.search-form button {
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 23px;
  color: #929292;
}

.search-form button:hover {
  color: #364c79;
  /*color: #4fa9b8;*/
}

.time-holder {
  margin: 0 20px 0 0;
  color: #fff;
  font-size: 15px;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10px 10px;
}

.logo {
  width: 165px;
}

.banner {
  width: 68%;
  margin-left: auto;
}

.banner a {
  display: block;
}

.banner a:hover {
  opacity: .7;
}

.nav-drop {
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #727576;
  opacity: 0;
  visibility: hidden;
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  font-size: 15px;
  border-top: 3px solid #5898db;
  background-color: #364c79;
  /*background-color: #2b2b2b;*/
}

.main-nav .active a {
  background-color: #fff;
  color: #070707;
}

.main-nav a {
  display: block;
  padding: 6px 10px;
  color: #fff;
}

.main-nav a:hover {
  background-color: #fff;
  color: #070707;
}

.menu {
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0 0 0 0px;
  padding: 5px;

  max-width: 335px;
  background-color: rgba(255, 255, 255, .8);
}

.menu li + li {
  line-height: 24px;
  margin-left: 5px;
}

.menu li{
	margin-left: 5px;
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0px;
  font-size: 18px;
  color: #333;
}

.menu a:hover {
  background-color: #fff;
}

.menu .img-box {
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: red;
}

body {
  /*min-width: 768px;*/
  min-width: 1270px;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
}

img {
  max-width: 100%;
}

[id="wrapper"] {
  position: relative;
  overflow: hidden;
  z-index:1;
}
/*
[id="main"] .container-fluid {
  background-color: #fff;
}
*/
.container-fluid {
  width: 1270px;
}

.slideshow {
  position: relative;
}

.slideshow.gallery .slide {
  height: 385px;
}

.slideshow .slideset {
  margin: 0 0 10px;
}

.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 455px;
  background-color: #777;
}

.slideshow .slide.active {
  z-index: 2;
}

.slideshow img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideshow .img-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slideshow .post-title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  font-size: 20px;
  color: #fff;
}

.slideshow .post-title a {
  display: block;
  padding: 20px 20px;
  background-color: rgba(51, 51, 51, .5);
  color: inherit;
}

.slideshow .post-title a:hover {
  color: #4fa9b8;
}

.slideshow .video-box {
  width: 100%;
  height: 100%;
  margin: 0 0 .5em;
}

.slideshow iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.slideshow .btn-prev,
.slideshow .btn-next {
  transition: opacity .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 5;
  font-size: 125px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
  color: #4fa9b8;
}

.slideshow .btn-next {
  left: auto;
  right: 10px;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.pagination li {
  margin: 0 5px;
}

.pagination .active a {
  background-color: #4fa9b8;
}

.pagination a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #777;
}

.pagination a:hover {
  background-color: #4fa9b8;
}

.js-video-block.youtube.fixed-position .close {
  opacity: 1;
}

.js-video-block.youtube .js-video-holder {
  opacity: 1;
  visibility: visible;
}

.js-video-block.youtube .close {
  opacity: 0;
}

.js-video-block.fixed-position .js-video-holder {
  width: 433px;
  height: 274px;
  position: fixed !important;
  margin: 0;
}

.js-video-block.fixed-position .js-video-holder > .play-btn {
  opacity: 1;
  visibility: visible;
}

.js-video-block.fixed-position .video-header {
  background: #333;
}

.js-video-block.fixed-position .video-header .title {
  display: block;
}

.js-video-block.fixed-position .play-btn {
  opacity: 0;
  visibility: hidden;
}

.js-video-block.fixed-position .close {
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  width: 30px;
  border: 0;
  border-left: 1px solid #484848;
  border-radius: 0;
  background: none;
}

.js-video-block.visible .js-video-holder {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.js-video-block.is-playing.fixed-position .js-video-holder > .play-btn {
  opacity: 0;
  visibility: hidden;
}

.js-video-block.is-playing.active {
  z-index: 10;
}

.js-video-block.is-playing .play-btn {
  opacity: 0;
  visibility: hidden;
}

.js-video-block .js-video-holder {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
}

.js-video-block .js-video-holder > .play-btn {
  opacity: 0;
  visibility: hidden;
}

.js-video-block .video-js {
  width: 100% !important;
  height: 100% !important;
}

.js-video-block .video-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}

.js-video-block .video-header .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  padding: 8px 30px 8px 10px;
  cursor: move;
}

.js-video-block .play-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  z-index: 10;
}

.js-video-block .play-btn:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 4px;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-video-block .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #000;
  transition: opacity .25s;
  z-index: 20;
}

.js-video-block .close:hover {
  opacity: .9;
}

.js-video-block .close:after,
.js-video-block .close:before {
  width: 2px;
  height: 10px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-video-block .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.visual {
  position: relative;
  /*padding: 35px 18px 30px;*/
  padding: 15px 18px 15px;
  /*width: 65%;*/
}

.panel-has-style,
.posts-list {
  padding: 20px 15px;
  border-top: 1px solid #bfbfbf;
}

.panel-has-style .flex-container,
.posts-list .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-has-style .flex-container:before,
.panel-has-style .flex-container:after,
.posts-list .flex-container:before,
.posts-list .flex-container:after {
  display: none;
}

.panel-has-style [class*="col-"]:nth-child(2),
.posts-list [class*="col-"]:nth-child(2) {
  border: 2px solid #dcdcdc;
  border-width: 0 2px;
}

.panel-has-style .viewport-block + .viewport-block,
.posts-list .viewport-block + .viewport-block {
  padding-top: 15px;
  border-top: 2px solid #dcdcdc;
}

.viewport-block .post {
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 1;
}

.viewport-block.in-viewport .post {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.post {
  color: #939393;
}

.post .js-video-block {
  position: relative;
}

.post .js-video-block.fixed-position .js-video-holder {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.post .js-video-block.fixed-position .video-header {
  display: none;
}

.post h3 {
  margin: 0 0 .3em;
  line-height: 1.2;
}

.post h3 a {
  color: #000;
}

.post h3 a:hover {
  color: #4fa9b8;
}

.post img {
/*  margin: 0 0 .5em; */
}

.post > a {
  font-size: 14px;
  color: #727272;
}

.post > a:hover {
  color: #4fa9b8;
}

.post .video-box {
  width: 100%;
  height: 215px;
  margin: 0 0 .5em;
}

.post iframe {
  max-width: 100%;
 
  border: 0;
}

.load-more-holder .new-item {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.load-more-holder .load-more {
  display: none;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 30px 10px;
}

.content {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #c7c7c7;
}

.content.banner-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 30px;
  padding-top: 25px;
}

.content .visual {
  padding: 3px 0 45px;
}

.sidebar {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-list {
  padding: 5px 5px 0;
  margin: 0 10px 70px;
  background-color: #f3f2f4;
}

.article {
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.content .article {
  margin-bottom: 25px;
}

.article .img-box {
  float: left;
  margin: 0 18px 0 0;
  max-width: 120px;
}

.article .article-content {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  color: #8c8c8c;
}

.article .article-content h3 {
  margin: 0 0 .2em;
  line-height: inherit;
}

.article .article-content time {
  font-size: 12px;
  color: #777;
}

.article .article-content p {
  margin: 0 0 .2em;
}

.article > h3 {
  font-size: 16px;
}

.article img {
  margin: 0 0 5px;
}

.article a {
  color: #383838;
}

.article a:hover {
  color: #4fa9b8;
}

.single-article {
  margin: 5px 0 20px;
  padding: 12px 0 0;
  /* border-bottom: 6px solid #c1d4da; */
  line-height: 1.9;
}

.single-article .head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}

.single-article .head-block .other-news {
  position: relative;
  z-index: 5;
  padding: 10px;
  background-color: #35425c;
  font-size: 18px;
  color: #fff;
}

.single-article .head-block .other-news:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #35425c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-article .head-block .other-news:hover {
  background-color: #48597c;
}

.single-article .head-block .other-news:hover:before {
  border-left-color: #48597c;
}

.single-article .head-block .open-drop {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-article h1 {
  margin: 0 0 .2em;
}

.single-article time {
  display: block;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.2;
  color: #777;
}

.single-article .article-heading {
  /*margin: 0 0 43px;*/
  margin: 0 0 18px;
}

.single-article .text-box {
  margin: 0 0 10px;
}

.single-article > img {
  margin: 0 0 22px;
}

.single-article p {
  margin: 0;
}

.single-article .placeholder {
  padding: 40px 0 70px;
}

.open-drop {
  position: relative;
}

.open-drop.active [class*="fa-"] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open-drop .opener {
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #f3d7d3;
}

.open-drop .opener:hover {
  background-color: #e8b3ab;
}

.open-drop .drop {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.open-drop .drop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #333;
}

.open-drop a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  background-color: #f3d7d3;
  font-size: 16px;
  color: #545454;
}

.open-drop a:hover {
  background-color: #e8b3ab;
}

.open-drop [class*="fa-"] {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 27px;
  color: #000;
}

.widget {
  margin: 0 0 30px;
}

#fixed-block{
	width:290px; 
	margin:20px auto;
}

.widget.news-widget {
  padding: 0 8px;
  border: 1px solid #c6c6c6;
}

.widget.news-widget .widget-title {
  margin: 0 -8px 15px;
}

.widget-title {
  position: relative;
  padding: 5px 47px;
  margin-bottom: 15px;
  font-size: 20px;
  background-color: #873c5b;

}

.widget-title h2 {
  margin: 0;
  font-size: inherit;
  color: #fff;
    font-weight: 600;
}

.widget-title .tag {
  position: absolute;
  top: 3px;
  left: -6px;
  padding: 2px;
  background-color: #d34e3c;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  box-shadow: -1px -1px 5px rgba(0, 0, 0, .3);
}



.widget ul{
  width: 95%;
}

.news {
  margin: 0 0 22px 3px;
  font-size: 15px;
  line-height: 1;
  color: #8c8c8c;
  width: 97%;
  text-align: justify;
  overflow: hidden;
  height: 70px;
}

.news h3 {
  font-size: 20px;
}

.news img {
  float: left;
  margin: 0 12px 0 0;
  max-width: 120px;
}

.news p {
  overflow: hidden;
}

.news a {
  /* color: #333; */
}

.news a:hover {
  color: #4fa9b8;
}

[id="footer"] {
  padding: 70px 0;
  text-align: center;
  background-color: #1f2b2f;
  line-height: 1.2;
  color: #9b9b9b;
}

[id="footer"] .copy {
  font-size: 13px;
}

[id="footer"] .terms {
  display: inline-block;
  margin: 0 0 13px;
  color: #7ebcc1;
}

[id="footer"] .terms:hover {
  text-decoration: underline;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 35px;
}

.footer-nav li {
  padding: 0 10px 15px;
}

.footer-nav li + li {
  position: relative;
}

.footer-nav li + li:before {
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d8d8d8;
}

.footer-nav a {
  color: #d8d8d8;
}

.footer-nav a:hover {
  color: #4fa9b8;
}

@media (min-width: 1024px) {
  .nav-opener {
    margin: 0 40px 0 20px;
  }

  .top-nav a {
    padding: 7px 10px;
    min-width: 107px;
  }

  .time-holder {
    font-size: 13px;
    padding-left: 20px;
  }

  .main-nav {
    font-size: 16px;
  }

  .slideshow .post-title {
    font-size: 26px;
  }

  .js-video-block .play-btn {
    width: 100px;
    height: 100px;
  }

  .article .img-box {
    max-width: 162px;
  }

  .single-article .head-block .other-news {
    padding: 10px 20px;
  }

  .open-drop a {
    padding: 10px 20px 10px 40px;
  }

  .footer-nav {
    font-size: 17px;
  }
}

@media (min-width: 1025px) {
  .slideshow:hover .btn-prev,
  .slideshow:hover .btn-next {
    opacity: 1;
  }

  .slideshow .btn-prev,
  .slideshow .btn-next {
    opacity: 0;
  }
}

.my-play-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4);
  z-index: 10;
}
#main{
    background-color: #fff;
    margin-left: auto;
      margin-right: auto;
      width: 1270px;
	overflow: hidden;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
a {
    background-color: transparent;
      color: #337ab7;
    text-decoration: none;
}
#footer .copy a{
  color: #337ab7 !important;
}
.main-nav li{
  margin-left:0px;
}

.td-pb-row{
    display: block;
    min-height: 1px;
    float: left;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;

}
.td-pb-span4 {

    width: 33.33333333%;
  float: left;


}
.td-pb-span8 {

    width: 66.666666666%;
  float: left;
  padding-left: 30px !important;
  padding-right: 0px !important;

}

#divCategory{
  margin-top:10px;
  float:left;
  padding-left:0px;
  padding-right:15px;
}

#divCategory .td-pb-span9{
  width: 75%;
  padding-left: 35px !important;
}

#divCategory .td-pb-span8 .td_module_16{
  text-align: justify;
}

#divCategory .td-crumb-container{
  display: none;
}

/*add by rick*/

.td_module_8 {
    border-bottom: 1px dashed #f2f2f2;
    margin-bottom: 8px;
    padding-bottom: 0;
    height: 24px;
    overflow: hidden;
}


.td-pb-span6 {
  width: 50%;
}

.td-pb-span2 {
  width: 16.666666666%;
}

.td-pb-span3 {
  width: 25%;
   padding-left: 0px !important;
   padding-right: 0px !important;
}

.td-pb-span9 {
  width: 73%;
   padding-left: 0px !important;
   padding-right: 0px !important;

}

.td-pb-row [class*="td-pb-span"]{
	   padding-left: 0px ;
   padding-right: 0px ;
}

.td-pb-row{
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}


.td-main-page-wrap{
	padding-top: 15px;
}

body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
    opacity: 1 !important;
}

.vc_row{
	margin-left: 7px !important;
	margin-right: 0px !important;
}


.vc_column_container>.vc_column-inner{
	padding-left: 5px;
	padding-right: 5px;
}

.td-boxed-layout .td-container-wrap{
	width: 1070px;
}

.td-boxed-layout .vc_row{
	width: 100%;
}

#main{
	box-shadow:0 0 20px rgba(0, 0, 0, .3)
}

#header{
	box-shadow:0 0 20px rgba(0, 0, 0, .3)
}


body{
	background-image: none;
}

.td_module_6 .td-module-thumb{
  width: 100px !important;
  height: 70px !important;
  overflow: hidden;

}

.td_module_6 .td-module-thumb img{
  vertical-align: middle;

}


.td_module_2 .td-module-image .td-module-thumb {
  width: 410px !important;
  height: 300px !important;
  margin-top: 15px;
  overflow:hidden;
  background-color:#C3C3C3;
}

.td_module_2 .td-module-thumb img{
    width: auto;
    height: 100%;
    max-width: 200%;
    position: absolute;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.td_module_2 .entry-title {
  height: 1.1em;
  overflow: hidden;
}


.td_module_4 .td-module-image .td-module-thumb {
  width: 410px !important;
  height: 240px !important;
  overflow:hidden;
}

.td_module_4 .td-module-thumb img{

  width: 100% !important;
  height: auto !important;
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.td_module_4 .td-excerpt{
  height: 4em;
  overflow: hidden;
}


#main_body{
	width:100%;
/*	box-shadow: 0 0 20px rgba(0, 0, 0, .3); */
	float:left;
  background-color: #fff;
}



.td_module_6 {
		padding-bottom: 15px !important;

}

.td_module_6 .entry-title{
  font-size:18px !important;
  line-height:25px !important;

}

.td_module_16 .td-excerpt {
    color: #444;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}


.td_module_wrap .entry-title{
  max-height: 3em;
 overflow: hidden;
 text-overflow: ellipsis;
 letter-spacing: 1px;
}

.td-pb-row {
    margin-right: 0px !important;
    margin-left: 0px  !important;
    position: relative;
}

#title_large a{
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

#title_small a{
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #333 !important;
}


.td_module_8 .td-module-meta-info span {
    display:none;
}
.td_module_8 .td-post-date {
    display:none;
}

.td_module_16 .td-module-thumb{
  width: 150px !important;
  height: 100px !important;
  overflow: hidden;
}

.td_module_16 .item-details{
   min-height: 100px !important;
   overflow: hidden;
   height: 8em;
}

.td_module_6 .item-details h3{
   height: 2.7em;
   overflow: hidden;
}

.td_module_16 .td-module-date{
  font-size: 14px;
}

.td-crumb-container{
  padding-left: 15px;
}


    .entry-crumbs a,
    .entry-crumbs span,
    #bbpress-forums .bbp-breadcrumb a,
    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {
    	font-size:16px;
	
    }
    

.td_block_padding{
  padding-right: 10px;
}


.sidebar-head {
    border-bottom: 2px solid #b60f15;
    background-color: #dddddd;
	text-align: left;
}

.sidebar-head-text {
    padding: 0 15px;
    height: 38px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    background-color: #b60f15;
    font-weight: 600;
}

.post header .entry-title{
  line-height: 40px !important;
}

.news-widget {
  overflow:visible !important;
}


.td-main-content-wrap .td-pb-row{
  padding-left: 0px !important;
}

.td-main-content-wrap .td-pb-span8{
  padding-left: 30px !important;
}

.td-category-header .td-pb-span8{
  padding-left: 0px !important;
}

.td-category-header h1{
  margin-left: 15px;
}

.divCategoryYesterdayNews h1{
  margin-left: 15px;
  font-weight: 700;
}

.td-category-header .category_header_ban{
  padding-top: 25px; 
  margin-bottom: 10px;
  height: 70px;
  width: 100%; 
  background-repeat:no-repeat; 
  background-image: url(https://www.singtao.ca/wp-content/themes/singtaoca2019/images/category_title_bg_1068x66.jpg); 
}

.td_module_16 .entry-title{
  font-weight: 600;
}


#news_old .td-pb-span8{
  padding-left: 0px !important;
}

.td_module_16{
  padding-bottom: 30px !important;
}

.coyote-grid-slider{
  margin: 0px 0px 20px 0px !important;
}

.td-module-date{
  font-size: 14px !important;
  font-weight: 400px;
  color:#c3c3c3;
}

.td-excerpt{
  color: #000;
}

.realtime_headline{
  font-size: 24px;
  padding-left: 10px;
  padding-top: 0px;
  font-weight: 600 !important;
}



.td_module_10 .td-excerpt {
    color: #444;
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 8px;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-weight: 400;
}

.td_module_10 .td-module-thumb{
    width: 150px !important;
  height: 100px !important;
  overflow: hidden;
}

.td_module_10 .item-details{
   min-height: 100px !important;
   overflow: hidden;
   height: 6.7em;
}

.td_module_10 .entry-title{
  font-weight: 600;
}


.realtime_tab .td_block_11 .td_module_10{
  width: 620px;
    text-align: justify;
}

.td_module_10 .item-details{
  margin-left: 174px;
}

.td_module_10{
  padding-bottom: 35px;
}

.vc_tta-panel-body{
  padding-top: 20px;
}

.divVideoContent{
  float: left !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a::after, .wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a::before{
  width: 0px !important;
}


.top-nav a{
  font-size: 17px;
}

.td-g-rec-id-post_style_12, .td-g-rec-id-content_top, .td-g-rec-id-content_bottom {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    border-top: dashed;
    border-color: #cccccc;
    border-width: thin;
}

  #td-header-menu{
    display: none;
  }

/* 隐藏页面 title */
.td-page-header h1.td-page-title{
	display:none; 
}


.wechat_share_bg{
  width: 100%;
  height: 308px;
  background: url('../images/singtao_wechat_share_bg_814.jpg');
  background-repeat: no-repeat;
  background-position: center;
}

.wechat_share_bg_van{
  width: 100%;
  height: 308px;
  background: url('../images/singtao_wechat_share_bg_van_814.jpg');
  background-repeat: no-repeat;
  background-position: center;
}


.realtime_title_mobile,.daily_title_mobile{
  display: none;
}


/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1140px) {
    #header{
          max-width: 1220px !important;
     }
     
     #main{
         width:1220px;
     }
     
     .main-nav{
         font-size:16px;
     }
     
    .td-main-content-wrap .td-pb-span8{
     padding-left:15px !important;
    }
 
    .td-rec-hide-on-tl{
    display:block !important;
    margin-left:30px;
    }
 

    .YesterdayNews_header,.category_header_img{
      width: 628px !important;
    }

    #divCategory .td-pb-span8 .td_module_16{
      width: 580px;
    }

    .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a{
   padding:12px 29px !important;
    }

  .td-post-content p, .td-post-content{
      font-size: 18px !important;
      line-height:32px !important;
    }

  .realtime_tab .td_block_11 .td_module_10{
    width: 580px !important;
  }


}


/* responsive portrait tablet */
@media (max-width: 1018px) and (min-width: 768px){
  body{
    min-width: 768px;
  }

  #header{
          max-width: 768px !important;
  }

  #main{
         width:768px;
     }

  .td-rec-hide-on-tl{
    display:block !important;
    margin-left:15px;
    }

  .main-nav a{padding: 12px 8px}

  .transChina {margin-left:1% !important;}
     
  .td-main-content-wrap .td-pb-span8{
     padding-left:15px !important;
   }

  .vc_custom_1523730954145 .td-pb-span8{
    width: 100%;
  }

  .vc_custom_1523730954145 .td-pb-span4{
    display: none;
  }

   .menu a{
    font-size: 15px;
   }

   .td-ss-row .td-pb-span4{
    display: none;
   }

      .td-ss-row .td-pb-span8{
    width: 100%;
   }

   .td-pb-span12 .td_block_inner .td-block-span6{
    padding-right:15px !important;
    padding-left: 0px !important;
   }

   .td-pb-span12 .vc_column-inner{
    padding-left: 0px;
    padding-right: 0px;
   }

 .td-pb-span12 .td-block-row {
    margin-right:0px !important;
    margin-left: 0px !important;

 }

   .index_block_header{
    max-width: 98.8% !important;
   }

   .td_module_6 .td-module-thumb{
    width: 85px !important;
   }


   #divCategory .td-pb-span8{
    width: 100% !important;
   }

   .coygrid-slide{
    max-width: 665px !important;
   }


  .td-pb-row .td-pb-span8{
    width: 98%;
   }

  .td-pb-row .td-pb-span4{
    display: none;
   }

   #footer_icon{
    width:auto !important
  }

  .td-post-content p, .td-post-content{
      font-size: 18px !important;
      line-height:32px !important;
    }

  .td_module_10 .item-details{
    height: 0;
  }

}

/* responsive phone */
@media (max-width: 767px){

  body{
    max-width: 767px;
    min-width: 0;
  }
/*
	.td-main-sidebar{
		display: none!important;
	}
*/
  #td-header-menu{
    display: block;
  }

  #header{
          display: none;
  }

  #main{
         max-width:767px;
         width: auto !important;
     }

  .container-fluid{
    display: none;
  }

  .td-header-menu-wrap-full{
    background-color: #efefef;
  }

   .td-pb-span3{
    display: none !important;
  }

    .td-pb-row .td-pb-span4{
    /* display: none; */
   }

    .td-pb-row .td-pb-span8{
    width: 100%;
   }

  .td-post-content p, .td-post-content{
      font-size: 18px !important;
      line-height:32px !important;
    }

  #td-mobile-nav .td-menu-socials{
        height: 60px;
      overflow: hidden;
      padding: 30px 5px 0px 30px;
      color: #ffffff;
      font-weight: 600;
      font-size: 20px;
  }

  #td-mobile-nav .td-menu-socials a{
    height: 60px;
    overflow: hidden;
    padding: 30px 0px 0px 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
  }

  .td-main-content-wrap .td-pb-span8{
    padding-left: 0px !important;
  }
  
  .td_module_16{
  padding-bottom: 10px !important;
}

   .td-pb-span6 .vc_custom_1525986795025{
      padding-left: 5px !important;

  }

  #divCategory .td-pb-span8{
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #divCategory{
    width: 100%;
    padding-right: 0px !important;
  }

  .td-category-header .td-container{
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .category_header_img{
    width: 100% !important;
  }

  .YesterdayNews_header{
    width: 100% !important;
  }  

  .td-category-header{
    margin-left: 0px !important;
  }

  .td_module_16 .entry-thumb{
    width: auto;
  }
  
  .td_module_16 .td-module-thumb{
	width: 100px !important;
	height: 70px !important;
	overflow: hidden;
  }

  .td_module_16 .item-details{
    margin-left: 110px !important;
  }

  #divCategory .td-pb-span8 .td_module_16{

    width: 100% !important;
    height: 63px !important;
    overflow: hidden;
    margin-bottom: 20px !important;
  }

  .divCategoryYesterdayNews h1{
    margin-top: -3px;
  }

  .news_from_dushi{
    display: none;
  }

  .realtime_title_mobile,.daily_title_mobile{
    display: block;
  }

  .realtime_title,.daily_title{
    display: none;
  }

  .td_module_4 .td-module-image .td-module-thumb{
    width: 100% !important;
  }

  .td_module_2 .td-module-image .td-module-thumb{
    width: 100% !important;
  }
  .daily_block_title{
    max-width: 100% !important;
  }

  .td-icon-mobile{
    color: #364c79 !important;
  }
  .header-search-wrap .td-icon-search{
    color: #364c79 !important;
  }
  #footer > .container-fluid{
    display: block !important;
  }

  .wechat_share_bg{
  width: 100%;
  height: 500px;
  background: url('../images/singtao_wechat_share_mobile.jpg');
  background-repeat: no-repeat;
  background-position: center;
  }

  .wechat_share_bg_van{
  width: 100%;
  height: 500px;
  background: url('../images/singtao_wechat_share_mobile_van.jpg');
  background-repeat: no-repeat;
  background-position: center;
  }

  .wechat-share{
    max-width:130px !important;
    float: none !important;
    margin:0 auto !important;
    margin-top: 66px !important;
  }

  .bitmovinplayer-container{
  	width: 320px !important;
  	height: 180px !important;
  	margin: 0 auto !important;
  }

  stream {
	width: 320px !important;
	height: 180px !important;
  }
  
  .vjs_video_3-dimensions {
	width: 320px !important;
	height: 180px !important;  
  }

}  /* end responsive phone */

.td-ss-main-sidebar, .td-ss-row .td-pb-span4 .wpb_wrapper {
    text-align: center;
}

.td_block_7 {
    margin-bottom: 0;
}

.td_block_17 .td-column-1 .td_module_4 {
    padding-bottom: 10px;
    border-bottom: 0px dashed #F2F2F2;
    margin-bottom: 0px;
}

.td_block_17 {
    margin-bottom: 0px;
}

.td_module_4 .td-excerpt {
    height: 4em;
    overflow: hidden;
	display: none;
}

.td-post-source-tags {
  font-size: 14px;
  padding-top: 40px;
}
.td-post-source-tags a {
  font-size: 14px;
}

.td-post-content > img:first-of-type {
    width: 100%;
}

.td-a-rec-id-sidebar img {
	width:auto;
}

.menu.cal_shortcut a {
  padding: 0px 2px;
  font-size: 16px;
}