@charset "utf-8";
/*reset*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

ol, ul {
  list-style: none;
}

ul {
  list-style-position: outside;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: #000;
}

/*桌機版*/

/* 修正粗體 */

@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */

@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  /* 在 iOS 旋轉手機畫面時鎖定文字不縮放 */
  overflow-x: hidden;
  font-family: 'PingFang TC', '微軟正黑體修正', 'Microsoft JhengHei', sans-serif;
  letter-spacing: 1.5px;
  font-size: 1em;
}

h2 {
  display: block;
  padding-left: 10px;
  font-size: 1.7em;
}

h3 {
  color: #fff;
  font-size: 1.313em;
}

h4 {
  color: #fff;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}

.block-row {
  padding: 20px 0 10px 0;
}

.maxContent {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 10px;
}

.flexbox {
  display: flex;
}

.flex-center-y {
  display: flex;
  align-items: center;
}

.full-bg {
  width: 100%;
  background: #f2f2f2;
}

/*-------- 左側區塊寬 --------*/

.left-container {
  width: 100%;
  max-width: 976px;
  box-sizing: border-box;
}

/*-------- 右側區塊寬 --------*/

.right-container {
  width: 100%;
  max-width: 336px;
  box-sizing: border-box;
}

@media screen and (max-width:1340px) {
  .right-container, .left-container {
    margin: 0 auto;
  }
  .right-container {
    width: 100%;
    margin: 50px auto 0px auto;
    max-width: 100%;
    overflow: hidden;
  }
}

.disabled, .owl-theme .owl-nav .disabled {
  display: none;
}

/*header===============================================================*/

header {
  padding: 30px 0 0 0;
  background: #fff;
}

.header-top .cts-logo {
  width: 80px;
  height: 39px;
  margin-right: 20px;
  float: left;
}

/*header跑馬*/

#news-realtime-marquee-subject {
  display: none;
}

.header-top .immediatenews, .header-top .immediatenews a, .header-top .immediatenews a:hover {
  text-decoration: none;
  font-size: 1.02em;
  color: #232323;
  line-height: 1.5em;
}

.header-top .immediatenews a:hover {
  color: #ff6600;
}

.header-top .immediatenews {
  float: left;
  padding: 10px;
  width: -moz-calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
}

#news-realtime-marquee, #news-realtime-title {
  width: -moz-calc(100% - 15px);
  width: -webkit-calc(100% - 15px);
  width: calc(100% - 15px);
  display: block;
  height: 25px;
  overflow: hidden;
  margin-left: 15px;
}

#news-realtime-marquee ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw - 10px);
}

.header-top .immediatenews:before {
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  background: #f39800;
  float: left;
}

/*header氣象*/

.header-top .weather {
  display: flex;
  align-items: center;
  height: 51px;
  float: right;
  margin-top: -8px;
}

.header-top .weather .weather-icon {
  width: 50px;
  height: 50px;
  padding-right: 12px;
}

.header-top .weather .weather-info {
  position: relative;
  bottom: 4px;
  right: 0;
}

.header-top .weather .temp {
  font-size: 1.5em;
  line-height: 1.6;
}

.header-top .weather .weather-otherinfo {
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 1px;
  display: flex;
}

.header-top .weather .weather-date {
  padding-right: 8px;
  border-right: 1px solid black;
  width: 80px;
  text-align: center;
}

.header-top .weather .location {
  padding: 0 8px;
  width: 80px;
  text-align: center;
}

.header-top .weather-tag {
  margin-top: -30px;
  height: 30px;
  font-size: 10pt;
  color: #297596;
}

/*nav bar*/

.header-bottom {
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
}

.header-bottom .maxContent {
  float: left;
  height: 50px;
}

.header-one-row:before, .header-one-row:after {
  content: '';
  float: left;
  width: -moz-calc(50% - 670px);
  width: -webkit-calc(50% - 670px);
  width: calc(50% - 670px);
  height: 50px;
}

.header-one-row:before {
  background-color: #114c83;
}

.header-one-row:after {
  background-color: #2dc2b9;
}

