@charset "UTF-8";
body {
  font-family: "黑體", "LiHei Pro", "蘋果儷黑體", "Microsoft JhengHei", "微軟正黑體";
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #1b1b1b;
}

.wrapper {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

h4 {
  font-weight: bold;
}

.carousel-control {
  opacity: 1;
  width: auto;
  text-shadow: none;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-control:focus, .carousel-control:hover {
  opacity: 1;
}

.nav-tabs {
  border: 0;
}

.nav-tabs > li > a {
  border-radius: 0;
  border: 0;
}

.nav-tabs > li > a:hover {
  background: inherit;
}

.nav-tabs > li.active > a {
  border: 0;
  background: transparent;
}

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0;
  background: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.page-header {
  padding: 0;
  margin: 0;
  border: 0;
}

.page-header h1 {
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blk-title {
  padding: 7px;
  text-align: left;
  font-size: 20px;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: bold;
}

.item-row-title {
  color: #FFF;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  font-size: 14px;
  background: #006cff;
}

.item-row-title:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #006cff;
  bottom: -4px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  z-index: 1;
}

.item-row-title:hover {
  background: #fb7700;
}

.item-row-title:hover:after {
  background: #fb7700;
}

.item-row-title a {
  display: block;
  padding: 4px 0 3px 0;
}

.items-leading h4 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.items-leading h4 a:hover {
  color: #006cff;
}

.items-leading p {
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.items-row h4 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.4;
}

.items-row h4:hover {
  color: #006cff;
}

.items-row.more-article .item {
  border-bottom: 1px solid #9f9f9f;
  background: #e9e9e9;
}

.items-row.more-article .item h4 {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 2.9;
  vertical-align: middle;
}

.items-row.more-article .item h4:hover {
  color: inherit;
}

.items-row.more-article .item:first-of-type {
  padding-top: 20px;
}

.items-row.more-article .item a {
  padding: 0 10px;
}

.items-row.more-article .item a:hover {
  color: #006cff;
}

.items-row.more-article .item a.region:hover {
  color: #fb7700;
}

.news-tab .camera .image {
  position: relative;
}

.news-tab .camera .image:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background: url(../images/camera.png) no-repeat #006cff 5px 6px;
  background-size: 10px;
}

.news-tab .camera.krtnews_news-module-item-lead .image:before {
  height: 30px;
  width: 30px;
  background: url(../images/camera.png) no-repeat #006cff 7px 8px;
  background-size: 16px;
}

.more-article .camera, .supplement-tab .camera {
  position: relative;
}

.more-article .camera:before, .supplement-tab .camera:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 10px;
  top: 9px;
  height: 20px;
  background: url(../images/camera.png) no-repeat #006cff 5px 6px;
  width: 20px;
  background-size: 10px;
}

.top {
  position: relative;
  font-size: 14px;
  background: linear-gradient(to right, #000 10%, #006CFF 69%);
}

.top .date {
  background: #1b1b1b;
  text-align: center;
}

.top .date span {
  padding: 8px 7px 7px;
  color: #FFF;
  display: inline-block;
  letter-spacing: 2px;
}

.top .headline {
  background: #006cff;
  font-size: 15px;
}

.top .headline-title {
  padding: 7px 20px;
  color: #FFF;
  letter-spacing: 2px;
}

.top #headline-carousel {
  padding: 7px 45px 7px 20px;
  color: #FFF;
  position: relative;
  letter-spacing: 2px;
  white-space: nowrap;
}

.top #headline-carousel .carousel-control {
  font-size: 15px;
  top: 7px;
}

.top #headline-carousel .carousel-control.left {
  right: 27px;
  left: auto;
}

.top #headline-carousel .carousel-control.right {
  right: 10px;
}

.top-right .moduletable {
  float: right;
}

.top-right .search-trigger {
  position: fixed;
  top: 30px;
  right: 16px;
  z-index: 10000;
  cursor: pointer;
}

.top-right .search-trigger span {
  color: #FFF;
}

.search.searchbar {
  margin: 9px 0;
  padding-right: 12px;
  border-right: 1px solid #1b1b1b;
}

.search.searchbar form {
  display: inline-block;
}

.search.searchbar input {
  border: 1px solid #1b1b1b;
  width: 120px;
  padding: 4px 3px 3px;
}

.search.searchbar .btn {
  background: url(../images/search.png) no-repeat transparent center center;
  border: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 16px;
  width: 20px;
  padding: 0;
}

.translation-btn > li > a {
  padding: 12px;
}

