.blue-line {
  width: 300px;
  height: 5px;
  background-color: #004ea2;
}

.hot-topic {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.7);
}

h2.colorTitle {
  display:inline-block; 
  color:#014EA2; 
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  vertical-align: middle;
}

div.colorBlock {
  display:inline-block; 
  border-radius: 2px;
  background-color:#014EA2; 
  width:10px; 
  height:22px; 
  vertical-align: middle;
  margin-bottom:2px;
  margin-right:10px;
}

div.colorBlock.choice {
  background-color: #004ea2;
  margin-left:0;
  margin-right:20px;
}

.separator {
  display:inline-block; 
  margin:4px 10px; 
  border-radius:5px; 
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.choice-main {
  margin: 0 auto;
  max-width:940px;
}

.choice-block {
  display:block;
  overflow:auto;
  position:relative;
  margin-bottom: 25px;
}

.choice-img {
  position:absolute;
  left:0;
  width:380px;
  height:280px; 
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.choice-block:nth-child(odd) .choice-img {
  left:auto;
  right:0;
}

.choice-cat {
  position:absolute;
  left:20px;
  top:20px;
  border-radius: 2px;
  background-color: #004ea2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  height: 30px;
  font-family: 'Songti TC', 'SimSun', serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  padding: 0 8px;
}

.choice-title {
  position:absolute;
  top:20px;
  right:15px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.9px;
  color: #ffffff;
}

.choice-block:nth-child(odd) .choice-cat {
  left:auto;
  right:20px;
  top:20px;
}

.choice-meta {
  position:absolute;
  right:0;
  top:285px;
  width:540px;
  text-align: right;
  vertical-align: bottom;
}

.choice-block:nth-child(odd) .choice-meta {
  position:absolute;
  left:0;
  top:285px;
  width:540px;
  text-align: left;
  vertical-align: bottom;
}

.choice-meta .author {
  display: inline-block;
  font-family: 'Songti TC', 'SimSun', serif;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}


.choice-meta .date {
  display: inline-block;
  font-family: Times;
  font-size: 15px;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.7);
}

.choice-content {
  float: right;
  width: 540px;
  height: 280px;
  background-color: #FFF;
  padding:15px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 55px;
  overflow: hidden;
}

.choice-block:nth-child(odd) .choice-content {
  float: left;
}

.choice-content h2 {
  margin-bottom:0;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.8);
}

.choice-content .line {
  width: 540px;
  height: 5px;
  margin-left:-15px;
  margin-top:15px;
  margin-bottom:10px;
  background-color: #ebebeb;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.choice-content .brief {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.9px;
  color: rgba(0, 0, 0, 0.7);
  height: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.column-choice-img {
  width: 300px;
  height: 180px;
  margin-bottom: 10px;
  background-color: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.column-choice-img .choice-cat {
    left: 15px !important;
    right: auto !important;
    top: 15px !important;
}

.column-choice-content {
  width: 300px;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-overflow: ellipsis;
  overflow: hidden;
}

.column-choice-content h2 {
  padding: 10px 10px 2px 10px;
  margin-bottom:0;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.column-choice-content .line {
  width: 300px;
  height: 5px;
  background-color: #ebebeb;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}

.column-choice-content .brief {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.9px;
  color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  text-align: left;
}

.column-choice-meta {
  margin-top: 10px;
  width:300px;
  text-align: center;
  vertical-align: bottom;
}

.column-choice-meta.left {
  position:absolute;
  left:0;
  top:285px;
  width:540px;
  text-align: left;
  vertical-align: bottom;
}

.column-choice-meta .author {
  display: inline-block;
  font-family: 'Songti TC', 'SimSun', serif;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.7);
}

.column-choice-meta .date {
  display: inline-block;
  font-family: Times;
  font-size: 15px;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.7);
}

/* Mobile */

@media only screen and (max-width: 767px) {
    .mobile-hide{
        display: none !important;
    }

    div.colorBlock.choice {
      margin-bottom: 4px;
      margin-right: 10px !important;
    }

    .blue-line {
      display: none !important;
    }

    div.ui.text.container {
      margin-bottom: 20px !important;
    }

    div.ui.text.container > div > h2 {
      text-align: left;
      font-size: 22px;
      font-weight: 500;
      letter-spacing: 2px;
      color: #004ea2;
    }

    .choice-content h2 {
      text-align: center;
    }

    .choice-block {
      margin: 0 auto;
      width: 300px;
      position: relative;
      margin-bottom: 20px;
    }
    .choice-img {
      width: 300px;
      height: 180px;
      position: initial;
    }
    .choice-block:nth-child(odd) .choice-cat {
      right: auto;
      left: 15px;
      top: 15px;
    }
    .choice-meta, .choice-block:nth-child(odd) .choice-meta {
      float: none;
      top: auto;
      position: static;
      width: 300px;
      text-align: center;
    }
    .choice-content, .choice-block:nth-child(odd) .choice-content{
      float: none;
      height: auto;
      width: 300px;
      margin-top: 5px;
      position: initial;
      padding: 10px;
      margin-bottom: 5px;
    }
    .choice-content h2 {
      font-size: 20px;
    }
    .choice-content .brief, .choice-content .line {
      display: none;
    }
    .column-choice-content {
      height: auto;
      padding-bottom: 10px;
    }

}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-hide{
      display: none !important;
    }

    .choice-main {
      max-width:700px;
    }
    .choice-content {
      width: 300px;
    }
    .choice-content .line {
      width: 300px;
    }

    .ui.three.column.stackable.grid {
      width: 700px !important;
      margin: 0 auto !important;
    }

    .ui.three.column.stackable.grid .column {
      margin: 0 auto;
      width: 700px;
    }
    .choice-block {
      margin: 0 auto;
      width: 700px;
      padding-bottom: 2px;
      padding-right: 2px;
      overflow: hidden;
    }
    .column-choice-img {
      position: absolute;
      background-size: cover;
      left: 0;
      top: 0;
      height: 180px;
    }
    .column-choice-content {
      float: right;
      height: 180px;
      width: 380px;
    }
    .column-choice-content h2 {
      text-align: left;
    }
    .column-choice-content .line {
      width: 380px;
    }
    .column-choice-content .brief {
      -webkit-line-clamp: 3;
      height: calc(15px*3*1.7);
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .column-choice-meta {
      float: right;
      width: 700px;
      text-align: right;
      margin-top: 5px;
    }
}

/* Computer */

@media only screen and (min-width: 992px) {
    .computer-hide{
      display: none !important;
    }

    div.container {
      width: 960px;
    }

    .ui.three.column.stackable.grid {
      width: 940px !important;
      margin: 0 auto !important;
    }
}