.header-bottom .maxContent {
  background: linear-gradient(to right, #114c83, #3890a3 50%, #2dc2b9);
}

.header-nav2:before, .header-nav2:after {
  background-color: #e6f3f9;
  height: 43px;
}

.header-bottom .header-nav2 .maxContent {
  background: #e6f3f9;
  height: 43px;
}

/*nav*/

.header-bottom nav {
  float: left;
  width: -moz-calc(100% - 270px);
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
}

.header-owl-1, .header-owl-2 {
  line-height: 43px;
  font-size: 1em;
  transition: .1s;
}

.header-owl-1 .item {
  padding-top: 7px;
  display: inline-block;
  box-sizing: border-box;
}

.header-owl-1 .menu-active a, .header-owl-1 a:hover {
  background: #e6f3f9;
  color: #114c83;
}

.header-owl-1 a:hover {
  background: none;
  color: white;
}

.header-owl-1 a:hover {
  position: relative;
  bottom: 2px;
}

.header-owl-1 .menu-active a:hover {
  background: #e6f3f9;
  color: #114c83;
  bottom: 0px;
  font-weight: bold;
}

.header-owl-1 a {
  color: #fff;
  display: block;
  line-height: 43px;
  font-size: 1em;
  transition: .1s;
  width: 110px;
  text-align: center;
}

.header-nav2 nav {
  width: 100% !important;
}

.header-owl-2 .item {
  display: inline-block;
  box-sizing: border-box;
}

.header-owl-2 .menu-active a {
  color: #00315e;
  font-weight: bold;
  line-height: 39px;
  font-size: 1.14em;
  border-bottom: none;
  font-weight: bold;
}

.header-owl-2 a:hover {
  color: #114c83;
}

.header-owl-2 a:hover {
  position: relative;
  bottom: 1px;
  font-weight: bold;
}

.header-owl-2 a {
  color: #114c83;
  display: block;
  line-height: 43px;
  font-size: 1.075em;
  transition: .1s;
  padding: 0 14px;
  text-align: center;
}

.m-menu-btn {
  display: none;
  float: right;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url('//www.cts.com.tw/images/2018cts/m-navicon.svg') no-repeat;
  background-size: contain;
  margin: 5px;
}

#m-menu-list {
  display: none;
  background: #fff;
  height: auto;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 21;
}

#m-menu-list .m-top {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
  z-index: 3;
}

#m-menu-list .m-top .cts-logo {
  padding: 5px 10px;
  float: left;
}

#m-menu-list .m-top .m-menu-btn {
  padding: 10px;
  float: right;
  background: url(//www.cts.com.tw/images/2018cts/cancel.svg) no-repeat;
  background-size: contain;
}

#m-menu-list ul {
  clear: both;
  height: calc(100% - 53px);
  overflow: scroll;
  display: flex;
  flex-wrap: wrap;
}

#m-menu-list li {
  width: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
}

#m-menu-list li a {
  padding: 15px;
  width: 100%;
  display: block;
}

#m-menu-list li, #m-menu-list li a {
  color: #404040;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
}

#m-menu-list>ul>li:not(.separate) {
  border-bottom: 1px solid #60769d;
}

#m-menu-list li.hasmore {
  background: url(//www.cts.com.tw/images/2018cts/collapse.png) no-repeat;
  background-position: 80% 25px;
  background-size: 21px;
}

#m-menu-list li.hasmore li {
  background-color: #ececec;
  color: #636363;
}

#m-menu-list li.expand ul {
  display: none;
}

#m-menu-list li.expand {
  background: url(//www.cts.com.tw/images/2018cts/expand.png) no-repeat;
  background-position: 80% 25px;
  background-size: 18px;
}

#m-menu-list .separate {
  width: 100%;
  padding: 8px 20px;
  background-color: #A2B0C3;
  color: white;
  font-size: 1em;
  margin-top: -1px;
}

#m-menu-list .m-submenu {
  display: none;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px solid #DBDFE6;
  overflow: hidden;
}

#m-menu-list .m-submenu ul {
  background-color: #ececec;
  clear: both;
  height: 100%;
  overflow: scroll;
  display: flex;
  flex-wrap: wrap;
}

#m-menu-list .m-submenu li {
  width: calc(100% / 2.025);
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  color: #6e7173;
  background: #ececec;
}

#m-menu-list .m-submenu li a {}

/*search*/

.m-search-btn {
  display: none;
  float: right;
  cursor: pointer;
  width: 28px;
  height: 30px;
  background: url('//www.cts.com.tw/images/2018cts/m-search.svg') no-repeat;
  background-size: contain;
  z-index: 1;
  margin: 5px 10px;
}