.translation-links {
  position: absolute;
  width: 78px;
  top: 40px;
  right: 0;
  overflow: auto;
  display: none;
  background: #FFF;
  text-align: center;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.translation-links.active {
  display: inherit;
  z-index: 1;
}

.translation-links li:hover a {
  color: #006cff;
}

.translation-links li a {
  padding: 9px 15px;
  display: inline-block;
}

.banner-img {
  padding: 0 0 15px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background: #000;
  z-index: 9000;
  height: 75px;
  overflow: hidden;
}

.menu-trigger {
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 12px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 75px;
  z-index: 90000;
}

.menu-trigger > span {
  padding-top: 20px;
}

.menu-logo {
  padding: 5px 100px;
  text-align: center;
  height: 75px;
  width: 100%;
  margin: 0 auto;
  background: #006cff;
}

.menu-logo > a {
  display: block;
}

.menu-logo > a > img {
  max-height: 65px;
}

.top-menu.moduletable {
  position: relative;
}

.top-menu .menu {
  text-align: center;
}

.top-menu li {
  text-align: left;
  display: inline-block;
  margin-right: -4px;
  position: static;
}

.top-menu li > a {
  padding: 10px 15px;
  letter-spacing: 2px;
  display: inline-block;
  color: #FFF;
}

.top-menu li > a:hover {
  background-color: #0047A9;
}

.top-menu li.deeper ul {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
          transition: 0.4s opacity;
  position: absolute;
  background-color: #9f9f9f;
  top: 41px;
  padding: 8px;
  font-size: 15px;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  left: 0;
  margin: 0;
  border: 0;
  z-index: 1;
  pointer-events: none;
}

.top-menu li.deeper ul li {
  display: inline-block;
  width: 50%;
}

.top-menu li.deeper ul li > a {
  width: 100%;
  padding: 10px;
  color: #535353;
}

.top-menu li.deeper ul li > a:hover {
  color: #fff;
  background-color: transparent;
}

.top-menu li.deeper ul.mobile_open {
  opacity: 1;
  background: transparent;
  top: 0;
  position: relative;
  padding-top: 0;
}

.top-menu li.deeper ul.mobile_open li {
  text-align: center;
}

.top-menu li.deeper ul.mobile_open li > a {
  color: #9f9f9f;
  padding: 5px;
  font-size: 16px;
}

.top-menu li.deeper ul.mobile_open .col-sm-9 {
  display: none;
}

.top-menu li.deeper:hover > a {
  position: relative;
  background: transparent;
}

.top-menu li.deeper:hover > a:before {
  position: absolute;
  content: "";
  border-bottom: 10px solid #9f9f9f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 0;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
}

.top-menu li.deeper:hover ul {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}

.top-menu .menu-module {
  background-color: #FFF;
  padding: 13px 30px 16px;
}

.top-menu .menu-module h3 {
  color: #535353;
  padding: 0 10px;
  background-color: #FFF;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}

.top-menu .menu-module h3:before, .top-menu .menu-module h3:after {
  top: 8px;
  content: "";
  position: absolute;
  border-top: 1px solid #535353;
  width: -webkit-calc(50% - 45px);
  width: calc(50% - 45px);
}

.top-menu .menu-module h3:before {
  left: 0;
}

.top-menu .menu-module h3:after {
  right: 0;
}

.top-menu .menu-module a {
  display: inline-block;
  padding: 0;
  line-height: 2.6;
}

.top-menu .menu-module a:hover {
  color: #006cff;
}

.top-menu .menu-module a.category {
  padding-left: 0;
}

.top-menu .menu-module a.category:hover {
  color: #fb7700;
}

.top-menu .menu-module .moduletable > div {
  text-align: left;
}

.main-menu {
  background: #006cff;
}

.main-menu.fixed {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: rgba(6, 40, 79, 0.9);
}

.main-top > .container, .main > .container, .main-mid > .container, .main-bottom > .container {
  position: relative;
}

.main-top1, .main-top2, .main-top3, .main-top4 {
  margin: 10px 0;
}

.main-right > .moduletable {
  margin: 20px auto;
}

.main-right > .moduletable:first-child {
  margin-top: 101px;
}

.main-right > .moduletable:last-child {
  margin-bottom: 100px;
}

.main-bottom {
  margin-bottom: 30px;
}

.main .search h1 {
  margin-bottom: 20px;
}

.main .search #searchForm input {
  padding: 5px;
}

.main .search #searchForm input.inputbox {
  width: 100%;
}

.main .search .btn {
  background: url(../images/search.png) no-repeat transparent 1px 2px;
  border: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 16px;
  width: 20px;
  padding: 0;
  height: 20px;
  margin: 5px;
}

.main .search .searchintro {
  margin: 5px 0;
}

.main .search .phrases {
  margin-top: 18px;
}

.main .search .phrases legend {
  font-size: 17px;
  margin-bottom: 0;
}

.main .search .phrases-box {
  margin-left: 25px;
}

.main .search .phrases-box .controls {
  font-size: 13px;
}

.main .search .search-results {
  margin-top: 15px;
}

.main .search .search-results .highlight {
  color: red;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.krtnews_news-module-list h4 a:hover {
  color: #006cff;
}

.krtnews_news-module-wrap-inner {
  margin-bottom: 30px;
  margin-top: 20px;
}

.krtnews_news-module-wrap-inner .krtnews_news-slideshow {
  min-height: 450px;
}

.krtnews_news-module-wrap-inner .cycle-pager {
  margin: 5px 0;
}

.krtnews_news-module-wrap-inner .cycle-pager li {
  display: inline-block;
  padding: 5px;
}

.krtnews_news-module-wrap-inner .cycle-pager li:hover {
  border-bottom: 1px solid #006cff;
}

.krtnews_news-module-wrap-inner .cycle-pager li:hover > a {
  background: transparent;
  color: #006cff;
  border: 0;
}

.krtnews_news-module-wrap-inner .cycle-pager li > a {
  padding: 10px 2px;
  letter-spacing: 2px;
}

.krtnews_news-module-wrap-inner .cycle-pager li.cycle-pager-active {
  border-bottom: 1px solid #006cff;
}

.krtnews_news-module-wrap-inner .cycle-pager li.cycle-pager-active > a {
  color: #006cff;
}

.krtnews_news-module-wrap-inner .krtnews_news-module-item-lead .title {
  margin: 15px 0 5px;
}

.krtnews_news-module-wrap-inner .krtnews_news-module-item-lead p {
  -webkit-line-clamp: 3;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.krtnews_news-module-wrap-inner .krtnews_news-module-item-lead h4 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.krtnews_news-module-wrap-inner .krtnews_news-module-item {
  margin-bottom: 15px;
  height: 80px;
}

.krtnews_news-module-wrap-inner .krtnews_news-module-item .image {
  width: 100px;
  margin-right: 10px;
}

.krtnews_news-module-wrap-inner .krtnews_news-module-item h4 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.krtnews_news-module-wrap-inner h3 {
  margin: 10px 0;
}

.scripture.moduletable {
  border: 1px solid #9f9f9f;
  padding: 15px 15px 20px 15px;
  line-height: 1.7;
  margin: 60px 0 28px;
  position: relative;
}

.scripture.moduletable h5 {
  position: absolute;
  bottom: -8px;
  left: -webkit-calc(50% - 43px);
  left: calc(50% - 43px);
  background-color: #fff;
  padding: 0 15px;
  font-size: 14px;
}

.main-top1-right .blk-title {
  text-align: center;
}

.issue #issue-collapse .panel {
  border-radius: 0;
  border: 0;
}

.issue .panel-default > .panel-heading {
  border-radius: 0;
  position: relative;
  padding: 0;
  border: 0;
}

.issue .panel-title {
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
  color: #FFF;
}

.issue .panel-title .btn-panel-collapse {
  padding: 10px 15px;
  display: block;
  background: #1b1b1b;
}

.issue .panel-title .btn-panel-collapse.collapsed {
  background: #e9e9e9;
  color: #1b1b1b;
}

.issue .panel-title .btn-panel-collapse.collapsed + .more {
  display: none;
}

.issue .panel-title .more {
  position: absolute;
  right: 0;
  top: 10px;
}

.issue .panel-title .more > a {
  padding: 10px;
}

.issue .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
}

