@charset "UTF-8";
/* CSS Document */
/*新訊列表*/
.newsList.border li {
  
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.newsList.border .Txt {
  padding-left: 0;
  padding-top: 0;
}

.newsList.border h3 a:hover {
  color: #fff;
}

.newsList li {
  width: 100%;
  margin-bottom: 50px;
}

.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}

.newsList .Img {
  width: 325px;
  height:200px;
  background-color:#FFFFFF;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 640px) {
  .newsList .Img {
    width: 100%;
    max-width: 480px;
  }
}

.newsList .Img img {
  display: block;
      width: 100%;   
    height: 100%;   
    object-fit:cover;   
}

.newsList .Txt {
  width: calc(100% - 325px);
  padding-left: 25px;
  padding-top: 30px;
}

@media (max-width: 640px) {
  .newsList .Txt {
    width: 100%;
    padding-left: 0;
  }
}

.newsList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.newsList .icon {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 12px;
  font-size: 15px;
  letter-spacing: .11em;
  color: #fafafa;
  background-color: #af232b;
}

.newsList .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .11em;
  color: #fff;
  text-transform: uppercase;
}

.newsList .dateBox .date {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.newsList .dateBox .date::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
 
}

.newsList .dateBox .year {
  font-size: 14px;
}

.newsList h3 a {
  display: block;
  max-height: 60px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1.5;
    -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.newsList .text {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsList .noImg .Txt {
  width: 100%;
}

.newsDate {
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", "Noto Sans TC", sans-serif;
}

.newsDate strong {
  font-weight: 700;
}

.newIcon {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: '微軟正黑體';
  color: #fff;
}

/*內頁*/
.scholarshipList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.scholarshipList li {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .scholarshipList li {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f9f9f9;
  }
}

.scholarshipList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 440px) {
  .scholarshipList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}


.scholarshipList .item:hover .Img {
  border-color: #c8101a;
}

.scholarshipList .Img {
  width: 160px;
  border: 5px solid #e3e3e3;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.scholarshipList .Img a {
  display: block;
}

.scholarshipList .Img img {
  display: block;
  width: 100%;
}

.scholarshipList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 160px);
  padding: 20px 35px;
}

@media (max-width: 1023px) {
  .scholarshipList .Txt {
    padding-left: 15px;
  }
}

@media (max-width: 800px) {
  .scholarshipList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 440px) {
  .scholarshipList .Txt {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

.scholarshipList .title {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: .11em;
}

@media (min-width: 441px) {
  .scholarshipList .title {
    margin-right: 20px;
    padding-right: 20px;
  }
}

.scholarshipList .title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 18px;
  background-color: #d2484f;
}

@media (max-width: 440px) {
  .scholarshipList .title::after {
    display: none;
  }
}

.scholarshipList .subTitle {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .1em;
  color: #ac171d;
}

.scholarshipList .text {
  margin-top: 12px;
  max-height: 46px;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: .025em;
  color: #191919;
}

/****分享*****/
.shareBox {
  float: right;
}

.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #ae4233;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}

.shareBox .back:hover {
  background: #398cb1;
}

.textEditor .imgBox {
  float: left;
  width: 160px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 3px solid #d2484f;
}

.textEditor .imgBox img {
  display: block;
  width: 100%;
}