.search-close {
  margin: -40px 10px 0 0;
  float: right;
  display: none;
  background: url('//www.cts.com.tw/images/2018cts/cancel.svg') no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.header-bottom .search-bar {
  width: 250px;
  height: 50px;
  display: block;
  float: right;
  box-sizing: border-box;
  padding-top: 10px;
}

.header-bottom .gsc-input {
  display: none;
  overflow: hidden;
}

.header-bottom .gsc-input-box {
  height: 28px;
  padding: 0px 0 0px 14px;
  margin-right: 3px;
  line-height: 1.55;
  background: #c1f0f4;
  border-radius: 50px;
  border: none;
  font-size: 0.75em;
}

table.gsc-search-box td {
  text-align: right;
}

.header-bottom .gsc-input-box input {
  background: url("http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") left center no-repeat #c1f0f4 !important;
  line-height: 1.55;
  font-size: 0.75em;
}

.header-bottom .gsc-input-box input:focus {
  background: #c1f0f4 !important;
}

.header-bottom .gsc-search-button .gsc-search-button-v2 {
  background: url(//www.cts.com.tw/images/2018cts/search-icon2.svg) no-repeat #c1f0f4 center;
  width: 30px;
  border: 0;
  border-radius: 30px 30px;
  height: 30px;
  padding: 17px;
  cursor: pointer;
}

.header-bottom .gsc-search-button .gsc-search-button-v2-active {
  background: url(//www.cts.com.tw/images/2018cts/search-btn.svg) no-repeat #c1f0f4 center;
}

.header-bottom .gsc-search-button .gsc-search-button-v2 svg {
  fill: none;
}

@media screen and (min-width: 921px) and (max-width: 1150px) {
  .header-owl-1 a {
    width: 90px;
  }
  .header-bottom nav {
    width: -moz-calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
  }
  .header-bottom .search-bar {
    width: 180px;
  }
  .header-bottom .gsc-input-box {
    padding: 0;
  }
}

@media screen and (max-width: 920px) {
  header {
    padding: 10px 0 0 0;
  }
  .header-top .cts-logo {
    margin-left: 10px;
  }
  .header-top .weather {
    display: none;
  }
  .header-top .immediatenews {
    padding: 12px 0 5px 5px;
    width: 100%;
  }
  .header-top .immediatenews:before {
    width: 5px;
  }
  #news-realtime-marquee ul li {
    max-width: 100%;
  }
  .header-bottom .maxContent {
    background: #0d5386;
  }
  .header-bottom nav {
    width: 100%;
  }
  .header-owl-1 a {
    font-weight: normal;
    width: 85px;
  }
  .header-owl-1 .item {
    padding-top: 5px;
  }
  .header-owl-1 .menu-active a, .header-owl-1 a:hover {
    font-weight: bold;
  }
  .maxContent {
    padding: 0 6px;
  }
  .header-owl-1 .owl-nav button.owl-prev, .header-owl-1 .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    font-size: 2.5em;
    color: #fff;
    background: #0d5386;
    padding: 0 5px !important;
  }
  .header-owl-1 .owl-nav .owl-next {
    right: 0;
  }
  .header-owl-2 .owl-nav button.owl-prev, .header-owl-2 .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    font-size: 2.5em;
    color: #0d5386;
    background: #e6f3f9;
    padding: 0 5px !important;
    line-height: 35px;
  }
  .header-owl-2 .owl-nav .owl-next {
    right: 0;
  }
  .m-scroll-nav2 .header-owl-2 .item {
    color: #114c83;
  }
  .m-scroll-nav2 :before, .m-scroll-nav2 :after {
    background-color: #fff;
  }
  .header-bottom .m-scroll-nav2 .maxContent {
    border-top: 1px solid #ddd;
    box-shadow: rgba(153, 153, 153, .5) 0px 0px 5px;
  }
  .m-search-btn, .m-menu-btn {
    display: block;
  }
  .m-search-btn-v2 {
    display: block;
  }
  .header-bottom .search-bar {
    z-index: 2;
    display: none;
    position: absolute;
    top: 5px;
    right: 0.5%;
    width: 99%;
    background: #fff;
    height: 80px;
    padding: 20px 0 0 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
  }
  .header-bottom .gsc-search-button .gsc-search-button-v2 {
    background: url(//www.cts.com.tw/images/2018cts/m-search.svg) no-repeat #ffffff center;
    width: 25px;
    border-radius: 0;
    height: 25px;
    background-size: 100% 100%;
  }
  .header-bottom .gsc-input-box {
    background: #fff;
    border-bottom: 2px solid #6a94b0;
    border-radius: 0;
    width: 90%;
    font-size: 2em;
    height: 40px;
  }
  .header-bottom .gsc-input-box input:focus {
    background: #fff !important;
  }
  .header-bottom .gsc-input-box input {
    background: url(http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) left center no-repeat #fff !important;
  }
  td.gsc-search-button {
    width: 20% !important;
    padding-right: 60px;
  }
  .m-yes {
    display: block !important;
  }
  .m-no {
    display: none !important;
  }
}

/*end header===============================================================*/

.newsimg-thumb {
  width: 9999px;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

/*ad =========================*/

.ad-970x250 {
  width: 970px;
  height: 250px;
}

.ad-300x250 {
  width: 300px;
  height: 250px;
}

.ad-336x280 {
  width: 336px;
  height: 280px;
}

.ad-320x100 {
  width: 320px;
  /*height:100px;	*/
  margin: 0 auto;
}

.ad-970x90 {
  width: 970px;
  height: 90px;
}

.ad-300x600 {
  width: 300px;
  height: 600px;
  margin: 0 auto;
}

/*水平垂直置中*/

.ad-970x250, .ad-300x250, .ad-336x280, .ad-970x90, .ad-300x600 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-ad {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.block-ad>div {
  overflow: hidden;
  margin: 0 auto 20px auto;
  text-align: center;
}

.one-row-ad {
  max-width: 1400px;
  margin: 10px auto;
}

#div-gpt-ad-pushdown-00 {
  text-align: center;
  background: rgb(246, 246, 246);
}

#div-gpt-ad-pushdown-0 {
  text-align: center;
}

@media screen and (max-width: 975px) {
  .ad-970x250, .ad-970x90{
    width: 336px;
    height: 280px;	
  }
  .ad-300x600 {
    width: 336px;
    max-height: 600px;	
  }
}

@media screen and (max-width: 700px) {
  .one-row-ad {
    display: block;
  }
}

.right-container .ad-336x280, .right-container .ad-300x600 {
  width: auto;
  height: auto;
}

/*end ad=========================*/

/*footer========================================================================*/

/*-------- Footer --------*/

footer {
  width: 100%;
  padding: 0 0 4px 0;
  background: #23303a;
}

.footer-top {
  width: 100%;
  padding: 45px 0 60px 0;
  background: #263642;
}

.footer-top-content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-around;
}

