ol {margin-left:-50px ;}
ul {margin-left:-20px ;}


#service {
  padding: 20px 0 20px 0;
  position: relative;
}

#service::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 0;
}

#service .container {
  position: relative;
  z-index: 0;
}

/*==== 新聞焦點 list ====*/

.newslist {
  /* max-width: 90%; */
  margin: 50px 0 20px 0;
 align-items: center;
}
.newslist ul{

}
.newslist ul li{
  font-size: 20px;
  padding: 0;
  margin: 0 0 10px 0;
}

.newslist h1 {
  font-family: "微軟正黑體", Verdana;
  font-size: 30px;
  color: #666;
  margin-bottom: 30px;
  line-height: 40px;
}


.newslist a:link {
  color: #666;
  text-decoration: none;
}
.newslist a:visited {
  color: #666;
  text-decoration: none;
}
.newslist a:hover,
a:active {
  color: #f8693f;
  text-decoration: none;
}


/*==== 服務條款 ====*/
#contentK {
  width: 96%;
  clear: both;
  margin: 0 auto;
  padding: 20px 0 50px 0;
}

#contentK .tit {
  font-family: "微軟正黑體", Verdana;
  font-size: 22px;
  color: #1289bc;
  font-weight: bold;
  margin: 0 auto;
}

#contentK .A1 {
  font-family: "微軟正黑體", Verdana;
  font-size: 16px;
  color: #1289bc;
  font-weight: bold;
  margin-bottom: 10px;
}

#contentK .font14 {
  font-family: "微軟正黑體", Verdana;
  font-size: 14px;
  color: #666;
  /* margin-bottom: 20px; */
  /* padding-right: 5%; */
  padding-left: 2%;
  line-height: 28px;
  margin-bottom: 20px;
}
#contentK .A2 {
  font-family: "微軟正黑體", Verdana;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 4%;
  line-height: 28px;
}

#contentK .A2 a:link {
  color: #666;
  text-decoration: none;
}
#contentK .A2 a:visited {
  color: #666;
  text-decoration: none;
}
#contentK .A2 a:hover,
a:active {
  color: #2ac27c;
  text-decoration: none;
}

#contentK .A3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding: 20px 0 10px 0;
}

#contentK .A3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#contentK .A3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #31a8ff;
  bottom: 0;
  left: calc(50% - 20px);
}

@media screen and (min-width: 641px) and (max-width: 949px) {  /*平板版*/
  #contentK .A2 {
    padding-left: 10%;
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) { /*行動版*/
  #contentK .A2 {
    padding-left: 15%;
  }
}