.issue .carousel .item {
  height: 110px;
}

.issue .carousel .item .image {
  height: 100%;
  background: #000000 center center no-repeat;
  background-size: cover;
}

.issue .carousel .item a {
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: rgba(0, 108, 255, 0.75);
  color: #fff;
  width: 80%;
  height: 80%;
  letter-spacing: 2px;
  padding: 18px 23px;
  line-height: 1.8;
}

.issue .carousel .carousel-control {
  bottom: 0;
  top: auto;
  background: #1b1b1b;
  color: #FFF;
}

.issue .carousel .carousel-control.left {
  left: auto;
  right: 23px;
  padding: 5px 0 2px 3px;
}

.issue .carousel .carousel-control.right {
  right: 0;
  padding: 5px 3px 2px 0;
}

.churches-title {
  text-align: center;
  position: relative;
  margin-bottom: 13px;
}

.churches-title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #006cff;
  top: 11px;
  left: 0;
}

.churches-title span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #006cff;
  background: #FFF;
  color: #006cff;
  position: relative;
  line-height: 1;
}

.churches.local {
  margin-bottom: 20px;
}

.churches.local .items-leading {
  position: relative;
}

.churches.local .items-leading .image {
  overflow: hidden;
}

.churches.local .items-leading .title {
  position: relative !important;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 15px 24px;
  background-color: rgba(0, 108, 255, 0.75);
  color: #fff;
  bottom: 0;
}

.churches.local .items-leading .title a {
  text-shadow: 1px 1px 3px #1b1b1b;
  letter-spacing: 2px;
}

.churches.local .items-leading h4:hover {
  color: inherit;
}

.churches.foreign {
  margin-bottom: 30px;
}

.churches.foreign .items-leading {
  margin-bottom: 17px;
}

.churches.foreign .items-leading .image {
  width: 135px;
  margin-right: 15px;
  height: 100px;
  overflow: hidden;
}

.churches.foreign .items-leading h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.churches.foreign .items-leading p {
  font-size: 14px;
  -webkit-line-clamp: 4;
  height: 73px;
}

.krtnews_church-module-list .text {
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 16px;
  -webkit-line-clamp: 4;
}

.ad-banner-3 {
  margin-top: 15px;
}

.ad-link {
  margin-top: 12px;
  background: #e9e9e9;
  padding: 3px 8px;
  text-align: right;
  margin-bottom: 20px;
}

.video-tab {
  background: #1b1b1b;
  padding: 15px;
}

.video-tab .nav-tabs > li {
  float: none;
}