/*-------- 訂閱電子報 --------*/

.subscribe {
  width: 60%;
  max-width: 635px;
}

.subscribe-form {
  display: flex;
  width: 100%;
}

.subscribe input[type=text] {
  width: 500px;
  padding: 5px 0 8px 14px;
  margin-right: 3px;
  line-height: 1.55;
  font-size: 1em;
}

::placeholder {
  color: #999;
}

.subscribe button {
  width: 135px;
  background: #f37800;
  border: none;
  color: white;
  font-size: 1em;
}

.subscribe input:focus {
  outline-color: #FF8800;
}

.subscribe button[type=text]:hover {
  background: #FF8800;
}

/*-------- 其他社群 --------*/

.footer-society {
  width: 40%;
  max-width: 400px;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.society-item {
  width: 55px;
  height: 55px;
}

/*-------- 關於華視 --------*/

.footer-content {
  width: 100%;
  margin: 0 auto 25px auto;
  padding-top: 50px;
}

.footer-content .maxContent {
  display: flex;
}

.footer-ctsinfo {
  min-width: 290px;
  margin: 0 120px 0 10px;
}

.footer-contact {
  margin: 15px auto 28px auto;
}

.contact-item {
  display: flex;
  margin-top: 20px;
}

.contact-item-icon {
  width: 26px;
  height: 26px;
  margin-right: 18px;
}

.contact-item p, .contact-item p a {
  line-height: 26px;
  color: white;
}

.footer-menu {
  width: 100%;
  max-width: 900px;
  align-self: flex-start;
  padding-top: 8px;
}

.footer-menu-title {
  display: flex;
}

.footer-menu-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-bottom: 1px dotted white;
}

