@charset "UTF-8";
/* CSS Document */

.newsList {
  width: 100%;
}

.newsList .Img {
  float: left;
  width: 240px;
  height: 150px;
  margin-right: 20px;
}

.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsList .Txt {
  overflow: hidden;
  position:relative;
}

.newsList .Txt p {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  	max-height: 64px;
		overflow: hidden;
}

.newsList h3 {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 300;
  color: #006BB7;


}

.newsList h3 a {
display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height:1.5;
	overflow: hidden;
	position: relative;
   color: #006BB7
}

.newsList h3 a:hover {
  color:#F60;
}

.newsList li {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.newsList li:not(:last-child) {
  border-bottom: 1px solid #e4e2e2;
}

.newsDate {
  padding: 5px 0;
  font-size: 14px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsDate strong {
  font-weight: 400;
}

.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}

.newsDate b {
  margin-left: 3px;
}

.newIcon {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: '微軟正黑體';
  color: #fff;
}

/*內頁*/
/****分享*****/
.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;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}

.titleArea h1 {
  font-size: 24px;
  font-weight: 300;
  color:#006BB7;
  overflow: hidden;
}

.titleArea h1 strong {
  display: block;
  font-weight: 400;
}

.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}

.titleArea .btn-fb {
  /*fb*/
  float: left;
}



@media (max-width:768px){
	
	  .newsList h3 {
  margin-bottom: 3px;
  font-size: 18px;
}
	.newsList .Img {
  margin-right: 10px;
}

.newsList .Txt p {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.5;
  	max-height: 48px;
		overflow: hidden;
}	
	}

@media (max-width: 480px) {
  .newsList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  

  .newsList .Txt p {
display:none;
}

.newsList .Img {
  float: none;
  max-width: 100%;
  height: auto;
  margin-right: 0px;
}
}

