@charset "UTF-8";
/* CSS Document */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: empire;
  src: url("https://static.ch7.com/fonts/PSL050SP.eot"); /* IE9 Compat Modes */
  src: url("https://static.ch7.com/fonts/PSL050SP.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("https://static.ch7.com/fonts/PSL050SP.woff")
      format("woff"),
    /* Modern Browsers */ url("https://static.ch7.com/fonts/PSL050SP.TTF")
      format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: kitti;
  src: url("https://static.ch7.com/fonts/PSL094SP.eot"); /* IE9 Compat Modes */
  src: url("https://static.ch7.com/fonts/PSL094SP.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("https://static.ch7.com/fonts/PSL094SP.woff")
      format("woff"),
    /* Modern Browsers */ url("https://static.ch7.com/fonts/PSL094SP.TTF")
      format("truetype"); /* Safari, Android, iOS */
}

html {
  font-size: 6.25%;
}
body {
  font-size: 13em;
  line-height: 1.5em;
  font-family: Helvetica, Thonburi, Arial, Tahoma, sans-serif;
  color: #282828;
  background: url("https://static.ch7.com/images/theme2015/news/news_reporter_bg_2015.jpg")
    #f4f4f4 center;
  background-size: cover;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #0070c6;
  text-decoration: none;
}
.container {
  height: 100%;
  position: relative;
}
.row {
  height: 100%;
}
.breadcrumb {
  background: none;
  margin: 0px;
  font-family: inherit;
  text-transform: inherit;
}
.breadcrumb a {
  color: #229cc0;
}
.breadcrumb > .active {
  color: #333;
}

.grd {
  background: url("https://static.ch7.com/images/theme2015/news/grd.png")
    transparent bottom repeat-x;
  float: left;
  width: 100%;
  padding: 10px;
  position: sticky;
  bottom: 0px;
  z-index: 5;
}

.adplus {
  position: relative;
  float: left;
  width: 100%;
}

.reporter-all {
  float: left;
  width: 100%;
  margin: 0px;
}
.reporter-list-all {
  float: left;
  width: 100%;
}

.reporter-list-all h3 {
  line-height: 1.5em !important;
  padding-left: 0px !important;
}
.reporter-list-all .reporter-list-item {
  padding: 22px;
  padding-top: 0px;
}
.reporter-list-all .reporter-list-thump {
  position: relative;
}
.reporter-list-all .reporter-list-thump li {
  width: 16.77%;
  padding: 1px;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: #fff;
  box-shadow: none;
}
.reporter-list-all .reporter-list-thump li img {
  box-shadow: none;
}

.reporter-list-all .reporter-list-thump li a {
  position: relative;
  float: left;
  width: 100%;
}
.reporter-list-all .reporter-list-thump li a p {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 5px;
  color: #333;
  background-color: #fff;
  opacity: 0.93;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reporter-list-all .reporter-list-thump .ad300 {
  position: relative;
  float: right;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 33.33% !important;
  margin: 0px;
  padding: 25px 0px;
  text-align: center;
  background-color: #eee;
}

.reporter-area {
  float: left;
  width: 100%;
  margin: 0px;
  padding-left: 320px;
  padding-right: 40%;
  height: 100%;
  position: relative;
}

.reporter-list {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  padding: 0px 0px;
  margin: 0px;
  width: 320px;
  height: 100%;
}
.reporter-list-item {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.reporter-list-item h3 {
  float: left;
  width: 100%;
  font-family: empire;
  padding: 10px 10px 0px 10px;
  margin: 0px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: normal;
}
.reporter-list-thump {
  width: 100%;
  float: left;
}
.reporter-list-thump li {
  width: 50%;
  float: left;
  padding: 7px;
  list-style: none;
}
.reporter-list-thump li a {
  float: left;
  width: 100%;
  position: relative;
}
.reporter-list-thump li img {
  width: 100%;
  background-color: #f0f0f0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
}
.reporter-list-thump li a p {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 5px;
  color: #333;
  background-color: #fff;
  opacity: 0.93;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.reporter-detail {
  position: relative;
  float: left;
  padding: 0px 20px;
  margin-top: 0px;
  z-index: 3;
}
.reporter-detail h1 {
  float: left;
  width: 100%;
  font-family: empire;
  padding: 0px;
  margin: 0px;
  font-size: 3.97em;
  line-height: 1em;
}
.reporter-detail p {
  float: left;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.5em;
}
.reporter-detail ul {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.reporter-detail li {
  list-style: circle;
}

.reporter-photo {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.reporter-photo img {
  width: 100%;
}

.view-more-reporter {
  float: left;
  width: 100%;
  bottom: 0px;
  position: fixed;
  z-index: 1080;
  display: none;
  padding-top: 20px;
}

.btn-open {
  background: url("https://static.ch7.com/images/theme2015/news/mre-open.png?a=4")
    transparent top center no-repeat;
}
.btn-close {
  background: url("https://static.ch7.com/images/theme2015/news/mre-close.png?a=4")
    transparent top center no-repeat;
}
.btn-open,
.btn-close {
  background-size: cover;
}
.view-more-reporter a {
  float: left;
  width: 100%;
  color: #333;
  font-size: 1em;
  text-align: center;
  padding: 10px 20px;
}
.view-more-reporter a:hover,
.view-more-reporter a:visited,
.view-more-reporter a:focus {
  color: #333;
}
.video-btn {
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0px;
  position: relative;
}
.video-btn a {
  display: inline;
  color: #fff;
  font-size: 1em;
  text-align: left;
  padding: 0px;
}
.video-btn img {
  width: 100%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.13);
}
.main-footer-area {
  position: relative;
  z-index: 5;
}
.play-icon {
  width: 48px;
  height: 48px;
  background: url("https://static.ch7.com/images/theme2015/news/play-icon.png?a=2")
    transparent center no-repeat;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
button.close {
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.8;
  text-shadow: 0 1px 0 #000;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    height: auto;
  }
  .nav-area .navbar-header {
    background-color: #fff;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 33.33%;
  }
  .reporter-area {
    padding: 0px;
    padding-top: 70%;
  }
  .reporter-photo {
    width: 100%;
    height: 50%;
    bottom: inherit;
    top: 0px;
    background-position: top center;
  }
  .reporter-detail {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 70px;
    margin: 0px;
  }
  .reporter-detail h1 {
    font-size: 3em;
  }
  .reporter-list {
    display: none;
    width: 100%;
  }
  .view-more-reporter {
    display: block;
  }
  .main-footer-area {
    display: none;
  }
  .reporter-list {
    display: none;
  }
  .adplus {
    padding-bottom: 270px;
  }
  .reporter-list-all .reporter-list-item {
    padding: 0px 9px;
    overflow: inherit;
    height: inherit;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 50%;
  }
  .reporter-list-all .reporter-list-thump .ad300 {
    width: 100% !important;
    border-right: 1px solid #fff;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
  }
  .video-btn {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    height: auto;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 20%;
  }
  .reporter-area {
    padding-left: 0px;
    padding-right: 50%;
  }
  .reporter-list {
    display: none;
    width: 100%;
  }
  .reporter-detail {
    padding: 0px;
    padding-left: 20px;
  }
  .reporter-detail h1 {
    font-size: 3.7em;
  }
  .reporter-photo {
    width: 57%;
  }
  .view-more-reporter {
    display: block;
    left: 0px;
  }
  .ad300 {
    width: 100%;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 25%;
  }
  .reporter-list-all .reporter-list-thump .ad300 {
    width: 50% !important;
    min-height: 353px;
    padding: 45px 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 10%;
  }
  .reporter-area {
    padding-left: 330px;
    padding-right: 35%;
  }
  .reporter-list {
    display: block;
    width: 330px;
  }
  .reporter-detail {
    padding: 0px 20px;
  }
  .reporter-detail h1 {
    font-size: 4em;
  }
  .reporter-photo {
    width: 40%;
  }
  .view-more-reporter {
    display: none;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 16.77%;
  }
  .reporter-list-all .reporter-list-thump .ad300 {
    width: 33.33% !important;
    min-height: 312px;
    padding: 25px 0px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }
  .reporter-area {
    padding-right: 38%;
  }
  /*.reporter-photo {width: 50%;}*/
  .reporter-detail h1 {
    font-size: 3.97em;
  }
  .reporter-list-all .reporter-list-thump li {
    width: 14.36%;
  }
  .reporter-list-all .reporter-list-thump .ad300 {
    width: 28.56% !important;
    min-height: 330px;
  }
}