.footer-menu-title h4 {
  color: #fff;
  min-width: 148px;
}

.footer-menu ul {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 10px 0 0 10px;
  overflow: hidden;
  display: flex;
}

.footer-menu ul li {
  min-width: 180px;
}

.footer-menu ul li a {
  color: white;
  font-size: 0.875em;
  line-height: 28px;
}

.footer-menu ul li a:hover {
  border-bottom: 1px solid white;
}

.copytight {
  color: white;
  font-size: 0.75em;
  text-align: center;
  line-height: 18px;
}

.gotop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 30px;
  background: url(//www.cts.com.tw/images/2018cts/gotop.svg) no-repeat;
  background-size: contain;
  z-index: 20;
  cursor: pointer;
}

@media screen and (min-width: 921px) and (max-width: 1150px) {
  .footer-top {
    padding: 45px 5% 60px 5%;
  }
  .footer-society {
    padding: 0 3%;
  }
  .footer-ctsinfo {
    margin: 0 5% 0 10px;
  }
}

@media screen and (max-width: 920px) {
  .subscribe {
    display: none;
  }
  .footer-top {
    padding: 5% 0;
    background: #23303a;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #b5b5b5;
  }
  .footer-society {
    width: 100%;
    padding: 0 5%;
  }
  .footer-content {
    padding-top: 0;
  }
  .footer-ctsinfo {
    min-width: auto;
    margin: 0 auto;
    padding: 20px;
  }
  .footer-menu {
    display: none;
  }
}

/*youtube*/

.youtube_player {
  width: 100%;
  height: 56.25%;
  padding-bottom: 56.25%;
  position: relative;
  text-align: center;
}

.youtube_player iframe, .youtube_player object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.youtube_chat {
  width: 25%;
  height: 42.1875%;
  padding-bottom: 42.1875%;
  position: relative;
  float: left;
  display: block;
}

.youtube_chat iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.yt_container_chat .youtube_player {
  width: 75%;
  height: 42.1875%;
  padding-bottom: 42.1875%;
  float: left;
}

.yt_container_fix {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 320px;
  z-index: 2;
}

.yt_container .close {
  display: none;
}

.yt_container_fix .close {
  margin: -50px 0 0 0;
  float: right;
  background: url('//www.cts.com.tw/images/2018cts/btn-m_Header-menu close_bbg.svg') no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}

.yt_container_fix .youtube_player {
  width: 100%;
  height: 56.25%;
  padding-bottom: 56.25%;
}

.yt_container_fix .youtube_chat {
  display: none;
}

.video_player {
  width: 100%;
  height: 56.25%;
  padding-bottom: 56.25%;
  position: relative;
  text-align: center;
}

.video_player video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*lazy load*/

img:not([src]) {
  visibility: hidden;
}

/* Fixes Firefox anomaly during image load */

@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}

/*Fb Comments Width Fix*/

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
  max-width: 100% !important;
  width: 100% !important;
}

/*------------------------start春節-------------------------*/