.video-tab .nav-tabs > li a {
  color: #fff;
  font-size: 16px;
  margin: 7px 10px;
  padding: 2px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 1px;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.video-tab .nav-tabs > li a:focus {
  background: transparent;
}

.video-tab .nav-tabs > li:hover, .video-tab .nav-tabs > li.active, .video-tab .nav-tabs > li:focus {
  background: #FFF;
}

.video-tab .nav-tabs > li:hover a, .video-tab .nav-tabs > li.active a, .video-tab .nav-tabs > li:focus a {
  color: #1b1b1b;
}

.video-tab .nav-tabs > li:hover:before, .video-tab .nav-tabs > li.active:before, .video-tab .nav-tabs > li:focus:before {
  content: "";
  position: absolute;
  border-right: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -10px;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
}

.video-tab .nav-tabs span {
  display: block;
  -webkit-transform: scale(0.9) translate(-7px);
      -ms-transform: scale(0.9) translate(-7px);
          transform: scale(0.9) translate(-7px);
}

.video-tab .more {
  text-align: center;
  margin: 5px;
}

.video-tab .more a {
  display: block;
  color: #fff;
}

.video-tab .more a:hover {
  background: #fff;
  color: #1b1b1b;
}

.video-tab-right {
  padding-left: 0;
}

.video-blk {
  color: #fff;
  background-size: cover;
  height: 330px;
  letter-spacing: 2px;
  position: relative;
}

.video-blk:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.video-blk iframe {
  height: 330px;
  width: 100%;
}

.video-blk .date {
  line-height: 2;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  background: transparent;
}

.video-blk h4 {
  line-height: 1.5;
  text-shadow: 2px 2px 3px #1b1b1b;
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 26px;
}

.video-blk .time {
  position: absolute;
  text-shadow: 2px 2px 3px #1b1b1b;
  bottom: 15px;
  z-index: 1;
}

.video-blk .btn-play {
  font-size: 37px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

.video-blk .btn-play a {
  padding: 8px 8px 14px 12px;
}

.moduletable.page .krtnews_video-module-wrap .col-md-9, .moduletable.page .krtnews_video-module-wrap .col-md-3 {
  width: 100%;
}

.moduletable.page .krtnews_video-module-wrap .video-blk {
  padding: 10px;
  height: 200px;
}

.moduletable.page .krtnews_video-module-wrap .video-blk h4 {
  width: auto;
}

.moduletable.page .krtnews_video-module-wrap .video-blk .btn-play {
  font-size: 26px;
  border-radius: 50%;
  border: 3px solid #fff;
  left: auto;
  top: auto;
  bottom: 10px;
  right: 10px;
  text-shadow: 1px 1px 3px #1b1b1b;
}

.moduletable.page .krtnews_video-module-wrap .video-tab-right {
  padding: 15px 15px 0;
}

.moduletable.page .krtnews_video-module-wrap .video-tab .nav-tabs > li {
  border-bottom: 1px solid #fff;
}

.moduletable.page .krtnews_video-module-wrap .video-tab .nav-tabs > li:before {
  content: none;
}

.moduletable.page .krtnews_video-module-wrap .video-tab .nav-tabs span {
  display: none;
}

.fm audio {
  width: 100%;
  margin-top: 5px;
  background-color: #1b1b1b;
  border-radius: 4px;
}

.more-fm .more-fm-title {
  color: #fb7700;
  text-align: center;
  letter-spacing: 2px;
  padding: 8px 0;
  border-bottom: 1px solid #1b1b1b;
  position: relative;
}

.more-fm .more-fm-title:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  background: #FFF;
  width: 9px;
  height: 9px;
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  bottom: -5px;
}

.more-fm .more-fm-title a:hover {
  color: #006cff;
}

.more-fm li {
  border-bottom: 1px solid #1b1b1b;
}

.more-fm li a {
  padding: 12px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.more-fm li a:hover {
  color: #006cff;
}

.life {
  background: #006cff;
  color: #fff;
  font-size: 20px;
  margin: 30px 0;
}

.life .carousel-control {
  top: auto;
  left: auto;
  right: 0;
  bottom: auto;
  padding: 4px 2px 0 3px;
  font-size: 20px;
  background: #9f9f9f;
}

.life .carousel-control.left {
  top: 0;
}

.life .carousel-control.right {
  bottom: 0;
}

.life .carousel-control:hover {
  background: #e9e9e9;
}

.life-title {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  letter-spacing: 2px;
  margin: 14px 0 0 20px;
}

#life-carousel {
  padding: 15px 24px 15px 0;
  letter-spacing: 2px;
}

#life-carousel.vertical .carousel-inner {
  height: 100%;
}

#life-carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
  left: 0;
  top: 100%;
}

#life-carousel.vertical .active, #life-carousel.vertical .next.left, #life-carousel.vertical .prev.right {
  top: 0;
}

#life-carousel.vertical .next, #life-carousel.vertical .active.right {
  top: 100%;
}

#life-carousel.vertical .prev, #life-carousel.vertical .active.left {
  top: -100%;
}

.world .items-leading h4 {
  font-size: 20px;
  margin: 10px 0;
}

.world .items-leading p {
  -webkit-line-clamp: 4;
}

.world .items-row.more-article h4 {
  padding: 0 10px;
}

.world .items-row.more-article .item a {
  padding: 0;
}

.world .items-row.more-article .item a:first-child {
  display: inline;
}

.world .items-row.more-article .item a:last-child {
  width: 275px;
}

.world .krtnews_world-module-list .item .category:hover, .world .krtnews_world-module-list .category:hover {
  color: #fb7700;
}

