@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "微軟正黑體" !important;
}

.clearfix {
  clear: both;
}

/* news_list */
/* ==========desktop========== */
.wrap-news_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* header */
  /* header */
  /* nav */
  /* nav */
  /* 畫面輪播 */
  /* 畫面輪播 */
  /* 側邊廣告列 */
  /* 側邊廣告列 */
  /* 麵包屑 */
  /* 麵包屑 */
  /* h1 */
  /* h1 */
  /* main */
  /* 最新考情速報 */
  /* 最新考情速報 */
  /* 考情情報站 */
  /* 考情情報站 */
  /* 頁碼 */
  /* 頁碼 */
  /* main */
  /* main */
  /* footer */
  /* footer */
  /* 置頂按鈕 */
  /* 置頂按鈕 */
}

.wrap-news_list header {
  background: url(/images/ck/header.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 10px 0;
  text-align: center;
}

.wrap-news_list nav {
  background: #00d514;
  width: 100%;
}

.wrap-news_list nav ul {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap-news_list nav ul li {
  width: 100%;
  text-align: center;
}

.wrap-news_list nav li:nth-child(odd) a {
  background: #00d514;
}

.wrap-news_list nav li:nth-child(even) a {
  background: #00c92f;
}

.wrap-news_list nav a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-weight: bold;
  box-sizing: border-box;
}

.wrap-news_list nav a:hover {
  background: #007A1D !important;
}

.wrap-news_list > form {
  width: 100%;
}

.wrap-news_list .slider {
  width: 100%;
}

.wrap-news_list .slider > button {
  display: none !important;
}

.wrap-news_list .slider img {
  width: 100%;
}

.wrap-news_list .mobile-slider {
  display: none !important;
}

.wrap-news_list .mobile-slider > button {
  display: none !important;
}

.wrap-news_list .ad-block {
  position: static;
  width: 29%;
  order: 1;
}

.wrap-news_list .ad-block .head {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 15px 0;
  font-size: 21px;
  text-align: center;
}

.wrap-news_list .ad-block .ad {
  margin: 10px 0 20px 0;
}

.wrap-news_list .ad-block .ad a {
  display: block;
  text-decoration: none;
  color: #ff7926;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.wrap-news_list .ad-block .ad img {
  width: 100%;
}

.wrap-news_list .ad-block .link li {
  border-bottom: 1px dashed #d2d2d2;
}

.wrap-news_list .ad-block .link span {
  color: #00d514;
}

.wrap-news_list .ad-block .link a {
  text-decoration: none;
  color: #000;
  line-height: 2;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.wrap-news_list .ad-position {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.wrap-news_list .ad-fixed {
  position: fixed;
  bottom: 20px;
  right: 0;
}

.wrap-news_list .breadcrumb {
  width: 100%;
  margin-bottom: 20px;
}

.wrap-news_list .crumb {
  display: flex;
  margin: 10px 0;
}

.wrap-news_list .crumb li {
  margin: 0 10px;
}

.wrap-news_list .crumb i {
  color: #bababa;
}

.wrap-news_list .crumb a {
  text-decoration: none;
  color: #000000;
  position: relative;
}

.wrap-news_list .crumb a::after {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  left: 45%;
  transition: all .5s;
}

.wrap-news_list .crumb a:hover::after {
  width: 100%;
  left: 0;
}

.wrap-news_list h1 {
  display: none;
  color: transparent;
  font-size: 0.1vw;
}

.wrap-news_list main {
  width: 1024px;
  padding: 20px 0 60px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.wrap-news_list .Instant {
  width: 100%;
  margin-bottom: 50px;
}

.wrap-news_list .Instant .head {
  border-bottom: 1px solid #00d514;
}

.wrap-news_list .Instant .head h2 {
  display: inline-block;
  color: #00d514;
  border-top-right-radius: 10px;
  border: 1px solid #00d514;
  border-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  box-sizing: border-box;
}

.wrap-news_list .Instant ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 20px;
}

.wrap-news_list .Instant ul li {
  width: 23%;
  position: relative;
}

.wrap-news_list .Instant ul li h3 {
  color: #ff7800;
  font-size: 19px;
  line-height: 1.3;
  display: block;
  margin: 10px 0;
}

.wrap-news_list .Instant ul li > div {
  justify-self: flex-end;
}

.wrap-news_list .Instant ul li p {
  font-size: 17px;
  line-height: 1.4;
}

.wrap-news_list .Instant ul li span {
  color: #747474;
  line-height: 2;
  display: flex;
  justify-content: flex-end;
  text-align: left;
}

.wrap-news_list .Instant ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.wrap-news_list .Instant ul img {
  width: 100%;
}

.wrap-news_list .terminus {
  width: 100%;
  margin-bottom: 30px;
}

.wrap-news_list .terminus .search {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.wrap-news_list .terminus .search i {
  order: 2;
  margin-right: 5px;
}

.wrap-news_list .terminus .search input {
  font-family: "微軟正黑體";
  order: 1;
  margin-right: 5px;
  padding: 5px 70px 5px 10px;
  box-sizing: border-box;
  font-size: 17px;
}

.wrap-news_list .terminus .search .submit {
  order: 0;
  font-size: 17px;
  background: #535353;
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
}

.wrap-news_list .terminus .head {
  border-bottom: 1px solid #00d514;
  margin-bottom: 30px;
}

.wrap-news_list .terminus .head h2 {
  display: inline-block;
  color: #00d514;
  border-top-right-radius: 10px;
  border: 1px solid #00d514;
  border-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 15px;
  box-sizing: border-box;
}

.wrap-news_list .terminus table {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.wrap-news_list .terminus table td {
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 20px 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.wrap-news_list .terminus table thead {
  text-align: center;
  background: #eeeeee;
}

.wrap-news_list .terminus table tbody tr td:first-child {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.wrap-news_list .terminus table tbody tr td:first-child h3 {
  color: #ff7800;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.wrap-news_list .terminus table tbody tr td:first-child p {
  line-height: 1.6;
}

.wrap-news_list .terminus table tbody tr td:first-child span {
  justify-items: flex-end;
  color: #747474;
  align-self: flex-end;
  line-height: 2;
}

.wrap-news_list .terminus table tbody tr td:first-child > div {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-between;
}

.wrap-news_list .terminus table tbody tr td:first-child a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.wrap-news_list .terminus table tbody tr td {
  vertical-align: middle;
}

.wrap-news_list .terminus table tbody tr td a {
  color: #00d514;
  line-height: 1.6;
}

.wrap-news_list .terminus table tbody tr img {
  width: 230px;
}

.wrap-news_list .page {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 550px;
}

.wrap-news_list .page a {
  text-decoration: none;
  color: #7d7d7d;
  font-size: 17px;
  border: 1px solid #c1c1c1;
  padding: 10px;
}

.wrap-news_list .page a i {
  color: #c1c1c1;
}

.wrap-news_list .page > a:hover {
  text-decoration: underline;
}

.wrap-news_list .page > a:hover i {
  color: #4D4D4D;
}

.wrap-news_list .page > a:first-child, .wrap-news_list .page > a:last-child {
  border: 0;
}

.wrap-news_list .page ul {
  display: flex;
  justify-content: space-between;
}

.wrap-news_list .page ul li {
  width: 100%;
  margin: 0 10px;
}

.wrap-news_list .page ul a {
  box-sizing: border-box;
  text-decoration: none;
  color: #626262;
  width: 100%;
  height: 100%;
  display: block;
}

.wrap-news_list .page ul a:hover {
  border-color: #404040;
  color: #4D4D4D;
}

.wrap-news_list footer {
  order: 5;
  background: #5c6268;
  width: 1024px;
  padding: 40px calc((100% - 1024px)/2);
}

.wrap-news_list footer .head {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wrap-news_list footer .head a:nth-child(2) {
  background: #fff;
  color: #5c6268;
  text-decoration: none;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.wrap-news_list footer .head a:nth-child(2) i {
  position: absolute;
  right: 10px;
}

.wrap-news_list footer .head a:hover {
  box-shadow: 0 0 4px #e5e5e5;
}

.wrap-news_list footer .head a:active {
  box-shadow: 0 0 15px gray inset;
}

.wrap-news_list footer ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.wrap-news_list footer ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 3%;
  border-right: 1px solid #818181;
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.wrap-news_list footer ul li p:first-Child {
  font-size: 21px;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.wrap-news_list footer ul li a {
  text-decoration: none;
  background: #00d514;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 8px;
}

.wrap-news_list .gotop {
  position: fixed;
  bottom: 4%;
  right: 2%;
  border-radius: 99em;
  background: #ff7800;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.wrap-news_list .gotop:hover {
  text-decoration: underline;
}

/* ==========other========== */
@media (max-width: 1150px) {
  .wrap-news_list {
    /* header */
    /* header */
    /* nav */
    /* nav */
    /* 側邊廣告列 */
    /* 側邊廣告列 */
    /* main */
    /* main */
    /* 考情情報站 */
    /* 考情情報站 */
    /* footer */
    /* footer */
  }
  .wrap-news_list nav ul {
    width: 95%;
  }
  .wrap-news_list nav li {
    width: 100%;
  }
  .wrap-news_list nav a {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .wrap-news_list main {
    width: 95%;
    padding: 20px 2% 40px 2%;
    margin: 0 auto;
  }
  .wrap-news_list .terminus table tbody tr td:first-child h3 {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .wrap-news_list .terminus table tbody tr td:first-child p {
    font-size: 15px;
    line-height: 1.2;
  }
  .wrap-news_list .terminus table tbody tr td:first-child span {
    line-height: 1.2;
  }
  .wrap-news_list .terminus table tbody tr td br {
    display: none;
  }
  .wrap-news_list footer {
    width: 98%;
    padding: 40px 1%;
  }
  .wrap-news_list footer .head a {
    width: 60%;
  }
}

/* ==========ipad========== */
@media (max-width: 768px) {
  .wrap-news_list {
    /* 麵包屑 */
    /* 麵包屑 */
    /* 側邊廣告列 */
    /* 側邊廣告列 */
    /* 輪播畫面 */
    /* 輪播畫面 */
    /* footer */
  }
  .wrap-news_list .breadcrumb {
    margin: 0;
  }
  .wrap-news_list .ad-block {
    width: 29%;
  }
  .wrap-news_list .ad-block .ad a {
    font-size: 15px;
  }
  .wrap-news_list .ad-block .link a {
    padding: 5px 0;
    font-size: 1vw;
  }
  .wrap-news_list footer ul li {
    width: 33%;
    padding: 0 3%;
  }
}

/* ==========phone========== */
@media (max-width: 767px) {
  .wrap-news_list {
    /* header */
    /* header */
    /* nav */
    /* nav */
    /* 輪播畫面 */
    /* 輪播畫面 */
    /* 麵包屑 */
    /* 麵包屑 */
    /* main */
    /* main */
    /* footer */
    /* footer */
  }
  .wrap-news_list header {
    background-size: 100% 100%;
  }
  .wrap-news_list header img {
    width: 75%;
  }
  .wrap-news_list nav ul {
    width: 100%;
  }
  .wrap-news_list nav span {
    display: none;
  }
  .wrap-news_list nav a {
    font-size: 5vw;
    font-weight: 100;
  }
  .wrap-news_list nav a:hover, .wrap-news_list nav a:active {
    font-weight: 500;
  }
  .wrap-news_list .regular {
    display: none !important;
  }
  .wrap-news_list .mobile-slider {
    display: block !important;
  }
  .wrap-news_list main {
    width: 90%;
    padding: 10px 0 40px 0;
    margin: 0 auto;
    flex-wrap: wrap;
    /* 最新考情速報 */
    /* 最新考情速報 */
    /* 頁碼 */
    /* 頁碼 */
    /* 考情情報站 */
    /* 考情情報站 */
  }
  .wrap-news_list main .Instant {
    margin: 30px 0;
  }
  .wrap-news_list main .Instant .head h2 {
    font-size: 20px;
  }
  .wrap-news_list main .Instant ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap-news_list main .Instant ul li {
    width: 95%;
    margin-bottom: 30px;
  }
  .wrap-news_list main .page {
    width: 100%;
  }
  .wrap-news_list main .page a {
    padding: 5px;
  }
  .wrap-news_list main .page ul li {
    margin: 0;
  }
  .wrap-news_list main .terminus {
    /* 搜尋列 */
    /* 搜尋列 */
  }
  .wrap-news_list main .terminus .search input {
    padding: 5px 10px;
  }
  .wrap-news_list main .terminus .search .submit {
    font-size: 16px;
    padding: 5px 10px;
  }
  .wrap-news_list main .terminus .head {
    margin: 30px 0 20px 0;
  }
  .wrap-news_list main .terminus table thead tr td:first-child {
    width: 55%;
  }
  .wrap-news_list main .terminus table thead tr td {
    vertical-align: middle;
    padding: 10px;
  }
  .wrap-news_list main .terminus table tbody tr td:first-Child {
    flex-wrap: wrap;
    padding: 5px;
  }
  .wrap-news_list main .terminus table tbody tr td:first-Child > div {
    margin-left: 0;
  }
  .wrap-news_list main .terminus table tbody tr td:first-Child h3 {
    margin: 10px 0;
  }
  .wrap-news_list main .terminus table tbody tr td:first-Child span {
    line-height: 2.5;
  }
  .wrap-news_list main .terminus table tbody tr img {
    width: 100%;
    margin-bottom: 10px;
  }
  .wrap-news_list main .terminus table tbody tr td {
    padding: 10px;
    font-size: 5vw;
  }
  .wrap-news_list footer .head {
    flex-wrap: wrap;
  }
  .wrap-news_list footer .head img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .wrap-news_list footer .head a:nth-child(2) {
    margin: 20px auto 0 auto;
    width: 90%;
    font-size: 16px;
  }
  .wrap-news_list footer ul li {
    width: 49%;
    padding: 0 5%;
  }
  .wrap-news_list footer ul li p:first-child {
    flex-wrap: wrap;
  }
  .wrap-news_list footer ul li a {
    width: 75%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .wrap-news_list footer ul li:nth-child(even) {
    border: 0;
  }
}