/*
.header-bottom .gsc-search-button .gsc-search-button-v2 {
    background: url(//www.cts.com.tw/images/2018cts/search-icon2.svg) no-repeat #f7e3dd center !important;
}


.header-one-row:before{	background-color: #860707;}
.header-one-row:after{	background-color: #ef3f18;}
.header-bottom .maxContent{	background: linear-gradient(to right, #860707, #a20f0f 20%,#ef3f18);}
.header-nav2:before,.header-nav2:after{ background-color: #f7e3dd; height: 43px;}
.header-bottom .header-nav2 .maxContent{background: #f7e3dd; height: 43px;}

.header-owl-1 .menu-active a,.header-owl-1 .menu-active a:hover{	background: #f7e3dd; color: #9d0e0e;}
.header-owl-1 a:hover{position: relative; bottom: 2px; font-weight:bold; background: none;color: #fff;}
.header-owl-1 a{
  color:#fff;
  display: block;
  line-height: 43px;
  font-size: 1em;
  transition: .1s;
  width: 110px;
  text-align: center;
}

.header-owl-2 a:hover,.header-owl-2 .menu-active a{color: #a20f0f;  border-bottom: 2px solid #920b0b;}
.header-owl-2 a:hover{position: relative;bottom: 1px;font-weight: bold;}
.header-owl-2 a{
  color: #a20f0f;
  display: block;
  line-height: 43px;
  font-size: 1.075em;
  transition: .1s;
  padding:0 15px;
  text-align: center;
}
@media screen and (max-width: 920px){
  .header-bottom .maxContent {background: #a20f0f;}
  .header-owl-1 .owl-nav button.owl-prev, .header-owl-1 .owl-nav button.owl-next{background: #a20f0f;}
  .header-owl-2 .owl-nav button.owl-prev, .header-owl-2 .owl-nav button.owl-next { color: #a20f0f; background: #f7e3dd;}
}

.header-bottom .gsc-input-box {background: #f7e3dd;}
.header-bottom .gsc-input-box input{background:url("http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") left center no-repeat #f7e3dd !important;	}
.header-bottom .gsc-input-box input:focus{background: #f7e3dd !important;}
.header-bottom .gsc-search-button .gsc-search-button-v2{background: url(//www.cts.com.tw/images/2018cts/search-icon2.svg) no-repeat #f7e3dd center !important;}

@media screen and (max-width: 920px){
  .header-bottom .gsc-input-box input {
    background: url(http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) left center no-repeat #fff !important;
  }
  .header-bottom .gsc-input-box {
      background: #fff !important;
    border-bottom: 2px solid #a20f0f !important;
  }
  .header-bottom .gsc-search-button .gsc-search-button-v2 {
      background: url(//www.cts.com.tw/images/2018cts/m-search.svg) no-repeat #ffffff center !important;
  }
}

.owl-theme .owl-dots .owl-dot span{background: #f7e3dd !important;}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {background: #d27979  !important;}

.btn-channel .active a {background: #a20f0f !important;}
.index-proglist-info .proglist-item{border-right: 1px solid #a20f0f !important;}
.btn-channel ul { border-bottom: 3px solid #a20f0f !important;}
.channel-proglist {  border-bottom: 1px solid #a20f0f !important;}
.m-btn-channel select{color: #000 !important; border-bottom: 3px solid #a20f0f  !important; }
.m-btn-channel:after { border: 2px solid #a20f0f !important;border-right: 0 !important;    border-top: 0 !important;}

.live>.time, .live>.proglist-name {  background: #a20f0f !important;}
.proglist-item>.time{
  background-color: #fff6f4 !important;
  border-bottom: 2px solid #a20f0f !important;
  color: #a20f0f !important;
}

.index-proglist .index-more a,.index-more a p{ color: #655757 !important;   border: 1px solid #f7e3dd !important;}
.news-catg .more a, .newslist .more a, .pastlist .more a {
  color: #655757 !important;

    border: 1px solid #f7e3dd !important;
}
.news-catg .more, .newslist .more, .pastlist .more{
  border: none !important;
}

.index-proglist .index-more a:hover,.index-more a p:hover{
  background:#fff9f9 !important;
  color:#bb5353 !important;
  border:1px solid#bb5353 !important;
}
.news-catg .more a:hover , .newslist .more a:hover  , .pastlist .more a:hover,.index-bottom .list-item:last-child a p:hover{
  color:#bb5353 !important;
  border:1px solid#bb5353 !important;
  transform: translateY(-2px);
}

 .news-catg .more:hover,.news-catg .more:hover, .newslist .more:hover, .pastlist .more:hover{ background:#fff !important;border:none !important;}





.full-bg,.newslist-page,.newspage-container{background: #fdfafa !important;}


.index-title{
   border-left: 3px solid #86092d !important;
   color: #1b0606 !important;
}

.marketnews a.active h2{background: linear-gradient(to right, #850707, #900a0a) !important;}
.cts-event h2{background: linear-gradient(to right, #900a0a, #a20f0f) !important;}
.follow h2,.mobile_follow h2{background: linear-gradient(to right, #a20f0f, #ef3f18) !important;    color: #fff !important;}
.index-bottom .list-item a:hover{color: #6f4141  !important;}
@media screen and (max-width: 650px){
  .cts-event h2, .follow h2, .mobile_follow h2 {color: #fff !important;	}
}

.newslist .newspage-title h3 {   border-bottom: 2px solid #a5110f !important;}

.news-catg .newspage-title h3 {  border-bottom: 2px solid #a5110f !important;}
.news-prev, .news-next {  background-color: #a5110f !important;}
*/

/*------------------------end春節-------------------------*/