.world .krtnews_world-module-lead .text {
  -webkit-line-clamp: 3;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.supplement.moduletable {
  border: 1px solid #1b1b1b;
  margin-top: 25px;
  position: relative;
  padding: 25px 22px 20px;
}

.supplement h3 {
  position: absolute;
  left: -webkit-calc(50% - 41px);
  left: calc(50% - 41px);
  font-size: 20px;
  font-weight: bolder;
  top: -8px;
  padding: 0 20px;
  background-color: #fff;
}

.supplement .nav-tabs > li {
  float: none;
}

.supplement .nav-tabs > li.active > a {
  color: #FFF;
  background: #006cff;
}

.supplement .nav-tabs > li > a {
  font-size: 17px;
  letter-spacing: 2px;
}

.supplement .nav-tabs > li > a:hover {
  color: #FFF;
  background: #006cff;
}

.supplement .items-leading .item-image {
  width: 100%;
  margin-right: 15px;
}

.supplement .items-leading h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.supplement .items-leading .text {
  -webkit-line-clamp: 4;
}

.supplement .items-row .item:first-child {
  margin-top: 15px;
}

.supplement .items-row .item:first-child h4 {
  border-top: 1px solid #e9e9e9;
}

.supplement .items-row h4 {
  border-bottom: 1px solid #e9e9e9;
}

.supplement .items-row a {
  display: block;
  padding: 10px;
}

.supplement .items-row a:hover {
  color: #006cff;
}

.writer-special .slide {
  position: relative;
  margin-bottom: 20px;
}

.writer-special .slide .item h4 {
  font-size: 22px;
  padding: 0 18px;
  line-height: 1.4;
  letter-spacing: 2px;
}

.writer-special .slide .item h4:hover {
  color: #006cff;
}

.writer-special .slide .item .pastor {
  line-height: 4;
  text-align: center;
  letter-spacing: 2px;
}

.writer-special .slide .item .text {
  letter-spacing: 1px;
  line-height: 1.7;
}

.writer-special .slide .carousel-indicators {
  top: -43px;
  bottom: auto;
  right: 10px;
  left: auto;
  z-index: 1;
  width: auto;
}

.writer-special .slide .carousel-indicators li {
  background: #e9e9e9;
  width: 15px;
  height: 15px;
  border: 0;
  margin: 0 4px;
}

.writer-special .slide .carousel-indicators li.active {
  background: #006cff;
}

.writer-special .slide .carousel-indicators li.active:hover {
  background: #fb7700;
}

.writer-special .slide .carousel-indicators li:hover {
  background: #fb7700;
}

.writer-special .slide .carousel-control {
  bottom: auto;
  left: auto;
  right: auto;
  padding: 2px 5px;
  font-size: 17px;
  color: #1b1b1b;
  background: #e9e9e9;
  top: 70px;
}

.writer-special .slide .carousel-control:hover {
  color: #FFF;
  background: #006cff;
}

.writer-special .slide .carousel-control.left {
  left: 0;
}

.writer-special .slide .carousel-control.right {
  right: 0;
}

.bottom, .copyright {
  background: #006cff;
}

.bot-menu {
  margin: 28px 0 0 40px;
}

.bot-menu li {
  display: inline-block;
  margin-right: -4px;
}

.bot-menu li > a {
  padding: 8px 18px;
  color: #FFF;
  letter-spacing: 1px;
  display: inline-block;
  opacity: 0.7;
}

.bot-menu li > a:hover, .bot-menu li > a:focus {
  opacity: 1;
  background: transparent;
}

.copyright.moduletable {
  margin: 20px 40px;
}

.copyright.moduletable p {
  margin-left: 18px;
  line-height: 2;
  letter-spacing: 1px;
  color: #FFF;
  opacity: 0.7;
}

.krtnews_social-module-wrap {
  margin-top: 36px;
  margin-left: 20%;
}

.krtnews_social-module-wrap li {
  display: inline-block;
  margin-right: 6px;
}

.krtnews_social-module-wrap li > a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.krtnews_social-module-wrap li.krtnews_social-module-list-item > a {
  background: transparent;
  background-position: -5px -5px;
  opacity: 0.5;
}

.krtnews_social-module-wrap li.krtnews_social-module-list-item:hover > a {
  background-position: -5px -55px;
  opacity: 1;
}

.krtnews_social-module-wrap li.facebook > a {
  background-image: url(../images/social/fb.png);
}

.krtnews_social-module-wrap li.youtube > a {
  background-image: url(../images/social/youtube.png);
}

.krtnews_social-module-wrap li.twitter > a {
  background-image: url(../images/social/twitter.png);
}

.krtnews_social-module-wrap li.google_plus > a {
  background-image: url(../images/social/google.png);
}

.krtnews_social-module-wrap li.issuu > a {
  background-image: url(../images/social/issuu.png);
}

.krtnews_social-module-wrap li.line_at > a {
  background-image: url(../images/social/line-at.png);
}

.back-to-top {
  position: absolute;
  bottom: 10px;
  right: 10vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
  padding: 15px 10px 14px;
  border: 1px solid #006cff;
}

.back-to-top > span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: relative;
  top: 2px;
  left: 3px;
  color: #006cff;
}

.back-to-top > span:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #006cff;
  border-right: 1px solid #006cff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -12px;
  left: 7px;
}

.back-to-top:hover {
  cursor: pointer;
}

.breadcrumb {
  padding: 0;
  margin: 25px 0 15px;
  background: transparent;
}

.breadcrumb a > span {
  color: #9f9f9f;
}

.breadcrumb span {
  color: #535353;
  letter-spacing: 1px;
}

.breadcrumb li:first-child {
  display: none;
}

.breadcrumb li:nth-child(2):before {
  content: none;
}

.breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  color: #9f9f9f;
}

.reader_service_menu {
  background-color: #bfbfbf;
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 101px;
}

.reader_service_menu ul > li.active > a {
  background: #006cff;
}

.reader_service_menu ul > li > a {
  padding: 12px 16px;
}

.reader_service_menu ul > li > a:focus, .reader_service_menu ul > li > a:hover {
  background: #006cff;
}

.acymailing_module .acymailing_module_form {
  background-color: #e9e9e9;
  padding: 23px 30px !important;
  font-size: 15px;
  margin-top: 15px !important;
}

.acymailing_module .acymailing_module_form td {
  padding-bottom: 12px;
}

.acymailing_module .acymailing_module_form tr:last-child td {
  padding: 0;
}

.acymailing_module .acymailing_form {
  width: 100%;
}

.acymailing_module input[type="checkbox"] {
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background-color: white;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  vertical-align: text-bottom;
}

.acymailing_module input[type="checkbox"]:checked {
  background: #006cff url(../images/checked.png) 0 0;
}

