@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?o3ijjq");
  src: url("fonts/icomoon.eot?o3ijjq#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?o3ijjq") format("truetype"),
    url("fonts/icomoon.woff?o3ijjq") format("woff"),
    url("fonts/icomoon.svg?o3ijjq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* basestyle 
----------------------------------------------------------------------------*/
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體",
    Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-size: 50px;
  background: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  /*  overflow: hidden;*/
  letter-spacing: 1.02px;
}

body {
  overflow-y: scroll;
}

body.noScroll {
  overflow-y: hidden;
}

/** font *****************************************/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cheveron-down:before {
  content: "\e900";
}

.icon-cheveron-left:before {
  content: "\e901";
}

.icon-cheveron-right:before {
  content: "\e902";
}

.icon-cheveron-up:before {
  content: "\e903";
}

/******************************************/

.wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: calc(100% - 60px);
  max-width: 1040px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

/* header ***********************************************/
header {
  position: relative;
  z-index: 999;
  background-color: #ffffff;
}

header.fixT {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .container {
  max-width: 1100px;
}

h1 {
  text-indent: -99em;
  font-size: 0;
  width: 4.84rem;
  max-width: 242px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fixT h1 {
  opacity: 0;
}

.nowDate {
  display: none;
}

.hdTop {
  padding-top: 20px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #b6b6b6; */
  max-width: 1220px;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixT .hdTop {
  overflow: hidden;
  height: 0;
  padding: 0;
}

.hdTop>.flexBox {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* wheatherBox */
.wheatherBox {
  width: 6rem;
  max-width: 295px;
  position: absolute;
  top: 0;
  left: 30px;
}

.w_l {
  width: 2.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.5rem;
}

.cityBox {
  font-size: 0.26rem;
  font-weight: 500;
}

.cloudImg {
  width: 0.64rem;
  margin: 0 auto 0.05rem auto;
}

.temp {
  font-size: 0.92rem;
  color: #595b5a;
  line-height: 1;
  position: relative;
  font-weight: 300;
}

.temp span {
  font-size: 0.32rem;
  position: absolute;
  top: 0.2em;
  left: calc(100% - 0.2em);
}

.w_r {
  width: 3.4rem;
  font-size: 0.26rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #cacccb;
  padding-left: 0.26rem;
  padding-top: 0.1rem;
}

div.TWdate {
  color: #6a6a6a;
  margin-top: 0.2rem;
}

/* search bar */
.searchBox {
  width: 26.5%;
  max-width: 290px;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #b6b6b6;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 30px;
}

.searchClick {
  display: none;
}

.search_icon {
  display: none;
  width: 25px;
  position: fixed;
  right: 20px;
  top: 10px;
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.26rem;
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體",
    Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  /* color: #b6b6b6; */
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #b6b6b6;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6b6b6;
}

::-ms-input-placeholder {
  color: #b6b6b6;
}

::placeholder {
  color: #b6b6b6;
}

.searchBox input {
  width: calc(100% - 1.2rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.7rem;
  padding-right: 1.5em;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.46rem auto;
}

.searchBox button {
  width: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.24rem;
  height: 35px;
  line-height: 0.64rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #f25d27;
  color: #f25d27;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 2px;
}

.searchBox button:hover {
  color: #ffffff;
  background-color: #f25d27;
}

.searchBox input[type="submit"] {
  width: 1.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.24rem;
  height: 35px;
  line-height: 0.64rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #f25d27;
  color: #f25d27;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 2px;
  background-image: none;
}

.searchBox input[type="submit"]:hover {
  color: #ffffff;
  background-color: #f25d27;
}

/* 選單列  navBox********************************************/
.navBox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
  /* height: 20px; */
  z-index: 990;
}

.fixT .navBox {
  /* position: fixed;
  top: 0; */
  background-color: #ffffff;
  z-index: 990;
  border-top: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.navLogo {
  /* width: 2.44rem; */
  max-width: 122px;
  overflow: hidden;
  width: 0;
}

.navLogo img {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixT .navLogo img {
  opacity: 1;
}

.fixT .navLogo {
  width: 2.44rem;
}

/* .fixT nav {
  padding: 0.14rem 0;
} */

nav {
  /* padding: 0.34rem 0; */
  position: relative;
  z-index: 990;
}

nav>.flexBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.moreBtn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.48rem;
  font-size: 0.28rem;
  color: #e60011;
  line-height: 1;
  cursor: pointer;
  position: relative;
  margin-right: 0.6rem;
  /* -webkit-transition: 0.3s;
  transition: 0.3s; */
}

.moreBtn:after {
  content: "+ 更多";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  letter-spacing: 1.04px;
  font-weight: 500;
}

.moreBtn span {
  display: block;
  width: 0.5rem;
  height: 3px;
  background-color: #e60011;
  margin-bottom: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.moreBtn span:last-child {
  margin-bottom: 0;
}

.navList {
  font-size: 0.32rem;
  text-align: center;
  width: calc(100% - 1.54rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navList>li:not(.navLogo) {
  padding: 0.34rem 0;
}

.navList>li>a {
  color: #000000;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
  -webkit-transition: none;
  transition: none;
}

.navList>li>a:hover {
  color: #f25d27;
}

.navList>li.fogo {
  padding: 0;
}

.navList>li.fogo img {
  width: 72px;
}

.navList .iconFont::before {
  display: inline-block;
  color: #acacac;
  -webkit-transform: translateY(0.1em);
  transform: translateY(0.1em);
  margin-left: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hide {
  display: none;
}

/** firstUl **************************************/
.firstUl {
  position: relative;
}

.firstUl.downD>a {
  color: #f25d27;
}

.firstUl.downD .iconFont:before {
  -webkit-transform: rotate(180deg) translateY(0.1em);
  transform: rotate(180deg) translateY(0.1em);
}

.inList {
  font-family: "Noto Sans TC", sans-serif;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7em;
  padding: 0.3em 0.5em 0.5em 0.5em;
  font-size: 0.3rem;
  border-top: 1px solid #b6b6b6;
  display: none;
}

.fixT .inList {
  /* padding-top: 0.48rem; */
  border-top: none;
}

.inList:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
}

.fixT .inList:before {
  height: calc(100% - 0.36rem);
}

.inList li {
  padding: 0.3em 0;
  border-bottom: 1px solid #acacac;
}

.inList li:last-child {
  border-bottom: none;
}

.inList a {
  display: inline-block;
  color: #6a6a6a;
  line-height: 1.6;
}

.inList a:hover {
  color: #f25d27;
}

/**secNavListBox***************/
.secNavListBox {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: none;
}

.secNavListBox>div {
  max-width: 1100px;
  width: 100%;
  font-size: 0.32rem;
  line-height: 1;
  color: #000000;
  margin: auto;
  padding-top: 0.66rem;
  padding-bottom: 0.8rem;
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.secNavList {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secNavList>li:not(:last-child) {
  padding-right: 0.3rem;
}

.secNavList>li>a {
  display: inline;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
  color: #000000;
}

.secNavList>li>a:hover {
  color: #f25d27;
}

.clickArr,
.sDown .clickArr {
  display: none;
}

.trdNavList {
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: 500;
  display: block !important;
  max-width: 115px;
}

.trdNavList a {
  color: #6a6a6a;
}

.trdNavList a:hover {
  color: #f25d27;
}

.trdNavList li {
  margin-top: 0.7em;
}

.trdNavList li:first-child {
  margin-top: 1.5em;
}

.m_navMediaBox {
  display: none;
}

/** 選單打開狀態 *******************************************/
.moreBtn.open {
  position: absolute;
  width: auto;
  padding: 0.2rem 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.3rem;
}

/* .fixT .moreBtn.open {
  top: 0.6rem;
} */
.moreBtn.open:after {
  display: none;
}

.moreBtn.open span {
  height: 2px;
}

.moreBtn.open span:first-child {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.moreBtn.open span:last-child {
  display: none;
}

nav.open {
  background-color: #ffffff;
}

.navList.open {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 2em;
  font-family: "Noto Serif TC", serif;
}

.navList.open>li {
  margin: 0 1.4em;
}

.navList.open>li>a {
  font-weight: 900;
  color: #f25d27;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navList.open>li>a:hover {
  -webkit-transform: translateY(-0.15em);
  transform: translateY(-0.15em);
}

/* #main {
  background-color: #000000;
  height: 500px;
} */

/* footer ***********************************************/
footer {
  background-color: #eff0ef;
}

footer .container {
  max-width: 1100px;
}

br.copyBr {
  display: none;
}

/* infoBox */
.infoBox {
  padding-top: 0.6rem;
  /* background-color: #eff0ef; */
}

.infoBox .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  padding-bottom: 0.54rem;
}

.about {
  max-width: 770px;
  width: calc(100% - 200px);
}

.aboutTxt {
  font-family: "Noto Serif TC", serif;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  /* padding-left: 0.14rem; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.aboutTxt>div:not(:last-child) {
  margin-bottom: 0.4em;
}

p.aboutP {
  font-size: 0.26rem;
  letter-spacing: 0.025em;
  color: #6a6a6a;
  text-align: justify;
  line-height: 1.69;
  padding-left: 0.4rem;
  max-width: 704px;
  width: calc(100% - 100px);
}

.QRbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-shrink: 0;
  margin-right: 1.85%;
  margin-left: 0.5rem;
}

.QRtxt {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  font-size: 0.48rem;
  font-weight: 500;
  color: #040404;
  line-height: 1.2;
  letter-spacing: 0.075em;
  margin-right: 0.4rem;
}

.QRtxt>div {
  margin-bottom: 0.5em;
}

.QRimg {
  /* background-color: #000000; */
  max-width: 117px;
  width: 2.34rem;
}

/* socialBox */
.socialBox .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}

.socialIcons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 410px;
  width: 8.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.foot_logo {
  width: 2.8rem;
  max-width: 140px;
}

.connectBox>.flexBox {
  padding-bottom: 0.26rem;
}

.bussinessEmail {
  font-size: 13px;
  line-height: 1;
  color: #010101;
  letter-spacing: 0.65px;
}

.bussinessEmail:hover {
  text-decoration: underline;
}

.mediaIcon {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-right: 0.42rem;
}

.mediaIcon:hover {
  opacity: 0.8;
}

.fbIcon {
  background-image: url(../images/fb.svg);
  background-size: 8px auto;
  background-color: #3b579d;
}

.ytIcon {
  background-image: url(../images/youtube.svg);
  background-size: 17px auto;
  background-color: #d8261c;
}

.igIcon {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  /* background-image: url(../images/ig.svg); */
  /* background-size: 17px auto; */
}

.igIcon img {
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lineIcon {
  background-image: url(../images/line.svg);
  background-size: 18px auto;
  background-color: #00b900;
}

/** subEpaperBox ******************************/

.subEpaperBox {
  padding-bottom: 0.52rem;
  padding-top: 0.64rem;
  max-width: 300px;
  margin-left: auto;
}

.subEpaperBox.pt0 {
  padding-top: 0;
}

.subEpaperBox input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #b6b6b6;
  padding: 0 1.2em;
  line-height: 3.6;
  background-color: #ffffff;
}

.subEpaperBox ::-webkit-input-placeholder {
  /* Edge */
  color: #6a6a6a;
}

.subEpaperBox :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6a6a6a;
}

.subEpaperBox ::-ms-input-placeholder {
  color: #6a6a6a;
}

.subEpaperBox ::placeholder {
  color: #6a6a6a;
}

.subEpaperBox>.flexBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subEpaperBox button {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #f25d27;
  width: 100%;
  line-height: 3.2;
  padding: 0;
  margin-top: 9px;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48%;
}

.subEpaperBox input[type="submit"] {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #f25d27;
  width: 100%;
  line-height: 3.2;
  padding: 0;
  margin-top: 9px;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 48%;
  border: none;
}

.subEpaperBox button:hover {
  opacity: 0.8;
}

.subEpaperBox input[type="submit"]:hover {
  opacity: 0.8;
}

.subEpaperBox button.cancel {
  background-color: #595b5a;
}

.subEpaperBox input.CancelEpaperButton[type="submit"] {
  background-color: #595b5a;
}

/* getEpaper */
.getEpaper.subEpaperBox {
  max-width: 410px;
  width: 100%;
  /* width: calc(100% - 330px); */
  padding-bottom: 0;
  margin-left: 0.5rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.getEpaper.subEpaperBox button {
  margin-top: 0;
  line-height: 0.92rem;
  width: 1.76rem;
  letter-spacing: 0.075em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #f25d27;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.getEpaper.subEpaperBox input[type="submit"] {
  margin-top: 0;
  line-height: 0.92rem;
  width: 2.8rem;
  letter-spacing: 0.075em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #f25d27;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f25d27;
}

.getEpaper.subEpaperBox input {
  background-color: #ffffff;
  /* height: 0.92rem; */
  line-height: 0.92rem;
  border-right: none;
  width: calc(100% - 1.76rem);
}

.copyRightBox {
  background-color: #b6b6b6;
  display: flex;
  justify-content: center;
}


.copyRightBox p,
.copyRightBox div {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 0.96rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  display: inline-block;
}

.copyRightBox div a {
  color: #6a6a6a;
  font-size: 13px;
  margin-right: 30px;
  display: inline-block;
}


/* socialMedia */
.socialMedia.pc {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.socialMedia.m_mode {
  display: none;
}

.socialMedia a {
  margin-left: auto;
  margin-right: auto;
}

.socialMedia a:not(:last-child) {
  margin-bottom: 0.36rem;
}

.mediaSIcon {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.mediaSIcon:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.mediaLink {
  font-size: 0.26rem;
  color: #6a6a6a;
  letter-spacing: 0.076em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  height: 4.5em;
}

.mediaLink:last-child {
  height: 9.0em;
}

.mediaLink.white {
  color: #ffffff;
}

.mediaLink:hover {
  color: #f25d27;
}

.onTop .mediaLink {
  color: #ffffff;
}

/** goTopBtn **************************/
.goTopBtn {
  font-size: 0.44rem;
  color: #ffffff;
  width: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background-color: #6a6a6a;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}

.goTopBtn:hover {
  opacity: 0.8;
}

/* playIcon *******************************/
.videoNews {
  position: relative;
  /* padding-left: 1.2em;
  width: calc(100% - 1.2em)!important; */
  text-indent: 1.2em;
}

.videoNews:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 1.47em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/playicon.svg);
  background-repeat: no-repeat;
  background-position: top 0.3em left;
  background-size: contain;
}

.newsLisBox .videoNews {
  text-indent: 1.5em;
  max-width: calc(100% - 1.5em);
}

.newsLisBox .videoNews:before {
  width: 1em;
  height: 1em;
  background-position: center;
  background-size: auto 99%;
}

.tentBlock .videoNews {
  text-indent: 1.4em;
  max-width: calc(100% - 1.4em);
}

.tentBlock .videoNews:before {
  top: 0.1em;
  width: 1em;
  background-position: center;
  background-size: 100% auto;
}