@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
a {
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
/* a:hover { text-decoration: none; color: #e52431; } */
i { font-style: normal; }
em{font-style: italic;}
button {
  border: none;
}
button,
input,
select,
textarea {
  outline: 0;
  border-radius: 0;
  font-family: "Noto Sans JP";
  font-size: 1em;
  font-weight: 400;
}
body,
html {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1em;
  font-family: "Noto Sans JP";
  height: 100%;
  font-weight: 400;
}
html.disableScroll,
html.disableScroll body {
  overflow: hidden;
}
select {
  border: none;
}
/* .img,img{ width: 100%; height: 100%; } */
/* .img{ display: flex; justify-content: center; align-items: center; } */
a:focus,
button:focus,
input:focus,
.btn:focus,
.form-control:focus,
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
textarea:focus {
  outline: 2px dashed #e52431 !important;
  box-shadow: none;
}
/* 文本顯示行數 */
.ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.ellipsis-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
h1 {
  font-size: 2.5em !important;
  font-weight: bold;
}
h2 {
  font-size: 1.875em !important;
  color: #333;
}
h3 {
  font-size: 1.75em !important;
}
h4 {
  font-size: 1.5625em !important;
  font-weight: bold;
}
h5 {
  font-size: 1.1875em !important;
  font-weight: bold;
}
h6 {
  font-size: 1.0625em !important;
  font-weight: bold;
}
p {
  font-size: 1.125em !important;
  color: #333;
}
/* flex  */
.flex {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flex > span {
  flex-shrink: 0;
}
.text-indent-2 {
  text-indent: 35px;
}
.text-indent-3 {
  text-indent: 70px;
}
.flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
}
.newRed {
  color: #ef3340;
  font-size: 17px;
  font-weight: bold;
}
.container {
  width: 80%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.flexJust {
  display: flex;
  justify-content: space-between;
}
.flexCenter {
  display: flex;
  align-items: center;
}
.ivu-text-center {
  text-align: center;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.date {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.date .time {
  color: #827373;
  font-size: 0.9375em;
  padding-left: 3px;
}
.date img {
  width: auto !important;
  height: auto !important;
}
.redShow {
  font-size: 1.0625em;
  color: #7c2529;
  font-weight: bolder;
  margin-left: 5px;
}
.redTitle {
  font-size: 1.1875em;
  color: #7c2529;
  font-weight: bolder;
  margin-left: 5px;
}
.audioFocus .subtitle {
  font-size: 1.75em;
  color: #fff;
}
.home {
  padding-top: 110px;
}
.ivu-8,
.ivu-mt-8 {
  margin-top: 8px;
}
.ivu-mt {
  margin-top: 16px;
}
.ivu-mr {
  margin-right: 10px;
}
.ivu-ml {
  margin-left: 10px;
}
.ivu-mb {
  margin-bottom: 10px;
}
.ivu-pr {
  padding-right: 10px;
}
.ivu-pl {
  padding-left: 10px;
}
.ivu-mb-8 {
  margin-bottom: 8px;
}
.ivu-mr-8 {
  margin-right: 8px;
}
.subtitle {
  font-size: 1.75em;
  color: #333;
  font-weight: 500;
}

/* header */

/* footer */
.footer {
  position: relative;
}
.footer .top {
  width: 100%;
  background: #7c2529;
}
.footer .content {
  justify-content: space-between;
  display: flex;
  width: 80%;
  margin: 0 auto;
  max-width: 100%;
}
.footer .content .item {
  padding-top: 30px;
  padding-bottom: 56px;
}
.footer .content .item:last-child .left{
  justify-content: space-between;
  width: 100%;
}
.footer .top .content .item:first-child {
  width: 18%;
}
.footer .top .content .item:nth-child(3) {
  width: 17%;
}
.footer .top .content .item:nth-child(4) {
  width: 20%;
}
.footer .top .content .item .snsImg a {
  margin-right: 20px;
}
.footer .top .content .item .snsImg a img {
  width: 50px;
}

.footer .content .item a {
  font-weight: bold;
  font-size: 1.5625em;
  color: #fff;
  margin-top: 13px;
  display: inline-block;
  line-height: 1.2;
}
.footer .content .link a {
  font-size: 1.125em;
  margin-right: 13px;
  font-weight: 400;
}
.footer .content .tit {
  font-size: 1.125em;
  color: #fff;
}
.footer .content .tit a {
  font-size: 1.125em;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.2;
  font-weight: 400;
}
.footer .content .item img {
  width: 25%;
  margin-right: 3%;
}
.footer .content .item .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.footer .content .item .flex .left img {
  width: 120px;
  margin-right: 1.5rem;
}
.footer .content .item .flex .right {
  display: flex;
  flex-direction: column;
}
.footer .content .item .flex .right img {
  margin-left: 10px;
}
.footer .content .item .flex .right img:last-child {
  margin-top: 33px;
}
.footer .bottom {
  height: 55px;
  background: #e52431;
}
.footer .content .left span,
.footer .content .left a {
  color: #fff;
  font-size: 1.125em;
  margin-right: 20px;
}
.footer .content .right {
  height: 55px;
}
.footer .content .left {
  display: flex;
  align-items: center;
}
.footer .bottom {
  height: 55px;
  background: #e52431;
}
.footer .app {
  font-weight: bold;
  font-size: 1.5625em;
  color: #fff;
  margin-top: 13px;
  display: inline-block;
  line-height: 1.2;
}

/* 分類菜單 */
.topicCategoriesHeader {
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2);
  height: 110px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: 110px;
}
.topicCategoriesHeader .headerTop {
  width: 80%;
  margin: 0 auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 3px;
}
.topicCategoriesHeader .headerTop a {
  font-size: 1.0625em;
  color: #63666a;
  margin-right: 6px;
  margin-left: 3px;
  cursor: pointer;
}
.topicCategoriesHeader .headerTop .line {
  margin-left: 10px;
  font-size: 1.0625em;
  color: #63666a;
}
.topicCategoriesHeader .list {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.topicCategoriesHeader .list .form-select {
  border: none;
  color: #63666a;
  padding: .375rem 2.25rem .375rem 0;
  background-position: right 5px center;
  margin-left: 3px;
}
.topicCategoriesHeader .list #fontSizeSelect option:first-child{font-size: 1.1em;font-weight: 700;text-align: center;}
.topicCategoriesHeader .list #fontSizeSelect option:nth-child(2){font-size: 1.1em;font-weight: 500;text-align: center;}
.topicCategoriesHeader .list #fontSizeSelect option:last-child{font-size: 1em;text-align: center;}
.topicCategoriesHeader .list .form-select.languageTab{ padding: .375rem 2.25rem .375rem .75rem}
.topicCategoriesHeader .list .form-select:focus {
  border-color: inherit;
  box-shadow: inherit;
}
.topicCategoriesHeader .headerBottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.topicCategoriesHeader .headerBottom .breadMenu {
  text-align: center;
}
.topicCategoriesHeader .headerBottom .breadMenu img {
  width: 40px;
  height: 40px;
}
.topicCategoriesHeader .headerBottom .left {
  width: 11.5%;
}
.topicCategoriesHeader.classifyHeader .headerBottom .bottomMenu{width: 80%;}
.topicCategoriesHeader.classifyHeader .headerBottom .left{width: 10%;}
.topicCategoriesHeader .headerBottom .bottomMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center {
  display: flex;
  align-items: center;
  width: 100%;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logoWrap {
  display: flex;
  align-items: center;
  margin-right: 1%;
  position: relative;
  top: -10px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a {
  font-size: 1.375em;
  color: #63666a;
  margin-right: 35px;
  position: relative;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a.active {
  position: relative;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  a.active::before {
  position: absolute;
  color: #e52431;
  content: "";
  border-bottom: 5px solid #e52431;
  left: 0;
  width: 100%;
  border-radius: 20px;
  bottom: -21px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a:hover {
  color: #e52431;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  .all::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #e52431;
  border-radius: 10px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logo {
  margin-right: 2.2rem;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logo a img {
  width: 100%;
  height: 100%;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .title {
  margin-right: 1.3rem;
  color: #63666a;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .title a {
  color: #63666a;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .line {
  margin-right: 20px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .right {
  background-color: #63666a;
  border-radius: 30px;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: 10%;
  top: 58px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .right a {
  color: #fff;
}
.topicCategoriesHeader .headerBottom .bottomMenu .right span {
  margin-left: 5px;
  font-size: 1.0625em;
}
.topicCategoriesHeader .headerBottom .bottomMenu .right:hover {
  opacity: 0.5;
}
/* .headerNav .moreMenu{ position: relative; } */
.headerNav .moreMenuList {
  padding: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
  position: absolute;
  min-width: 150px;
  width: auto;
  top: 110px;
}
.headerNav .moreMenuList a {
  display: block;
  padding-left: 10px;
  font-size: 1.125em;
  margin-top: 5px;
  margin-right: 0 !important;
}
.conheaderNav a {
  font-size: 1.125em !important;
}
.topicCategoriesHeader.classifyHeader .headerBottom{justify-content: inherit;}
.topicCategoriesHeader .headerBottom .bottomMenu .rights form{display: flex;}
.topicCategoriesHeader .headerBottom .bottomMenu .rights { margin-top: 1%; }
.topicCategoriesHeader .headerBottom .bottomMenu .rights button {
  color: #fff;
  background: #6a666a;
  width: max-content;
  border-radius: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 1.0625em;
  margin-left: -7%;
  display: block;
}
.topicCategoriesHeader .headerBottom .bottomMenu .rights input {
  color: #e52431 !important;
  font-size: 1.0625em !important;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 4px 15px;
}

/* 首頁 */
.topBanner {
  margin-bottom: 50px;
}
.topBanner .focusReporting {
  padding-top: 40px;
}
.focusReporting {
  padding-bottom: 2.5%;
}
.focusReporting .focus {
  width: 74%;
  position: relative;
  flex-direction: column;
  display: flex;
}
.focusReporting .focus a {
  display: flex;
  justify-content: space-between;
}
.focusReporting .focus .content {
  width: 31%;
}
.focusReporting .focus .focusList {
  grid-template-columns: repeat(3, 31.5%);
  border-bottom: none;
  margin-top: 3%;
}
.focusReporting .focus .content .imgFlex span {
  color: #333;
  font-size: 1.5625em;
  text-indent: 32px;
  font-weight: 700;
}
.focusReporting .focus .content .imgFlex img {
  vertical-align: inherit;
}
.focusReporting .focus .content .text {
  margin-top: 15px;
  font-size: 1.0625em;
  color: #333;
  font-weight: 500;
}
.focusReporting .focus .focusList a .img {
  width: 100%;
  height: 240px;
}
.focusReporting .focus .focusList a .img img {
  height: 100%;
}
.warpList {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  justify-content: space-between;
}
.warpList .item {
  margin-bottom: 20px;
}
.warpList .item a {
  display: inline-block;
}
.warpList .item .img {
  height: 225px;
  width: 100%;
}
.warpList .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.warpList .item .title img {
  vertical-align: middle;
}
.warpList .item .text {
  font-size: 1.0625em;
  color: #333;
  margin-top: 10px;
  font-weight: 500;
  word-break: break-word;
}
.focusReporting .focus a .img {
  width: 66%;
  height: 450px;
  overflow: hidden;
}
.focusReporting .focus a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.warpList .item .title {
  font-size: 1.1875em;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
  min-height: 60px;
}
.focusReporting .hotTopic {
  width: 23.8%;
}
.focusReporting .hotTopic .topTitle a {
  color: #e52431;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1.5625em;
  font-weight: 700;
  margin-bottom: 10px;
}
.hotList .keyImg {
  width: 100%;
}
.keywordsTop .hotList .item {
  position: relative;
  width: 100%;
  border-left: 1px solid #ccc;
  top: 20px;
  left: 2px;
  padding-left: 10px;
}
.focusReporting .hotTopic .hotList .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
/* .focusReporting .hotTopic .hotList .item a{ align-items: inherit; border-bottom: none; justify-content: left; } */
.focusReporting .hotTopic .hotList .item:last-child a {
  border-bottom: none;
}
.hotList .item .left {
  margin-right: 9px;
}
.hotList .item .left:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #333;
  border-radius: 50%;
  margin-left: -15px;
  position: absolute;
}
.hotList .item .right {
  position: relative;
  width: 100%;
  top: -8px;
  padding-top: 5px;
}
.hotList .item:nth-child(2) .right .title {
  font-size: 1.5625em;
}
.hotList .item .right .title {
  color: #333;
  font-weight: 700;
  font-size: 1.0625em;
  text-align: justify;
  position: relative;
}
.hotList .item .right .tit {
  font-size: 1.0625em;
  color: #333;
  text-align: justify;
}
.focusReporting .focus .focusList .item:hover a .title {
  color: #e52431;
}
.warpList .item:hover a .title {
  color: #e52431;
}
.hotList .item .right:hover a .title {
  color: #e52431;
}
.hotList .item:last-child {
  border-left: 1px solid #fff;
}
/* .hotList .item{ position: relative; width: 100%; top: 20px; left: 2px; padding-left: 10px; } */
.hotList .item {
  width: 100%;
  padding-left: 10px;
  padding-bottom: 8px;
}
.focusReporting .hotTopic .hotList .item a .text {
  font-size: 1.0625em;
  color: #333;
  width: 86%;
  font-weight: bold;
  word-break: break-word;
  white-space: normal;
}
.focusReporting .hotTopic .hotList .item a .text img {
  vertical-align: middle;
  margin-right: 3px;
}
.focusReporting .hotTopic .hotList .item a .num {
  font-size: 4em;
  color: #ccc;
  width: 12%;
  font-weight: lighter;
  line-height: 64px;
}
.focusReporting .hotTopic .hotList .item:hover a .text {
  color: #e52431;
}
.indexFocus .swiper-button-prev,
.indexFocus .swiper-button-next {
  top: 11.8% !important;
}

/* 影音焦點 */
.audioFocus {
  width: 100%;
  padding: 40px 0 40px 0;
  background: #333;
  position: relative;
}
.audioFocus .carousel-item {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}
.audioFocus .carousel-item .audioItem .img {
  width: 100%;
}
.audioTitle {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}
.YouTube,.youtube {
  margin-right: 8%;
  border-radius: 30px;
  padding: 3px 10px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: 1.0625em;
}
.audioFocus .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: inherit;
}
.audioFocus .swiper-slide {
  text-align: center;
  font-size: 1.125em;
  display: flex;
}
.audioFocus .swiper .swiper-item .img {
  width: 100%;
  height: 270px;
  min-height: 270px;
  min-width: 100%;
  object-fit: contain;
}
.audioFocus .swiper-item {
  width: 32%;
  margin-right: 30px;
  margin-top: 13px;
}
.audioFocus .swiper-item a {
  width: 100%;
}
.audioFocus .swiper-item:last-child {
  margin-right: 0;
}
.audioFocus .swiper-button-prev {
  top: 10.5%;
  border: 2px solid #8f8e8e;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  left: 84.5%;
  z-index: 0;
}
.audioFocus .swiper-button-next {
  right: 11%;
  top: 10.5%;
  border: 2px solid #8f8e8e;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 0;
}

.indexAudio .swiper-button-next,
.indexAudio .swiper-button-prev {
  top: 12.5%;
}

.audioFocus .swiper-button-next,
.audioFocus .swiper-button-prev {
  color: #fff;
}
.audioFocus .swiper-button-next:after,
.audioFocus .swiper-button-prev:after {
  font-size: 1.375em;
}
.audioFocus .titles {
  font-size: 1.1875em;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  text-align: left;
}
.audioFocus .swiper-item:hover a .titles {
  color: #f5de9e;
}

/* banner */
.banner {
  background: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
.banner .container {
  width: 72%;
}
.banner .swiper {
  position: inherit;
}
.banner a{
  width: 100%;
  height: 240px;
  text-align: center;
}
.banner a .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .swiper-button-next {
  right: 11%;
  left: auto;
  top: 50%;
  color: #63666a;
  font-weight: bold;
  z-index: 0;
}
.banner .swiper-button-prev {
  left: 11%;
  top: 50%;
  color: #63666a;
  font-weight: bold;
  z-index: 0;
}
.banner .swiper-pagination-bullet {
  background: #ccc;
  width: 40px;
  height: 6px;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #63666a;
  width: 40px;
  height: 6px;
  border-radius: 0;
}
.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  top: 77%;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 1.875em;
}

/* 焦點類別 */
.classificatin {
  padding-top: 2px;
  padding-bottom: 60px;
}
.classificatin .wrap .title {
  font-size: 1.875em;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.classificatin .wrap .img {
  width: 100%;
  height: 234px;
  position: relative;
  margin-top: 6px;
}
.classificatin .wrap .img .imgBg {
  width: 100%;
  height: 234px;
  height: 234px;
}
.classificatin .wrap .mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9),
    #000000
  );
  color: #fff;
  font-size: 1.0625em;
  padding: 15px 10px;
}
.classificatin .wrap .img a {
  width: 100%;
}
.classificatin .rightImg {
  margin-left: 3px;
}

/* 今日熱播 09-11 */
.subtitles {
  font-size: 1.875em;
  color: #333;
  font-weight: bold;
}
.indexHotBroadcast {
  background: #f5f5f5;
  width: 100%;
  padding-top: 54px;
  padding-bottom: 60px;
  position: relative;
}
.indexHotBroadcast .hotDate {
  margin-top: 20px;
}
.indexHotBroadcast .hotDate .left {
  width: 210px;
  height: 210px;
}
.indexHotBroadcast .hotDate .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.indexHotBroadcast .hotDate .right {
  margin-left: 2%;
  margin-top: 1%;
  width: 83%;
}
.indexHotBroadcast .hotDate .right .top .link {
  align-items: center;
}
.indexHotBroadcast .hotDate .right .top .link a:first-child {
  background: #e52431;
  padding: 10px 30px;
  border-radius: 30px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.indexHotBroadcast .hotDate .right .top .link a:first-child img {
  vertical-align: middle;
  margin-right: 5px;
}
.indexHotBroadcast .hotDate .right .msg {
  margin-top: 2%;
  font-size: 1.0625em;
  color: #333;
  word-break: break-word;
  white-space: normal;
}
.indexHotBroadcast .hotDate .right .top .link span {
  color: #fff;
  font-size: 1.0625em;
}
.indexHotBroadcast .hotDate .right .date .name {
  font-weight: bold;
  font-size: 1.0625em;
  color: #63666a;
}
.indexHotBroadcast .hotDate .right .top .title {
  font-size: 1.75em;
  color: #333;
  font-weight: 500;
  width: 83%;
}

.todayTot .hotBroadcast {
  background: #d8bebf;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}
.todayTot .hotBroadcast .bgImg {
  position: absolute;
  bottom: 0;
  width: 10%;
}
.todayTot .hotBroadcast .foucusTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.todayTot .hotBroadcast .foucusTop .title {
  font-size: 1.75em;
  color: #7c2529;
}
.todayTot .hotBroadcast .button {
  display: flex;
  align-items: center;
}
.todayTot .hotBroadcast .foucusTop .youtube {
  margin-right: 20px;
  border: 0;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
  height: 36px;
  background: #63666a;
  text-align: center;
  color: #fff;
  font-size: 1.0625em;
  display: inline-block;
  width: auto;
  height: auto;
}
.todayTot .hotBroadcast .button button {
  border: none;
  width: 36px;
  height: 36px;
  background: inherit;
  cursor: pointer;
}
.todayTot .hotBroadcast {
  padding-top: 3%;
}
.todayTot .hotBroadcast .hostList {
  padding-top: 5.6%;
}
.todayTot .hotBroadcast .hostList .line {
  border: 1px solid #fff;
  width: 100%;
  height: 2px;
}
.todayTot .hotBroadcast .hostList .itemWrap {
  display: grid;
  grid-template-columns: repeat(7, 14%);
  justify-content: space-between;
  margin-top: -20px;
}
.todayTot .hotBroadcast .onAir {
  font-size: 1.0625em;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.todayTot .hotBroadcast .hostList .itemWrap .morenClass {
  background: #ef3340;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 2.9;
}
.todayTot .hotBroadcast .hostList .itemWrap .text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.1875em;
  color: #333;
}
.todayTot .hotBroadcast .hostList .itemWrap .onAirClass {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-between;
  padding: 5px 20px;
  border-radius: 30px;
  line-height: 2;
}
.todayTot .hotBroadcast .hostList .itemWrap .onAirClass span {
  color: #fff;
}
.todayTot .hotBroadcast .button {
  display: flex;
  align-items: center;
  margin-right: 8%;
}
.todayTot .hotBroadcast .button button {
  border: none;
  width: 36px;
  height: 36px;
  background: inherit;
  cursor: pointer;
}
.todayTot .hotBroadcast .onAri {
  background: #ef3340;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
}
.todayTot .hotBroadcast .onAirActive {
  width: 110px;
  border-radius: 30px;
  padding: 10px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.todayTot .hotBroadcast .onAirActive span {
  color: #fff;
  font-size: 1.0625em;
}
.todayTot .hotBroadcast .date .time {
  color: #333;
}

/* indxFocus */
.indexFocus {
  padding-top: 40px;
  padding-bottom: 70px;
}
.indexFocus .tab-header {
  display: inline-block;
  margin-top: 20px;
}
.indexFocus .tab-header button {
  margin-bottom: 10px;
  width: auto;
  background: #7c2529;
  padding: 0px 10px;
  font-size: 1.125em;
  color: #fff;
  height: 40px;
  margin-right: 15px;
  border-radius: 3px;
  text-align: center;
}
.indexFocus .tab-header button.active {
  background: #e52431;
  color: #fff;
}
.indexFocus .tab-header button:last-child {
  border-right: none;
}
.indexFocus .tab-content .tab-item {
  display: none;
}
.indexFocus .tab-content .active {
  display: block;
}
.indexFocus .focusList .focusLeft {
  width: 64%;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.indexFocus .focusList .focusLeft .img {
  width: 49%;
  height: 307px;
}
.indexFocus .focusList .focusLeft .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.focusCont .imgFlex span {
  font-weight: bold;
  color: #333;
  font-size: 1.5625em;
  line-height: 1.3;
}
.focusCont .text {
  color: #333;
  font-size: 1.0625em;
  margin-top: 10px;
}
.indexFocus .focusList .focusRight {
  width: 34%;
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}
.indexFocus .focusList .focusRight .item .left{width:42%}
.indexFocus .focusList .focusRight .item .left img { width: 100%; height: 140px; object-fit: contain; }
.indexFocus .focusCont {
  width: 49%;
}
.indexFocus .focusList .focusRight .item .right {
  width: 55%;
}
.indexFocus .focusList .focusRight .item:first-child {
  margin-bottom: 26px;
}
.indexFocus .focusList .focusRight .item .right .imgFlex span {
  color: #333;
  font-size: 1.0625em;
}
.indexFocus .focusList .focusRight .item .right .redShow {
  width: 55%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.indexFocus .focusList .focusLeft a {
  width: 100%;
}
.indexFocus .focusList .focusLeft a .redShow {
  width: 65%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* shorts */
/* .Shorts .swiper .swiper-item .img {
  height: 608px;
  min-height: 608px;
} */
.Shorts .swiper-button-prev,
.Shorts .swiper-button-next {
  top: 10;
}
.Shorts .swiper-item {
  width: 24%;
}
.Shorts .swiper-item:last-child {
  margin-right: 0;
}
/* .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: none;} */
.linkList {
  padding: 70px 0 70px 0;
  position: relative;
}
.linkList .container {
  width: 75%;
}
.linkList .swiper-slide {
  display: flex;
}
.linkList .swiper-item {
  width: 19%;
  margin-right: 20px;
}
.linkList .swiper-item img {
  width: 100%;
}
.linkList .swiper {
  position: inherit;
}
.linkList .swiper-button-prev {
  left: 10%;
  top: 50%;
  color: #63666a;
  font-weight: bold;
  z-index: 0;
}
.linkList .swiper-button-next {
  right: 10%;
  top: 50%;
  color: #63666a;
  font-weight: bold;
  z-index: 0;
}

/* select下拉 */
.mySel {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.mySelInput {
  display: flex;
  align-items: center;
}
.mySelInput img {
  height: 7px;
}
.selInput {
  width: 100%;
  border-radius: 8px;
  border: 0;
  background: #fff;
  color: #333;
  padding: 5px 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: left;
}
.selMenu {
  border: 1px solid #eee;
  text-align: center;
  padding: 5px;
  position: absolute;
  background: #fff;
  color: #333;
  z-index: 10;
}
.selMenu a {
  color: #333;
  margin: 0;
  width: 100%;
}
.ac:hover {
  color: #e52431 !important;
}

/* banner */
.Banner {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Banner .container {
  width: 50%;
  height: 170px;
}
.Banner .container a,.Banner .container a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 類別總覽頁 */
.bannerTop {
  padding-bottom: 40px;
}
.focusReporting h2 span {
  border-right: 1px solid #333;
  padding-right: 18px;
}
.focusReporting h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.875em !important;
  letter-spacing: 2px;
  font-weight: bold;
}
.focusReporting .hotTopic .topTitle {
  color: #e52431;
  font-size: 1.5625em;
  font-weight: bold;
  padding-bottom: 5px;
}
.classifyIndex .focusReporting .hotTopic .hotList .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.classifyIndex .focusReporting .hotTopic .hotList .item a .text {
  font-size: 1.0625em;
  color: #333;
  width: 86%;
  font-weight: bold;
}
.classifyIndex .focusReporting .hotTopic .hotList .item a .num {
  font-size: 4em;
  color: #ccc;
  width: 12%;
  font-weight: lighter;
  line-height: 64px;
}
*/ .classifyIndex .focusReporting .hotTopic .hotList .item {
  border-left: none !important;
}
.audioFocus .texts {
  font-size: 1.0625em;
  color: #fff;
  text-align: justify;
}
.classifyIndex .focusReporting .hotTopic .hotList .item:hover a .text {
  color: #e52431;
}

/* 推薦生活 */
.lifeStyle {
  padding: 60px 0;
}
.lifeStyle .lifeList {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}
.lifeStyle .lifeList .left{width: 100%;}
.lifeStyle .lifeList .item {
  margin-bottom: 10px;
}
.lifeStyle .lifeList a {
  display: inline-block;
  width: 100%;
}
.lifeStyle .date {
  margin-bottom: 8px;
}
.lifeStyle .lifeList a .img {
  height: 225px;
  overflow: hidden;
}
.lifeStyle .lifeList a .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.lifeStyle .lifeList a .Title {
  font-weight: bold;
  font-size: 1.1875em;
  color: #333;
  margin-top: 8px;
  margin-bottom: 10px;
  min-height: 57px;
}
.lifeStyle .lifeList a .Text {
  font-size: 1.0625em;
  color: #333;
}
.lifeStyle .lifeList .avatar {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.lifeStyle .lifeList .avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.lifeStyle .lifeList .right {
  width: 25%;
}
.classifyIndex .lifeList .left {
  width: 73%;
}
.lifeStyle .lifeList .item:hover a .Title {
  color: #e52431;
}

/* 推薦相關主題節目 */
.themeProgram {
  background: #f3f3f3;
  width: 100%;
  padding: 60px 0 140px 0;
  position: relative;
}
.themeProgram .swiper-item {
  width: 24%;
  margin-right: 30px;
}
.themeProgram .swiper-item:last-child {
  margin-right: 0;
}
.themeProgram a {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}
.themeProgram a:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.themeProgram a .img {
  width: 100%;
  height: 358px;
}
.themeProgram a .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.themeProgram a .wrap {
  padding: 10px 10px 30px;
}
.themeProgram a .wrap .tit {
  font-size: 1.1875em;
  font-weight: bold;
  color: #7c2529;
}
.themeProgram a .wrap .txt {
  font-size: 1.0625em;
  color: #333;
  margin: 10px 0;
}
.themeProgram a .wrap .langage {
  margin-top: 15px;
}
.themeProgram a .wrap .langage span {
  font-size: 1em;
  color: #63666a;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 13px;
}
.classify {
  margin-top: 15px;
  margin-bottom: 25px;
}
.classify span,
.classify a {
  font-size: 1em;
  color: #63666a;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.themeProgram .swiper {
  position: inherit;
}
.themeProgram .audioTitle {
  border-bottom: none;
  padding-bottom: 0;
}
.themeProgram .swiper-button-next {
  right: 10.5%;
  top: 9.5%;
  background: #63666a;
  font-weight: bold;
  z-index: 0;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.themeProgram .swiper-button-prev {
  left: 85%;
  top: 9.5%;
  background: #63666a;
  font-weight: bold;
  z-index: 0;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.themeProgram .swiper-button-next:after,
.themeProgram .swiper-button-prev:after {
  font-size: 1.25em;
}

.bigTitle {
  color: #63666a;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
  top: 10px;
  left: -7%;
}
.classifyHeader .headerBottom {
  width: 100% !important;
}
.classificatin .wrap .list .item {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.classificatin .wrap .list .item a {
  display: flex;
  align-items: center;
}
.classificatin .wrap .list .item a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333;
  font-size: 1.0625em;
  font-weight: 500;
}
.classificatin .wrap .list .item a img {
  margin-right: 5px;
  vertical-align: sub;
}
.classificatin .wrap .list .item a span:hover {
  color: #e52431;
}
.newsIndex .lifeStyle .lifeList .left {
  width: 100% !important;
}

/* 新聞詳情頁 */
.newsDetails {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.newsDetails .swiper-horizontal > .swiper-pagination-bullets,
.newsDetails .swiper-pagination-bullets.swiper-pagination-horizontal,
.newsDetails.swiper-pagination-custom,
.newsDetails .swiper-pagination-fraction {
  bottom: -15px;
}
.newsDetails .left {
  width: 70%;
}
.newsDetails .swiper .posImg {
  position: relative;
  height: 565px;
  overflow: hidden;
}
.newsDetails .swiper .text{margin-top: 10px !important;}
.newsDetails .swiper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.source {
  background: #000;
  color: #fff;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsDetails .left .wrap {
  display: flex;
}
.newsDetails .left .wrap span {
  font-size: 1em;
  color: #63666a;
  border: 1px solid #63666a;
  border-radius: 20px;
  padding: 1px 10px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.newsDetails .left .wrap .keyword {
  background-color: #fff;
  font-size: 1em;
  color: #63666a;
  border: 1px solid #63666a;
  border-radius: 20px;
  padding: 1px 10px;
  margin-right: 3px;
  display: inline-block;
  margin-bottom: 10px;
}

.newsDetails .left .wrap a {
  background: #e52431;
  color: #fff;
  font-size: 1.0625em;
  border-radius: 20px;
  padding: 3px 13px;
  display: inline-flex;
  align-items: center;
}
.newsDetails .left h2 {
  color: #333;
  margin-top: 16px;
}
.newsDetails .left .dateWrap {
  display: flex;
}
.newsDetails .left .dateWrap .date {
  margin-right: 20px;
}
.newsDetails .right {
  width: 27%;
}
.newsDetails .right .hotTopic {
  margin-top: 8%;
}
.newsDetails .right .hotTopic .topTitle {
  color: #e52431;
  font-size: 1.5625em;
  font-weight: bold;
  padding-bottom: 5px;
}
.newsDetails .right .hotTopic .hotList .item:last-child a {
  border-bottom: none;
}
.newsDetails .right .hotTopic .hotList .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.newsDetails .right .figure {
  margin-top: 4%;
}
.newsDetails .right .figure a img {
  width: 100%;
  margin-bottom: 25px;
}
.newsDetails .right .podcast .title {
  font-weight: 700;
  font-size: 1.5625em;
  color: #333;
}
.newsDetails .right .podcast {
  margin-top: 25%;
}
.newsDetails .right .podcast .test {
  margin-top: 7px;
}
.newsDetails .right .podcast .test img {
  width: 100%;
}
.newsDetails .right .podcast .podText {
  font-weight: 700;
  font-size: 1.1875em;
  color: #333;
  margin-top: 10px;
}
.newsDetails .right .podcast .podWrap {
  margin-top: 15px;
}
.newsDetails .right .podcast .podWrap .date {
  align-items: flex-start;
}
.newsDetails .right .podcast .podWrap .date img {
  margin-top: 4px;
}
.newsDetails .right .podcast .podWrap .host span {
  width: 100px;
  letter-spacing: 2px;
  margin-left: 3px;
}
.newsDetails .right .podcast .podWrap .host .tit {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 1.0625em;
  color: #333;
}
.newsDetails .right .podcast .podWrap .podGo {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
}
.newsDetails .right .podcast .podWrap .podGo a {
  background: #e52431;
  color: #fff;
  border-radius: 30px;
  padding: 8px;
  font-size: 1.0625em;
  width: 49%;
  text-align: center;
}
.bannerDetails img {
  width: 100%;
}
.bannerDetails .txt {
  color: #827373;
  font-size: 0.9375em;
}
.newsDetails .left .newsBtn {
  text-align: end;
  margin-top: 2%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.5rem;
  width: 100%;
}
.newsDetails .left .newsBtn a:hover {
  opacity: 0.5;
}
.newsDetails .left .newsBtn a {
  background: #63666a;
  border-radius: 20px;
  color: #fff;
  font-size: 1.0625em;
  padding: 6px 20px;
  margin-left: 12px;
  margin-bottom: 10px;
}
.newsDetails .left h2 {
  color: #333;
  margin-top: 16px;
  font-weight: bold;
}
.newsDetails .right .hotTopic .hotList .item a .text {
  font-size: 1.0625em;
  color: #333;
  width: 86%;
  font-weight: bold;
}
.newsDetails .right .hotTopic .hotList .item:hover a .text {
  color: #e52431;
}
.newsDetails .right .hotTopic .hotList .item a .num {
  font-size: 4em;
  color: #ccc;
  width: 12%;
  font-weight: lighter;
  line-height: 64px;
}
.newsDetails .lunbo {
  position: relative;
}
.newsDetails .lunbo .text{text-align: center;}
/* .newsDetails .lunbo img {
  height: auto;
} */
.newsDetails .swiper {
  position: initial;
}
.newsDetails .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0;
}
.newsDetails .swiper-pagination-bullet-active {
  background-color: #63666a;
}
.newsDetails .left .text {
  margin-top: 30px;
}
.newsDetails .left .text a{color: rgb(13 110 253);}
.newsDetails .left .text p {
  margin-bottom: 20px;
  color: inherit;
}
.newsDetails .left .text  span,.newsDetails .left .text  p,.newsDetails .left .text  div {
  font-family: "Noto Sans JP";
}
.newsDetails .left .text span { font-size: 1.125rem !important; font-family: "Noto Sans JP" !important; line-height: inherit !important;}
.newsDetails .left .text p img {
  max-width: 100%
}
.newsDetails .right .wifi {
  text-align: end;
}
.newsDetails .right .wifi a {
  background: #63666a;
  border-radius: 30px;
  padding: 8px 15px;
}
.newsDetails .right .wifi a span {
  color: #fff;
  font-size: 1.0625em;
  margin-left: 5px;
}
.newsDetails .right .wifi img {
  vertical-align: inherit;
}
.reading {
  background: #f6f6f6;
  padding-top: 3%;
  padding-bottom: 5%;
}
.reading .items {
  margin-top: 1%;
}
.reading .items a {
  font-size: 1em;
  color: #63666a;
  border: 1px solid #63666a;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.reading .warpList:last-child {
  margin-top: 20px;
}
.reading .warpList {
  margin-top: 5px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.reading .warpList .left {
  width: 72%;
}
.reading .warpList .right {
  width: 25%;
}
.reading .warpList .item {
  margin-bottom: 20px;
}
.reading .warpList .item a {
  display: inline-block;
}

/* 音當 */
.audio {
  height: 115px;
  background: #7c2529;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 100;
}
.audio .left {
  width: 9.3%;
}
.audio .left img {
  width: 100%;
}
.audio .right {
  margin-left: 1.5rem;
  padding-top: 20px;
  width: 78%;
}
.audio .right .name {
  font-size: 0.9375em;
  color: #fff;
}
.audio .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.audio .right .bottom .goBack img {
  cursor: pointer;
  width: 25px;
}
.audio .right {
  margin-left: 3rem;
  width: 80%;
}
.audioTime {
  color: #fff;
}
.bottom .allProgress {
  width: 75%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bottom .divIcon {
  display: flex;
  align-items: center;
}
.bottom .divIcon div {
  margin-right: 20px;
}
.bottom .allProgress .progress {
  width: 90%;
  height: 5px;
  border-radius: inherit;
  margin: 0 5px;
}
.bottom .progress .progress-bar {
  background-color: #e52431;
}
.bottom .audioSpeed a {
  color: #fff;
  font-size: 1.6rem;
}
.bottom .audioSpeed > a {
  line-height: 1;
  width: 52px;
  text-align: center;
}
.bottom .audioSpeed {
  position: relative;
}
.bottom .audioSpeed .moreIcon {
  position: absolute;
  background-color: #fff;
  right: -20px;
  bottom: 40px;
}
.bottom .audioSpeed .moreIcon a {
  color: #000;
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.bottom .audioSpeed .moreIcon a:hover {
  background-color: #7c2529;
  color: #fff;
}
.bottom .audioSpeed .moreIcon span {
  font-size: 1.25rem;
}
.bottom .audioSound {
  position: relative;
}
.bottom .audioSound .moreIcon {
  position: absolute;
  background-color: #fff;
  right: -20px;
  bottom: 40px;
}
.bottom .audioSound .moreIcon a {
  width: 100%;
  padding: 5px;
}
.bottom .audioSound .moreIcon a img {
  display: block;
  margin: 0 auto;
  height: 25px;
}
.audioModal {
  /* 修改 */
  /* display: none;  */
  visibility: hidden;
}
.hide {
  display: none;
}
.bottom .audioSound a img {
  width: 30px;
}
/* 節目首頁 */
.avatar {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.avatarFlex {
  display: flex;
  align-items: center;
}
.avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.flexColumn {
  flex-direction: column;
  align-items: flex-start !important;
}
.classifyIndex .focusReporting .hotTopic .hotList .item:last-child a {
  border-bottom: 0;
}
/* .home.programIndex{padding-bottom: 40px;} */
.programBanner {
  padding-bottom: 20px;
}
.programBanner .focusReporting {
  padding-bottom: 0;
}
.programIndex .classify {
  margin-top: 20px;
}
.programBanner .focusReporting .hotTopic .hotList .item a .text:hover {
  color: #e52431 !important;
}
.monthProgram {
  padding: 50px 0 80px 0;
}

/* 今日熱播 */
.hotBroadcast {
  background: #f5f5f5;
  padding-bottom: 0;
  width: 100%;
  padding-top: 54px;
  position: relative;
}
.hotBroadcast .hotDates {
  padding-bottom: 60px;
}
.hotBroadcast .bgImg {
  position: absolute;
  bottom: 0;
  width: 10%;
}
.hotBroadcast .foucusTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotBroadcast .foucusTop .title {
  font-size: 1.75em;
  color: #7c2529;
}
.hotBroadcast .button {
  display: flex;
  align-items: center;
}
.hotBroadcast .foucusTop .YouTube,.hotBroadcast .foucusTop .youtube {
  margin-right: 20px;
  border: 0;
  border-radius: 30px;
  padding: 3px 10px;
  background: #63666a;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 1.0625em;
  display: inline-block;
}
.hotBroadcast .button button {
  border: none;
  width: 36px;
  height: 36px;
  background: inherit;
  cursor: pointer;
}
.hotBroadcast {
  padding-top: 3%;
}
.hotBroadcast .hostList {
  padding-top: 5.6%;
}
.hotBroadcast .hostList .line {
  border: 1px solid #fff;
  width: 100%;
  height: 2px;
}
.hotBroadcast .hostList .itemWrap {
  display: grid;
  grid-template-columns: repeat(7, 14%);
  justify-content: space-between;
  margin-top: -20px;
}
.hotBroadcast .onAir {
  font-size: 1.0625em;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.hotBroadcast .hostList .itemWrap .morenClass {
  background: #ef3340;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 2.9;
}
.hotBroadcast .hostList .itemWrap .text {
  font-weight: bold;
  font-size: 1.1875em;
  color: #333;
}
.hotBroadcast .hostList .itemWrap .onAirClass {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-between;
  padding: 5px 20px;
  border-radius: 30px;
  line-height: 2;
}
.hotBroadcast .hostList .itemWrap .onAirClass span {
  color: #fff;
}
.hotBroadcast .button {
  display: flex;
  align-items: center;
  margin-right: 8%;
}
.hotBroadcast .onAri {
  background: #ef3340;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
}
.hotBroadcast .onAirActive {
  width: 110px;
  border-radius: 30px;
  padding: 10px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.hotBroadcast .onAirActive span {
  color: #fff;
  font-size: 1.0625em;
}
.hotBroadcast .date .time {
  color: #333;
}
.todayTot .itemWrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.todayTot .swiper-button-next:after,
.todayTot .swiper-button-prev:after {
  font-size: 1.25em;
}
.todayTot .swiper-button-next,
.todayTot .swiper-button-prev {
  color: #fff;
  background: #63666a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.todayTot .swiper {
  position: inherit;
}
.todayTot {
  position: relative;
}
.todayTot .swiper-button-next {
  right: 11%;
  left: auto;
  top: 24%;
  z-index: 2;
}
.todayTot .swiper-button-prev {
  left: 84%;
  right: auto;
  top: 24%;
  z-index: 2;
}
.todaySwiper .hostList .line {
  border: 1px solid #fff;
  width: 100%;
  height: 2px;
  position: static;
}
.moreBtn:hover {
  opacity: 0.5;
  color: #fff;
}
.moreBtn {
  padding: 5px 20px;
  color: #fff;
  font-size: 1.0625em;
  background: #63666a;
  border-radius: 30px;
  line-height: 1.7;
}

/* 節目類別總覽 */
.programCategories {
  padding-top: 55px;
  padding-bottom: 80px;
}
.programCategories .itemWrap .item {
  margin-top: 20px;
}
.programCategories .itemWrap .item a {
  position: relative;
}
.programCategories .itemWrap .item a img {
  width: 100%;
  height: 135px;
  -o-object-fit: cover;
  object-fit: cover;
}
.programCategories .itemWrap .item span {
  font-weight: bold;
  font-size: 1.3em;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  color: #fff;
  right: 0;
  bottom: 0;
  padding: 0px 10px 5px;
}
.programAudio .videoTit {
  color: #f5de9e;
  font-weight: bold;
  font-size: 1.1875em;
  text-align: left;
  margin-top: 10px;
}
.programAudio .swiper-button-prev,
.programAudio .swiper-button-next {
  top: 10%;
}
.programAudio .audioTitle {
  border-bottom: none;
}

/* 活動公告 */
.eventAnnouncement {
  background: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 120px;
}
.eventAnnouncement .foucusTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eventAnnouncement .foucusTop .youtube {
  border-radius: 30px;
  width: auto;
  height: 40px;
  background: #63666a;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 1.0625em;
  padding: 0 10px;
}
.eventAnnouncement .classify {
  margin-bottom: 15px;
}
.eventAnnouncement .name {
  font-size: 1.1875em;
  color: #333;
  font-weight: bold;
  min-height: 60px;
}
.eventAnnouncement .tit {
  font-size: 1.0625em;
  color: #333;
  margin-top: 6px;
}
.eventAnnouncement .swiper-item {
  width: 33%;
}
.eventAnnouncement a img {
  width: auto;
  min-height: auto;
  height: auto;
}
.eventAnnouncement .link {
  padding: 20px;
}
.eventAnnouncement .swiper {
  margin-top: 20px;
}
.eventAnnouncement .swiper-button-prev,
.eventAnnouncement .swiper-button-next {
  top: 14.5%;
}

.newsDetails .right .hotTopic .topTitle a {
  background: #63666a;
  font-size: 1.0625em;
  color: #fff;
  width: 91px;
  border-radius: 30px;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
.newsDetails .right .hotTopic .hotList .item {
  /*border-bottom: 1px solid #ccc;*/
  padding-bottom: 10px;
  position: relative;
  margin-top: 13px;
}
.newsDetails .right .hotTopic .hotList .item .itemList {
  display: inline-block;
  width: 100%;
}
.newsDetails .right .hotTopic .hotList .item .itemList .text {
  font-size: 1.0625em;
  color: #333;
  width: 86%;
  font-weight: bold;
}
.programDetails .item a {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.programDetails .audioImg {
  display: initial !important;
  background: #e52431;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  right: 0;
  top: 49px;
  border-radius: 50%;
}
.programDetails .item:last-child {
  border-bottom: none !important;
}
.programDetails .lifeStyle {
  padding: 0;
}
.swiper-pagination {
  z-index: 0;
}
.programDetails .classify {
  margin-bottom: 0;
}
.programDetails .item {
  border-bottom: 1px solid #ccc;
}
.newsDetails .left .message {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.newsDetails .left .message .items:first-child img {
  margin-right: 20px;
}
.newsDetails .left .message .items {
  width: 40%;
}
.newsDetails .left .message .items a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsDetails .left .message .items .itemCont {
  font-size: 1.0625em;
  color: #333;
  width: 100%;
  text-align: end;
  padding-right: 10px;
}
.newsDetails .left .message .items:last-child {
  margin-left: 20px;
}
.CheckboxMenu {
  padding: 10px;
  width: 230px !important;
}
.CheckboxMenu .form-check-input:checked,
.form-check-input {
  width: 20px;
  height: 20px;
}
.CheckboxMenu .form-check-input:checked,
.form-check-input:checked {
  background-color: #727272;
  border-color: #63666a;
}
.CheckboxMenu .form-check {
  margin-right: 10px;
  margin-bottom: 10px;
}
.CheckboxMenu .form-check:last-child {
  margin-right: 0;
}
.newsDetails .left .message .items:first-child .itemCont {
  text-align: left;
}

/* 內容頁 */
.barTop {
  width: 100%;
  height: 110px;
  background: #e52431;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.barTop .title {
  padding-left: 10%;
  line-height: 110px;
}
.barTop .title h2 {
  color: #fff;
}
.barTop .img {
  height: 100%;
}
.barTop .img img {
  height: 100%;
}
.contentAll .privacyPolicy {
  padding-bottom: 70px;
  min-height: 400px;
}
.contentAll .privacyPolicy .title {
  color: #333;
  font-size: 1.125em;
}
/* 內容- */
.enContent .item {
  margin-top: 15px;
}
.enContent .item p:first-child {
  font-weight: bold;
  font-size: 1.125em !important;
  color: #333;
}
.enContent .item p img {
  width: 100%;
  height: 100%;
}
.enContent .item p:not(:first-child) {
  font-size: 1em !important;
  color: #333;
  margin-top: 5px;
}
.enContent .item p a {
  font-size: 1em;
  color: #7c2529;
  word-break: break-all;
}
.enContent .frCont {
  font-size: 1em !important;
  color: #333;
}
.enContent .deImg {
  width: 100%;
  height: 100%;
}
.enContent .deImg img {
  width: 100%;
  height: 100%;
}
.enContent .top .left {
  width: 35%;
}
.enContent .top .left img {
  width: 100%;
  height: 100%;
}
.enContent .top .right {
  width: 63%;
}
.enContent .top .right p {
  font-size: 1em !important;
  color: #333;
}
.jpContent .top .left {
  width: 50%;
}
.jpContent .top .right {
  width: 49%;
}

/* 列表頁 */
.listAll {
  background: #f3f3f3;
  padding-bottom: 70px;
}
.listAll .breadCrumb {
  margin-top: 0;
  padding-top: 20px;
}
.listAll .list {
  padding-top: 10px;
}
.listAll .list .item {
  margin-top: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.listAll .list .item a {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
.listAll .title {
  padding-left: 20px;
  display: flex;
  align-items: center;
  width: 97%;
}
.listAll .time {
  font-size: 1.125em;
  color: #333;
  width: 10%;
}
.listAll .text {
  color: #7c2529;
  font-weight: bold;
  font-size: 1.1875em;
  width: 10%;
}
.listAll .conts {
  font-size: 1.1875em;
  color: #333;
  font-weight: bold;
  width: 80%;
}
.listAll .item .img img {
  transform: rotate(-90deg);
}
.classifyLink {
  margin-top: 20px;
}
.classifyLink .qslBtn {
  background: #7c2529;
  font-size: 1.125em;
  height: 40px;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  margin-right: 10px;
}
.classifyLink .qslBtn:hover {
  opacity: 0.5;
}
.classifyLink .qslBtn.active {
  background: #ef3340;
}
/* 列表詳情 */
.eventAnnouncementDetails {
  padding-bottom: 70px;
  position: relative;
}
.eventAnnouncementDetails h2 {
  color: #333;
}
.eventAnnouncementDetails .content .swiper {
  max-width: 1000px;
  margin: 0 auto;
}
.eventAnnouncementDetails .content img {
  width: 100%;
  height: 565px;
  object-fit: contain;
}
.eventAnnouncementDetails .text {
  padding-bottom: 70px;
}
.eventAnnouncementDetails .swiper {
  position: inherit;
}
.eventAnnouncementDetails .swiper-button-next {
  right: 18%;
  left: auto;
  top: 33%;
  color: #63666a;
}
.eventAnnouncementDetails .swiper-button-prev {
  left: 18%;
  right: auto;
  top: 33%;
  color: #63666a;
}
/* QSL */
.qslList {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  justify-content: space-between;
}
.qslList .title {
  padding-left: 0;
}
.qslList .item {
  margin-bottom: 0 !important;
}
.year {
  margin-top: 30px;
}
.year .subtitle {
  font-size: 1.5625em !important;
  margin-left: 20px;
  color: #333;
  font-weight: bold;
}
/* .yearList {
  width: 8%;
} */
.yearList .yearMoren .yearSelInput {
  background: inherit;
  font-weight: bold;
  font-size: 1.5625em;
  border: none;
  color: #333;
}
.yearList .yearSelect {
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  width: 28%;
  position: absolute;
  z-index: 10;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(5, 20%);
}
.yearList .yearMoren {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yearList .yearSelect li {
  margin-bottom: 10px;
  font-size: 1.125em;
}

/* 展開看更多 */
.openMore {
  background: #63666a;
  width: max-content;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex ;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
.openMore:hover {
  opacity: 0.5;
}
.openMore a {
  color: #fff;
  font-size: 1.0625em;
  width: 100%;
}
.openMore a .iconfont {
  margin-right: 5px;
}

/* 漢堡菜單 */
.breadModal {
  min-width: 245px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  padding: 20px 35px;
  z-index: 10;
  top: 100%;
  left: 0;
  border-radius: 3px;
}
.breadModal .item:last-child {
  border-right: none;
}
.breadModal .item .title {
  color: #333;
  font-weight: bold;
  font-size: 1.0625em;
  margin-bottom: 25px;
}
.breadModal .item a {
  display: block;
  color: #63666a;
  font-size: 1.375em;
  margin-bottom: 30px;
}
.breadModal .item .topSup {
  display: flex;
}
.breadModal .item .newRed {
  color: #e52431;
  font-size: 1em;
  font-weight: bold;
}
/* 麵包屑 */
.breadCrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadCrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #333;
}
.breadCrumb .breadcrumb-item a:hover {
  color: #e52431;
}
/* 搜尋彈出框 */
.searchModal {
  position: absolute;
  width: 100%;
  z-index: 20;
  display: none;
}
.searchModal .fix {
  position: fixed;
  width: 100%;
}
.cont {
  background: #fff;
  z-index: 20;
  position: relative;
  padding-bottom: 15px;
  max-height: 80vh;
  overflow-y: auto;
}
.searchModal .masked {
  position: relative;
  height: 100vh;
}
.searchModal .masked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 5;
}
.searchModal .topBor {
  border-top: 5px solid #e52431 !important;
}
.searchModal .lifeStyle {
  padding: 0;
}
.searchModal .lifeStyle .left {
  width: 73%;
}
.searchModal .topInput {
  display: flex;
  align-items: center;
}
.searchModal .datetime {
  display: flex;
  align-items: center;
}
.searchModal .datetime span {
  margin-left: 20px;
}
.searchModal .topInput .time .btnSearch {
  line-height: 35px;
  background: #e52431;
  color: #fff;
  font-size: 1.1875em;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 30px;
  width: 270px;
  display: inline-block;
  text-align: center;
}
.searchModal .topInput .time a:hover {
  opacity: 0.5;
}
.searchModal .topInput .input input {
  border: none;
  width: 100%;
  color: #e52431;
}
.searchModal .topInput .input {
  width: 18%;
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 49px;
  padding: 10px 20px;
  font-size: 1.1875em;
  margin-right: 20px;
}
.searchModal .topInput .select {
  width: 20%;
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 49px;
  padding: 10px 20px;
  font-size: 1.1875em;
  margin-right: 20px;
}
.searchModal .topInput .timeInput {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchModal .topInput .timeInput .input {
  width: 45%;
  margin-right: 0;
  margin-right: 20px;
}
.searchModal .topInput .timeInput .input:last-child {
  margin-left: 20px;
}
.searchModal .topInput .select select {
  width: 100%;
}
.searchModal .popularReports .subtitle {
  display: flex;
  align-items: center;
}
.searchModal .popularReports .subtitle span {
  margin-right: 1rem;
  flex-shrink: 0;
}
.searchModal .popularReports .subtitle hr {
  height: 1px;
  width: 90%;
  display: block;
  border: 1px solid;
}
.searchModal .keywords,
.searchModal .popularReports,
.searchModal .search {
  margin-top: 2rem;
}

/* 關鍵字搜尋頁 */
.keywordsList {
  padding-bottom: 70px;
}
.keywordsList .warpList .item {
  margin-bottom: 30px;
}

/* 新聞類別頁 */
.newsCategray .warpList .item {
  margin-bottom: 30px;
}

/* 節目語言類別搜尋頁 */
.filterCategories {
  background: #f3f3f3;
  padding-bottom: 70px;
}
.filterCategories .subtitle {
  color: #63666a;
  display: flex;
  align-items: center;
}
.filterCategories .classifyList {
  display: inline-block;
  margin-top: 10px;
}
.filterCategories .classifyList .class {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 13px;
  margin-right: 15px;
  display: inline-block;
  align-items: center;
}
.filterCategories .classifyList .class a img {
  height: 100%;
}
.filterCategories .classifyList .class span {
  font-size: 1em;
  color: #63666a;
  margin-right: 5px;
}
.filterCategories .filterList {
  display: grid;
  grid-template-columns: repeat(5, 18.5%);
  justify-content: space-between;
  margin-top: 30px;
}
.filterCategories .filterList .item {
  margin-bottom: 40px;
}
.filterCategories .filterList .item a {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}
.programlanguagetypelist .filterCategories .filterList .item a .imgs,
.podcastlist .filterCategories .filterList .item a .imgs,
.podcastCategray .filterCategories .filterList .item a .imgs {
  height: 290px !important;
  width: 100%;
}
.programlanguagetypelist .filterCategories .filterList .item a .imgs img,
.podcastlist .filterCategories .filterList .item a .imgs img,
.podcastCategray .filterCategories .filterList .item a .imgs img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.filterCategories .filterList .item a .imgs {
  height: 400px !important;
  width: 100%;
  overflow: hidden;
}
.filterCategories .filterList .item a .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.filterCategories .filterList .item a .wrap {
  padding: 10px 10px 30px;
}
.filterCategories .filterList .item a .wrap .tit {
  font-size: 1.1875em;
  font-weight: bold;
  color: #7c2529;
}
.filterCategories .filterList .item a .wrap .txt {
  font-size: 1.0625em;
  color: #333;
  margin: 10px 0;
}
.filterCategories .filterList .item a .wrap .langage {
  margin-top: 15px;
}
.filterCategories .filterList .item a .wrap .langage span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1em;
  color: #63666a;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 13px;
}
.filterCategories .subtitle .num {
  font-size: 0.6em;
  color: #fff;
  background: #e52431;
  margin-left: 5px;
  border-radius: 30px;
  padding: 2px 10px;
}
.filterCategories .breadCrumb {
  margin-top: 0;
  padding-top: 20px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a.moreOne {
  font-size: 1.125em;
}
.newsprogramSearch {
  padding-bottom: 70px;
}
.newsprogramSearch .warpList .item {
  margin-bottom: 30px;
}
.newsprogramSearch .focusReporting {
  padding-bottom: 10px;
}

/* 主持群 */
.hostGroup {
  padding-bottom: 70px;
}
.hostGroup .bar {
  display: flex;
  align-items: center;
}
.bar {
  margin-top: 20px;
  margin-bottom: 30px;
}
.hostGroup .bar input {
  width: 35%;
  margin-left: 3rem;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1.1875em;
}
.hostGroup .bar button {
  background: #e52431;
  color: #fff;
  font-size: 1.1875em;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
  margin-left:-3%
}
.hostGroup .hostList {
  margin-top: 40px;
}
.hostGroup .hostList .item {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.hostGroup .hostList .item div {
  font-size: 1.0625em;
  color: #333;
  text-align: center;
}
.hostGroup .hostList .item .img {
  width: 235px;
  border-radius: 50%;
  height: 235px;
  overflow: hidden;
  display: block;
}
.hostGroup .hostList .item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hostGroup .hostList .item .img:hover {
  box-shadow: 2px 1px 25px -6px rgba(51, 51, 51, 0.4);
}

/* 主持人介紹 */
.hostIntroductionBanner {
  display: flex;
  background: #e52431;
}
.hostIntroductionBanner .hostImg {
  width: 36.7%;
  display: flex;
  background: #ef3340;
  height: 435px;
}
.hostIntroductionBanner .hostImg .img {
  display: flex;
  flex-direction: column;
  width: 33.6%;
}
.hostIntroductionBanner .hostImg .img img {
  width: 100%;
  height: 145.5px;
}
.hostIntroductionBanner .hostImg .avatar {
  width: 66.4%;
  height: 435px;
  margin-top: 0;
}
.hostIntroductionBanner .hostImg .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}
.hostIntroductionBanner .introduction {
  background: #7c2529;
  width: 63.3%;
  padding: 0 190px 30px 60px;
}
.hostIntroductionBanner .introduction .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
}
.hostIntroductionBanner .introduction .title h2 {
  color: #fff;
  font-size: 2.5em !important;
}
.hostIntroductionBanner .introduction .title a {
  background: #e52431;
  width: 150px;
  color: #fff;
  font-size: 1.0625em;
  border-radius: 30px;
  padding: 3px 0px;
  text-align: center;
  height: 36px;
}
.hostIntroductionBanner .introduction .text {
  margin-top: 5px;
}
.hostIntroductionBanner .introduction .text table {
  border: none;
}
.hostIntroductionBanner .introduction .text table tr td span {
  font-size: 1.125em !important;
  color: #fff !important;
}
.hostIntroductionBanner .introduction .text p,.hostIntroductionBanner .introduction .text div {
  font-size: 1.125em !important;
  color: #fff !important;
}
.hostIntroductionBanner .introduction .text p a {
  font-size: 1.125em !important;
  color: #fff !important;
}
.hostIntroductionBanner .introduction .text p span {
  font-size: 1.125em !important;
  color: #fff !important;
}
.hostIntroductionBanner .introduction .link {
  margin-top: 4%;
}
.hostedProgram {
  background: #e5e5e5;
  padding-top: 50px;
  padding-bottom: 100px;
}
.hostedProgram .wrapList {
  margin-top: 15px;
}
.hostedProgram .wrapList .item {
  background: #fff;
  height: 300px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 95px;
}
.hostedProgram .wrapList .item .left {
  width: 20%;
  height: 300px;
}
.hostedProgram .wrapList .item .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hostedProgram .wrapList .item .right {
  width: 77%;
}
.hostedProgram .wrapList .item .right .name {
  font-size: 1.5625em;
  font-weight: bold;
  color: #333;
  margin-top: 25px;
}
.hostedProgram .wrapList .item .right .text {
  font-size: 1.0625em;
  margin-top: 10px;
}
.hostedProgram .wrapList .item .right .link {
  margin-top: 30px;
}
.hostedProgram .wrapList .item .right .link a {
  background: #63666a;
  font-size: 1.0625em;
  color: #fff;
  margin-right: 20px;
  border-radius: 30px;
  padding: 6px 30px;
}
.teaching {
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.teaching .subtitle img {
  display: none;
}
.teaching .wrapList {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 100px;
}
.teaching .wrapList .item {
  margin-bottom: 20px;
}
.teaching .wrapList .item a {
  display: inline-block;
  width: 100%;
}
.teaching .wrapList .item .img {
  width: 100%;
  height: 320px;
}
.teaching .wrapList .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.teaching .wrapList .item .test {
  padding: 10px 15px;
  border: 1px solid #e7e3e3;
}
.teaching .wrapList .item .test .tit {
  font-size: 1.1875em;
  font-weight: bold;
  color: #333;
  white-space: normal;
}
.teaching .wrapList .item .test .classify {
  white-space: normal;
}
.teaching .wrapList .item .test .star {
  margin-top: 5px;
}
.teaching .wrapList .item .test .star img {
  margin-right: 5px;
}
.teaching .wrapList .item .test .star span {
  color: #bb8a16;
  font-size: 1.1875em;
  font-weight: bold;
}
.teaching .wrapList .item:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.bold {
  font-weight: bold;
}
.hostIntroductionBanner .introduction .link a {
  background: #e52431;
  margin-right: 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.0625em;
  padding: 3px 20px 8px 20px;
}
.hostedProgram .wrapList .item:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.filterList .item a:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.filterCategories .yearList {
  /* width: 13%; */
  position: relative;
}
.filterCategories .yearMoren .yearSelInput {
  font-size: 1.125em;
  font-weight: 400;
}
.filterCategories .yearSelect {
  display: flex;
  flex-direction: column;
  top: 90%;
  right: 0;
  width: 100%;
}
.filterCategories .yearSelect li a:hover {
  color: #e52431;
}
.filterCategories .yearSelect li a {
  color: #63666a;
}

/* 廣播劇詳情 */
.radioDramas {
  display: flex;
  background: #f3f3f3;
}
.radioDramasDetails {
  background: #f3f3f3;
}
.radioDramas .left {
  width: 67%;
  background: #63666a;
}
.radioDramas .left .content {
  padding-bottom: 40px;
  width: 80%;
  margin-left: 15%;
}
.radioDramas .left .content h2 {
  font-size: 2.5em !important;
  color: #fff;
  font-weight: bold;
}
.radioDramas .left .content .author {
  font-size: 0.9375em;
  color: #fff;
  padding-left: 3px;
}
.radioDramas .left .content .name {
  font-size: 1.0625em;
  color: #fff;
  font-weight: bold;
}
.radioDramas .left .content .text p {
  font-size: 1.125em;
  color: #fff;
  text-align: justify;
}
.radioDramas .left .content .line {
  width: 100%;
  height: 2px;
  border: 1px solid #333;
  margin-top: 30px;
}
.radioDramas .left .content .program {
  margin-top: 30px;
}
.radioDramas .left .content .program .subtitle {
  color: #fff;
  font-size: 1.5625em;
  font-weight: bold;
}
.radioDramas .left .content .program .num {
  margin-top: 20px;
}
.radioDramas .left .content .program .num a {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.0625em;
  margin-right: 10px;
  padding: 3px 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.radioDramas .left .content .line {
  width: 100%;
  height: 2px;
  border: 1px solid #333;
  margin-top: 30px;
}
.radioDramas .left .content .other {
  margin-top: 30px;
}
.radioDramas .left .content .other a {
  background: #e52431;
  padding: 6px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.0625em;
}
.radioDramas .right {
  width: 33%;
  height: 570px;
}
.radioDramas .imgs {
  min-width: 350px;
  height: 100%;
}
.radioDramas .right .smallImg {
  background: #e52431;
  width: 100%;
}
.radioDramasDetails .monthProgram {
  padding: 0 !important;
  background: inherit;
}
.radioDramasSwiper a img {
  height: 392px;
}
.moreMenuList,
.menuClose,
.breadModal,
.selMenu,
.yearSelect {
  display: none;
} /*默認隱藏*/

/* 節目內頁 */
.programContent {
  width: 100%;
  display: flex;
}
.programContent .left {
  width: 70%;
  background-image: url(../image/programContentBg.png);
  position: relative;
  background-size: cover;
  padding-bottom: 20px;
}
.programContent .flexImg {
  width: 30%;
  background: #e52431;
}
.programContent .left .content {
  width: 80%;
  margin-left: 15%;
  position: relative;
  z-index: 1;
}
.programContent .left .content .wrap {
  margin-top: 2%;
}
.programContent .left .content .wrap span {
  color: #fff;
  font-size: 1em;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 3px 15px;
}
.programContent .left .content .avatar {
  display: flex;
  margin-top: 2%;
}
.programContent .left .content .avatar .pic {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.programContent .left .content .avatar .avatarList .swiper {
  width: 90px;
}
.programContent .left .content .avatar .avatarList img {
  width: 80px !important;
  height: 80px !important;
}
.programContent .left .content .avatar .title {
  margin-left: 1%;
}
.programContent .left .content .avatar .title h2 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 700;
}
.programContent .left .content .avatar .title .flex {
  display: flex;
  align-items: center;
}
.programContent .left .content .avatar .host {
  display: inline-block;
  margin-right: 20px;
  margin-top: 6px;
}
.programContent .left .content .avatar .host .flex span {
  color: #fff;
  font-size: 0.9375em;
  margin-left: 5px;
}
.programContent .left .content .avatar .host .flex .underline {
  color: #fff;
  font-size: 1.0625em;
  font-weight: 700;
}
.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.programContent .left .content .text p {
  font-size: 1.125em;
  color: #fff;
  margin-top: 15px;
}
.programContent .left .content .text p a {
  color: #fff;
}
.programContent .left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.programContent .center {
  width: 70%;
}
.programContent .center img {
  width: 100%;
}
.programContent .right {
  width: 30%;
}
.programContent .right .img {
  width: 100%;
}
.programContent .right .img img {
  width: 100%;
}
.programContent .left .content .avatar .host img {
  height: auto;
  width: auto;
  border-radius: 0;
}
.proNewsletter {
  background: #f3f3f3;
  padding-bottom: 3rem;
}
.proNewsletter .proNewsletterContent {
  width: 80%;
  margin: 0 auto;
}
.proNewsletter .proNewsletterContent .wrap {
  text-align: end;
  padding-top: 2.5%;
}
.proNewsletter .proNewsletterContent .wrap a {
  background: #63666a;
  border-radius: 30px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.0625em;
  margin-left: 5px;
}
.proNewsletter .proNewsletterContent .wrap a:hover {
  opacity: 0.5;
}
.proNewsletter .proNewsletterContent .wrap a span {
  color: #fff;
  font-size: 1.0625em;
  margin-left: 5px;
}
.proNewsletter .proNewsletterContent .letterList {
  margin-top: 1%;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap {
  background: #fff;
  margin-bottom: 1.5rem;
  position: relative;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap .links {
  padding: 30px 25px;
  display: inline-block;
  width: 100%;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap .links .item {
  display: flex;
  justify-content: space-between;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap .links .item .img {
  width: 25%;
  height: 220px;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .links
  .item
  .img
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .links
  .item
  .contText {
  width: 72.5%;
  padding-left: 2rem;
  border-left: 1px solid #ccc;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .links
  .item
  .contText
  .name {
  font-size: 1.5625em;
  font-weight: 700;
  color: #333;
  margin-top: 30px;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .links
  .item
  .contText
  .tit {
  margin-top: 5px;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .links
  .item
  .contText
  .tit
  p {
  font-size: 1.125em !important;
  color: #333;
  text-align: justify;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap .rightAb {
  position: absolute;
  width: 67.5%;
  right: 30px;
  top: 20px;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap .rightAb .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .rightAb
  .time
  .link {
  display: flex;
  align-items: center;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .rightAb
  .time
  .link
  .link {
  width: 30px;
  height: 30px;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .rightAb
  .time
  .link
  .audio {
  position: inherit;
  height: auto;
  width: auto;
  z-index: 0;
  background: #e52431;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.0625em;
  border-radius: 30px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .rightAb
  .time
  .link
  .audio
  img {
  vertical-align: middle;
  margin-right: 4px;
}
.proNewsletter
  .proNewsletterContent
  .letterList
  .itemWrap
  .rightAb
  .time
  .link
  .audio:hover {
  opacity: 0.5;
}
.proNewsletter .proNewsletterContent .letterList .itemWrap .links:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.proNewsletterContent .bannerImg:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.proNewsletterContent .bannerImg {
  text-align: center;
  padding: 50px 0;
  background: #fff;
}
.proNewsletterContent .bannerImg a{width: 100%;}
.proNewsletterContent .bannerImg a img{width: 100%;object-fit: contain;}
.themeProgramContent {
  background: #fff;
}
.programContent .breadCrumb a,
.programContent .breadcrumb-item,
.programContent .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.radioDramasDetails .breadCrumb a,
.radioDramasDetails .breadcrumb-item,
.radioDramasDetails .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.hostIntroductionBanner .introduction .breadCrumb a,
.hostIntroductionBanner .introduction .breadcrumb-item,
.hostIntroductionBanner
  .introduction
  .breadcrumb-item
  + .breadcrumb-item::before {
  color: #fff;
}
.themeProgramContent a .wrap {
  border: 1px solid #eee;
}

/* 訂閱電子報 */
.newsPaper {
  padding-bottom: 70px;
}
.newsPaper .content {
  margin-top: 3%;
}
.newsPaper .content .left {
  width: 70%;
  background: #f3f3f3;
  padding: 40px 55px;
}
.newsPaper .content .left .title {
  color: #7c2529;
  font-size: 1.1875em;
  font-weight: bold;
}
.newsPaper .checkBox {
  margin-top: 2%;
}
.newsPaper .checkBox .form-check {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.newsPaper .content .left .text {
  font-size: 1.125em;
  color: #333;
  margin-top: 4%;
}
.newsPaper .content .left .email {
  display: flex;
  position: relative;
  margin-top: 4%;
}
.newsPaper .content .left .email input {
  width: 100%;
  border-radius: 30px;
  padding-left: 15px;
  height: 49px;
  line-height: 49px;
  color: #63666a;
  font-size: 1.1875em;
  border: 1px solid #ccc;
}
.newsPaper .content .left .email button {
  background: #e52431;
  font-weight: bold;
  color: #fff;
  border: none;
  padding: 0 20px;
  font-size: 1.1875em;
  border-radius: 30px;
  position: absolute;
  right: 0;
  height: 49px;
  cursor: pointer;
}
.newsPaper .content .left .email button:hover {
  opacity: 0.5;
}
.newsPaper .right {
  width: 27%;
}
.newsPaper .right .tit {
  font-size: 1.1875em;
  font-weight: bold;
  color: #333;
}
.newsPaper .right .langage a {
  font-size: 1.125em;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

/* 節目表 */
.programSchedule {
  padding-bottom: 70px;
}
.programSchedule .tab {
  background: #63666a;
  height: 79px;
}
.programSchedule .tab-header {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  height: 100%;
}
.programSchedule .tab-header a {
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background: #63666a;
  padding-top: 30px;
  font-size: 1.0625em;
  font-weight: 700;
  color: #fff;
}
.programSchedule .tab-header a span:first-child{display: none;}
.programSchedule .tab-header a.active {
  background: #fff;
  color: #e52431;
}
.programSchedule .tab-header a:last-child {
  border-right: none;
}
.programSchedule .tab-content .tab-item {
  display: none;
  padding: 10px;
}
.programSchedule .tab-content .active {
  display: block;
}
.programSchedule .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.programSchedule .title .flex{width: 80%;flex-wrap: wrap;}
.programSchedule .title a {
  background: #63666a;
  color: #fff;
  font-size: 1.0625em;
  border-radius: 30px;
  padding: 6px 20px;
  margin-top: 10px;
}
.programScheduleIndex .title .subtitle{white-space: nowrap;}
.programSchedule .title a:hover {
  opacity: 0.5;
}
.programSchedule .title a img {
  margin-right: 4px;
}
.programSchedule .programList {
  width: 100%;
}
.programSchedule .programList .item {
  width: 100%;
}
.programSchedule .programList .item .wrap {
  position: relative;
}
.programSchedule .programList .item .wrap .cont {
  z-index: inherit;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  position: relative;
  height: auto;
}
/* .programSchedule .programList .item .wrap .cont .left{ width: 10%; } */
/* .programSchedule .programList .item .wrap .cont .left .time{ font-size:1.5625em; font-weight: bold; text-align: center; color: #333; position: relative; height: 165px; } */
.programSchedule .programList .item .wrap .cont .left .time .onAir {
  background: #ef3340;
  font-size: 0.6em;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 4px 0;
  position: absolute;
  left: 12%;
}
.programSchedule .programList .item .wrap .cont .left .time::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  height: 100%;
  border-left: 1px solid #ccc;
}
.programSchedule .programList .item .wrap .cont .right {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  background: #f3f3f3;
  max-height: 210px;
}
.programSchedule .programList .item:last-child .right {
  margin-bottom: 0 !important;
}
.programSchedule .programList .item .wrap .cont .right .img {
  width: 210px;
  height: 210px;
}
.programSchedule .programList .item .wrap .cont .right .img a{height: 100%;}
.programSchedule .programList .item .wrap .cont .right .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.programSchedule .programList .item .wrap .cont .right .msg {
  width: 85%;
  padding: 15px 25px;
}
.programSchedule .programList .item .wrap .cont .right .msg .name {
  color: #333;
  font-size: 1.75em;
}
.programSchedule .programList .item .wrap .cont .right .msg .txt {
  font-weight: bold;
  font-size: 1.0625em;
  color: #827373;
}
.programSchedule .programList .item .wrap .cont .right .msg .tit {
  color: #333;
  font-size: 1.0625em;
  margin-top: 1%;
  width: 85%;
}
.programSchedule .programList .item .wrap .icon {
  position: absolute;
  right: 3%;
  top: 11%;
}
.pcIcon{display: block;}
.rwdIcon{display: none;}
.programSchedule .programList .item .wrap .icon .audio {
  z-index: inherit;
  position: inherit;
  display: inherit;
  bottom: inherit;
  background: #e52431;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-left: -40px;
}
.programSchedule .programList .item .wrap .cont:hover .right .msg {
  border-bottom: 2px solid #ef3340;
}

.programSchedule .flexItem .left {
  width: 10%;
}
.programSchedule .flexItem .left .time {
  font-size: 1.5625em;
  font-weight: bold;
  text-align: center;
  color: #333;
  position: relative;
  height: 100%;
}
.programSchedule .flexItem .left .time::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-left: 1px solid #ccc;
}
.programSchedule .flexItem .left .time .onAir {
  background: #ef3340;
  font-size: 1.0625em;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 4px 0;
  position: absolute;
  left: 12%;
  top: 0%;
}

/* podcast總覽 */
.podcastToday {
  height: 560px;
  width: 100%;
  background: #7c2529;
  background-image: url("../image/bg3.png");
  background-repeat: no-repeat;
}
.podcastToday .marquee {
  height: 268px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 2px auto;
  margin-top: 30px;
}
.podcastToday .marquee .marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: rtl 80s linear infinite;
}
.podcastToday .marquee .marquee--inner a {
  margin: 12px;
  width: 268px;
  height: 268px;
  overflow: hidden;
}
.podcastToday .marquee .marquee--inner a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.podcastToday .marquee .marquee--inner:hover {
  animation-play-state: paused;
}
.podcastToday .marquee .marquee--inner:hover a {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 1);
}
.podcastToday .bannerList {
  padding-top: 1%;
}
.podcastToday .bannerList .title h2 {
  color: #fff;
  z-index: 10;
}
.podcastToday .breadCrumb a,
.podcastToday .breadcrumb-item,
.podcastToday .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.podcastToday .breadCrumb {
  margin-top: 0;
}
.hotPodcastSwiper a {
  height: 280px;
  width: 280px;
  overflow: hidden;
}
.hotPodcastSwiper a img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.hotPodcastSwiper .swiper-button-prev,
.hotPodcastSwiper .swiper-button-next {
  top: 14.5%;
}
.podcastThemeProgram {
  padding-top: 30px;
  padding-bottom: 70px;
}
.podcastThemeProgram .themeProgram {
  background: #fff;
  padding: 30px 0;
}
.selectedRti {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 70px;
}
.selectedRti .filterList {
  display: grid;
  grid-template-columns: repeat(5, 18.5%);
  justify-content: space-between;
  margin-top: 30px;
}
.selectedRti .filterList .item {
  margin-bottom: 50px;
}
.selectedRti .filterList .item a {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
}
.selectedRti .filterList .item a .img {
  width: 100%;
  height: 268px;
  overflow: hidden;
}
.selectedRti .filterList .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.selectedRti .filterList .item a img {
  width: 100%;
  height: 268px;
}
.selectedRti .filterList .item a .wrap {
  padding: 10px 10px 30px;
}
.selectedRti .filterList .item a .wrap .tit {
  font-size: 1.1875em;
  font-weight: bold;
  color: #7c2529;
}
.selectedRti .filterList .item a .wrap .txt {
  font-size: 1.0625em;
  color: #333;
  margin: 10px 0;
}
.selectedRti .filterList .item a .wrap .langage {
  margin-top: 15px;
}
.selectedRti .filterList .item a .wrap .langage span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1em;
  color: #63666a;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 13px;
}

/* podcast詳情 */
.podcastDetailsBanner {
  height: 520px;
  width: 100%;
  background: #63666a;
  background-position: left bottom;
  background-image: url(../image/bg4.png);
  background-repeat: no-repeat;
  padding-top: 1%;
}
.podcastDetailsBanner .left {
  width: 25%;
  height: 375px;
}
.podcastDetailsBanner .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.podcastDetailsBanner .right {
  width: 73%;
  padding-left: 3%;
}
.podcastDetailsBanner .right .classify span {
  font-size: 1em;
  color: #fff;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 3px 13px;
  margin-right: 13px;
}
.podcastDetailsBanner .right h2 {
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
}
.podcastDetailsBanner .right .host {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-top: 6px;
}
.podcastDetailsBanner .right .host .flex {
  align-items: center;
  color: #fff;
}
.podcastDetailsBanner .right .host .flex span {
  color: #fff;
  font-size: 0.9375em;
  margin-left: 5px;
}
.podcastDetailsBanner .right .host .flex .underline {
  color: #fff;
  font-size: 1.0625em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.podcastDetailsBanner .right .text p {
  font-size: 1.125em;
  color: #fff;
  margin-top: 1.5%; 
}
.podcastDetailsBanner .right .link {
  margin-top: 2.5%;
}
.podcastDetailsBanner .right .link a {
  background: #e52431;
  font-size: 1.0625em;
  color: #fff;
  border-radius: 30px;
  padding: 6px 20px;
  margin-right: 15px;
}
.podcastDetailsBanner .right .link a:hover {
  opacity: 0.5;
}
.platformListening {
  border-bottom: 1px solid #ccc;
  padding-top: 3.4%;
  padding-bottom: 3.4%;
}
.platformListening .left .wifi a {
  background: #63666a;
  font-size: 1.0625em;
  border-radius: 30px;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.platformListening .right {
  margin-left: 4.5%;
  text-align: center;
}
.platformListening .right a {
  margin-right: 15%;
}
.platformListening .right a div {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
.podcastDetails {
  padding-top: 40px;
  padding-bottom: 70px;
}
.platformListening .left .wifi a:hover {
  opacity: 0.5;
}
.podcastDetails .themeProgram {
  background: #fff;
  padding: 40px 0 20px 0;
}
.podcastDetails .themeProgram .container {
  width: 100%;
}
.podcastDetails .themeProgram a .wrap {
  border: 1px solid #eee;
}
.podcastDetails .themeProgram .swiper-button-next {
  right: 0;
}
.podcastDetails .themeProgram .swiper-button-prev {
  left: 94%;
}
.podcastDetailsBanner .breadCrumb {
  margin-top: 0;
}
.podcastDetailsBanner .breadCrumb a,
.podcastDetailsBanner .breadcrumb-item,
.podcastDetailsBanner .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.podcastThemeProgram .themeProgram .swiper-item {
  width: auto;
}

/* sitemap */
.sitemap {
  padding-bottom: 70px;
}
.sitemap .subtitle:first-child {
  margin-top: 0;
}
.sitemap .serviceType .subtitle {
  margin-top: 30px;
}
.sitemap .subtitle {
  color: #7c2529;
  font-weight: bold;
  font-size: 1.5625em;
}
.sitemap .topicCategory .categoryLink {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.sitemap .topicCategory .categoryLink a {
  font-weight: bold;
  font-size: 1.1875em;
  color: #63666a;
  margin-right: 20px;
}
.sitemap .topicCategory .categoryLink a span {
  padding-left: 20px;
}
.sitemap .topicCategory .categoryLink a:last-child span {
  display: none;
}
.sitemap .serviceType {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.sitemap .serviceType .typeList {
  display: flex;
  margin-top: 10px;
}
.sitemap .serviceType .typeList .left {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.sitemap .serviceType .typeList .left .item:first-child {
  width: 15%;
}
.sitemap .serviceType .typeList .left .item:nth-child(2) {
  width: 25%;
}
.sitemap .serviceType .typeList .left .item:nth-child(3) {
  width: 35%;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) {
  width: 20%;
}
.sitemap .serviceType .typeList .left .item .Name {
  background: #f3f3f3;
  text-align: left;
}
.sitemap .serviceType .typeList .left .item .Name a {
  color: #333;
  font-weight: bold;
  font-size: 1.1875em;
  display: inline-block;
  padding: 6px 20px;
  width: 100%;
}
.sitemap .serviceType .typeList .left .item .link {
  display: inline-grid;
  margin-left: 10%;
  text-align: left;
}
.sitemap .serviceType .typeList .left .item .link div {
  margin-top: 4px;
  position: relative;
}
.sitemap .serviceType .typeList .left .item .link a {
  color: #333;
  margin-top: 6px;
  font-size: 1.125em;
}
/* .sitemap .serviceType .typeList .right{ width: 20%;margin-left: 40px; } */
.sitemap .serviceType .typeList .left .item:nth-child(4) .items {
  margin-top: 20px;
  text-align: left;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) .items .Name {
  background: #f3f3f3;
  color: #333;
  font-weight: bold;
  font-size: 1.1875em;
  padding: 6px 10px 6px 20px;
  width: 100%;
  display: block;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) .app {
  color: #333;
  font-size: 1.125em;
  margin-left: 12%;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) .app a {
  font-size: 1.125em;
  color: #333;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) .app a:hover {
  color: #e52431;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) .items .Name:hover {
  background: #e52431;
  color: #fff;
  opacity: 0.5;
}
.sitemap .serviceType .typeList .left .item:nth-child(4) .items img {
  width: 100%;
}
.sitemap .topicCategory:last-child .categoryLink {
  border-bottom: none;
}
.sitemap .serviceType .typeList .left .item .link a:hover {
  color: #e52431;
}
.sitemap .topicCategory .categoryLink a:hover {
  color: #e52431;
}
.sitemap .serviceType .typeList .left .item .link .twoLink div::before {
  position: absolute;
  top: 20px;
  left: -7px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: #333;
  border-radius: 50%;
}
.sitemap .serviceType .typeList .left .item .link .twoLink {
  margin-left: 25px;
  margin-top: -5px;
}
.sitemap .serviceType .typeList .left .item .link .twoLink div a {
  margin-left: 5px;
}
.sitemap .topicCategory:last-child .subtitle {
  margin-top: 30px;
}
/* 置頂 */
.scorll-top {
  display: none;
  background: #e52431;
  width: 55px;
  height: 55px;
  line-height: 3;
  text-align: center;
  position: fixed;
  right: 0;
  top: 45%;
}
.scorll-top a {
  width: 100%;
  height: 100%;
}
.scorll-top a img {
  padding-top: 10%;
}

/* googleSearch */
.gs-title {
  font-size: 1.25em !important;
  font-weight: bold;
}
.gs-title b {
  font-size: 1em !important;
  font-weight: bold;
  color: #e52431 !important;
}
.gsc-table-result {
  font-size: 1rem !important;
}
.gsc-table-result b {
  font-size: 1em !important;
  font-weight: bold;
  color: #e52431 !important;
}
.gsc-url-top {
  display: none !important;
}
.gsc-search-button button {
  height: 36px;
}
.gsst_a .gscb_a {
  color: #ccc !important;
}
.gsc-orderby {
  font-size: 0.85em !important;
}
.gsc-selected-option-container {
  font-size: 0.8em !important;
}
.gcsc-find-more-on-google {
  color: #7c2529 !important;
}
.gsc-cursor-current-page {
  color: #7c2529 !important;
}
/*無障礙*/
a.sr-only {
  background: #e52431;
  color: #fff;
  z-index: 9;
}
.sr-only {
  position: absolute;
  padding: 0;
  margin: -0.063rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 0.063rem;
  height: 0.063rem;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: #fff;
}
.noscript {
  background: #e52431;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/* cookies */
.cookies {
  display: none;
  background: #fff;
  height: 150px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.3);
}
.cookies .conts {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
}
.cookies .conts .text p {
  font-size: 1.125em;
  color: #333;
}
.cookies .conts a {
  background: #63666a;
  color: #fff;
  font-size: 1.0625em;
  border-radius: 30px;
  padding: 6px 30px;
  margin-left: 20px;
}
::-webkit-scrollbar {
  display: none;
}

@-webkit-keyframes rtl {
  0% {
    left: 0;
  }

  to {
    left: -100%;
  }
}

@keyframes rtl {
  0% {
    left: 0;
  }

  to {
    left: -100%;
  }
}
.rwdHeader {
  display: none;
}
.rwdShow {
  display: none;
}
.pcShow {
  display: block;
}
.linkIcon{display: flex;justify-content: space-between;align-items: center;margin-top: 1%;}
.fbIcon a{border-radius: 5px;; width: 32px;}
.fbIcon .fb{ background:#0A66FF;}
.fbIcon .line{ background: #09C301;margin-left: 1rem; }
@media (min-width: 2560px) {
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a {
    font-size: 1.125em;
    margin-right: 25px;
  }
  .audioFocus .swiper-button-prev {
    left: 83%;
  }
  .YouTube,.youtube {
    margin-right: 10%;
  }
  .indexAudio .swiper-button-next,
  .indexAudio .swiper-button-prev {
    top: 12%;
  }
  .searchModal .masked {
    height: 15vh;
  }
  .searchModal .cont {
    height: 85vh;
    overflow-y: auto;
  }
  .newsDetails .swiper .posImg,
  .newsDetails .swiper iframe {
    height: 508px;
  }
  .Banner .container a img {
    width: 100%;
  }
  .filterCategories .filterList .item a .imgs {
    height: 210px !important;
  }
  .themeProgram a img {
    height: 260px;
  }
  .podcastDetails .themeProgram .swiper-button-prev {
    left: 92%;
  }
  .themeProgram .swiper-button-prev {
    left: 83%;
    top: 11.5%;
  }
  .themeProgram .swiper-button-next {
    top: 11.5%;
  }
  .radioDramas .left {
    width: 60%;
  }
  .radioDramas .right {
    width: 40%;
    height: 492px;
  }
  .audio .left {
    width: 12.5%;
  }
  .bottom .allProgress {
    width: 70%;
  }
  .audio .right {
    margin-left: 2rem;
  }
  .hostGroup .hostList .item .img {
    height: 172px;
    width: 172px;
  }
  .hostedProgram .wrapList .item .left {
    width: 25%;
  }
  .hostedProgram .wrapList .item .right {
    width: 72%;
  }
  .teaching .wrapList .item .img {
    height: 240px;
  }
  .recruitingBanner .right img:first-child {
    width: 70%;
  }
  .recruitingBanner .right img:last-child {
    width: 30%;
  }
  .recruiting .recruitingPost .List .postItem .link a:first-child {
    padding: 5px 20px;
  }
  .recruiting .recruitingPost .List .postItem .link a:last-child {
    padding: 5px 20px;
  }
  .recruiting .recruitingPost .List .postItem {
    height: 610px;
  }
  .recruiting .recruitingPost .List .postItem .work::before {
    width: 75%;
  }
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
  }
}

/* 手機版 */
@media (max-width: 1440px) {
  .Banner .container{width:65%}
  .topicCategoriesHeader.classifyHeader .headerBottom .bottomMenu{width: 100%;}
  /* .footer .content .item:last-child { width: 23.5%; } */
  .programCategories .itemWrap .item span{bottom: 15px;}
  .audioFocus .swiper .swiper-item .img {
    height: 225px;
    min-height: 225px;
    object-fit: contain;
  }
  .indexFocus .focusList .focusRight .item .right .date,
  .indexFocus .focusCont .date {
    display: inherit;
  }
  .indexFocus .focusList .focusLeft .img {
    width: 48%;
    height: 270px;
  }
  .indexFocus .focusList .focusRight .item .right .redShow {
    width: auto;
  }
  .indexHotBroadcast .hotDate .right .top .link a:first-child {
    padding: 5px 12px;
  }
  .topicCategoriesHeader .headerTop,
  .topicCategoriesHeader .headerBottom,
  .footer .content {
    width: 90%;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a {
    font-size: 1.25em;
    margin-right: 25px;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .right {
    right: 5%;
  }
  .container {
    width: 90%;
  }
  /* 首頁 */
  .audioFocus .swiper-button-next {
    right: 5.5%;
  }
  .indexAudio .swiper-button-next,
  .indexAudio .swiper-button-prev {
    top: 12% !important;
  }
  .audioFocus .swiper-button-prev {
    left: 88.5%;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.875em;
  }
  .banner .swiper-button-next {
    right: 10%;
  }
  .banner .swiper-button-prev {
    left: 10%;
  }
  /* .Shorts .swiper-button-prev,
  .Shorts .swiper-button-next {
    top: 6.8% !important;
  } */
  .hotBroadcast .hotDate .right .top .title {
    width: 80%;
  }
  /* 新聞首頁 */
  .Banner .container a img {
    width: 100%;
  }
  .topicCategoriesHeader .headerBottom .breadMenu {
    margin-right: 2rem;
  }
  .classifyHeader .headerBottom {
    width: 90% !important;
  }
  .topicCategoriesHeader .headerBottom .left {
    width: auto;
  }
  .themeProgram .swiper-button-next {
    right: 5.5%;
    top: 11.5%;
  }
  .themeProgram .swiper-button-prev {
    left: 88.5%;
    top: 11.5%;
  }
  .audioFocus .swiper-button-prev,
  .audioFocus .swiper-button-next {
    top: 10%;
  }
  .conheaderNav a {
    font-size: 1.25em !important;
  }
  .footer .top .content .item .snsImg a img {
    width: 40px;
  }
  /* 新聞詳情頁 */
  .newsDetails .right .podcast .podWrap .podGo a {
    padding: 8px 30px;
  }

  .serverHeader .conheaderNav a {
    font-size: 1.125em !important;
  }
  .filterCategories .filterList .item a .imgs {
    height: 240px !important;
  }
  .newsDetails .swiper .posImg,
  .newsDetails .swiper iframe {
    height: 508px;
  }
  /* 節目首頁 */
  .programAudio .swiper-button-prev,
  .programAudio .swiper-button-next {
    top: 9.5%;
  }
  .todayTot .swiper-button-next {
    right: 5%;
    top: 21%;
    z-index: 2;
  }
  .todayTot .swiper-button-prev {
    top: 21%;
    left: 89%;
  }
  .linkList .swiper-button-prev {
    left: 8%;
  }
  .themeProgram a img {
    height: 302px;
  }
  .eventAnnouncement .swiper-button-prev,
  .eventAnnouncement .swiper-button-next {
    top: 15%;
  }

  /* 音當 */
  .audio {
    height: auto;
  }
  .audio .left {
    width: 11%;
  }
  .audio .right {
    width: 84%;
  }
  .bottom .allProgress {
    width: 70%;
  }
  /* .audio .right .bottom .audioGo{position: absolute; top: 50px; right: 11%;}
.audio .right .bottom .audioBack{position: absolute; top: 50px; right: 7%;} */
  .scorll-top {
    top: 60%;
  }

  /* 主持人 */
  .hostGroup .hostList .item .img {
    height: 190px;
    width: 190px;
  }
  .hostedProgram .wrapList .item .left {
    width: 25%;
  }
  .hostedProgram .wrapList .item .right {
    width: 72%;
  }
  .programContent .left {
    width: 65%;
  }
  .programContent .flexImg {
    width: 35%;
  }
  .radioDramas .left {
    width: 60%;
  }
  .radioDramas .right {
    width: 40%;
  }
  .radioDramasSwiper a img {
    height: 340px;
  }
  .barTop .title {
    padding-left: 5%;
  }

  .teamList .item .left {
    height: 408px;
  }
  .recruitingBanner .left {
    padding-left: 5%;
    width: 50%;
  }
  .recruitingBanner .right {
    width: 50%;
  }
  .recruitingBanner .right img:first-child {
    width: 77%;
  }
  .recruitingBanner .right img:last-child {
    width: 23%;
  }
  .recruiting .recruitingPost .List .postItem .link a:last-child {
    padding: 5px 35px;
  }
  .recruiting .recruitingPost .List .postItem {
    height: 530px;
  }
  .recruiting .recruitingPost .List .postItem .work::before {
    width: 78%;
  }
  .recruiting .capacity {
    grid-template-columns: repeat(6, 16%);
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    width: 80%;
    padding: 10px 0;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir img {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .Banner{margin-top: 4%;padding-top: 30px;padding-bottom:30px;}
  /* .footer .content .item:last-child { width: 26.5%; } */
  .indexFocus .focusList .focusLeft .img{width: 45%;}
  .indexHotBroadcast .hotDate .right .top .title {
    width: 75%;
  }
  /* header */
  .rwdMenu .menuTwo {
    padding: 20px 40px;
    background: #e52431;
    align-items: center;
    display: flex;
  }
  .rwdMenu .menuTwo .name {
    display: inline-block;
    color: #fff;
    margin-right: 50px;
    font-size: 1.25em;
    position: relative;
  }
  .rwdMenu .menuTwo .name .topMoreOne {
    color: #fff;
  }
  .headerOutline::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #e52431;
    border-radius: 10px;
    background: #333;
  }
  .header {
    display: none;
  }
  .home.newsCategray,
  .home.hostlist {
    padding-top: 160px;
  }
  .rwdHeader {
    display: block;
    position: relative;
  }
  .rwdMenu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2);
  }
  .rwdMenu .menu {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    padding: 0 35px; /* box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);*/
  }
  .rwdMenu .menu .left {
    position: relative;
    width: 30%;
    display: flex;
    align-items: end;
  }
  .rwdHeader .menu .left a {
    margin-left: 10%;
    margin-right: 10%;
  }
  .rwdMenu .menu .right {
    display: flex;
    align-items: center;
    margin-top: 2%;
  }
  .rwdNav {
    display: none;
  }
  .rwdNav .rwdNavList {
    overflow-y: auto;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 100;
    position: fixed;
    top: 90px;
    background: #e52431;
    display: flex;
    padding: 60px 70px;
  }
  .rwdNav .item .title {
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 40px;
  }
  .rwdNav .item:last-child {
    padding-left: 4%;
  }
  .home.newssearch {
    padding-top: 90px;
  }
  .rwdNav .item {
    width: 100%;
  }
  .rwdNav .item a {
    display: block;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
    width: 98%;
  }
  .rwdHeader .closeImg {
    display: none;
  }
  .rwdHeader .logoImg {
    margin-left: 6%;
  }
  .home.indexHome {
    padding-top: 90px;
  }
  .topBanner .focusReporting {
    padding-top: 20px;
  }
  .rwdHeader .globeImg {
    width: 40px;
  }
  .rwdHeader .searchImg {
    margin-left: 15px;
    width: 30px;
  }
  .home.sitemapIndex {
    padding-top: 90px;
  }
  .rwdHeader .rights {
    position: relative;
  }
  .rwdHeader .rights input {
    color: #e52431 !important;
    font-size: 1.0625em !important;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 4px 15px;
  }
  .rwdHeader .rights button {
    color: #fff;
    background: #6a666a;
    border-radius: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.0625em;
    position: absolute;
    left: 85%;
  }
  .sitemap .serviceType .typeList .left {
    width: 75%;
  }
  .rwdLangage {
    overflow-y: auto;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 100;
    position: fixed;
    top: 89px;
    background: #fff;
    display: none;
  }
  .rwdLangage .lang {
    display: block;
    color: #63666a;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;
  }
  .rwdSearch {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 100;
    position: fixed;
    top: 89px;
    background: #fff;
    padding: 40px;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .rwdSearch input,
  .rwdSearch select {
    height: 49px;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 100%;
    padding-left: 20px;
    font-size: 1.1875em;
  }
  .rwdSearch .inputTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
  }
  .rwdSearch .inputTime input {
    width: 48%;
  }
  .rwdSearch select {
    margin-top: 3%;
  }
  .rwdSearch button {
    width: 100%;
    height: 49px;
    background: #e52431;
    color: #fff;
    font-size: 1.1875em;
    border-radius: 30px;
    margin-top: 3%;
  }
  .rwdHeader .headerBottom .CheckboxMenu .form-check {
    display: block;
  }
  .rwdMenu .menuTwo .name .topImg {
    transform: rotate(180deg);
    width: 18px;
  }
  .rwdHeader .CheckboxMenu {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100% !important;
    color: #333;
    height: 100vh;
    top: 160px;
    padding-left: 5%;
    overflow-y: auto;
    padding-bottom: 160px;
  }
  .rwdHeader .CheckboxMenu .text {
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: normal;
  }
  .overflowX {
    overflow-x: auto;
    white-space: nowrap;
  }
  .rwdSubtitle .titles {
    color: #63666a;
    font-weight: bold;
    font-size: 2em;
  }
  .rwdHeader .rwdSubtitle a {
    width: 20%;
    margin-left: 5%;
  }
  .rwdHeader .rwdSubtitle .logoImg {
    width: auto;
  }

  .Shorts .swiper-button-prev,
  .Shorts .swiper-button-next {
    top: 9.5% !important;
  }
  .scorll-top {
    top: 60.5%;
    z-index: 10;
  }
  .topicCategoriesHeader .headerTop,
  .topicCategoriesHeader .headerBottom,
  .footer .content {
    width: 94% !important;
  }
  .container {
    width: 94%;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a {
    font-size: 1.125em;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .right {
    width: 100px;
  }
  .focusReporting .focus a .img {
    width: 66%;
    height: 335px;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .right {
    right: 3%;
  }
  .focusReporting .focus .focusList a .img {
    height: 168px;
  }
  .hotList .item:nth-child(2) .right .title,
  .focusReporting .hotTopic .topTitle a,
  .focusReporting .focus .content .imgFlex span {
    font-size: 1.375em;
  }
  .focusReporting .focus .content .text,
  .warpList .item .title,
  .hotList .item .right .title,
  .hotList .item .right .tit,
  .audioFocus .titles {
    font-size: 1em;
  }
  .warpList .item .img {
    height: 168px;
  }
  .audioFocus .subtitle {
    font-size: 1.5625em;
  }
  .audioFocus .swiper-button-prev {
    left: 86.5%;
  }
  .audioFocus .swiper .swiper-item .img {
    height: 160px;
    min-height: 160px;
  }
  .indexAudio.audioFocus .swiper-button-next,
  .indexAudio.audioFocus .swiper-button-prev {
    top: 13%;
  }
  .classificatin .wrap .title {
    font-size: 1.5em;
  }
  .classificatin .wrap .img .imgBg,
  .classificatin .wrap .img {
    height: 170px;
  }
  .Shorts .swiper .swiper-item .img {
    height: 385px;
    min-height: 385px;
  }
  .Shorts .swiper-button-prev,
  .Shorts .swiper-button-next {
    top: 9.8%;
  }
  .linkList .swiper-button-prev {
    left: 7%;
  }
  .footer .content .tit,
  .footer .content .tit a,
  .footer .content .link a {
    font-size: 1em !important;
  }
  .footer .content .item a,
  .footer .app {
    font-size: 1.25em;
  }
  .footer .top .content .item .snsImg a img {
    width: 30px;
  }
  /* 新聞詳情頁 */
  .newsDetails .left {
    width: 66%;
  }
  .newsDetails .right {
    width: 30%;
  }
  .newsDetails .lunbo img {
    height: 358px;
  }
  .newsDetails .right .podcast .podWrap .podGo a {
    padding: 5px;
    text-align: center;
    margin: 3px;
  }
  .newsDetails .hotList .item {
    top: 0;
  }
  .warpList .item .title {
    min-height: 50px;
  }
  .newsDetails .left h2 {
    font-size: 1.625em !important;
  }
  .Banner .container {
    width: 77%;
  }
  .newsDetails .left .message .items {
    width: 48%;
  }

  /* 新聞首頁 */
  .conheaderNav a {
    font-size: 1.25em !important;
  }
  .lifeStyle .lifeList a .img {
    height: 170px;
  }
  .audioFocus .swiper-button-prev,
  .audioFocus .swiper-button-next {
    top: 11%;
  }
  .audioFocus .swiper-button-prev {
    left: 87.5%;
  }
  .YouTube,.youtube {
    margin-right: 12%;
  }
  .themeProgram .swiper-button-prev {
    left: 87.5%;
  }
  .themeProgram a img {
    height: 260px;
  }
  /* 節目首頁 */
  .classifyHeader .conheaderNav a {
    font-size: 1.125em !important;
  }
  .focusReporting .hotTopic {
    width: 30%;
  }
  .focusReporting .focus {
    width: 68%;
  }
  .todayTot .swiper-button-next,
  .todayTot .swiper-button-prev {
    top: 20%;
  }
  .todayTot .swiper-button-prev {
    left: 88%;
  }
  .hotBroadcast .button {
    margin-right: 9%;
  }
  .programCategories .itemWrap .item a img {
    height: 98px;
  }
  .programCategories .itemWrap .item span {
    font-size: 1.25em;
  }
  .programAudio .swiper-button-prev,
  .programAudio .swiper-button-next {
    top: 10.5%;
  }
  audio {
    width: 83%;
  }
  .audio .left {
    width: 13%;
  }
  .searchModal .topInput .time .btnSearch {
    width: 200px;
  }
  .searchModal .topInput .input:last-child {
    margin-left: 20px;
  }

  .filterCategories .filterList .item a .imgs {
    height: 210px !important;
  }
  .hostGroup .hostList .item .img {
    height: 168px;
    width: 168px;
  }
  .podcastDetails .themeProgram .swiper-button-prev {
    left: 92%;
  }

  /* 主持人 */
  .hostIntroductionBanner .hostImg {
    width: 50%;
  }
  .hostIntroductionBanner .introduction {
    width: 50%;
    padding: 0 40px 30px 25px;
  }
  .hostIntroductionBanner .introduction .link a {
    margin-right: 0;
    color: #fff;
    padding: 3px 15px 8px 15px;
  }
  .hostIntroductionBanner .introduction .link {
    display: flex;
    justify-content: space-between;
  }
  .hostedProgram .wrapList .item .left {
    width: 30%;
  }
  .hostedProgram .wrapList .item .right {
    width: 65%;
  }
  .proNewsletterContent .bannerImg a img {
    width: 90%;
  }
  .programContent .left .content {
    margin-left: 5%;
  }
  .proNewsletter .proNewsletterContent {
    width: 94%;
  }
  .programContent .left .content .avatar .title h2 {
    font-size: 1.75em !important;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText {
    padding-left: 1rem;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .rightAb
    .time
    .date {
    padding-left: 13px;
  }
  .radioDramas .imgs {
    min-width: 100%;
    width: 100%;
  }
  .radioDramas .right .smallImg {
    width: 30%;
  }
  .radioDramas .right .smallImg img {
    width: 100%;
  }
  .radioDramas .right .bgImg {
    width: 70%;
  }
  .radioDramas .right {
    height: 479px;
  }
  .radioDramas .left .content h2 {
    font-size: 2.1875em !important;
  }
  /* 內容頁 */
  .barTop .title {
    padding-left: 3%;
  }
  .aboutRti .aboutBanner .right img {
    height: auto;
  }
  .aboutRti .aboutBanner .left iframe {
    height: 435px;
  }
  .teamList .item .left {
    height: 355px;
  }
  .recruitingBanner {
    height: 180px;
  }
  .recruitingBanner .left {
    padding-left: 4%;
  }
  .recruitingBanner .left h2 {
    font-size: 1.5em !important;
  }
  .recruiting .capacity {
    grid-template-columns: repeat(5, 20%);
  }
  .recruiting .recruitingPost .List .row {
    justify-content: space-between;
  }
  .recruiting .recruitingPost .List .row .col-md-4 {
    width: 49%;
  }
  .home.electronicNewspaper {
    padding-top: 160px;
  }
  .programContent .left {
    padding-bottom: 30px;
  }
  .home.hostIntroduction,
  .home.programScheduleIndex {
    padding-top: 160px;
  }
  .themeProgram {
    padding: 60px 0 70px 0;
  }
  /* podcast */
  .home.podcastIndex {
    padding-top: 160px;
  }
  .selectedRti .filterList .item a .img {
    width: 100%;
    height: 210px;
  }
  #podcastRwdForm .rights .sekeyword {
    color: #e52431 !important;
    font-size: 1.0625em !important;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 4px 15px;
  }
  #btnPodcast .btnPodcast {
    color: #fff;
    background: #6a666a;
    width: 170px;
    border-radius: 30px;
    position: relative;
    left: -8%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.0625em;
  }
  .home.podcastlist {
    padding-top: 165.5px;
  }
  .hotBroadcast .hotDate .right .top .title {
    width: 75%;
  }
  .home.informationlist {
    padding-top: 160px;
  }
  .home.Content {
    padding-top: 90px;
  }
  .bottom .allProgress {
    width: 65%;
  }
  .newsDetails .swiper .posImg,
  .newsDetails .swiper iframe {
    height: 358px;
  }
}
@media (max-width: 1024px) {
  .linkIcon{flex-direction: column;align-items: baseline;}
  .linkIcon .fbIcon{margin-top: 10px;}
  /* .footer .content .item:last-child { width: 22%; } */
  .footer .content .item .flex .left img{width: 80px;}
  .indexFocus .focusList .focusLeft .img { width: 42%; }
  .indexFocus .tab-content .tab-item .focusList {
    flex-direction: column;
  }
  .indexFocus .focusList .focusLeft {
    width: 100%;
  }
  .indexFocus .focusList .focusRight {
    width: 100%;
    flex-direction: initial;
    justify-content: space-between;
  }
  .indexFocus .focusCont {
    width: 55%;
  }
  .indexFocus .focusList .focusRight .item:first-child {
    margin-bottom: 0;
  }
  .indexFocus .focusList .focusRight .item {
    width: 49%;
  }
  .programContent .left .content .avatar .avatarList .swiper {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .programContent .left .avatarList h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
  }
  .container {
    width: 92%;
  }
  /* header */
  .rwdMenu .menuTwo {
    padding: 20px 40px;
    background: #e52431;
    align-items: center;
    display: flex;
  }
  .rwdMenu .menuTwo .name {
    display: inline-block;
    color: #fff;
    margin-right: 50px;
    font-size: 1.25em;
    position: relative;
  }
  .rwdMenu .menuTwo .name .topMoreOne {
    color: #fff;
  }
  .headerOutline::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #e52431;
    border-radius: 10px;
    background: #333;
  }
  .header {
    display: none;
  }
  .rwdHeader {
    display: block;
    position: relative;
  }
  .rwdMenu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
  }
  .rwdMenu .menu {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    padding: 0 35px; /* box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);*/
  }
  .rwdMenu .menu .left {
    position: relative;
    width: 60%;
    display: flex;
    align-items: end;
  }
  /* .rwdMenu .menu .left img:last-child { width: 60%; } */
  .rwdHeader .indexLogImg {
    margin-left: 3%;
  }
  .rwdMenu .menu .right {
    display: flex;
    align-items: center;
    margin-top: 2%;
  }
  .rwdNav {
    display: none;
  }
  .rwdNav .rwdNavList {
    overflow-y: auto;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 100;
    position: fixed;
    top: 90px;
    background: #e52431;
    display: flex;
    padding: 3% 70px;
  }
  .rwdNav .item .title {
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 40px;
  }
  .rwdNav .item a {
    display: block;
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 20px;
  }
  .rwdHeader .closeImg {
    display: none;
  }
  .rwdHeader .logoImg {
    margin-left: 6%;
  }
  .rwdHeader .globeImg {
    width: 40px;
  }
  .rwdHeader .searchImg {
    margin-left: 15px;
    width: 30px;
  }
  .rwdHeader .menu .left a {
    margin-left: 4%;
  }
  .footer .content .left span,
  .footer .content .left a {
    color: #fff;
    font-size: 1.0625em;
    margin-right: 17px;
  }
  .footer .top .content .item:nth-child(4) {
    width: 22%;
  }
  .rwdHeader .menu .left a .LogImg {
    margin-left: 4%;
  }
  .topBanner {
    padding-top: 20px;
  }
  /* podcast */
  .podcastToday .breadCrumb {
    margin-top: 20px;
  }
  .podcastThemeProgram .themeProgram a img {
    height: 169px;
    width: 100%;
  }
  .podcastThemeProgram .themeProgram .swiper-button-prev {
    top: 18.5%;
  }
  .podcastThemeProgram .themeProgram .swiper-button-next {
    top: 18.5%;
  }
  .selectedRti .filterList .item a .wrap .tit {
    font-size: 1.09375em;
  }
  .selectedRti .filterList .item a .wrap .txt {
    font-size: 1em;
  }
  .selectedRti .filterList {
    grid-template-columns: repeat(5, 19%);
  }
  .selectedRti .filterList .item a .img {
    height: 180px;
  }
  .filterCategories .yearList {
    width: auto;
  }
  .filterCategories .yearList .yearSelect {
    width: 100%;
  }
  .filterCategories .yearList .yearSelect li,
  .filterCategories .filterList .item a .wrap .txt {
    font-size: 1em;
  }
  .filterCategories .filterList .item a .wrap .tit {
    font-size: 1.09375em;
  }
  .podcastDetailsBanner {
    padding-top: 7%;
  }
  /* .newsDetails .left .text p {word-break: break-all;} */
  .platformListening .left,
  .platformListening .right {
    width: 100%;
  }

  /* 首頁 */
  .topicCategoriesHeader .headerBottom .bottomMenu .center .logo {
    margin-right: 1.2rem;
  }
  .banner .swiper-horizontal > .swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .banner .swiper-pagination-custom,
  .banner.swiper-pagination-fraction {
    display: none;
  }
  .Banner .container {
    width: 90%;
  }
  .audioFocus .swiper-button-prev {
    left: 86%;
  }
  .YouTube,.youtube {
    margin-right: 13.5%;
  }
  .indexAudio.audioFocus .swiper-button-prev {
    left: 86%;
    top: 13% !important;
  }
  .indexAudio.audioFocus .swiper-button-next {
    top: 13% !important;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a {
    margin-right: 17px;
  }
  .indexHotBroadcast .hotDate .right .top .title {
    width: 70%;
  }
  .indexHotBroadcast .hotDate .right .top .title {
    font-size: 1.125em;
  }
  .indexHotBroadcast .hotDate .left {
    width: 25%;
  }
  .Shorts .swiper-button-prev,
  .Shorts .swiper-button-next {
    top: 11.5% !important;
  }
  .themeProgram .swiper-button-prev {
    left: 86%;
    top: 12.5%;
  }
  .themeProgram .swiper-button-next {
    top: 12.5%;
  }
  .themeProgram a img {
    height: 220px;
  }
  .classifyIndex .focusReporting .focus a {
    flex-direction: column;
  }
  .classifyIndex .focusReporting .focus a .img,
  .classifyIndex .focusReporting .focus .content {
    width: 100%;
  }
  .classifyIndex .focusReporting .focus a .img {
    height: 390px;
  }
  .classifyIndex .focusReporting .focus .content {
    margin-top: 20px;
    padding: 0 0px 35px 0px;
  }
  .newsIndex .bannerTop {
    padding-bottom: 0;
  }
  .newsIndex .focusReporting {
    padding-bottom: 0;
  }
  .hotList .item {
    top: 0;
  }
  .topBanner .focusReporting {
    padding-top: 0;
  }
  .home.classifyIndex {
    padding-top: 160px;
  }
  .classifyIndex .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* 節目首頁 */
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav a {
    margin-right: 12px;
    font-size: 1em !important;
  }
  .programIndex {
    padding: 15px 0 40px 0;
  }
  .lifeStyle .lifeList a .img {
    height: 160px;
  }
  .lifeStyle .lifeList a .Title {
    font-size: 1.125em;
  }
  .lifeStyle .lifeList a .Text {
    font-size: 1em;
  }
  .lifeStyle .lifeList .avatar img {
    width: 50px;
    height: 50px;
  }
  .lifeStyle .lifeList .item .redTitle {
    font-size: 1em;
  }
  .todayTot .swiper-button-prev {
    left: 87%;
  }
  .hotBroadcast .button {
    margin-right: 11%;
  }
  .todayTot .swiper-button-next,
  .todayTot .swiper-button-prev {
    top: 19%;
  }
  .programCategories .itemWrap .item a img {
    height: 85px;
  }
  .programCategories .itemWrap .item span {
    padding: 10px 5px;
    font-size: 1.0625em;
  }
  .programIndex {
    padding: 15px 0 0px 0;
  }
  .audio .left {
    width: 15%;
  }
  audio {
    width: 80%;
  }
  .audio .right .bottom .audioGo {
    right: 14%;
  }
  .audio .right .bottom .audioBack {
    right: 9%;
  }
  .bannerTop .classifyIndex {
    padding-bottom: 40px;
  }
  /* .newsDetails .lunbo img {
    height: 435px;
  } */
  /* iframe {height: 435px;} */
  /* iframe img{width: 100% !important;height: 100% !important;} */
  /* 節目表 */
  .programSchedule .tab-header {
    width: 100%;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    left: -8%;
    width: 100%;
  }

  /* 主持人 */
  .home.hostIntroduction {
    padding-top: 160px;
  }
  .hostIntroductionBanner .introduction .link a {
    padding: 3px 5px 8px 15px;
  }
  .hostedProgram .wrapList .item .left {
    width: 35%;
  }
  .hostedProgram .wrapList .item .right {
    width: 60%;
  }
  .teaching .wrapList .item .img {
    height: 200px;
  }
  .programContent .left .content {
    margin-left: 7%;
  }
  .programContent .left {
    width: 60%;
  }
  .programContent .flexImg {
    width: 40%;
  }
  .programContent .left .content {
    width: 88%;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText
    .name {
    font-size: 1.375em;
    margin-top: 40px;
  }
  .radioDramasDetails {
    padding-top: 50px;
  }
  .hostGroup .bar input {
    width: 40% !important;
  }
  /* 關鍵字搜尋 */
  .keywordsList .warpList,
  .newsprogramSearch .warpList {
    grid-template-columns: repeat(3, 31%);
  }
  .keywordsList h2,
  .newsprogramSearch h2 {
    font-size: 1.75em !important;
  }
  .keywordsList .warpList .item .img,
  .newsprogramSearch .warpList .item .img {
    height: 223px;
  }
  .keywordsList .warpList .item .redShow,
  .newsprogramSearch .warpList .item .redShow {
    margin-top: -2px;
    font-size: 1em;
  }
  .filterCategories .filterList .item a .imgs {
    height: 180px !important;
  }

  /* 列表頁 */
  .listAll .time,
  .listAll .text {
    width: 20%;
  }
  .listAll .conts {
    width: 77%;
  }
  .eventAnnouncementDetails .content .swiper {
    width: 80%;
  }
  /* iframe { height: 430px; } */
  .eventAnnouncementDetails .content img {
    height: 430px;
  }
  .qslList {
    grid-template-columns: repeat(3, 31%);
  }
  .qslList .conts {
    width: 90%;
  }
  .year .subtitle {
    margin-left: 6%;
  }
  .yearList .yearSelect {
    width: 50%;
  }

  .programIndex .container {
    padding-bottom: 30px;
  }
  .hostGroup .hostList .item .img {
    height: 140px;
    width: 140px;
  }
  .newsprogramSearch,
  .keywordsList {
    padding-top: 0;
  }
  /* .home { padding-top: 160px; } */
  .annualReport {
    padding-top: 50px;
  }
  .annualReport .wrapList .item a img {
    height: 248px;
  }
  .annualReport .wrapList .item a .name {
    font-size: 1.0625em;
  }

  /* 網站導覽 */
  .sitemap .serviceType .typeList .right .item img {
    width: 100%;
  }
  .barTop .title {
    padding-left: 4%;
  }
  .sitemap .breadCrumb {
    padding-left: 0;
  }
  .sitemap .serviceType .typeList .left {
    width: 100%;
  }
  .sitemap .serviceType .typeList .right {
    width: 25%;
  }
  .sitemap .serviceType .typeList .right .item img {
    width: auto;
  }
  /* 內容頁 */
  .home.RtiAssociation {
    padding-top: 90px;
  }
  .associationList .tab-content .tab-item .itemList {
    grid-template-columns: repeat(3, 33%);
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap .itemList {
    grid-template-columns: repeat(2, 50%);
  }
  .associationList .tab-content .tab-item .title::after {
    width: 90%;
    left: 10%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(2) .title::after {
    width: 85%;
    left: 15%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(4) .title::after {
    width: 87%;
    left: 12%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(3) .title::after {
    width: 87%;
    left: 12%;
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap .title::after {
    width: 65%;
    left: 33%;
  }
  .associationList
    .tab-content
    .tab-item
    .flexJust
    .itemWrap:nth-child(2)
    .title::after {
    width: 70%;
    left: 27%;
  }
  .associationList
    .tab-content
    .tab-item:nth-child(2)
    .itemWrap:first-child
    .title::after {
    width: 84%;
    left: 16%;
  }

  .rentalServices {
    padding-top: 3%;
  }
  .rentalServices .tabsList {
    height: auto;
    background: #f3f3f3;
  }
  .rentalServices .tabsList .left img {
    height: auto;
  }
  .venueRental .content .right .name {
    width: 100%;
  }
  .rentalServices .tabsList .left {
    width: 50%;
  }
  .rentalServices .tabsList .right {
    width: 50%;
  }
  .rentalServices .tabsList .right .wrapTitle {
    padding: 2rem 1rem;
  }
  .aboutRti .aboutBanner .left iframe {
    height: 370px;
  }
  .barTop {
    height: auto;
  }
  .barTop .img {
    width: 30%;
    display: flex;
  }
  .barTop .img img {
    width: 50%;
  }
  .rwdMenu .menuTwo {
    padding: 20px 40px;
  }
  .teamList .item .left {
    height: 300px;
  }
  .programContent .left .content .avatar {
    flex-direction: column;
  }
  .programContent .left .avatarList {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .programContent .left .content .avatar .title {
    width: 100%;
    margin-top: 2%;
  }
  .rwdHeader .menu .left a {
    margin-right: 0;
  }
  .audio .right {
    margin-left: 20px;
  }
  .bottom .allProgress {
    width: 60%;
  }
  .bottom .audioSpeed > a {
    line-height: inherit;
  }
  .bottom .divIcon div {
    margin-right: 15px;
  }
  .bottom .audioSpeed a {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .footer .content .item:last-child{width:90%;}
  .footer .content .item img{width: 100px;}
  .hostGroup .bar { display: inherit;  }
  .hostGroup .bar input { width: 100% !important; margin-left: 0; margin-top: 20px; }
  .hostGroup .bar button { margin-left:0; width: 100%; margin-top: 10px; }
  .programSchedule .title .flex {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .programContent .left .avatarList h2 {
    display: block;
  }
  .programContent .left .content .avatar .title h2 {
    display: none;
  }
  .teaching .item a {
    display: inline-block;
    width: 100%;
  }
  .teaching .item .img {
    height: 248px;
  }
  .teaching .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .teaching .item .test {
    padding: 20px 20px 35px 20px;
    border: 1px solid #f3f3f3;
  }
  .teaching .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .teaching .item .test .tit {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    white-space: break-spaces;
  }
  .teaching .item .test .star {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
  .teaching .item .test .date {
    padding: 0;
  }
  .teaching .item .test .star img {
    margin-right: 5px;
  }
  .teaching .item .test .star span {
    color: #bb8a16;
    font-size: 19px;
    font-weight: bold;
  }
  .teaching .item .test .classify span {
    color: #333;
    border: 2px solid #ccc;
    display: inline-block;
    margin-bottom: 5px;
  }
  .teaching .item .test .classify {
    margin-top: 10px;
  }
  .teaching .item .test .date span {
    color: #827373;
    font-size: 15px;
  }
  .teaching .swiper .swiper-slide {
    padding: 3px;
  }
  .teaching .teachingSwiper {
    margin-top: 30px;
  }
  .teaching .teachingSwiper .swiper-item {
    margin-right: 30px;
  }
  .teaching .teachingSwiper .swiper-item:last-child {
    margin-right: 0;
  }
  .teaching {
    padding-bottom: 40px;
  }
  .teaching .rwdShow {
    margin-top: 15px;
  }
  .teaching .wrapList {
    display: none;
  }

  .newsDetails .swiper .posImg {
    height: auto;
  }
  .newsDetails .lunbo img {
    height: 100%;
  }
  .audio .right .bottom {
    display: block;
  }
  .audio .right .bottom .audioGo,
  .audio .right .bottom .goBack {
    position: initial;
  }
  .audio .right .bottom img {
    height: 25px;
  }
  .audio .right .bottom .goBack img {
    width: auto;
    height: 25px;
  }
  .audio .right .bottom .audioClose img {
    width: auto;
    height: 20px;
  }
  .bottom .audioSpeed a span {
    font-size: 1.5rem;
  }
  .bottom .audioSound a img {
    height: 20px !important;
  }
  .rwdShow {
    display: block;
  }
  .pcShow {
    display: none;
  }
  /* cookies */
  .cookies .conts {
    flex-direction: column;
  }
  .cookies .conts a {
    width: 50%;
    margin-top: 2%;
  }
  .cookies .conts .text br {
    display: none;
  }
  .scorll-top {
    display: none !important;
  }
  .hotKeyword .classify a {
    margin-bottom: 10px;
  }
  /* .home{padding-top: 90px;} */
  /* 首頁 */
  .home.indexHome {
    padding-top: 90px;
    background: #f3f3f3;
  }
  .topBanner {
    margin-bottom: 0;
    padding-top: 0;
  }
  .classificatin .wrap {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .classificatin .wrap:last-child {
    border-bottom: none;
  }
  .classificatin .wrap .item {
    padding-top: 20px;
    width: 95%;
  }
  .classificatin .wrap .img .imgBg,
  .classificatin .wrap .img {
    height: 230px;
  }
  .indexHotBroadcast .hotDate {
    flex-direction: column;
  }
  .indexHotBroadcast .hotDate .left {
    width: 50%;
    margin: 0 auto;
  }
  .indexHotBroadcast .subtitles {
    text-align: center;
  }
  .indexHotBroadcast .hotDate .right .msg {
    display: none;
  }
  .indexHotBroadcast .hotDate .right .top .link {
    position: absolute;
    top: 100%;
    width: 94%;
  }
  .indexHotBroadcast {
    padding-bottom: 90px;
    padding-top: 30px;
    position: inherit;
  }
  .indexHotBroadcast .container.hotDates{
    position: relative;
  }
  .indexHotBroadcast .hotDate .right .top .link a:last-child {
    display: none;
  }
  .indexHotBroadcast .hotDate .right .top .link a:first-child {
    justify-content: center;
    width: 100%;
  }
  .indexHotBroadcast .hotDate .right .top .title {
    font-size: 1.375em;
    color: #333;
    font-weight: bold;
    width: 100%;
    margin-bottom: 1rem;
  }
  .indexHome .teaching .wrapList {
    display: inherit;
  }
  .teaching .subtitle img {
    display: block;
    margin-left: 5px;
    margin-top: 10px;
  }
  .teaching .moreBtn {
    display: none;
  }
  .teaching .subtitle {
    display: flex;
    align-items: center;
  }
  .indexFocus {
    background: #fff;
    padding-top: 0;
  }
  .sitemap .serviceType .typeList .left {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    justify-content: space-between;
  }
  .sitemap .serviceType .typeList .left .item:first-child,
  .sitemap .serviceType .typeList .left .item:nth-child(2),
  .sitemap .serviceType .typeList .left .item:nth-child(3),
  .sitemap .serviceType .typeList .left .item:nth-child(4) {
    width: 100%;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(3),
  .sitemap .serviceType .typeList .left .item:nth-child(4) {
    margin-top: 20px;
  }
  .sitemap .serviceType .typeList .left .item .link {
    margin-left: 6%;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(4) .items img {
    width: auto;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(4) .items {
    text-align: center;
  }
  .footer .bottom .content .right {
    display: none;
  }
  .footer .content {
    justify-content: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .content .item {
    width: 100%;
  }
  .footer .content .item {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .footer .content .item .pcShow {
    display: none;
  }
  .footer .bottom {
    height: 100%;
    background: #e52431;
  }
  .footer .content .left {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .footer .content .item .link {
    margin-top: 20px;
  }
  .footer .content .left .botText {
    margin-top: 10px;
  }
  .footer .content {
    flex-direction: column;
  }
  .footer .top .content .item:first-child,
  .footer .top .content .item:nth-child(4) {
    width: 100%;
  }
  .footer .content .item .rwdShow {
    margin-top: 10px;
  }
  .rwdHeader .menu .left a {
    margin-right: 5%;
  }
  .rwdHeader .menu .left a {
    margin-left: 7%;
  }
  .rwdBanner .swiper-slide .swiperImg {
    width: 100%;
    height: 450px;
  }
  .rwdBanner .content {
    padding: 18px 30px 0 36px;
    padding-bottom: 30px;
  }
  .rwdBanner .content .audios {
    color: #333;
    font-size: 1.5625em;
    font-weight: bold;
  }
  .rwdBanner .swiper-horizontal > .swiper-pagination-bullets,
  .rwdBanner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .rwdBanner .swiper-pagination-custom,
  .rwdBanner .swiper-pagination-fraction {
    bottom: 15px;
    z-index: 1;
  }
  .rwdBanner .swiper {
    position: inherit;
  }
  .rwdBanner {
    position: relative;
    background: #f5f5f5;
  }
  .swiper-pagination-bullet-active {
    background: #63666a;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 39px;
    height: 6px;
    border-radius: 0;
  }
  .rwdBanner .content .audios img {
    vertical-align: inherit;
  }
  .rwdBanner .bannerContainer.swiper a {
    width: 100%;
  }
  .overflowX .item .keyImg img #alttext {
    word-break: break-all;
    white-space: normal;
  }
  .home.newsIndex .themeProgram {
    margin-top: 0;
  }
  .home.newsIndex .themeProgram {
    padding: 1px 0 70px 0;
  }
  .home.newsCategray {
    padding-top: 160px;
    background: #f3f3f3;
  }
  .programBanner .rwdBanner {
    background: #f3f3f3 !important;
  }
  /* 首頁 */
  .rwdKeywords .redTitle {
    color: #e52431;
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .rwdKeywords {
    margin-left: 2rem;
    margin-top: 2rem;
  }
  .indexAudio {
    width: 100%;
    padding: 0;
    background: #fff;
    position: inherit;
  }
  .indexAudio .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .rwdNav .rwdNavList {
    padding: 3% 11%;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner {
    background: #fff;
  }
  .banner .swiper-pagination-bullet-active {
    background: #63666a;
  }
  .banner .container {
    width: 90%;
  }
  .banner a {
    height: 120px;
  }
  .banner a .img {
    width: 100%;
    height: 100%;
  }
  .classificatin .wrap .mask {
    position: inherit;
    background: inherit;
    color: #333;
    font-size: 1.25em;
    padding: 8px 0 5px 0;
    font-weight: bold;
  }
  .classificatin .wrap .title {
    margin-bottom: 10px;
  }
  .banner .swiper-horizontal > .swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .banner .swiper-pagination-custom,
  .banner.swiper-pagination-fraction {
    display: block;
  }
  .classificatin .focusClassify {
    grid-template-columns: repeat(2, 50%);
  }
  .indexHotBroadcast .hotDate .right {
    width: 100%;
    margin-top: 10px;
  }
  .Shorts .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .Shorts {
    padding: 2px 0 40px 0;
    background: #fff;
  }
  .Shorts .overflowX .item .keyImg {
    height: 100% !important;
  }
  .Shorts .overflowX .item {
    width: 60%;
    background: inherit;
    background: #f3f3f3;
  }
  .Shorts .overflowX .item .title {
    color: #333;
  }
  .rwdLinkList {
    width: 90%;
    margin: 0 auto;
  }
  .rwdKeywords .overflowX .item .time {
    color: #63666a;
  }
  .Shorts .overflowX .item .time {
    color: #63666a;
  }
  .rwdLinkList .swiper-slide a {
    width: 46%;
  }
  .rwdLinkList .swiper a img {
    width: 100%;
  }
  .linkList .swiper-slide {
    display: flex;
    justify-content: space-around;
  }
  .rwdLinkList .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 55px;
  }
  .linkList {
    padding: 70px 0 90px 0;
  }

  /* en */
  .indexFocus .classificatin .focusClassify .focusList .focusItem {
    width: 48%;
  }
  .indexFocus .classificatin .focusClassify .focusList .focusItem a .imgBg {
    width: 100%;
    height: 225px;
    object-fit: contain;
  }
  .indexFocus .classificatin .focusClassify .focusList .focusItem .focusImg {
    margin-top: 10px;
    font-size: 1.09375em;
    color: #333;
  }
  .newsDetails .right .podcast .podWrap .podGo a {
    padding: 8px 30px;
  }
  .sitemap .serviceType .subtitle {
    margin-top: 0;
  }
  .sitemap .serviceType .typeList .left .item .link .twoLink div::before {
    top: 17px;
  }
  .sitemap .serviceType .typeList .right {
    margin-left: 0;
  }
  .sitemap .serviceType .typeList .right .item {
    text-align: center;
  }
  .rwdSubtitle .titles {
    font-size: 1.875em;
  }
  .bottom .allProgress {
    width: 100%;
  }

  /* 新聞/節目內容頁 */
  .newsDetails {
    flex-direction: column;
    width: 98%;
    margin: 0 auto;
  }
  .newsDetails .left,
  .newsDetails .right {
    width: 100%;
  }
  .newsDetails .right .wifi {
    margin-top: 20px;
  }
  .newsDetails .right .podcast {
    margin-top: 3%;
  }
  .newsDetails .right .podcast .podWrap .podGo {
    justify-content: center;
  }
  .newsDetails .right .podcast .podWrap .podGo a:first-child {
    margin-right: 30px;
  }
  .newsDetails .right .podcast .test {
    text-align: center;
  }
  .newsDetails .right .hotTopic {
    margin-top: 5%;
  }
  .reading .warpList .left {
    width: 66%;
  }
  .reading .warpList .right {
    width: 33%;
  }
  .reading .warpList .left .col-md-4 {
    width: 48.5%;
  }
  .reading .warpList {
    flex-direction: column;
  }
  .reading .warpList .left {
    width: 100%;
  }
  .reading .warpList .right {
    width: 100%;
  }
  .reading .warpList .right .col-md-12 {
    width: 48.5%;
  }
  /* .newsDetails .left .text{text-align: justify;} */
  .warpList .item .img {
    height: 253px;
  }
  .reading .warpList .col-md-3 {
    width: 50%;
  }
  .warpList .item .img {
    height: 260px;
  }
  .home.newsIndexDetails {
    padding-top: 160px;
  }
  .home.newsIndexDetails .breadCrumb {
    padding-left: 40px;
  }
  .home.newsIndexDetails .newsDetails .right .hotTopic .hotList .item {
    margin-top: 10px;
    padding-top: 0;
  }
  .newsDetails .right .podcast .test img {
    width: 100%;
    height: 100%;
  }
  .reading .warpList .item .title,
  .newsIndexDetails .lifeStyle .lifeList a .Title {
    -webkit-line-clamp: 3;
  }
  .reading .warpList .item .text,
  .newsIndexDetails .lifeStyle .lifeList a .Text {
    -webkit-line-clamp: 6;
  }
  .home.newsIndexDetails .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsIndexDetails .classifyIndex.lifeStyle .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .newsIndexDetails .classifyIndex.lifeStyle {
    background: inherit;
  }

  .rwdHeader .rwdSubtitle a {
    margin-right: 5%;
  }

  /* 橫向滑動效果 */
  .overflowX {
    overflow-x: auto;
    white-space: nowrap;
  }
  .overflowX .item {
    width: 55%;
    display: inline-block;
    margin-right: 30px;
    background: #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: top;
  }
  .overflowX .item .keyImg {
    width: 100%;
    height: 276px;
  }
  .overflowX .item .keyImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .overflowX .item .title {
    font-size: 1.25em;
    font-weight: 500;
    white-space: normal;
    color: #333;
    padding: 10px 18px;
  }
  .overflowX .item .date {
    padding: 0 20px 10px;
  }
  .date img {
    width: auto !important;
  }
  .date span {
    font-size: 1.125em;
  }

  /* 新聞首頁 */
  .focusReporting .flexJust {
    flex-direction: column;
  }
  .focusReporting .focus,
  .focusReporting .hotTopic {
    width: 100%;
  }
  .lifeStyle .lifeList .left .row .col-md-3 {
    width: 50%;
  }
  .audioFocus .swiper .swiper-item .img {
    height: 150px;
    min-height: 150px;
  }
  .audioFocus .swiper-button-prev,
  .audioFocus .swiper-button-next {
    top: 13.5%;
  }
  .audioFocus .swiper-button-prev {
    left: 83.5%;
  }
  .focusReporting .focus a {
    flex-direction: column;
  }
  .focusReporting .focus a .img,
  .focusReporting .focus .content {
    width: 100%;
  }
  .focusReporting .hotTopic .topTitle {
    margin-top: 30px;
    margin-left: 2%;
  }
  .focusReporting .focus .content .text {
    display: none;
  }
  .home.newsIndex {
    padding-top: 160px;
    background: #f3f3f3;
  }
  .home.newsIndex .container {
    width: 100%;
  }
  .focusReporting .focus,
  .focusReporting .hotTopic {
    background: #fff;
  }
  .focusReporting .hotTopic {
    margin-top: 20px;
  }
  /* .home.newsIndex .Banner{display: none;} */
  .focusReporting h2 {
    display: none;
  }
  .focusReporting .focus a .img {
    height: 460px !important;
  }
  .focusReporting .focus .content {
    width: 92%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .focusReporting .focus {
    border-bottom: 1px solid #ccc;
  }
  .focusReporting .hotTopic {
    padding: 0 30px 40px 30px;
    border-bottom: 1px solid #ccc;
  }
  .classifyIndex .focusReporting .hotTopic .hotList .item a .text {
    font-size: 1.25em;
  }
  .classifyIndex .focusReporting .hotTopic .hotList .item a .num {
    text-align: center;
  }
  .home.newsIndex .classificatin {
    background: #fff;
    padding: 0 0px 40px 30px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
  }
  .home.newsIndex .classificatin .wrap .list {
    display: none;
  }
  .home.newsIndex .audioFocus {
    width: 100%;
    padding: 1px 0 40px 0;
    background: #fff;
    position: inherit;
    margin-top: 20px;
  }
  .home.newsIndex .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .home.newsIndex .Banner:nth-child(2) {
    display: block;
  }
  .home.newsIndex .Banner {
    width: 90%;
    margin: 0 auto;
  }
  .home.newsIndex .lifeStyle {
    background: #fff;
    padding: 0;
  }
  .themeProgram {
    background: #fff;
  }
  .themeProgram .overflowX .item .title .redTitle {
    color: #7c2529;
    font-size: 1.25em;
  }
  .themeProgram .overflowX .item .langage {
    padding: 10px 10px 30px 20px;
    margin-top: 10px;
  }
  .themeProgram .overflowX .item .langage span {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 20px;
    margin-right: 10px;
  }
  .themeProgram .overflowX .item .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin-top: 5px;
    padding: 0 15px 0 15px;
  }
  .home.newsIndex .Banner.rwdBanner {
    display: block;
    padding: 0 30px;
    background: #fff;
    width: 100%;
    padding-bottom: 30px;
  }
  .home.newsIndex .lifeStyle .redTitle {
    margin-bottom: 0;
  }
  .home.newsIndex .lifeStyle .rwdKeywords {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .themeProgram {
    padding: 20px 0 90px 0;
  }

  .breadCrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .bannerTop {
    padding-bottom: 5px;
  }
  .classificatin .wrap {
    margin-top: 30px;
  }
  .themeProgram .overflowX .item .title:nth-child(3) {
    font-size: 1.125em;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: block;
  }
  /* 節目首頁 */
  .home.programIndex {
    padding-top: 160px;
    background: #f3f3f3;
  }

  .themeProgram {
    margin-top: 10px;
  }
  .themeProgram .rwdKeywords .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .programIndexTodatHot {
    background: #d8bebf;
    width: 100%;
    height: 220px;
  }
  .programIndexTodatHot .overflowX .item {
    background: inherit;
    width: 20%;
  }
  .programIndexTodatHot .overflowX .item .onAri {
    background: #ef3340;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
  }
  .programIndexTodatHot .overflowX .item .date {
    padding: 0;
  }
  .programIndexTodatHot .line {
    border: 1px solid #fff;
    width: 100%;
    height: 2px;
    position: static;
    margin-top: 60px;
  }
  .programIndexTodatHot .overflowX {
    position: absolute;
    top: 100px;
    padding-left: 5%;
    width: 97%;
  }
  .themeProgram .rwdKeywords .subtitle {
    font-size: 1.75em;
  }
  .programIndexTodatHot .title {
    color: #7c2529;
    font-size: 1.5em;
    padding-top: 20px;
    padding-left: 5%;
  }
  .programIndexTodatHot .container {
    width: 100%;
  }
  .themeProgram .overflowX .item {
    width: 41%;
    padding-bottom: 30px;
  }
  .themeProgram .overflowX .item a {
    background: inherit;
  }
  .programIndexTodatHot .onAirActive {
    width: 110px !important;
    border-radius: 30px !important;
    padding: 10px;
    line-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .programIndexTodatHot .onAirActive span {
    color: #fff;
  }
  .programCategories .itemWrap .col-md-2 {
    width: 33%;
  }
  .programCategories .itemWrap .item,
  .programCategories .itemWrap .item a {
    width: 100%;
  }
  .programCategories .itemWrap .item a img {
    height: 130px;
  }
  .programIndex .audioFocus {
    background: #fff;
    padding: 10px 0 0 0;
  }
  .programIndex .audioFocus .rwdKeywords .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .programCategories {
    background: #fff;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .programCategories .itemWrap .item span {
    font-size: 1.1875em;
  }
  .eventAnnouncement.themeProgram .overflowX .item .title {
    margin-top: 16px;
  }
  .eventAnnouncement.themeProgram .overflowX .item .title:first-child {
    min-height: 70px;
  }
  .eventAnnouncement.themeProgram .overflowX .item .title:nth-child(2) {
    margin-top: 0;
  }
  .eventAnnouncement.themeProgram .overflowX .item {
    border-radius: 10px;
  }
  .eventAnnouncement.themeProgram .overflowX .item {
    width: 55%;
  }
  .audio .left {
    width: 22%;
  }
  .audio .right {
    width: 70%;
  }
  .audio .right .bottom .audioGo {
    right: 15%;
    top: 48px;
  }
  .audio .right .bottom .audioBack {
    right: 9%;
    top: 48px;
  }
  .audioClose {
    top: 48px;
  }
  /* 類別首頁 */
  .home.classifyIndex {
    padding-top: 160px;
    background: #f3f3f3;
  }
  .classifyIndex .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .classifyIndex .focusReporting .focus .content {
    margin-top: 20px;
    padding: 0 35px 30px 35px;
  }
  .classifyIndex .audioFocus {
    background: #fff;
    padding: 10px 0 40px 0;
  }
  .classifyIndex .rwdBanner {
    background: #fff;
  }
  .classifyIndex .audioFocus .rwdKeywords .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .classifyIndex.lifeStyle {
    background: #fff;
    margin-top: 20px;
    padding: 1px 0;
    padding-bottom: 30px;
  }
  .focusReporting .hotTopic .hotList {
    margin-top: 10px;
  }
  .hotList .item {
    padding-top: 10px;
  }
  .classifyIndex.lifeStyle .rwdKeywords .redTitle {
    color: #333;
    font-size: 1.75em;
    margin-bottom: 0;
  }

  .keywordsList .warpList .item .img {
    height: 230px;
  }
  .keywordsList .breadCrumb {
    padding-left: 20px;
  }
  .keywordsList {
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
  }
  .keywordsList .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsprogramSearch .warpList .item .img {
    height: 230px;
  }
  .newsprogramSearch {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
  }
  .keywordsList .warpList,
  .newsprogramSearch .warpList {
    grid-template-columns: repeat(2, 48%);
  }
  .warpList .item .title {
    min-height: auto;
  }

  /* 新聞類別頁 */
  .newsCategray .container {
    width: 100%;
  }
  .newsCategray .warpList {
    grid-template-columns: repeat(3, 31%);
    margin-top: 5px;
    background: #fff;
    padding: 25px 40px;
  }
  .newsCategray .warpList .item .img {
    height: 160px;
  }
  .newsCategray .warpList .item .redShow {
    font-size: 1em;
  }
  .newsCategray .audioFocus {
    background: #fff;
    padding: 10px 0 40px 0;
  }
  .newsCategray .rwdKeywords .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .newsCategray .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsCategray .Banner .container {
    width: 90%;
    margin: 0 auto;
  }
  .newsCategray .openMore {
    margin-bottom: 3rem;
  }

  /* list */
  .listAll .container {
    width: 90%;
    margin: 0 auto;
  }
  .listAll .breadCrumb {
    background: inherit;
    padding-left: 0;
  }
  /* iframe { height: 380px; } */
  .eventAnnouncementDetails .content img {
    height: 380px;
  }
  .eventAnnouncementDetails {
    padding-top: 70px;
  }
  .eventAnnouncementDetails .container {
    width: 90%;
    margin: 0 auto;
  }
  .eventAnnouncementDetails .breadCrumb {
    padding-left: 0;
  }
  .qslList {
    grid-template-columns: repeat(2, 47%);
  }
  .qslList .conts {
    width: 95%;
  }
  .year .subtitle {
    margin-left: 11%;
    margin-top: -2px;
  }
  .programCategraySearch .container {
    width: 100%;
  }
  .programCategraySearch .programIndex.lifeStyle .container {
    width: 90%;
    margin: 0 auto;
  }
  .programCategraySearch .programIndex.lifeStyle .container .openMore {
    margin-top: 0;
  }
  .programCategraySearch .themeProgram {
    padding: 1px 0 40px 0;
    margin-top: 0;
  }
  .programCategraySearch .audioFocus {
    background: #fff;
    padding: 1px 0 40px 0;
  }
  .programCategraySearch .rwdKeywords .redTitle {
    font-size: 1.75em !important;
    color: #333;
  }
  .programCategraySearch .Banner .container {
    width: 90%;
    margin: 0 auto;
  }
  .home.programCategraySearch {
    padding-top: 160px;
    background: #f3f3f3;
  }
  .programCategraySearch .programIndex {
    background: #fff;
    margin-top: 15px;
    padding-bottom: 40px;
  }
  /* 主持群 */
  .lifeStyle .lifeList .left .row .col-md-3 hr {
    display: none;
  }
  .hostGroup .hostList .col-md-2 {
    width: 31%;
  }
  .hostGroup .hostList .newsWarpList {
    justify-content: space-between;
  }
  .hostGroup .hostList .item .img {
    height: 197px;
    width: 197px;
  }
  .hostGroup .container {
    width: 90%;
    margin: 0 auto;
  }
  .hostGroup .container .breadCrumb {
    padding-left: 0;
  }
  .programContent .left .content .breadCrumb {
    background: inherit;
    padding-left: 0;
  }
  .programContent {
    height: auto;
    flex-direction: column;
  }
  .programContent .left,
  .programContent .flexImg {
    width: 100%;
  }
  .programContent .left {
    padding-bottom: 30px;
  }
  .proNewsletter {
    width: 100%;
  }
  .proNewsletter .proNewsletterContent .letterList .itemWrap .links .item .img {
    width: 37%;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText {
    width: 60%;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .rightAb
    .time
    .date {
    padding-left: 22%;
  }
  .radioDramas {
    flex-direction: column;
  }
  .radioDramas .left,
  .radioDramas .right {
    width: 100%;
  }
  .radioDramas .left .content .breadCrumb {
    padding-left: 0;
    background: inherit;
  }
  .radioDramas .left .content {
    width: 90%;
    margin-left: 5%;
  }
  .radioDramas .right {
    height: 100%;
  }
  .radioDramasDetails .overflowX .item .keyImg {
    height: 430px;
  }

  /* podcast */
  .podcastToday .breadCrumb {
    background: inherit;
    margin-top: 0;
    padding-left: 15px;
  }
  .podcastToday .bannerList .title h2 {
    padding-left: 15px;
  }
  .rwdpodcastThemeProgram {
    padding-bottom: 40px;
  }
  .rwdpodcastThemeProgram .overflowX .item img {
    width: 100%;
  }
  .rwdpodcastThemeProgram .overflowX .item {
    width: 35%;
  }
  .rwdpodcastThemeProgram .rwdKeywords .redTitle {
    color: #333;
    font-size: 1.75em;
  }
  .selectedRti .filterList {
    grid-template-columns: repeat(2, 47%);
  }
  .selectedRti .filterList .item a .img {
    height: 340px;
  }
  .selectedRti .filterList .item a .wrap .txt {
    -webkit-line-clamp: 6;
  }
  .podcastHeader .menuTwo {
    height: 72px;
    display: flex;
  }
  .filterCategories .filterList {
    grid-template-columns: repeat(2, 47%);
  }
  .filterCategories .filterList .item a .imgs {
    height: 340px !important;
  }
  .filterCategories .breadCrumb {
    background: inherit;
    padding-left: 0;
  }
  .filterCategories .container {
    width: 90%;
  }
  .filterCategories .yearList {
    margin-top: 1%;
  }
  .home.podcastIndex {
    padding-top: 160px;
  }
  .podcastDetailsBanner .breadCrumb {
    padding-left: 15px;
    background: inherit;
  }
  .podcastDetailsBanner .container,
  .platformListening .container,
  .podcastDetails .container {
    width: 90%;
  }
  .podcastDetailsBanner .left {
    width: 40%;
    height: 290px;
  }
  .podcastDetailsBanner .right {
    width: 60%;
  }
  .podcastDetailsBanner .right h2 {
    font-size: 1.5em !important;
  }
  .platformListening .container .left .subtitle {
    font-size: 1.5em;
  }
  .platformListening .right a img {
    width: 50px;
  }
  .podcastDetails .rwdKeywords {
    margin-left: 0;
  }
  .podcastDetails .themeProgram {
    padding: 1px 0 20px 0;
  }
  .podcastCategray .filterCategories {
    padding-top: 50px;
  }

  /* 節目表 */
  .programSchedule .tab-header a {
    font-size: 1em;
  }
  .programSchedule .breadCrumb {
    padding-left: 0;
  }
  .programSchedule .programList .item .wrap .cont .left {
    width: 15%;
  }
  .programSchedule .programList .item .wrap .cont .left .time::before {
    top: 27%;
  }
  .programSchedule .programList .item .wrap .cont .left .time {
    height: 165px;
  }
  .programSchedule .programList .item .wrap .cont .right .msg {
    width: 70%;
  }

  /* cookies */
  .cookies .conts {
    flex-direction: column;
  }
  .cookies .conts a {
    width: 50%;
    margin-top: 2%;
  }
  .cookies .conts .text br {
    display: none;
  }

  /* 主持群 */
  .hostIntroductionBanner {
    flex-direction: column;
  }
  .hostIntroductionBanner .hostImg,
  .hostIntroductionBanner .introduction {
    width: 100%;
  }
  .hostIntroductionBanner .introduction {
    padding: 0px 25px 30px 25px;
  }
  .hostIntroductionBanner .introduction .breadCrumb {
    padding-left: 0 !important;
    background: inherit;
  }
  .hostIntroductionBanner .hostImg {
    height: 510px;
  }
  .hostIntroductionBanner .hostImg .avatar,
  .hostIntroductionBanner .hostImg .img img {
    height: 100%;
  }
  .hostIntroductionBanner .introduction .link a {
    padding: 3px 30px 8px 30px;
  }
  .hostedProgram .wrapList .item {
    padding-right: 30px;
  }
  .hostedProgram .wrapList .item .right {
    width: 50%;
  }
  .hostedProgram .wrapList .item .left {
    width: 45%;
  }
  .hostedProgram .wrapList .item .right .link {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
  .hostedProgram .wrapList .item .right .link a {
    margin-right: 0;
    padding: 6px 6px;
  }
  .indexHome .teaching .wrapList .item .img {
    height: 255px;
  }
  .teaching .classify span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .teaching .classify {
    margin-bottom: 0;
    white-space: normal;
  }
  .hostedProgram {
    padding-bottom: 40px;
  }
  .home.allPodcast {
    padding-top: 162px;
  }
  .home.allRadioDramas {
    padding-top: 160px;
  }
  /* 年報 */
  .annualReport .wrapList {
    grid-template-columns: repeat(2, 47%);
  }
  .annualReport .wrapList .item a {
    width: 100%;
  }
  .annualReport .wrapList .item a img {
    height: 470px;
  }
  .annualReport .wrapList .item a .name {
    text-align: justify;
  }
  .annualReport .container {
    width: 90%;
  }
  .annualReport .container.breadCrumb {
    padding-left: 0;
  }

  .home.keywordsSearch {
    padding-top: 160px;
  }
  .themeProgram.eventAnnouncement {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  /* sitemap */
  .sitemap .serviceType .typeList {
    flex-direction: column;
  }
  .sitemap .serviceType .typeList .right .item img {
    width: auto;
  }
  .sitemap .serviceType .typeList .left {
    width: 100%;
  }
  .sitemap .serviceType .typeList .right {
    width: 50%;
    margin-top: 5%;
  }
  .sitemap .container {
    width: 90%;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(3) .link {
    padding-left: 3%;
  }
  .barTop .title h2,
  .sitemap .subtitle {
    font-size: 1.5em !important;
  }
  .sitemap .serviceType .typeList .left .item .link a {
    font-size: 1em;
  }
  .sitemap .topicCategory .categoryLink a {
    font-size: 1.0625em;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(4) .link {
    padding-left: 14%;
  }
  /* 內容頁 */
  .home.RtiAssociation .association .breadCrumb {
    padding-left: 0;
  }
  .associationList .tab-content .tab-item .flexJust {
    flex-direction: column;
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap {
    width: 100%;
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap .title::after {
    width: 78%;
    left: 20%;
  }
  .associationList .tab-content .tab-item .title::after {
    width: 82%;
    left: 15%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(2) .title::after {
    width: 78%;
    left: 20%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(3) .title::after {
    width: 80%;
    left: 17%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(4) .title::after {
    width: 80%;
    left: 17%;
  }
  .associationList
    .tab-content
    .tab-item
    .flexJust
    .itemWrap:nth-child(2)
    .title::after {
    width: 82%;
    left: 16%;
  }
  .associationList
    .tab-content
    .tab-item:nth-child(2)
    .itemWrap:first-child
    .title::after {
    width: 76%;
    left: 21%;
  }

  .rentalServices .tab-content .tab-pane:last-child .tabsList,
  .rentalServices .tabsList,
  .rentalServices .wrapTit {
    flex-direction: column;
  }
  .rentalServices .tabsList .left,
  .rentalServices .tabsList .right,
  .rentalServices .wrapTit .left,
  .rentalServices .wrapTit .right {
    width: 100%;
  }
  .rentalServices .tabsList .right .wrapTitle .gjText {
    text-align: justify;
  }
  .rentalServices .wrapTit .left .title {
    padding-left: 0;
  }
  .contentAll .privacyPolicy .breadCrumb {
    padding-left: 0;
  }
  .rentalServices .wrapTit .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .rentalServices .tabsList .right .wrapTitle .gjTtit {
    font-size: 1.5em;
  }
  .rentalServices .tabsList .right .wrapTitle {
    padding: 1rem 1rem;
  }
  .rentalServices .tabsList .right .wrapTitle .gjTtit {
    padding-bottom: 2%;
  }
  .aboutRti .aboutBanner {
    flex-direction: column;
  }
  .aboutRti .aboutBanner .left,
  .aboutRti .aboutBanner .right {
    width: 100%;
  }
  .aboutRti .aboutBanner .right > div {
    display: flex;
  }
  .aboutRti .aboutBanner .right img:last-child {
    margin-top: 0;
  }
  .aboutRti .aboutBanner .right img {
    width: 50%;
  }
  .barTop .title {
    padding-left: 5%;
  }
  .contentAll .privacyPolicy .container {
    width: 90%;
  }
  .teamList .item {
    flex-direction: column;
  }
  .teamList .item .left,
  .teamList .item .right {
    width: 100%;
  }
  .teamList .item .left {
    height: auto;
  }
  .teamList .item .right {
    margin-top: 2%;
  }
  .recruitingBanner {
    height: auto;
    flex-direction: column;
  }
  .recruitingBanner .left,
  .recruitingBanner .right {
    width: 100%;
  }
  .recruitingBanner .left .breadCrumb {
    background: inherit;
    padding-left: 0;
  }
  .recruitingBanner .left {
    padding-bottom: 20px;
  }
  .recruitingBanner .left {
    padding-left: 5%;
    padding-right: 4%;
  }
  .recruitingBanner .right {
    height: 160px;
  }
  .recruiting .capacity {
    grid-template-columns: repeat(4, 25%);
  }
  .recruiting .recruitingPost .subtitle,
  .recruiting .recruitingPost .List .postItem .title {
    font-size: 1.5em !important;
  }
  .recruiting .recruitingPost .List .row .col-md-4 {
    width: 100%;
  }
  .recruiting .recruitingPost .List .postItem {
    height: auto;
    padding-bottom: 80px;
  }
  .recruiting .recruitingPost .List .postItem .work::before {
    width: 88%;
  }
  .recruiting {
    padding-bottom: 40px;
  }
  .recruiting .tit {
    text-align: justify;
  }
  .home.electronicNewspaper .breadCrumb {
    padding-left: 0;
  }
  .newsPaper .content {
    flex-direction: column;
  }
  .newsPaper .content .left,
  .newsPaper .content .right {
    width: 100%;
    height: auto;
  }
  .newsPaper .content .right {
    margin-top: 20px;
  }
  .programIndex .container.breadCrumb {
    background: inherit;
  }
  .programIndex .container {
    padding-bottom: 20px;
  }

  .programContent .left .content {
    margin-left: 5%;
  }
  .proNewsletter .proNewsletterContent {
    width: 90%;
  }
  .programSchedule .title a {
    padding: 5px 10px;
  }
  .enContent .top {
    flex-direction: column;
  }
  .enContent .top .left,
  .enContent .top .right {
    width: 100%;
  }
  .enContent .top .right {
    margin-top: 2%;
  }
}
@media (max-width: 576px) {
  .home.newsIndex .Banner { padding-top: 0; padding-bottom: 0; }
  .teaching .item .img {
    height: 165px;
  }
  .rwdHeader .closeImg,
  .rwdHeader.menuImg {
    width: 90%;
  }
  .rwdHeader .logoImg {
    width: 90%;
  }
  .rwdHeader .indexLogImg {
    width: auto;
  }
  .globeImg {
    width: 40%;
  }
  .rwdHeader .searchImg {
    width: 30px;
  }
  .rwdBanner .swiper-slide .swiperImg {
    height: 320px;
    object-fit: cover;
  }
  /* .overflowX .item .keyImg{height: 205px;} */
  .home.newsIndexDetails .breadCrumb {
    padding-left: 30px;
  }
  .classificatin .wrap .img .imgBg,
  .classificatin .wrap .img {
    height: 170px;
  }
  .classificatin .wrap {
    width: 100%;
  }
  .footer .content {
    flex-direction: column;
  }
  .footer .content .item {
    width: 100%;
  }
  .footer .content .item a,
  .footer .app {
    font-size: 1.5em;
  }
  .footer .content .tit,
  .footer .content .tit a {
    font-size: 1.125em !important;
  }
  .footer .content .link a {
    font-size: 1.03125em;
  }
  .footer .content .item .flex .rwdShow {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .content .item .flex .rwdShow img {
    width: 48%;
  }
  .footer .top .content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .focusReporting .focus a .img {
    height: 344px !important;
  }
  .classifyIndex .focusReporting .hotTopic .hotList .item a .text {
    font-size: 1.125em;
    font-weight: 500;
  }
  .focusReporting .hotTopic {
    padding: 0 20px 40px 23px;
  }
  .bannerTop {
    padding-bottom: 5px;
  }
  .home.newsIndex .lifeStyle .overflowX {
    margin-top: 20px;
  }
  .themeProgram .overflowX .item .keyImg {
    height: 300px;
  }
  .rwdMenu .menu .right {
    margin-top: 15px;
  }
  .rwdSubtitle .titles {
    font-size: 1.5625em;
  }
  .rwdMenu .menu .left {
    width: 75%;
  }
  /* .themeProgram .overflowX .item .title:nth-child(3){min-height: 165px;} */
  .themeProgram .overflowX .item {
    width: 70%;
  }
  .newsDetails .left .dateWrap {
    flex-direction: column;
  }
  .warpList .item .img {
    height: 190px;
  }
  .newsDetails .lunbo img {
    /* height: 310px; */
    height: auto;
  }
  .newsDetails .left .wrap a img {
    margin-right: 5px;
  }
  /* iframe{height: 310px;} */
  iframe img {
    height: 100% !important;
  }
  .newsIndexDetails .left .newsBtn {
    margin-top: 7%;
  }
  .newsDetails .left .message .items .itemCont {
    font-size: 0.9375em;
  }
  .newsDetails .left .message {
    margin-bottom: 2rem;
  }
  .keywordsList .warpList .item .img,
  .newsprogramSearch .warpList .item .img {
    height: 160px;
  }
  .newsCategray .warpList {
    grid-template-columns: repeat(2, 47%);
  }
  .filterCategories .filterList .item a .imgs {
    height: 244px !important;
  }
  .filterCategories .filterList .item a .wrap .txt {
    -webkit-line-clamp: 6;
  }
  .listAll .time,
  .listAll .text {
    width: 100%;
  }
  .listAll .title {
    flex-direction: column;
    padding-left: 0;
  }
  .listAll .conts {
    width: 100%;
    text-overflow: inherit;
    white-space: normal;
    margin-top: 10px;
  }
  .listAll .img {
    padding-top: 3%;
  }
  /* iframe { height: 330px; } */
  .eventAnnouncementDetails .content img {
    height: 330px;
  }
  .qslList {
    grid-template-columns: repeat(1, 100%);
  }
  .qslList .conts {
    width: 96%;
  }
  .year .subtitle {
    margin-left: 15%;
  }
  .yearList .yearSelect {
    width: 90%;
  }
  .selectedRti .filterList .item a .img {
    height: 254px;
  }
  .podcastDetailsBanner .container.flex {
    flex-direction: column;
  }
  .podcastDetailsBanner {
    height: auto;
  }
  .podcastDetailsBanner .left,
  .podcastDetailsBanner .right {
    width: 100%;
  }
  .podcastDetailsBanner .right {
    padding-bottom: 30px;
    margin-top: 3%;
  }
  .platformListening .container.flex {
    flex-direction: column;
  }
  .platformListening .right {
    margin-top: 5%;
  }
  .platformListening .left .wifi a {
    width: auto;
  }
  .podcastDetailsBanner .right .link a {
    width: 45%;
    text-align: center;
  }
  .podcastDetails .onApple .subtitle {
    font-size: 1.5em;
  }
  .podcastDetails .themeProgram .rwdKeywords .redTitle {
    font-weight: 500;
  }
  /* 節目表 */
  .programSchedule .tab-header a {
    padding: 10px 0px;
  }
  .programSchedule .subtitle {
    font-size: 1.5em !important;
  }
  .programSchedule .programList .item .wrap .cont .right .msg .name {
    font-size: 1.375em;
  }
  .programSchedule .programList .item .wrap .cont .right .msg .txt {
    font-size: 0.9375em;
  }
  .programSchedule .programList .item .wrap .cont .right .msg .tit {
    font-size: 0.9375em;
    margin-top: 3%;
    /* word-break: break-all; */
  }
  .programSchedule .programList .item .wrap .cont .left {
    width: 20%;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    font-size: 0.8125em;
  }
  .programSchedule .programList .item .wrap .icon .audio {
    width: 25px;
    height: 25px;
  }
  .programSchedule .programList .item .wrap .icon .audio img {
    vertical-align: inherit;
  }
  .programSchedule .programList .item .wrap .icon .ivu-ml img {
    width: 23px;
  }
  .programSchedule .programList .item .wrap .cont .left {
    width: 15%;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir img {
    margin-right: 3px;
  }
  .programSchedule .programList .item .wrap .cont .left .time {
    font-size: 1.375em;
  }
  .programSchedule .programList .item .wrap .cont .left .time::before {
    top: 12%;
  }
  .programSchedule .programList .item .wrap .cont .right .msg .date {
    margin-top: 13px;
  }
  .programSchedule .tab-header {
    overflow-x: auto;
  }

  /* cookies */
  .cookies {
    height: auto;
    padding: 20px;
  }
  .cookies .conts .text {
    text-align: justify;
    width: 90%;
    font-size: 1.125em;
  }
  .cookies .conts a {
    width: 100%;
    margin-top: 20px;
  }

  .home.newsIndex .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* 主持群 */
  .hostGroup .bar button {
    padding: 10px 20px;
  }
  .hostGroup .hostList .item .img {
    height: 144px;
    width: 144px;
  }
  .hostIntroductionBanner .hostImg {
    height: 435px;
  }
  .hostIntroductionBanner .introduction .link a {
    padding: 3px 10px 8px 10px;
  }
  .hostedProgram .wrapList .item {
    padding-right: 15px;
  }
  .hostedProgram .wrapList .item .right .link a {
    padding: 5px;
  }
  .hostedProgram .wrapList .item {
    height: 260px;
  }
  .hostedProgram .wrapList .item .right .name {
    margin-top: 10px;
  }
  .hostedProgram .wrapList .item .right .link {
    margin-top: 20px;
  }
  .hostedProgram .wrapList .item .left {
    width: 47%;
  }
  .teaching .wrapList {
    grid-template-columns: repeat(2, 47%);
    padding-bottom: 70px;
  }
  .proNewsletter .proNewsletterContent .letterList .itemWrap .links .item {
    flex-direction: column;
    margin-top: 8%;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .img
    img {
    height: auto;
  }
  .proNewsletter .proNewsletterContent .letterList .itemWrap .links .item .img {
    width: 100%;
    height: 100%;
  }
  .proNewsletter .proNewsletterContent .letterList .itemWrap .rightAb,
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText {
    width: 100%;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .rightAb
    .time
    .date {
    padding-left: 11%;
  }
  .proNewsletter .proNewsletterContent .wrap {
    margin-bottom: 5%;
  }
  .proNewsletter .proNewsletterContent .letterList .itemWrap {
    margin-top: 20px;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText {
    border-left: none;
    padding-left: 0;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText
    .name {
    margin-top: 10px;
  }
  .programSchedule .tab {
    height: auto;
  }
  .filterCategories {
    padding-top: 0;
  }
  .annualReport .wrapList .item a img {
    height: 345px;
  }
  .sitemap .topicCategory .categoryLink a {
    font-size: 1.0625em;
    text-align: center;
    padding-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .sitemap .topicCategory .categoryLink a span {
    padding-left: 15px;
  }

  /* 內容頁 */
  .barTop .title {
    padding-left: 7%;
  }
  .home.RtiAssociation .association .container {
    width: 86%;
  }
  .home.RtiAssociation .association .container .subtitle,
  .associationList .tab-content .tab-item .title {
    font-size: 1.5em !important;
  }
  .associationList .tab-header button {
    padding: 0px 8px;
    font-size: 1.0625em;
    margin-right: 10px;
  }
  .associationList .tab-content .tab-item .itemList {
    grid-template-columns: repeat(2, 50%);
  }
  .associationList
    .tab-content
    .tab-item
    .flexJust
    .itemWrap:nth-child(2)
    .title::after {
    width: 76%;
    left: 24%;
  }
  .associationList .tab-content .tab-item .title::after {
    width: 80%;
    left: 21%;
  }
  .associationList
    .tab-content
    .tab-item:nth-child(2)
    .itemWrap:first-child
    .title::after {
    width: 70%;
    left: 29%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(2) .title::after {
    width: 70%;
    left: 28%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(3) .title::after {
    width: 75%;
    left: 24%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(4) .title::after {
    width: 78%;
    left: 23%;
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap .title::after {
    width: 71%;
    left: 28%;
  }

  .venueRentalContent .venueRental .content.flexJust {
    flex-direction: column;
  }
  .venueRental .content .left,
  .venueRental .content .right {
    width: 100%;
    border-right: none;
  }
  .rentalServices {
    padding-top: 5%;
  }
  .rentalServices .nav-tabs .nav-link:focus,
  .rentalServices .nav-tabs .nav-link {
    margin-right: 5px;
  }
  .venueRental .content .left .cont {
    font-size: 1.09375em;
  }
  .rentalServices .nav-link {
    padding: 8px;
  }
  .rentalServices .nav-tabs .nav-link,
  .rentalServices .nav-tabs .nav-link.active {
    font-size: 1em;
  }
  .rentalServices .text,
  .rentalServices .tabsList .right .wrapTitle .gjText .tit {
    font-size: 1.0625em;
  }
  .rentalServices .wrapTit .left table tbody tr td {
    padding: 10px 20px;
  }
  .rentalServices .tab-content .tab-pane table th {
    padding-inline-start: 10px;
  }
  .rwdMenu .menu {
    padding: 0 25px;
  }
  .rwdMenu .menuTwo {
    padding: 20px 30px;
  }
  .barTop .title {
    padding-left: 5%;
  }
  .teamList {
    margin-top: 0;
  }
  .teamList .item .right .items .subText::before {
    width: 90%;
  }
  .teamList .item .left .name .names {
    font-size: 1.5em;
  }
  .recruiting .capacity {
    grid-template-columns: repeat(3, 32%);
  }
  .recruitingBanner .right {
    height: 140px;
  }
  .newsPaper .content .left {
    padding: 20px 15px;
  }
  .programIndex .container {
    padding-bottom: 0;
  }

  .rwdBanner .swiper-horizontal > .swiper-pagination-bullets,
  .rwdBanner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .rwdBanner .swiper-pagination-custom,
  .rwdBanner .swiper-pagination-fraction {
    bottom: 0px;
  }
  .programSchedule .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .programSchedule .title a {
    margin-top: 10px;
  }
  .programSchedule .programList .item .wrap .cont .right .msg {
    padding: 40px 25px;
  }
  .programSchedule .programList .item .wrap .icon {
    top: 5%;
  }
  .audio .right {
    padding-top: 5px;
    margin-left: 10px;
  }
  .sitemap .serviceType .typeList .left .item .link {
    margin-left: 9%;
  }
  .indexFocus .classificatin .focusClassify .focusList .focusItem a .imgBg {
    height: 170px;
  }
  .newsIndexDetails .classifyIndex.lifeStyle .col-md-3 {
    width: 100%;
  }
  .rwdNav .rwdNavList {
    padding: 5% 13%;
  }
  .audio .left {
    width: 25%;
  }
  .audio .right {
    width: 65%;
    margin-left: 30px;
  }
}
@media (max-width: 490px) {
  .rwdIcon{ width: 100%; margin-bottom: 10px;display: block;}
  .rwdIcon .icon{position: inherit !important;display: flex; align-items: center;justify-content: end;}
  .programSchedule .programList .item .wrap .icon.rwdIcon{position: inherit;}
  .pcIcon{display: none;}
  .programSchedule .programList .item .wrap .icon.pcIcon{position: inherit;}
  .programSchedule .programList .item .wrap .rwdIcon .audio img{object-fit: none;}
  .programSchedule .programList .item .wrap .cont { max-height: inherit; overflow-y: inherit; }
  .programContent .left .avatarList h2 {
    width: 70%;
  }
  .hostGroup .hostList .newsWarpList {
    display: grid;
    grid-template-columns: repeat(2, 48%);
  }
  .hostGroup .hostList .col-md-2 {
    width: 100%;
  }
  /* header */
  .home.Content {
    padding-top: 70px;
  }
  .rwdMenu .menu {
    height: 70px;
    padding: 0 25px;
  }
  .rwdHeader .menuImg {
    width: 30px;
  }
  .rwdHeader .rwdSubtitle a {
    margin-right: 0;
    width: 25%;
  }
  .rwdHeader .rwdSubtitle .logoImg {
    width: 100%;
  }
  .globeImg {
    width: 36% !important;
  }
  .rwdHeader .searchImg {
    width: 25px;
  }
  .rwdMenu .menu .right {
    justify-content: end;
  }
  .rwdHeader .closeImg {
    width: 25px;
  }
  .rwdNav .rwdNavList {
    top: 70px;
  }
  .rwdNav .item a,
  .rwdBanner .content .audios {
    font-size: 1.25em;
  }
  .rwdBanner .content {
    padding: 17px 17px 40px 25px;
  }
  .rwdKeywords {
    margin-left: 1.5rem;
  }
  .rwdHeader .indexLogImg {
    width: 75%;
  }
  .overflowX .item {
    margin-right: 20px;
  }
  .home.indexHome {
    padding-top: 70px;
  }
  .overflowX .item .title {
    font-size: 1.09375em;
  }
  .classificatin .wrap {
    margin-top: 20px;
  }
  .classificatin .wrap .title {
    font-size: 1.25em;
  }
  .classificatin .rightImg {
    width: 25px;
  }
  .classificatin .wrap .mask {
    font-size: 1.09375em;
    font-weight: 500;
  }
  .classificatin .wrap .mask img {
    vertical-align: sub;
  }
  .classificatin .wrap .img .imgBg,
  .classificatin .wrap .img {
    height: 150px;
  }
  .indexHotBroadcast .subtitles {
    font-size: 1.5em;
    font-weight: 500;
  }
  .classificatin {
    padding-bottom: 40px;
  }
  .indexHotBroadcast .hotDate .right .top .title {
    font-size: 1.25em;
  }
  .indexHotBroadcast .hotDate .right .date {
    margin-top: 5px;
  }
  /* .Shorts .overflowX .item .keyImg { height: 300px; } */
  .Shorts .overflowX .item {
    width: 65%;
  }
  .overflowX .item .title {
    padding: 10px 10px 0 10px;
  }
  .overflowX .item .date {
    padding: 0 10px 10px 10px;
  }
  .home.keywordsSearch {
    padding-top: 140px;
  }
  /* .home{padding-top: 70px;} */
  /* 新聞詳情 */
  .newsDetails .left .wrap a img {
    margin-right: 5px;
  }
  h2 {
    font-size: 1.25em !important;
  }
  .newsDetails .left .dateWrap {
    flex-direction: column;
  }
  .newsDetails .lunbo img {
    /* height: 254px; */
    height: auto;
  }
  .warpList .item .img {
    height: 140px;
  }
  /* 新聞首頁 */
  .YouTube,.youtube {
    margin-right: 17%;
  }
  .lifeStyle .lifeList a .img {
    height: 130px;
  }
  .lifeStyle .lifeList a .Title,
  .redTitle {
    font-size: 1.0625em;
  }
  .lifeStyle .lifeList a .Text {
    font-size: 1em;
  }
  .themeProgram .swiper-button-prev {
    left: 76.5%;
  }
  .audioFocus .swiper-button-prev {
    left: 75.5%;
  }
  .audioFocus .swiper-button-prev,
  .audioFocus .swiper-button-next {
    top: 12.5%;
  }
  .audioFocus .youtube {
    margin-right: 28%;
  }
  .rwdLangage,
  .rwdSearch {
    top: 70px;
  }
  .rwdLangage .lang {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
  .rwdSearch {
    padding: 20px;
  }
  .rwdMenu .menu .left {
    align-items: center;
  }
  .rwdHeader .menuImg {
    margin-top: 16px;
    margin-right: 10px;
  }
  .rwdHeader .closeImg {
    margin-top: 16px;
    margin-right: 10px;
  }
  .rwdSubtitle .titles {
    margin-top: 12px;
  }
  .home.newsIndex {
    padding-top: 140px;
  }
  .focusReporting .focus a .img {
    height: 290px !important;
  }
  .themeProgram .overflowX .item .title .redTitle {
    font-size: 1.25em;
  }
  .themeProgram .overflowX .item .title:nth-child(3) {
    font-size: 1.09375em;
  }
  /* 節目首頁 */
  .home.programIndex {
    padding-top: 140px;
  }
  .rwdBanner .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
  .hotList .item {
    left: 0;
    padding: 5px 0;
  }
  .classifyIndex .focusReporting .hotTopic .hotList .item a .text .redShow {
    margin-top: 5px;
  }
  .themeProgram .rwdKeywords {
    margin-top: 1rem;
  }
  .themeProgram .overflowX .item .langage span {
    padding: 3px 10px;
    margin-right: 3px;
  }
  .themeProgram {
    padding: 20px 0 60px 0;
  }
  .programIndexTodatHot .overflowX .item {
    width: 30%;
  }
  .programCategories .itemWrap .col-md-2 {
    width: 50%;
  }
  .audio .right {
    margin-left: 10px;
    padding-top: 5px;
  }
  audio::-webkit-media-controls-play-button {
    background-size: 25px;
  }
  audio::-webkit-media-controls-mute-button {
    background-size: 25px;
  }
  .audio .right .bottom .goBack img {
    cursor: pointer;
    width: 20px;
    height: auto;
  }
  .audio .left {
    width: 25%;
  }
  .audio .left img {
    width: 100%;
    height: 100%;
  }
  .bottom .audioSpeed a span {
    font-size: 1.3rem;
  }
  .audio .right .bottom .audioGo,
  .audio .right .bottom .goBack {
    top: 40px;
  }
  .home.classifyIndex {
    padding-top: 140px;
  }
  .classifyIndex .Banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .classifyIndex.lifeStyle .rwdKeywords .redTitle {
    margin-bottom: 20px;
  }
  .rwdHeader .CheckboxMenu {
    top: 140px;
  }
  .home.hostlist {
    padding-top: 140px;
  }
  .home.newsIndexDetails {
    padding-top: 140px;
  }
  .keywordsList .warpList .item .redShow {
    margin-top: 0;
    font-size: 0.875em;
  }
  .focusReporting .hotTopic .topTitle {
    margin-left: 0;
  }
  .classifyIndex .focusReporting .focus .content {
    padding: 0 25px 25px 25px;
  }
  .filterCategories .filterList .item a .imgs {
    height: 210px !important;
  }
  .home.newsCategray {
    padding-top: 118px;
  }
  .year .subtitle {
    margin-left: 20%;
  }
  .home.programCategraySearch {
    padding-top: 140px;
  }
  .focusReporting .hotTopic {
    margin-top: 10px;
  }
  .programCategraySearch .programIndex {
    margin-top: 5px;
  }

  /* podcast */
  .home.podcastIndex {
    padding-top: 142px;
  }
  .rwdpodcastThemeProgram .overflowX .item {
    width: 55%;
  }
  .podcastToday {
    height: 510px;
  }
  .selectedRti .filterList .item a .img {
    height: 215px;
  }
  .home.allPodcast {
    padding-top: 142px;
  }
  .filterCategories {
    padding-top: 0;
  }
  .platformListening .right a {
    margin-right: 10%;
  }
  .podcastDetailsBanner .right .link {
    margin-top: 4.5%;
    display: flex;
    justify-content: space-between;
  }
  .home.allRadioDramas {
    padding-top: 140px;
  }
  .home.podcastlist {
    padding-top: 145.5px;
  }
  /* 節目表 */
  .programSchedule .programList .item .wrap .cont .right {
    max-height: 100%;
    flex-direction: column;
  }
  .programSchedule .programList .item .wrap .cont .right .img {
    width: 100%;
    height: auto;
  }
  .programSchedule .programList .item .wrap .cont .right .img img {
  }
  .programSchedule .programList .item .wrap .cont .left {
    width: 30%;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    font-size: 1em;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir img {
    margin-right: 3px;
    width: 25px;
    padding-left: 10px;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    display: flex;
    align-items: center;
  }

  /* 主持人 */
  .hostGroup .hostList .item .img {
    height: 196px;
    width: 196px;
  }
  .home.hostIntroduction {
    padding-top: 140px;
  }
  .hostIntroductionBanner .hostImg {
    height: 350px;
  }
  .hostIntroductionBanner .introduction .title h2 {
    font-size: 1.875em !important;
  }
  .hostIntroductionBanner .introduction {
    padding: 0 25px 30px 25px;
  }
  .hostIntroductionBanner .introduction .link a {
    padding: 3px 8px 5px 8px;
    font-size: 0.9375em;
  }
  .hostedProgram .wrapList .item {
    flex-direction: column;
  }
  .hostedProgram .wrapList .item {
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .hostedProgram .wrapList .item .left {
    width: 100%;
  }
  .hostedProgram .wrapList .item .right {
    width: 90%;
    margin: 0 auto;
  }
  .hostedProgram .wrapList .item .right .link a {
    width: 47%;
    text-align: center;
  }
  .teaching .wrapList {
    grid-template-columns: repeat(1, 100%);
  }
  .teaching .container {
    width: 90%;
  }
  .teaching {
    padding-top: 35px;
  }
  .teaching .wrapList .item .img {
    height: 160px !important;
  }
  .programContent .left .content .text p {
    font-size: 1.09375em !important;
  }
  .programContent .left .content .avatar .title h2 {
    display: none;
  }
  .programContent .left .content .avatar {
    margin-top: 5%;
  }
  .proNewsletter .proNewsletterContent .wrap {
    text-align: left;
    display: flex;
  }
  .proNewsletter .proNewsletterContent .wrap a {
    padding: 8px 15px;
    font-size: 1em;
    margin-top: 10px;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .contText
    .tit {
    -webkit-line-clamp: 6;
  }
  .proNewsletterContent .bannerImg {
    padding: 20px 0;
  }
  .themeProgram .rwdKeywords .redTitle {
    font-size: 1.5em;
  }
  .proNewsletter .proNewsletterContent .subtitle {
    font-size: 1.5em;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .rightAb
    .time
    .link
    .audio {
    font-size: 0.9375em;
  }
  .programSchedule .programList .item .wrap .cont .right .msg {
    width: 100%;
    padding-bottom: 20px;
  }
  .programSchedule .programList .item .wrap .icon {
    top: 64%;
  }
  .programSchedule .programList .item .wrap .cont .left .time {
    height:100%;
  }
  .radioDramasDetails {
    padding-top: 30px;
  }
  .radioDramasDetails .themeProgram .overflowX .item .keyImg {
    height: 360px;
  }
  .annualReport .wrapList .item a img {
    height: 300px;
  }
  .home.newsIndex .classificatin,
  .home.newsIndex .audioFocus {
    margin-top: 10px;
  }
  .home.sitemapIndex {
    padding-top: 70px;
  }
  .home.programScheduleIndex {
    padding-top: 140px;
  }

  .barTop .title h2,
  .sitemap .subtitle {
    font-size: 1.25em !important;
  }
  .home.RtiAssociation .association .container {
    width: 90%;
  }
  .associationList .tab-header {
    display: inline-block;
  }
  .associationList .tab-header button {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .associationList .tab-content .tab-item .itemList .item img {
    width: 180px !important;
    height: 180px !important;
  }
  .home.RtiAssociation {
    padding-top: 70px;
  }
  .aboutRti .aboutBanner .left iframe {
    height: 248px;
  }
  .recruitingBanner .right {
    height: 120px;
  }
  .recruiting .capacity {
    grid-template-columns: repeat(2, 50%);
  }
  .recruiting .recruitingPost .List .postItem .work::before {
    width: 80%;
  }
  .home.electronicNewspaper {
    padding-top: 140px;
  }
  .rwdMenu .menu .left {
    width: 75%;
  }
  .footer .content .left .front {
    display: flex;
    flex-direction: column;
  }
  .programContent .left .content .avatar .title .flex {
    display: flex;
    align-items: flex-start;
  }

  .programContent .left .content .avatar .title .flex .flex {
    flex-direction: inherit;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(4) .items img {
    width: 100%;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(4) .app {
    margin-left: 0;
  }
  .home.informationlist {
    padding-top: 140px;
  }
  .indexFocus .classificatin .focusClassify .focusList .focusItem a .imgBg {
    height: 140px;
  }
  .indexFocus {
    padding-bottom: 10px;
  }
  .rwdHeader .menu .left a {
    margin-left: 3%;
  }
  .rwdHeader .menu .left a {
    margin-right: 0;
  }
  .rwdHeader .menu .left a .LogImg {
    width: 80%;
  }
}

@media (max-width: 430px) {
  .newsDetails .left .text p iframe{width: 100%;}
  .newsDetails .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .newsDetails .swiper-pagination-custom, .swiper-pagination-fraction{line-height: 1;}
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 30px;
  }
  .home.newsIndex .Banner { padding-top: 25px; padding-bottom: 25px; }
  .home.newsIndex .container{height: 100%;}
  .footer .content .item .rwdShow{width: 71%;}
  .overflowX .item {
    width: 75%;
  }
  .rwdMenu .menu .right {
    justify-content: end;
    margin-top: 10px;
  }
  .rwdHeader .logoImg {
    width: 70%;
  }
  .rwdBanner .swiper-slide .swiperImg {
    height: 240px !important;
  }
  .overflowX .item .keyImg {
    height: 167px !important;
  }
  .rwdNav .item .title {
    margin-bottom: 20px;
  }
  .classificatin .wrap .img .imgBg,
  .classificatin .wrap .img {
    height: 127px !important;
  }
  .banner a {
    height: 65px;
  }
  .rwdNav .rwdNavList {
    padding: 30px 30px;
  }
  .rwdNav .item:last-child {
    padding-left: 8%;
  }
  .rwdHeader .rwdSubtitle a {
    width: 25%;
  }
  .rwdMenu .menuTwo {
    padding: 11px 25px;
  }
  .rwdMenu .menuTwo .name {
    margin-right: 30px;
    font-size: 1.0625em;
  }
  .home.newsIndex {
    padding-top: 118px;
  }
  .focusReporting .focus .content {
    padding: 10px 0;
  }
  .focusReporting .focus .content .imgFlex span {
    font-size: 1.25em;
  }
  .focusReporting .hotTopic .topTitle {
    font-size: 1.5em;
  }
  .classifyIndex .focusReporting .hotTopic .hotList .item a .text {
    font-size: 1.0625em;
  }
  .focusReporting .hotTopic {
    margin-top: 10px;
  }
  .hotList .item {
    top: 5px;
  }
  .classifyIndex .focusReporting .hotTopic .hotList .item a .num {
    width: 10%;
    font-size: 3.125em;
  }
  .focusReporting .hotTopic {
    padding: 0 20px 20px 23px;
  }
  .bannerTop {
    padding-bottom: 10px;
  }
  .focusReporting {
    padding-bottom: 0;
  }
  .home.newsIndex .Banner.rwdBanner a {
    height: 70px;
  }
  .home.newsIndex .Banner.rwdBanner a img {
    height: 100%;
  }
  .themeProgram .overflowX .item .keyImg {
    height: 223px !important;
  }
  .headerOutline::before {
    bottom: -11px;
  }
  .themeProgram .overflowX .item .langage span {
    padding: 2px 9px;
    margin-right: 6px;
  }
  .themeProgram {
    padding: 20px 0 0 0;
  }
  .themeProgram .overflowX .item .title .redTitle {
    font-size: 1.1875em;
    display: block;
    margin-bottom: 5px;
  }
  .rwdHeader .menuImg {
    margin-top: 11px;
  }
  .rwdSubtitle .titles {
    margin-top: 11px;
    font-size: 1.125em;
  }
  .home.newsIndex .audioFocus {
    margin-top: 10px;
  }
  .breadCrumb {
    padding-bottom: 10px;
    padding-left: 25px;
  }
  .classificatin .wrap .item {
    width: 90%;
  }
  .breadCrumb {
    padding-top: 10px;
  }
  .home.programIndex {
    padding-top: 118px;
  }
  .rwdMenu .menuTwo .name .moreMenu .topImg {
    width: 12px;
  }
  .programIndexTodatHot .line {
    margin-top: 40px;
  }
  .programIndexTodatHot .overflowX {
    top: 80px;
  }
  .openMore {
    width: 100%;
  }
  .audio .right .name {
    font-size: 0.8125em;
  }
  audio::-webkit-media-controls-current-time-display,
  audio::-webkit-media-controls-time-remaining-display {
    font-size: 0.75em;
  }
  audio::-webkit-media-controls-panel {
    padding: 0;
  }
  audio {
    height: 35px;
  }
  .audio .right .bottom .audioGo,
  .audio .right .bottom .goBack {
    top: 23px;
  }
  .audio .left {
    width: 30%;
  }
  .audio .left img {
    height: auto;
  }
  .audio .right .name {
    font-size: 0.625em;
  }
  .bottom .audioSound a img {
    width: 25px;
  }
  .home.classifyIndex {
    padding-top: 118px;
  }
  .themeProgram .rwdKeywords .redTitle,
  .classifyIndex.lifeStyle .rwdKeywords .redTitle,
  .classifyIndex .audioFocus .rwdKeywords .redTitle,
  .indexAudio .redTitle,
  .home.newsIndex .redTitle,
  .programCategories .subtitle,
  .programIndex .audioFocus .rwdKeywords .redTitle {
    font-size: 1.5em;
  }
  .home.newsIndexDetails {
    padding-top: 118px;
  }
  .newsDetails .left h2 {
    font-size: 1.25em !important;
  }
  .newsDetails .left .wrap a {
    font-size: 1em;
  }
  .newsDetails .left .text p,
  .newsDetails .left .newsBtn a,
  .newsDetails .right .wifi a span {
    font-size: 1em !important;
  }
  .newsDetails .right .podcast .title {
    font-size: 1.5em;
  }
  .newsDetails .right .podcast .podWrap .podGo a {
    width: 50%;
    text-align: center;
  }
  .reading .subtitle {
    font-size: 1.5em;
  }
  .warpList .item .img {
    height: 290px;
  }
  .reading .warpList .col-md-3 {
    width: 100%;
  }
  .reading {
    padding-top: 7%;
  }
  .rwdHeader .CheckboxMenu {
    top: 118px;
  }
  .source {
    right: 0;
    bottom: 40px;
  }
  .newsDetails .lunbo iframe,
  .newsDetails .lunbo img {
    height: 240px;
    /* height: auto; */
  }
  .newsIndexDetails .classifyIndex.lifeStyle .col-md-3 {
    width: 100%;
  }
  .lifeStyle .lifeList a .img {
    height: auto;
    overflow: hidden;
  }
  .lifeStyle .lifeList a .Title {
    min-height: auto;
  }
  .keywordsList h2 {
    font-size: 1.5em !important;
  }
  .keywordsList .warpList,
  .newsprogramSearch .warpList {
    grid-template-columns: repeat(1, 100%);
  }
  .keywordsList .warpList .item a,
  .newsprogramSearch .warpList .item a {
    width: 100%;
  }

  .newsprogramSearch .warpList .item .img {
    height: 300px;
  }
  .keywordsList .warpList .item .img {
    height: auto;
  }
  .keywordsList .warpList .item .title {
    min-height: auto;
  }
  .newsprogramSearch .warpList .item .title img {
    margin-right: 5px;
  }
  .newsCategray .warpList .item .img {
    height: 140px;
  }
  .warpList .item .title {
    font-size: 1.09375em;
  }
  .warpList .item .text {
    font-size: 1em;
    -webkit-line-clamp: 6;
  }
  .newsCategray .openMore {
    width: 90%;
    margin-bottom: 1rem;
  }
  .newsCategray .warpList {
    grid-template-columns: repeat(1, 100%);
  }
  .newsCategray .warpList .item .img {
    height: 248px;
  }
  .filterCategories .subtitle {
    font-size: 1.5em;
  }
  .filterCategories .filterList {
    grid-template-columns: repeat(1, 100%);
  }
  .filterCategories .filterList .item a .imgs {
    height: 380px !important;
  }
  .classifyLink .qslBtn {
    font-size: 1.09375em;
    padding: 3px 15px;
    height: auto;
    font-weight: 500;
  }
  .listAll .text {
    font-size: 1.09375em;
  }
  .listAll .conts {
    font-size: 1em;
  }
  .eventAnnouncementDetails {
    padding-top: 50px;
  }
  .eventAnnouncementDetails .content .swiper {
    width: 100%;
  }
  .eventAnnouncementDetails .content img {
    height: 210px;
  }
  .eventAnnouncementDetails iframe {
    height: 210px;
  }
  .eventAnnouncementDetails .swiper-button-prev,
  .eventAnnouncementDetails .swiper-button-next {
    top: 28%;
  }
  .eventAnnouncementDetails .text {
    padding-bottom: 10px;
  }
  .listAll .subtitle,
  .eventAnnouncementDetails h2 {
    margin-top: 15px;
  }
  .listAll .year .subtitle {
    margin-top: 0;
    font-size: 1.5em !important;
  }
  .qslList .conts {
    font-size: 1.09375em;
  }
  .home.programCategraySearch {
    padding-top: 118px;
  }
  .programCategraySearch .lifeStyle .lifeList .left .row .col-md-3 {
    width: 100%;
  }
  .programCategraySearch .programIndex.lifeStyle .container .openMore {
    margin-top: 20px;
  }
  .rwdMenu .menuTwo .name .topImg {
    width: 12px;
  }
  .programCategraySearch .themeProgram .overflowX .item .title .redTitle {
    font-size: 1.1875em !important;
  }
  .programCategraySearch .rwdKeywords .redTitle {
    font-size: 1.5em !important;
  }
  .programCategraySearch .themeProgram {
    padding: 1px 0 20px 0;
  }
  .programCategraySearch .Banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .programCategraySearch .programIndex {
    margin-top: 0px;
  }
  .home.keywordsSearch {
    padding-top: 118px;
  }
  /* podcast */
  .podcastHeader .menuTwo {
    height: 60px;
  }
  .home.podcastIndex {
    padding-top: 123px;
  }
  .podcastHeader .headerOutline::before {
    bottom: -18px;
  }
  .podcastToday .bannerList .title {
    margin-top: 15px;
  }
  .rwdpodcastThemeProgram .rwdKeywords .redTitle {
    font-size: 1.5em;
  }
  .selectedRti .subtitle {
    font-size: 1.5em;
  }
  .selectedRti .filterList {
    grid-template-columns: repeat(1, 100%);
  }
  .selectedRti .filterList .item a .img {
    height: 400px;
  }
  .selectedRti .container {
    width: 90%;
  }
  .allPodcast .filterCategories {
    padding-top: 0;
  }
  .home.allPodcast {
    padding-top: 130px;
  }
  .allPodcast .filterCategories .title {
    margin-top: 15px;
  }
  .themeProgram .overflowX .item .keyImg {
    height: 190px;
  }
  .themeProgram .overflowX .item .title .redTitle {
    font-size: 1.09375em;
  }
  .themeProgram .overflowX .item .title:nth-child(3) {
    font-size: 1em;
  }
  .podcastDetailsBanner .right .text {
    font-size: 1em;
  }
  .podcastDetailsBanner .right h2 {
    font-size: 1.375em !important;
  }
  .platformListening .container .left .subtitle {
    font-size: 1.375em;
  }
  .platformListening .right {
    margin-left: 0;
  }
  .platformListening .left .wifi a {
    width: 100%;
  }
  .podcastCategray .filterCategories {
    padding-top: 20px;
  }
  .home.allRadioDramas {
    padding-top: 118px;
  }
  /* .programSchedule .programList .item .wrap .cont .left { width: 40%; } */
  /* .programSchedule .programList .item .wrap .cont .left .time .onAir { display: flex; align-items: center; padding-left: 8%; } */
  .programSchedule .programList .item .wrap .icon {
    top: 58%;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    padding-left: 8%;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    font-size: 0.8125em;
  }
  .programSchedule .programList .item .wrap .cont .right .msg {
    width: 100%;
    padding: 15px 25px;
  }
  .programSchedule .programList .item .wrap .cont .right .msg .tit {
    -webkit-line-clamp: 6;
  }
  /* .programSchedule .programList .item .wrap .cont .left .time { height: 460px; } */
  .programSchedule .programList .item .wrap .cont .left .time::before {
    top: auto;
  }
  .programSchedule .tab {
    height: 100%;
  }
  /* .programSchedule .tab-header a { padding: 0px 15px 8px 15px; } */
  .programSchedule .tab-header a {
    font-size: 0.8125em;
  }
  .programSchedule .programList .item .wrap .cont .right .msg .name {
    font-size: 1.25em;
  }
  .home.newsIndex .Banner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hostGroup .bar input {
    padding: 6px 10px;
    font-size: 1em;
  }
  .hostGroup .bar button {
    font-size: 0.9375em;
  }
  .hostGroup .hostList .item .img {
    height: 173px;
    width: 173px;
  }
  .hostGroup .hostList .item div {
    font-size: 0.9375em;
    margin-top: 5px;
  }
  .home.hostIntroduction {
    padding-top: 118px;
    padding-bottom: 40px;
  }
  .hostIntroductionBanner .hostImg {
    height: 280px;
  }
  .hostIntroductionBanner .introduction .text p {
    font-size: 1.09375em !important;
  }
  .hostIntroductionBanner .introduction .link {
    display: grid;
    grid-template-columns: repeat(2, 48%);
  }
  .hostIntroductionBanner .introduction .link a {
    padding: 8px;
    font-size: 1em;
    text-align: center;
    margin-bottom: 10px;
  }
  .hostedProgram .subtitle,
  .teaching .subtitle {
    font-size: 1.5em;
  }
  .hostedProgram .wrapList .item .right .text {
    font-size: 1em;
  }
  .hostedProgram .wrapList .item .right .name {
    font-size: 1.375em;
  }
  .teaching .wrapList .item .test .star {
    display: flex;
    align-items: center;
  }
  .teaching .wrapList .item .test .star span {
    font-size: 1em;
  }
  .teaching .wrapList .item .test .date span {
    font-size: 1em;
  }
  .programContent .left .content .avatar .host {
    margin-right: 8px;
  }
  .programContent .left .content .wrap span {
    font-size: 0.9375em;
    padding: 3px 10px;
  }
  .programContent .left .content .text p {
    font-size: 1.03125em !important;
  }
  .proNewsletter .proNewsletterContent .wrap a span {
    font-size: 0.9375em;
  }
  .proNewsletter .proNewsletterContent .wrap a {
    padding: 8px 5px;
    font-size: 1.0625em;
    margin-left: 0;
  }
  .proNewsletter .proNewsletterContent .letterList .itemWrap .links {
    padding: 30px 10px;
  }
  .proNewsletter
    .proNewsletterContent
    .letterList
    .itemWrap
    .links
    .item
    .img
    img {
    height: 230px;
  }
  .programContent .left .content .avatar .title > .flex {
    flex-direction: column;
  }
  .programContent .left .content .avatar .title > .flex {
    align-items: flex-start;
  }
  .proNewsletter .proNewsletterContent .wrap {
    flex-direction: column;
    text-align: center;
  }
  .radioDramasDetails {
    padding-top: 8px;
  }
  .radioDramasDetails .themeProgram .overflowX .item .keyImg {
    height: 320px;
  }
  .radioDramas .left .content h2 {
    font-size: 1.5em !important;
    margin-top: 10px;
  }
  .radioDramas .left .content .text p {
    font-size: 1.09375em;
  }
  .radioDramas .left .content .program .num a {
    font-size: 0.9375em;
    padding: 3px 20px;
    margin-bottom: 15px;
  }
  .radioDramas .left .content .program .subtitle {
    font-size: 1.5em;
  }
  .annualReport {
    padding-top: 10px;
  }
  .annualReport .wrapList .item a img {
    height: 248px;
  }
  .home.indexHome .banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsCategray .warpList {
    margin-top: 10px;
  }
  .programSchedule .programList .item .wrap .cont .left .time {
    font-size: 1.0625em;
  }
  .indexHome .rwdKeywords .redTitle {
    margin-bottom: 8px;
  }
  .newsDetails .left .wrap span {
    margin-right: 3px;
  }
  .sitemap .serviceType .typeList .right {
    width: 100%;
  }
  .sitemap .serviceType .typeList .left {
    grid-template-columns: repeat(1, 100%);
  }
  .sitemap .serviceType .typeList .left .item:first-child {
    text-align: left;
    margin-bottom: 20px;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(2) .link:nth-child(3) {
    padding-left: 30%;
  }
  .sitemap .topicCategory .categoryLink a span {
    padding-left: 10px;
  }
  .associationList .tab-content .tab-item .itemList .item img {
    width: 140px !important;
    height: 140px !important;
  }
  .rentalServices .nav-link {
    padding: 6px;
  }
  .rentalServices .nav-tabs .nav-link,
  .rentalServices .nav-tabs .nav-link.active {
    font-size: 0.9375em;
  }
  .rentalServices .tabsList .right .wrapTitle .gjText {
    flex-direction: column;
  }
  .rentalServices .tabsList .right .wrapTitle .gjText .txt {
    margin-bottom: 10px;
  }
  .rentalServices .tabsList .right .wrapTitle .gjTtit {
    font-size: 1.375em;
  }
  .rentalServices .wrapTit .left .title {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .rentalServices table tr,
  .rentalServices .wrapTit .right .item,
  .rentalServices .text {
    font-size: 1em;
  }
  .rentalServices table th {
    font-size: 1.0625em;
  }
  .rentalServices .tabsList .right .wrapTitle .gjText .txt,
  .venueRental .content .left .cont,
  .venueRental .content .right .text {
    font-size: 1em;
  }
  .venueRental .content .left .cont {
    margin-top: 0;
  }
  .barTop .img {
    width: 35%;
  }
  .aboutRti .text .txt {
    font-size: 1em;
  }
  .teamList .item .right .items .subItem {
    font-size: 1.09375em;
  }
  .teamList .item .right .items .subText::before {
    width: 87%;
  }
  .recruitingBanner .left h2 {
    margin-top: 10px;
  }
  .recruitingBanner .right {
    height: 100px;
  }
  .recruiting .tit,
  .recruiting .capacity .item {
    font-size: 1.09375em;
  }
  .recruiting .recruitingPost .subtitle,
  .recruiting .recruitingPost .List .postItem .title {
    font-size: 1.375em !important;
  }
  .recruiting .recruitingPost .List .postItem .date span {
    font-size: 1em;
  }
  .recruiting .recruitingPost .List .postItem .work::before {
    width: 76%;
  }
  .recruiting .recruitingPost .subtitle {
    margin-top: 5%;
  }
  .recruiting .recruitingPost .List .postItem {
    margin-bottom: 25px;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(2) .title::after {
    width: 65%;
    left: 34%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(3) .title::after {
    width: 68%;
    left: 30%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(4) .title::after {
    width: 65%;
    left: 30%;
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap .title::after {
    width: 62%;
    left: 35%;
  }
  .associationList
    .tab-content
    .tab-item
    .flexJust
    .itemWrap:nth-child(2)
    .title::after {
    width: 68%;
    left: 30%;
  }
  .associationList
    .tab-content
    .tab-item:nth-child(2)
    .itemWrap:first-child
    .title::after {
    width: 58%;
    left: 38%;
  }
  .associationList .tab-content .tab-item .title::after {
    width: 68%;
    left: 30%;
  }
  .home.electronicNewspaper {
    padding-top: 118px;
  }
  .newsPaper .subtitle {
    font-size: 1.5em !important;
  }
  .rentalServices .nav-tabs .nav-link:focus,
  .rentalServices .nav-tabs .nav-link {
    margin-right: 0;
  }
  .programIndex .container.breadCrumb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .keywordsList .breadCrumb {
    padding-left: 15px;
  }
  .newsDetails .right .podcast .podWrap .podGo {
    flex-direction: column;
  }
  .newsDetails .right .podcast .podWrap .podGo a:first-child {
    margin-right: 0;
  }
  .newsDetails .right .podcast .podWrap .podGo a {
    width: 100%;
    margin-bottom: 10px;
  }
  .home.hostlist {
    padding-top: 118px;
  }
  .footer .content .item .rwdShow {
    display: flex;
    justify-content: space-between;
    width: 65%;
  }
  .home.programScheduleIndex {
    padding-top: 118px;
  }
  .home.podcastlist {
    padding-top: 127.5px;
  }
  .filterCategories .breadCrumb {
    padding-top: 10px;
  }
  .sitemap .serviceType .typeList .left .item .link {
    margin-left: 6%;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(3) .link {
    padding-left: 0%;
  }
  .sitemap .serviceType .typeList .left .item:nth-child(4) .items img {
    width: auto;
  }
  .home.informationlist {
    padding-top: 118px;
  }
  .indexFocus .classificatin .focusClassify .focusList .focusItem a .imgBg {
    height: 125px;
  }
  .rwdHeader .menu .left a {
    margin-left: 0%;
  }
}
@media (max-width: 390px) {
  .home.newsIndex .Banner{height: auto;}
  .footer .content .item .rwdShow{width: 73%;}
  .rwdBanner .swiper-slide .swiperImg {
    height: 233px;
  }
  .rwdMenu .menu {
    padding: 0 15px;
    height: 60px;
  }
  .home {
    padding-top: 60px;
  }
  .rwdHeader .menuImg,
  .globeImg {
    width: 25px;
  }
  .rwdHeader .searchImg {
    width: 20px;
  }
  .rwdMenu .menu .right {
    margin-top: 5px;
  }
  .rwdHeader .logoImg {
    width: 65%;
  }
  .rwdBanner .content {
    padding: 17px 13px 40px 13px;
  }
  .rwdKeywords {
    margin-left: 1rem;
  }
  .overflowX .item .keyImg {
    height: 133px;
  }
  .overflowX .item {
    margin-right: 13px;
  }
  .footer .content .left a {
    font-size: 1.03125em;
  }
  .footer .content .left .botText {
    margin-top: 5px;
  }
  .rwdNav .rwdNavList,
  .rwdLangage,
  .rwdSearch {
    top: 60px;
  }
  .rwdNav .item .title {
    font-size: 1.03125em;
  }
  .rwdNav .item:last-child {
    padding-left: 11%;
  }
  .rwdNav .rwdNavList {
    padding: 20px 15px;
  }
  .rwdSearch input,
  .rwdSearch select,
  .rwdSearch button {
    margin-bottom: 15px;
  }
  .hotKeyword .classify a {
    margin-bottom: 20px;
  }
  .rwdMenu .menu .right {
    margin-top: 12px;
  }
  .home.indexHome {
    padding-top: 60px;
  }
  /* .home.newsIndex .lifeStyle .overflowX{margin-top: 0;} */
  .classificatin .wrap .item {
    width: 90%;
  }
  .breadCrumb {
    padding-top: 10px;
    width: 97%;
  }
  /* .container { width: 97% } */
  .themeProgram .overflowX .item .langage {
    padding: 3px 10px 15px 15px;
  }
  audio {
    height: 30px;
  }
  .audio .right .bottom .audioGo,
  .audio .right .bottom .goBack {
    top: 20px;
  }
  .newsDetails .left .wrap span,
  .newsDetails .left .wrap a {
    font-size: 0.9375em;
  }
  .newsDetails .left h2 {
    font-size: 1em !important;
    margin-top: 5px;
    line-height: 1.5;
  }
  .newsDetails .left .dateWrap {
    margin-top: 10px;
  }
  /* .newsDetails .lunbo img { */
    /* height: 180px; */
    /* height: auto; */
  /* } */
  .newsDetails .left .newsBtn {
    margin-top: 8%;
    padding-bottom: 2rem;
  }
  .newsDetails .right .wifi {
    margin-top: 30px;
  }
  .warpList .item .img {
    height: 245px;
  }
  .reading .warpList .item {
    margin-bottom: 35px;
  }
  .home.newsIndexDetails {
    padding-top: 108px;
  }
  .home.newsIndexDetails .Banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* .newsDetails .lunbo img,iframe { height: 200px; } */
  .newsDetails .left .dateWrap .redShow {
    font-size: 0.9375em;
  }
  .source {
    font-size: 0.875em;
  }
  .newsDetails .left .message .items .itemCont {
    font-size: 0.875em;
  }
  .newsIndexDetails .classifyIndex.lifeStyle {
    margin-top: 0;
  }
  .keywordsList .warpList .item .img,
  .newsprogramSearch .warpList .item .img {
    height: 248px;
  }
  .newsCategray.classifyIndex .focusReporting .focus a .img {
    height: 220px !important;
  }
  .filterCategories .filterList .item a .imgs {
    height: 340px !important;
  }
  .listAll .breadCrumb {
    padding-top: 10px;
    padding-left: 0 !important;
  }
  .listAll .year .subtitle {
    font-size: 1.375em !important;
  }
  .year .subtitle {
    margin-left: 30%;
  }
  .home.programCategraySearch {
    padding-top: 110px;
  }
  .classifyIndex .focusReporting .focus .content {
    padding: 0px 25px 10px 25px;
  }
  .programBanner.bannerTop {
    padding-bottom: 0px;
  }
  .home.newsIndex .classificatin {
    padding: 0 0px 0px 30px;
  }
  .home.podcastIndex {
    padding-top: 118px;
  }
  .selectedRti .filterList .item a .img {
    height: 335px;
  }
  .podcastDetailsBanner {
    padding-top: 17%;
  }
  .podcastCategray .filterCategories {
    padding-top: 60px;
  }
  .programSchedule .subtitle {
    margin-top: 5px;
  }
  .programSchedule .title a {
    font-size: 0.9375em;
  }
  .programSchedule .programList .item .wrap .icon {
    top: 59%;
  }
  .programSchedule .programList .item .wrap .cont .right .msg {
    padding: 10px 8px;
  }
  .programSchedule .programList .item .wrap .cont .left .time .onAir {
    padding-left: 0%;
  }
  .home.allPodcast {
    padding-top: 120px;
  }
  .hostGroup .hostList .item .img {
    height: 149px;
    width: 149px;
  }
  .home.hostIntroduction {
    padding-top: 108px;
  }
  .hostIntroductionBanner .hostImg {
    height: 248px;
  }
  .teaching .wrapList .item .img {
    height: 220px;
  }
  .proNewsletter .proNewsletterContent .subtitle {
    margin-top: 40px;
  }
  .home.allRadioDramas {
    padding-top: 108px;
  }
  .radioDramasDetails {
    padding-top: 48px;
  }
  .radioDramasDetails .themeProgram .overflowX .item .keyImg {
    height: 290px;
  }
  .annualReport {
    padding-top: 50px;
  }
  .annualReport .wrapList .item a img {
    height: 220px;
  }
  .newsDetails .left .wrap span {
    margin-right: 1px;
  }
  .home.newsCategray {
    padding-top: 108px;
  }
  .home.keywordsSearch {
    padding-top: 108px;
  }
  .home.programIndex {
    padding-top: 108px;
  }
  /* .programIndex .container { padding-bottom: 0; } */
  .home.newsIndexDetails .breadCrumb {
    padding-left: 10px !important;
  }
  .rwdHeader .CheckboxMenu {
    top: 108px;
  }
  .rwdMenu .menuTwo {
    padding: 11px 16px;
  }
  .associationList .tab-content .tab-item .itemList .item img {
    width: 140px !important;
    height: 140px !important;
  }
  .associationList .tab-content .tab-item .title::after {
    width: 70%;
    left: 25%;
  }
  .associationList .tab-content .tab-item .itemList .item .name {
    font-size: 1em;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(2) .title::after {
    width: 55%;
    left: 40%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(3) .title::after {
    width: 65%;
    left: 32%;
  }
  .associationList .tab-content .tab-item .itemWrap:nth-child(4) .title::after {
    width: 65%;
    left: 32%;
  }
  .associationList .tab-content .tab-item .flexJust .itemWrap .title::after {
    width: 57%;
    left: 40%;
  }
  .associationList
    .tab-content
    .tab-item
    .flexJust
    .itemWrap:nth-child(2)
    .title::after {
    width: 65%;
    left: 33%;
  }
  .associationList
    .tab-content
    .tab-item:nth-child(2)
    .itemWrap:first-child
    .title::after {
    width: 55%;
    left: 40%;
  }
  .associationList
    .tab-content
    .tab-item:last-child
    .flexJust
    .itemWrap:first-child
    .title::after {
    width: 80%;
    left: 18%;
  }
  .rentalServices .nav-tabs .nav-link,
  .rentalServices .nav-tabs .nav-link.active {
    font-size: 0.875em;
  }
  .contentAll .privacyPolicy .container {
    width: 98%;
  }
  .aboutRti .aboutBanner .left iframe {
    height: 200px;
  }
  .recruiting .recruitingPost .List .postItem .link a:first-child {
    padding: 5px 30px;
  }
  .recruiting .recruitingPost .List .postItem .link a:last-child {
    padding: 5px 25px;
  }
  .recruitingBanner .right {
    height: 80px;
  }
  .recruiting .recruitingPost .subtitle,
  .recruiting .recruitingPost .List .postItem .title {
    font-size: 1.25em !important;
  }
  .home.sitemapIndex {
    padding-top: 60px;
  }
  .home.electronicNewspaper {
    padding-top: 108px;
  }
  .newsPaper .subtitle {
    font-size: 1.375em !important;
  }
  .newsPaper .content .left .title {
    font-size: 1.0625em;
  }
  .newsPaper .right .tit {
    font-size: 1.09375em;
  }
  .newsPaper .right .langage a,
  .newsPaper .content .left .text {
    font-size: 1.0625em;
  }
  .newsPaper .container > .ivu-mt p {
    font-size: 1.0625em;
  }
  .newsPaper .content .left .email input {
    height: 40px;
    line-height: 40px;
  }
  .newsPaper .content .left .email button {
    height: 40px;
  }
  .keywordsList .breadCrumb {
    padding-left: 0px;
  }
  .home.newsIndex {
    padding-top: 108px;
  }
  /* .home.newsIndex .breadCrumb { padding-left: 17px; } */
  .newsCategray .warpList {
    padding: 25px 15px;
  }
  .focusReporting .hotTopic {
    padding: 0 10px 10px 15px;
  }
  .breadCrumb {
    padding-left: 17px !important;
  }
  .hostGroup .container .breadCrumb {
    padding-left: 0 !important;
  }
  .home.hostlist {
    padding-top: 108px;
  }
  .hostGroup .bar button {
    font-size: 0.875em;
  }
  .hostGroup .bar input {
    padding: 6px;
  }
  .programContent .left .content .breadCrumb {
    padding-left: 0 !important;
  }
  .home.programScheduleIndex {
    padding-top: 108px;
  }
  .programSchedule .breadCrumb {
    padding-left: 0 !important;
  }
  .home.podcastlist {
    padding-top: 118px;
  }
  .filterCategories .breadCrumb {
    padding-left: 0 !important;
  }
  .podcastDetailsBanner .right .link a {
    padding: 6px 15px;
  }
  .sitemap .breadCrumb {
    padding-left: 0 !important;
  }
  .home.informationlist {
    padding-top: 108px;
  }
  .home.Content {
    padding-top: 60px;
  }
  .rwdHeader .rwdSubtitle a {
    margin-left: 0;
  }
  .indexFocus .classificatin .focusClassify .focusList .focusItem a .imgBg {
    height: 115px;
  }
  .date span {
    font-size: 0.9375em;
  }
  .audio .right {
    width: 60%;
  }
  .audio .left {
    width: 32%;
  }
  .bottom .audioSpeed .moreIcon a,
  .bottom .audioSpeed .moreIcon span {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .classificatin .wrap .img .imgBg,
  .classificatin .wrap .img {
    height: 110px;
  }
  .focusReporting .focus a .img {
    height: 224px !important;
  }
  /* .home.newsIndex .lifeStyle .overflowX .item .title{min-height: 90px;} */
  /* .themeProgram .overflowX .item .title .redTitle{min-height: 53px;} */

  .home.programIndex {
    padding-top: 108px;
  }

  /* 新聞詳情 */
  .newsDetails .left .newsBtn a,
  .newsDetails .right .hotTopic .hotList .item a .text {
    font-size: 1em;
  }
  .newsDetails .right .podcast .title {
    font-size: 1.375em;
    margin-top: 30px;
  }
  .newsDetails .right .hotTopic .topTitle {
    font-size: 1.375em;
  }
  .newsDetails .right .hotTopic .hotList .item a .num {
    font-size: 3.75em;
  }
  .subtitle {
    font-size: 1.375em;
  }
  .warpList .item .text {
    font-size: 1em;
  }
  .rentalServices .nav-link {
    padding: 5px;
  }
}