.acymailing_module input[type="text"] {
  padding: 8px 10px;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 0;
  border-radius: 0;
  border-left: 3px solid transparent;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.acymailing_module input[type="text"]:focus {
  border-color: #006cff;
  outline: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.acymailing_module .acysubbuttons .button {
  width: 180px;
  padding: 10px 0;
  text-align: center;
  background: #006cff;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  position: relative;
  background-image: url(../images/btn-arrow.jpg);
  background-position: 145px 14px;
  background-repeat: no-repeat;
  float: right;
  clear: both;
  margin-bottom: 10px;
}

.acymailing_module .acysubbuttons .button:hover {
  cursor: pointer;
}

.acymailing_module .acysubbuttons .button:last-of-type {
  margin: 0;
  background: #bfbfbf;
}

.moduletable.online-watch {
  background: #e9e9e9;
  padding: 23px 30px;
  font-size: 15px;
  margin-top: 15px;
}

.moduletable.online-watch > h3 {
  color: #333333;
  font-size: 18px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: bold;
}

.moduletable.online-watch > h3:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #006cff;
  border-radius: 50%;
  left: -7px;
  top: 3px;
}

.moduletable.online-watch .issuuembed {
  width: 100% !important;
}

.moduletable.online-watch .krtnews_issuu-module-wrap-inner .account {
  margin: 10px 0;
}

.moduletable.online-watch .krtnews_issuu-module-wrap-inner .account a {
  color: #006cff;
}

.moduletable.online-watch .krtnews_issuu-module-wrap-inner .account a:hover {
  color: #fb7700;
}

.moduletable.online-watch .krtnews_issuu-module-wrap-inner > a {
  width: 180px;
  padding: 10px 0;
  text-align: center;
  background: #006cff;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  position: relative;
  display: block;
  margin: 30px auto 10px;
}

.jsn-master {
  background: #e9e9e9;
  padding: 23px 30px;
  font-size: 15px;
}

.jsn-master .span8 {
  width: 63%;
  float: left;
  margin-right: 3%;
}

.jsn-master .span6 {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.jsn-master .span6:last-child {
  margin: 0;
}

.jsn-master .span4 {
  width: 34%;
  float: left;
}

.jsn-master .jsn-row-container.jsn-style-light {
  margin: 0;
}

.jsn-master .jsn-row-container.row-fluid {
  margin: 0 0 35px 0;
  clear: both;
}

.jsn-master.jsn-uniform .jsn-bootstrap .jsn-form-content .jsn-row-container .control-group {
  padding: 0;
  float: none;
  border: 0;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
}

.jsn-master.jsn-uniform .jsn-bootstrap .jsn-form-content .jsn-row-container .control-group .control-label {
  padding-left: 18px;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-size: 18px;
}

.jsn-master.jsn-uniform .jsn-bootstrap .jsn-form-content .jsn-row-container .control-group .control-label:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #006cff;
  border-radius: 50%;
  left: -7px;
  top: 3px;
}

.jsn-master .jsn-columns-container .jsn-column-item {
  float: left;
}

.jsn-master .controls p {
  margin: 0 0 0 19px;
  letter-spacing: 1px;
  font-weight: bold;
}

.jsn-master .radio {
  color: #1b1b1b;
  background-color: #fff;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 8px;
  width: 85px;
  text-align: center;
  margin: 0 15px 0 0;
  letter-spacing: 1px;
  font-weight: bold;
}

.jsn-master .radio.checked {
  background: #006cff;
  box-shadow: none;
  color: #FFF;
}

.jsn-master .radio input {
  display: none;
}

.jsn-master .radio p {
  margin: 0;
}

.jsn-master .large-radio .jsn-column-item {
  width: 25%;
  margin: 10px 0;
}

.jsn-master .large-radio .jsn-column-item:nth-of-type(4) .radio {
  margin: 0;
}

.jsn-master .large-radio .radio {
  font-size: 17px;
  width: auto;
  padding: 13px 8px;
  min-height: 180px;
  margin: 0 7px 0 0;
}

.jsn-master .large-radio .radio p {
  font-size: 15px;
  padding: 15px 0 0;
  text-align: left;
}

.jsn-master .jsn-bootstrap input[type="text"], .jsn-master .jsn-bootstrap input[type="password"], .jsn-master .jsn-bootstrap input[type="number"], .jsn-master .jsn-bootstrap input[type="search"], .jsn-master .jsn-bootstrap input[type="email"], .jsn-master .jsn-bootstrap input[type="url"] {
  box-sizing: border-box;
}

.jsn-master input[type="text"] {
  padding: 8px 10px;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 0;
  border-radius: 0;
  border-left: 3px solid transparent;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.jsn-master input[type="text"]:focus {
  border-color: #006cff;
  outline: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.jsn-master .input-append {
  position: relative;
}

.jsn-master .ui-datepicker-trigger {
  background: url(../images/select-bg.jpg) no-repeat;
  height: 23px;
  width: 23px;
  position: absolute;
  z-index: 1;
  top: -4px;
  right: 5px;
}

.jsn-master .ui-datepicker-trigger > i {
  display: none;
}

.jsn-master .jsn-bootstrap select {
  -moz-appearance: none;
  padding: 8px 10px;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  border: 0;
  border-left: 3px solid transparent;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
  border-radius: 0;
  position: relative;
  background: #fff url(../images/select-bg.jpg) no-repeat -webkit-calc(100% - 7px);
  background: #fff url(../images/select-bg.jpg) no-repeat calc(100% - 7px);
}

.jsn-master .jsn-bootstrap select:focus {
  border-color: #006cff;
  outline: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
  border-radius: 0;
  border: 0;
}

.jsn-master textarea {
  width: 100% !important;
  height: 100px;
  padding: 8px 10px;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  border: 0;
  border-left: 3px solid transparent;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.jsn-master textarea:focus {
  border-color: #006cff;
  outline: none;
  box-shadow: none;
  -webkit-transition: box-shadow 0.2s;
          transition: box-shadow 0.2s;
}

.jsn-master button[type="submit"] {
  width: 180px;
  padding: 10px 0;
  text-align: center;
  background: #006cff;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  position: relative;
}

.jsn-master button[type="submit"]:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  right: 30px;
}

.jsn-master .jsn-bootstrap .form-actions {
  overflow: auto;
  padding: 0;
  margin: 0;
  clear: both;
}

.jsn-master ._together .control-label {
  display: none !important;
}

.jsn-master .jsn-uniform-others {
  margin-top: 10px;
}

#jsn_form_5 .jsn-row-container.row-fluid {
  margin: 0 0 12px 0;
}

.contentheading {
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-page {
  font-size: 17px;
}

.item-page.dedicate {
  width: auto;
  margin: 0;
}

.item-page.dedicate .page-header h1 {
  margin-left: 0;
  margin-bottom: 30px;
}

.item-page.dedicate .page-header h2 {
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.item-page.dedicate div[itemprop="articleBody"] {
  padding: 30px 90px;
  background: #e9e9e9;
}

.item-page.dedicate div[itemprop="articleBody"] > ul > li {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-indent: 16px;
  position: relative;
}

.item-page.dedicate div[itemprop="articleBody"] > ul > li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #006cff;
  border-radius: 50%;
  top: 6px;
  left: -9px;
}

.item-page.dedicate div[itemprop="articleBody"] > ul > li > ul {
  margin-top: 16px;
  background: #FFF;
  padding: 15px 22px;
}

.item-page.dedicate div[itemprop="articleBody"] > ul > li > ul > li {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-indent: 0;
}

.item-page.dedicate div[itemprop="articleBody"] > ul > li > ul > li:last-child {
  margin: 0;
}

.item-page.dedicate a {
  color: #006cff;
}

.blog.news .items-row {
  margin: 30px 0;
}

.blog.news .page-header {
  margin-bottom: 20px;
}

.blog.news .page-header h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.blog.news .item-image {
  margin-bottom: 20px;
}

.tag-category h1 {
  font-size: 38px;
}

.tag-category .category > li {
  margin: 30px 0;
}

.tag-category .category a:hover {
  color: #006cff;
}

.video-item, .audio-item {
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}

.video-item:before, .audio-item:before {
  height: 6px;
  content: "";
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
  background: #006aff;
}

.video-item .video-play, .audio-item .video-play {
  position: relative;
}

.video-item .video-play .btn-play, .audio-item .video-play .btn-play {
  position: absolute;
  left: -webkit-calc(50% - 32.5px);
  left: calc(50% - 32.5px);
  top: -webkit-calc(50% - 32.5px);
  top: calc(50% - 32.5px);
}

.video-item .video-play .btn-play a, .audio-item .video-play .btn-play a {
  color: #FFF;
  font-size: 37px;
  padding: 10px;
  border: 5px solid white;
  border-radius: 100%;
}

.video-item .video-play:before, .audio-item .video-play:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.video-item .date, .audio-item .date {
  padding: 8px 0 4px;
  color: #006cff;
}

.video-item .title a, .audio-item .title a {
  color: #000;
  font-size: 18px;
}

.video-item .title a:hover, .audio-item .title a:hover {
  color: #006cff;
}

.krtnews_audio-module-wrap-inner .info, .periods-item-inner .info, .fm-clip .info {
  height: 140px;
  background: url(../images/info-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15px 25px;
  overflow: hidden;
}

.krtnews_audio-module-wrap-inner .info .date, .periods-item-inner .info .date, .fm-clip .info .date {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 5px;
}

.krtnews_audio-module-wrap-inner .info .title a, .periods-item-inner .info .title a, .fm-clip .info .title a {
  color: #fff;
  font-size: 26px;
  text-shadow: 1px 1px 2px #1b1b1b;
  padding: 0;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 30px;
}

.periods-item-inner {
  margin: 20px 0;
}

.periods-item-inner .series {
  position: relative;
  color: #006cff;
}

.periods-item-inner .series .num {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 5px;
}

.periods-item-inner .series > .date {
  position: absolute;
  top: 30px;
  right: 0;
}

.periods-item-inner .series .title h2 {
  line-height: 15px;
  height: 15px;
}

.periods-item-inner .series .title h2 a {
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px;
  display: block;
  white-space: nowrap;
}

.periods-item-inner .series .content {
  margin-top: 10px;
  background: #e5e5e5;
  padding: 5px 0;
}

.periods-item-inner .series .content .more a {
  display: inline-block;
  max-width: 100%;
}

.periods-item-inner .series .content .more a img {
  padding: 5px;
}

.periods-item-inner .series .content .info {
  margin: 5px;
  padding: 10px;
  height: 100px;
}

.periods-item-inner .series .content .info .date {
  font-size: 16px;
  letter-spacing: 0;
}

.periods-item-inner .series .content .info .title a {
  font-size: 17px;
}

.blog .page-header h1, .item-page .page-header h1, #krtnews-wrap .page-header h1 {
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 15px;
}

.blog-item {
  margin-bottom: 15px;
}

.blog-item .blog-intro {
  padding-top: 15px;
  position: relative;
}

.blog-item .blog-intro:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 6px;
  background: #006cff;
  top: 0;
}

.blog-item .blog-intro .category {
  display: inline-block;
  padding: 0 8px;
  color: #888;
  letter-spacing: 1px;
}

.blog-item .blog-intro .date {
  display: inline-block;
  padding: 0 8px;
  color: #888;
  letter-spacing: 0;
}

.blog-item .blog-intro .category {
  border-right: 1px solid #9f9f9f;
  padding-left: 0;
  color: #006cff;
  line-height: 1;
}

.blog-item .blog-intro .title h2 {
  padding: 8px 0;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-item .blog-intro .content {
  line-height: 1.5;
  color: #535353;
  letter-spacing: 1px;
}

.blog-item .blog-intro .content p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 53px;
}

.blog-item .blog-intro .readmore {
  padding: 5px;
  color: #006cff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
}

.item-page {
  width: 85%;
  margin-left: 10%;
}

.item-page .gd_share {
  padding: 12px 0 6px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin: 15px 0;
}

.item-page .gd_share #ckepop .share-btn {
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 5px;
}

.item-page .gd_share #ckepop .share-btn.button_fb {
  background-image: url(../images/fb-hover.png);
}

