.mt-20{margin-top: 20px;}
.td-ss-main-content .td-block-span4{min-height: 380px;max-height: 380px;overflow: hidden;}
.td_module_wrap{padding-bottom: 0;}
.td-big-grid-wrapper img.entry-thumb{height:284px;width:100%;}
.td-block-row .td-module-image img{height:185px;width:100%;}
.article-list-title{color: #399998;font-weight: 600;}
#td-mobile-nav .td-mobile-container{padding-bottom: 45px;}

@media screen and (max-width:768px) {
  .td-big-grid-wrapper img.entry-thumb{height:182px;width:100%;}
 .td-header-wrap .td-drop-down-search{width: 260px;}
 .td-search-form{padding:15px;}
 .td-mobile-container{background: rgba(0,0,0,0.65);}
 .td-mobile-content li a{font-size: 18px;}
 .category .td-category-grid .td_block_wrap{padding-bottom: 0;}

}

.entry-title.td-module-title a,
.text-ellipsis-2{ 
  overflow:hidden; text-overflow: ellipsis; 
  -webkit-line-clamp: 2; display: -webkit-box;
   -webkit-box-orient: vertical; 
}
.td-block-row .td-excerpt,
.text-ellipsis-3{ 
  overflow:hidden; text-overflow: ellipsis; 
  -webkit-line-clamp: 3; display: -webkit-box;
   -webkit-box-orient: vertical; 
}

.td-header-wrap .td-header-menu-wrap-full, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full{background-color: #fff;}
.td-header-wrap .td-header-menu-wrap .sf-menu>li>a, .td-header-wrap .td-header-menu-social .td-social-icon-wrap a, .td-header-style-4 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-5 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-6 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-12 .td-header-menu-social .td-social-icon-wrap i, .td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search{    color: #0a0303;}
.td-sub-footer-container {
  background-color: #399998;
}
.td-sub-footer-container, .td-subfooter-menu li a {
  color: #ffffff;
}
.td-subfooter-menu li a:hover {
  color: #eeee22;
}
.td_module_wrap:hover .entry-title a{color:#399998}
.td-header-wrap .td-drop-down-search:after,
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-post-category{background-color: #399998;}
.td-menu-background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%);
}