/*-----------------------for both-----------------------*/
a {
  color: #0c6197;
}
a:hover {
  color: #ffc700
}
.hidden-content {
  max-width: 650px;
  display: none;
}
.bio {
  display: none;
  max-width: 800px;
}
/*-------img effect-----------*/
.recThumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  padding-top: 10%
}
.clear {
  clear: both
}
.divider {
  height: 3px;
  line-height: 5px;
}
.italic {
  font-style: italic;
  color: #805BA3;
  line-height: 155%
}
.gray {
  color: #868686
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  #feature {
    background: /*url("../images/sectionTopBG.jpg") no-repeat*/ #fff;
  }
  /*-------------newsList--------------------*/
  /*.recThumb {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
  }*/
  .newsList {
    display: block;
    width: 70%;
    margin: 0 auto;
    word-wrap: break-word;
  }
  .newsList li {
    padding-bottom: 15px;
    float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    line-height: 155%;
    margin: 5px 0px;
  }
  .newsList li:last-child {
    padding-bottom: 0;
  }
  .newsList li span {
    display: block;
    float: left;
    color: #fff;
    background: #5dc2d0;
    width: 150px;
    text-align: center;
    font-size: 15px;
    border-radius: 20px;
  }
  .newsList li p {
    margin-left: 170px;
  }
  .newsList a {
    color: #0c6197;
    text-decoration: underline
  }
  .newsList a:hover {
    color: #fff
  }
  .date li span {
    background: #0c6197;
    color: #000
  }
  .innerSpk li {
    width: 17.5%;
    margin: 1%;
    float: left;
  }
  .innerSpk li:hover {
    cursor: pointer;
  }
  .innerSpk li:nth-child(3n) {
    /*margin-right: 0;*/
  }
  .innerSpk .spkinfo {
    padding: 10px;
    background-color: #f9f9f9;
    height: 140px;
    overflow: hidden;
  }
  .innerSpk h4 {
    font-size: 16px;
  }
  .innerSpk p {
    line-height: 120%;
    font-size: 14px;
  }
  .innerSpk a {
    text-decoration: none;
  }
  .css-table {
    display: table;
    width: 100%;
  }
  .css-table .thead {
    display: table-header-group;
  }
  .css-table .tbody {
    display: table-row-group;
  }
  .css-table .tr {
    display: table-row;
  }
  .css-table .th, .css-table .td {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
  }
  .css-table .th {
    background: #333;
    color: #fff;
    vertical-align: middle;
  }
  .css-table .td {
    word-wrap: break-word;
    text-align: left;
    /*vertical-align: middle;*/
    padding-bottom: 10px
  }
  .card-table .tdHeader {
    font-weight: bold;
    font-size: 20px;
    width: 20%;
    color: #000
  }
  .css-table .center {
    text-align: center;
  }
  .css-table .tr:nth-child(odd) {
    /*background: #f9f9f9;*/
  }
  .css-table h3 {
    /*color: #4983BB;*/
    font-size: 20px;
    line-height: 155%;
  }
  .css-table h4 {
    font-size: 110%;
    color: #90519D;
    line-height: 140%
  }
  .css-table p {
    font-size: 95%;
    line-height: 120%;
    color: #737373
  }
  .css-table .td ol.disc {
    list-style: disc;
      font-size: 95%;
    line-height: 120%;
    color: #737373
  }
  .agendaTitle {
    background: #C8E7F1;
    padding: 10px 10px 15px 10px;
  }
  .agendaTitle h1 {
    font-size: 155%;
  }
  /*-----------------adBanner---------------*/
  .adBanner {
    margin: 0;
    padding: 0px;
  }
  .adBanner li {
    display: inline-block;
    width: 32%;
    margin: 0 2px; /*建議尺吋220*100*/
  }
  .adBanner li img {
    width: 100%
  }
  #information ol {
    margin-left: -30px;
  }
  #information li {
    float: left;
    margin: 5px;
    width: 49%;
      color: #fff;
 /*   border: 1px solid #0c6197;*/
      background:#f2668b;
  }
  #information h2 {
    font-size: 20px;
    color: #fff; /*background: url("../images/iconCircle.svg" ) no-repeat*/
  }
  #information h2 img {
    width: 10%
  }
  .floatReg {
    width: 100px;
    height: 100px;
    background-color: #FFB800;
    opacity: 1;
    color: #fff;
    position: fixed;
    bottom: 20%;
    right: 30px;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    /*line-height: 50px;*/
    letter-spacing: 1px;
    padding-top: 23px;
    line-height: 120%;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    /*box-shadow: 3px 2px 2px 1px rgb(75 5 5 / 40%);*/
    z-index: 1000;
  }
  .floatReg:hover {
    background-color: #f2668b; /*#0c6197*/
    color: #fff /*animation: heartBeat 2s;
  animation-iteration-count: 1;*/
  }
  .trans div ol li {
    list-style: disc;
  }
  .transLeft {
    float: left;
    width: 50%;
    text-align: left
  }
  .transLeft h3 {
    color: #fff;
  }
  .transRight {
    float: right;
    width: 50%
  }
  .acc {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items:flex-start;
    width: 100%;
    padding: 0px;
  }
  .acc div {
    display: block;
    width: 49%;
    margin: 1%;
    background: rgba(239, 239, 239, 0.8);
    padding: 20px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-------------newsList--------------------*/
  #feature {
    background: /*url("../images/sectionTopBG.jpg") no-repeat*/ #fff;
  }
  .newsList {
    margin-left: -30px
  }
  .newsList li {
    padding-bottom: 8px;
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 8px;
    text-align: left;
    line-height: 155%
  }
  .newsList li:last-child {
    margin-bottom: 0;
  }
  .newsList li span {
    display: inline-block;
    color: #fff;
    background: #5dc2d0;
    width: 150px;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    padding: 3px 0 1px 0;
  }
  .newsList li p {
    margin-top: 3px;
  }
  .newsList a {
    color: #0c6197;
    text-decoration: underline
  }
  .newsList a:hover {
    color: #fff
  }
  .date li span {
    background: #0c6197;
    color: #000
  }
  .innerSpk {
    margin-left: -30px
  }
  .innerSpk li {
    /*margin-bottom: 20px;*/
    width: 48%;
    float: left;
    margin: 1%;
  }
  .innerSpk li:last-of-type {
    /*margin: 0;*/
  }
  .innerSpk .spkinfo {
    padding: 15px;
    background-color: #f9f9f9;
    height: 140px;
  }
  .innerSpk p {
    line-height: 120%;
    font-size: 13px;
  }
  .card-table {
    /*border-top: 1px solid #ddd;*/
    margin: 0 -15px;
  }
  .card-table .thead {
    display: none;
  }
  .card-table .tr {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    display: block;
  }
  .card-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .td {
    border: currentColor;
    width: 100%;
    display: block;
    text-align: left;
  }
  .card-table .tdHeader {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: -10px
  }
  .css-table h3 {
    /*color: #4983BB;*/
    font-size: 20px;
    line-height: 135%;
  }
  .css-table h4 {
    font-size: 110%;
    color: #90519D
  }
  .css-table p {
    font-size: 100%;
    line-height: 130%;
    color: #737373
  }
  /*-----------------adBanner---------------*/
  .adBanner {
    margin: 0;
    padding: 0px;
  }
  .adBanner li {
    display: block;
    float: left;
    width: 47%;
    margin: 2px; /*建議尺吋220*110*/
  }
  .adBanner li img {
    width: 100%;
  }
  #information ol {
    margin-left: -40px;
  }
  #information li {
    float: left;
    margin: 1%;
    width: 48%;
      color: #fff;
    /*   border: 1px solid #0c6197;*/
      background:#f2668b;
  }
  #information h2 {
    font-size: 20px;
    color: #fff; /*background: url("../images/iconCircle.svg" ) no-repeat*/
  }
  #information h2 img {
    width: 15%
  }
  .agendaTitle {
    background: #C8E7F1;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin: 5px -20px;
  }
  .agendaTitle h1 {
    font-size: 135%;
    line-height: 155%
  }
  .floatReg {
    width: 70px;
    height: 70px;
    background-color: #FFB800;
    opacity: 0.8;
    color: #fff;
    position: fixed;
    bottom: 10%;
    right: 10px;
    /*border-radius: 50%;*/
    font-size: 17px;
    text-align: center;
    line-height: 120%;
    padding-top: 16px;
    z-index: 1000;
    border-radius: 50%;
  }
  .floatReg a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .trans div ol li {
    list-style: disc;
  }
  .transLeft {
    float: left;
    width: 100%;
    text-align: left
  }
  .transLeft h3 {
    color: #fff;
  }
  .transRight {
    float: right;
    width: 100%
  }
  .acc {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
  }
  .acc div {
    display: block;
    width: 100%;
    margin: 1%;
    background: rgba(239, 239, 239, 0.7);
      
    padding: 10px;
  }
}