.item-page .gd_share #ckepop .share-btn.button_gplus {
  background-image: url(../images/google-hover.png);
}

.item-page .gd_share #ckepop .share-btn.button_line {
  background-image: url(../images/line-hover.png);
}

.item-page .gd_share #ckepop .share-btn.button_twitter {
  background-image: url(../images/twitter-hover.png);
}

.item-page .gd_share #ckepop .share-btn.jiathis_button_weixin {
  background-image: url(../images/wechat-hover.png);
}

.item-page .gd_share #ckepop .share-btn.jiathis_button_weixin .jtico_weixin {
  display: none !important;
}

.item-page .gd_share #ckepop .share-btn.jiathis_button_tsina {
  background-image: url(../images/sina-hover.png);
}

.item-page .gd_share #ckepop .share-btn.jiathis_button_tsina .jtico_tsina {
  display: none !important;
}

.item-page .gd_share #ckepop .share-btn.button_print {
  background-image: url(../images/icon-print.png);
}

.item-page .gd_share #ckepop .share-btn.button_font.fontup {
  background-image: url(../images/icon-a+.png);
}

.item-page .gd_share #ckepop .share-btn.button_font.fontdown {
  background-image: url(../images/icon-a-.png);
}

.item-page .category, .item-page .date, .item-page .author {
  display: inline-block;
  padding: 0 8px;
  color: #888;
  letter-spacing: 1px;
  margin-top: 20px;
}

.item-page .date {
  letter-spacing: 0;
  border-right: 1px solid #9f9f9f;
}

.item-page .category {
  border-right: 1px solid #9f9f9f;
  padding-left: 0;
  color: #006cff;
  line-height: 1;
  position: relative;
}

.item-page .category:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 5px;
  background: #006cff;
  top: -20px;
}

.item-page .page-header h1 {
  letter-spacing: 3px;
  font-weight: bold;
  margin-left: -12%;
  font-size: 26px;
}

.item-page .page-header h2 {
  font-size: 30px;
  margin: 8px 0;
  letter-spacing: 2px;
  font-weight: bold;
}

.item-page div[itemprop="articleBody"] p {
  line-height: 1.8;
  letter-spacing: 1px;
}

.item-page .tags > li {
  display: inline-block;
}

.com-inner-bottom-2 {
  width: 85%;
  margin-left: 10%;
}

.com-inner-bottom-2 .content_others.moduletable {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid black;
  padding: 20px 0 0;
}

.com-inner-bottom-2 .content_others h3 {
  position: absolute;
  top: -9px;
  font-size: 17px;
  left: -webkit-calc(50% - 38px);
  left: calc(50% - 38px);
  background-color: white;
  padding: 0 16px;
  letter-spacing: 1px;
}

.com-inner-bottom-2 .other-item {
  margin: 10px 0;
}

.com-inner-bottom-2 .other-item .title span {
  padding: 8px 13px;
  background-color: #006cff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 6px;
}

.com-inner-bottom-2 .other-item .title a {
  vertical-align: middle;
  display: inline-block;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  line-height: 1.5;
  letter-spacing: 1px;
  color: #535353;
}

.com-inner-bottom-2 .other-item .title a:hover {
  color: #006cff;
}

.com-inner-bottom-2 .other-item .image {
  margin-top: 12px;
}

.pagination {
  display: block;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  padding: 7px 8px;
  margin: 0 4px 0 0;
  border: 1px solid transparent;
}

.pagination li a:hover {
  border: 1px solid #1b1b1b;
}

.pagination li.active a {
  border: 1px solid #1b1b1b;
}

.pagination li.disabled a:hover {
  border: 1px solid transparent;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner {
  text-align: left;
  border-top: 1px solid #006cff;
  margin-top: -23px;
  padding-top: 23px;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner .krtnews_latest-module-list-item, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner .krtnews_latest-module-list-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner .krtnews_latest-module-list-item a, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner .krtnews_latest-module-list-item a {
  display: initial;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner .krtnews_latest-module-list-item .category, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner .krtnews_latest-module-list-item .category {
  margin-right: 5px;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner .krtnews_latest-module-list-item .category:hover, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner .krtnews_latest-module-list-item .category:hover {
  color: #fb7700;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner .krtnews_latest-module-list-item .title, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner .krtnews_latest-module-list-item .title {
  margin-left: 5px;
}

.krtnews_latest-module-wrap .krtnews_latest-module-wrap-inner .krtnews_latest-module-list-item .title:hover, .krtnews_latest_tag-module-wrap .krtnews_latest_tag-module-wrap-inner .krtnews_latest-module-list-item .title:hover {
  color: #006cff;
}

.banneritem {
  text-align: center;
  margin: 10px 0;
}

.krtnews_hot-module-wrap .krtnews_hot-module-list-item, .krtnews_hot_tag-module-wrap .krtnews_hot-module-list-item {
  margin: 10px 0;
}

.krtnews_hot-module-wrap .krtnews_hot-module-list-item span, .krtnews_hot_tag-module-wrap .krtnews_hot-module-list-item span {
  padding: 8px 13px;
  background-color: #006cff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 6px;
}

.krtnews_hot-module-wrap .krtnews_hot-module-list-item a, .krtnews_hot_tag-module-wrap .krtnews_hot-module-list-item a {
  vertical-align: middle;
  display: inline-block;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  line-height: 1.5;
  letter-spacing: 1px;
  color: #535353;
}

.krtnews_hot-module-wrap .krtnews_hot-module-list-item a:hover, .krtnews_hot_tag-module-wrap .krtnews_hot-module-list-item a:hover {
  color: #006cff;
}

.search .search-results .result-title {
  font-size: 20px;
  margin: 20px 0 10px;
}

#gd_format-wrap-inner h1, #gd_format-wrap-inner h2 {
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 15px;
}

.articles-item-inner .page-header a:hover {
  color: #006cff;
}

.articles-item-inner .text {
  overflow: auto;
}

.article-item-inner .item-image {
  margin: 10px 0 20px;
  text-align: center;
}
.article-item-inner .img_caption {
  text-align: left;
  color: #808080;
}

.article-item-inner .hits {
  margin: 10px 0;
}
.article-item-inner .text {
  line-height: 1.8;
}
.article-item-inner .text br {
  margin: 10px;
  display: block;
  content: '.';
}

.filter-search-lbl {
  width: 150px;
}