@charset "UTF-8";
/*--------------------------------------------------------------
# form style
--------------------------------------------------------------*/
.bread{ padding-top:200px}

@media(max-width:1180px){
.bread{ padding-top:10px}
}
.score{max-width:640px; margin:0 auto; background:#fff; border-radius:12px; padding:40px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);}
.score2{max-width:760px; margin:0 auto; background:#fff; border-radius:12px; padding:30px; border:2px solid #005AA7}
.number{ font-size:18px}
.score2 table th{ background:#005AA7; color:#fff;}
.score2 table td{ text-align:center;}
.score2 .info{ color:#F00; font-size:18px;}
.score2 .info2{ color:#06F; font-size:18px;}



@media(max-width:560px){
.score{max-width:100%;  padding:20px;}
.score2{max-width:100%; margin:0 auto; background:#fff; border-radius:12px; padding:10px; border:2px solid #005AA7}	
.score2 table th{ background:#005AA7; color:#fff;font-size:18px; font-weight:500}
.score2 table td{ font-size:18px}
	}
@media(max-width:400px){
	.score2{padding:0px; border:none ;background:none;}	
	.score2 table th{ font-size:16px; font-weight:500}
	.score2 table td{ font-size:16px}
	.number{ font-size:16px; font-weight:500}
}
	
	
.form-control {
	line-height: 28px;
	border-radius: 0px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	padding: 8px 8px;
}
.form-control::placeholder {
 color: #999;
}
.form-control:focus {
	box-shadow: 0 0 0 0 transparent;
	color: #000;
	background-color: #fff;
	border: 1px solid #d6011b;
	padding: 8px 8px;
}
.form-control_search:focus {
	background-color: #fff;
}
.form-control_search {
	line-height: 28px;
	border-radius: 0px;
	background-color: #fff;
	color: #000;
	border: 0;
	padding: 8px 8px;
}
.form-select {
	line-height: 28px;
	border-radius: 0px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	padding: 8px 8px;
}
.form-select::placeholder {
 color: #ccc;
}
.form-select:focus {
	box-shadow: 0 0 0 0 transparent;
	color: #000;
	background-color: #fff;
	border: 1px solid #d6011b;
	padding: 8px 8px;
}
.img_4x3 {
	width: 100%; 
	aspect-ratio: 4 / 3;
	overflow: hidden;
	position: relative;
}
.img_4x3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease-out;
}
.card:hover .img_4x3 img, a:hover .img_4x3 img {
	transform: scale(1.1);
}

.nav-item.nav-link{
    color: #000;
}

.bannerArea ul.slick-dots {
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.bannerArea ul.slick-dots li {
	width: auto;
}
.bannerArea ul.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #C30D23;
	border-radius:50%;
}
.bannerArea ul.slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 0;
	border-radius:50%;
}
.bannerArea ul.slick-dots li button:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius:50%;
	opacity: 1;
}

.mainArea {
	padding:30px 0;
}
.contentBox .leftBox {
	box-sizing: border-box;
}
.contentBox .rightBox {
	flex-grow: 1;
}
@media (min-width: 1181px) {
 .contentBox .leftBox {
 flex: 0 0 360px;
}
 .contentBox .leftBox + .rightBox {
 padding-left: 50px;
}
}
@media (max-width: 1180px) {
 .contentBox .leftBox {
 width: 100%;
}
 .contentBox .leftBox + .rightBox {
 padding-top: 0px;
 margin:0 10px;
}
}
.titleBar {
	background:#d5e2f3
}
.titleBar h3 {
	color:#005aa7;
	font-size:30px
}
 .titleBar h3::before {
 content:"\e56e";
 font-family: FontAwesome;
 padding-right:10px;
 color:#F03;
}
.searchBox {
	background:#fff;
	border-radius:10px;
	padding:10px;
	margin:20px 0;
	border:1px solid#CCC
}
/*教師*/

.linkArea {
	margin-top: 55px;
}
.linkArea .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 1400px) {
 .linkArea .wrap {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 row-gap: 30px;
}
}
.linkArea .linkBox {
	width: 100%;
}
.linkList {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
}
.linkList .linkItem {
	padding: 0 10px;
	width:100%;
}
.linkList .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border-radius: 25px;
	padding: 20px;
}
@media (max-width: 1180px) {
 .linkList .item {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 row-gap: 20px;
 padding:15px;
}
}
.linkList .left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 29.5%;
}
@media (max-width: 1180px) {
 .linkList .left {
 width: 100%;
}
}
@media (max-width: 480px) {
.linkList .linkItem {
 padding: 0 15px;
 width:100%;
}
}
.linkList .left .Img {
	width: 100%;
	aspect-ratio: 1 /1; /* 保持比例 */
	border-radius: 15px;
	position: relative;
	overflow: hidden; /* 限制內部內容超出範圍 */
	background-color: #fff;
	margin:0 auto;
}
.linkList .left .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.linkList .left .urlBox {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.linkList .left .urlBox a {
	display: inline-block;
	background-color: #1e398e;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 1201px) {
 .linkList .left .urlBox a:hover {
 background-color: #ffd532;
}
}
.linkList .left .urlBox a img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.linkList .Txt {
	width: 70.5%;
	padding-left: 30px;
}
@media (max-width: 1180px) {
 .linkList .Txt {
 width: 100%;
 padding-left: 0;
}
}
.linkList .Txt .title {
	padding-top: 4px;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3636363636;
	letter-spacing: 2px;
}
@media (max-width: 1180px) {
 .linkList .Txt .title {
 font-size: 20px;
}
}
.linkList .Txt .textEditor .contactList {
	padding: 0;
}
.linkList .Txt .textEditor .contactItem {
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	border-bottom: 1px solid #ececec;
}
.linkList .Txt .textEditor .contactItem:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: no-repeat center center/contain;
}
.linkList .Txt .textEditor .contactItem:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -1px;
	background-color: #1e398e;
}
@media (min-width: 1201px) {
 .linkList .Txt .textEditor .contactItem:hover:after {
 width: 100%;
}
}
.linkList .Txt .textEditor .contactItem  {
	padding: 14px 0;
	color: #333;
	letter-spacing:0;
	font-size:18px;
}
@media (min-width: 1201px) {
 .linkList .Txt .textEditor .contactItem a:hover {
 color: #1e398e;
}
}
.linkList .Txt .textEditor .contactItem.tel:before {
	content:"\f095";
	font-family: FontAwesome;
}
.linkList .Txt .textEditor .contactItem.mail:before {
	content:"\f0e0";
	font-family: FontAwesome;
}
.linkList .Txt .textEditor .contactItem.pro:before {
	content:"\f02d";
	font-family: FontAwesome;
}

.linkList .Txt .textEditor .contactItem.other:before {
	content:"\f024";
	font-family: FontAwesome;
}
@media (max-width: 1180px) {
 .linkList .Txt .textEditor .contactItem a {
 font-size: 16px;
 padding: 8px 0;
}
}
/*影片專區*/

.videoList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -13px;
}
@media (max-width: 600px) {
 .videoList {
 margin: 20px 0;
}
}
.videoList .videoItem {
	padding:  20px 13px 10px 13px;
	width: 33.33%;
}
@media (max-width: 1180px) {
 .videoArea .wrap {
padding:50px 10px
}
 .videoList .videoItem {
 width: 50%;
}
}
@media (max-width: 992px) {
 .videoList .videoItem {
 padding: 0 13px 20px 13px;
}
}
@media (max-width: 600px) {
 .videoList .videoItem {
 width: 100%;
 padding: 0 0 20px 0;
}
}
@media (max-width: 480px) {
 .videoList .videoItem {
 padding: 0 0 10px 0;
}
}
.videoList .item {
	height: 100%;
}
@media (min-width: 1201px) {
 .videoList .item:hover {
 cursor: pointer;
}
 .videoList .item:hover .btnVideo {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 .videoList .item:hover .Txt {
color: #015CA3
}
 .videoList .item:hover .Txt .title {
 color: #015CA3;
}
}
.videoList .btnVideo {
	position: absolute;
	left: 0;
	right: 0;
	top: -13.5px;
	bottom: 0;
	margin: auto;
	content: "";
	width: 77px;
	height: 77px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background:rgba(0, 90, 167, 0.5);
}
@media (max-width: 480px) {
 .videoList .btnVideo {
 width: 65px;
 height: 65px;
}
}
.videoList .btnVideo:before, .videoList .btnVideo:after {
	position: absolute;
	margin: auto;
	content: "";
	border-radius: 50%;
}
.videoList .btnVideo:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-animation: rotate 50s linear infinite;
	animation: rotate 50s linear infinite;
}
.videoList .btnVideo:after {
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.videoList .btnVideo img {
	margin-left: 1px;
}
.videoList .Img {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
.videoList .Img:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background-color: rgba(255, 255, 255, 0.2);
}
.videoList .Img > img {
	width: 100%;
}
.videoList .Txt {
	width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	padding: 20px 10px 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
	-webkit-transform: translateY(-27px);
	transform: translateY(-27px);
	position: relative;
	z-index: 3;
	min-height:90px;
}
@media (max-width: 992px) {
 .videoList .Txt {
 width: calc(100% - 40px);
 padding: 10px;
 min-height:auto;
}
}
.videoList .Txt .title {
	color: #303030;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 768px) {
 .videoList .Txt .title {
 font-size:18px;
}
}
/*相簿*/

.catalogBox {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin:30px 0;
}
.catalogBox.hide {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.catalogList {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}
@media (max-width: 1280px) {
 .catalogList {
 gap: 30px;
}
}
@media (max-width: 600px) {
 .catalogList {
 gap: 20px;
}
}
.catalogList .catalogItem {
	width: calc(25% - 30px);
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
}
@media (max-width: 1280px) {
 .catalogList .catalogItem {
 width: calc(33.3333333333% - 24px);
}
}
 @media (max-width: 600px) {
 .catalogList .catalogItem {
 width: calc(50% - 10px);
}
}
@media (min-width: 1201px) {
 .catalogList .catalogItem:hover {
 background-color: #015CA3;
 border: 1px solid #015CA3;
 -webkit-box-shadow: 0 0 10px #f5f5f5;
 box-shadow: 0 0 10px #f5f5f5;
}
 .catalogList .catalogItem:hover .Txt a {
 color: #ffffff;
}
 .catalogList .catalogItem:hover .Txt .text {
 color: #fff;
}
}
.catalogList .Img {
	position: relative;
	border-radius: 14px;
}
.catalogList .Img::before {
 -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
 box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
 color: #fff;
 display: block;
 line-height: 1;
 letter-spacing: 0.5px;
 padding: 8px 25px;
 position: absolute;
 top: 12px;
 left: 12px;
 z-index: 2;
 text-align: center;
 -webkit-transform-origin: top left;
 transform-origin: top left;
}
.catalogList .Img a {
	display: block;
	overflow: hidden;
}
.catalogList .Img img {
	object-position: center center; /* 預設值即為 center center，此行可省 */
	object-fit: scale-down;
	width: 100%;
	height: 200px;
}
.catalogList .Txt {
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.catalogList .Txt .title a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #015CA3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 1180px) {
 .catalogList .Txt .title a {
 font-size: 16px;
}
}

.catalogList .Txt .text {
	position: relative;
	font-size: 15px;
	color: #444444;
	height: 80px;
	overflow: hidden;
}
.catalogList .Txt .text::before {
 position: relative;
 content: "";
 display: block;
 width: 40px;
 height: 2px;
 background-color: #e4e4e4;
 margin-top: 20px;
 pointer-events: none;
 margin: 16px auto;
}
.catalogList .Txt .btnBox {
	margin-top: 15px;
}
.crossReferenceBox {
	padding: 10px 0;
	border-bottom:1px dashed #069
}
.crossReferenceBox .inputBox {
	padding: 3px 0;
}
.crossReferenceBox .selectInput {
	position: relative;
}
.crossReferenceBox .selectInput::before {
 content: "";
 position: absolute;
 top: 45%;
 right: 20px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 5px 4px 0 4px;
 border-color: #414141 transparent transparent transparent;
}
.crossReferenceBox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.crossReferenceBox select, .crossReferenceBox input {
	padding: 5px 15px;
	width: 100%;
	height: 45px;
	border: none;
	background-color: #fff;
	font-size: 18px;
	color: #333;
}
.crossReferenceBox .crossSearchBtn {
	margin-top: 5px;
}
.crossReferenceBox .crossSearchBtn a {
	padding: 5px 7px 5px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #012050;
	font-size: 18px;
	border-radius:10px;
	color: #fff;
}
.crossReferenceBox .crossSearchBtn a:hover {
	background-color: #005AA7;
}
.crossReferenceBox .crossSearchBtn .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}
 @media(max-width:780px) {
 .crossReferenceBox .inputBox {
 padding: 0px;
}
 .crossReferenceBox select, .crossReferenceBox input {
 margin-bottom:0px;
}
 .crossReferenceBox .crossSearchBtn {
 margin-top: 0px;
}
}
.newsInfoBox {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.newsInfoBox .dateBox {
	padding: 5px 0;
	padding-right: 20px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #dc366a;
}
.newsInfoBox .dateBox .date {
	line-height: 1.3;
}
.newsInfoBox .classTitle {
	padding: 8px 15px;
	display: block;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 14px;
	letter-spacing: 0.5px;
}
.classNote {
	padding-bottom: 20px;
}
.newsList .newsItem {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
 .newsList .newsItem:nth-child(odd) {
 background: rgba(255, 255, 255, 0.5);
}
.file_load {
	border:1px solid #dcdcdc;
	padding:15px;
	border-radius:10px;
	margin-bottom:20px;
}
.file_load .title {
	border-bottom:1px solid #dcdcdc;
	padding:5px 0 10px 0;
	margin:10px 0;
	font-size:20px;
	color:#005AA7;
	font-weight:bold
}
.file_load .title i {
	background:#005AA7;
	color:#fff;
	border-radius:100px;
	width:28px;
	height:28px;
	text-align:center;
	padding:5px
}
.file_load ol li {
	border-bottom:1px dashed #dcdcdc;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:16px;
	letter-spacing:0
}
.file_load ol li::before {
 content: "\f15b";
 padding-right:15px;
 font-family: FontAwesome;
}
.topBox {
	padding:10px 0
}
.articleTitle {
	font-size:24px;
	margin-bottom: 10px;
}
 @media (max-width: 480px) {
 .articleTitle {
font-size:20px;
}
}
 @media (max-width: 768px) {
 .newsList .newsItem {
 padding: 15px 10px;
}
}
.newsList .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 768px) {
 .newsList .Txt {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: start;
 -ms-flex-align: start;
 align-items: flex-start;
}
}
.newsList .Txt .newsInfoBox {
	padding-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 190px;
}
@media (max-width: 768px) {
 .newsList .Txt .newsInfoBox {
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: auto;
 padding-bottom: 10px;
}
}
.newsList .Txt .newsInfoBox .dateBox {
	padding: 0;
}
@media (max-width: 768px) {
 .newsList .Txt .newsInfoBox .dateBox {
 padding-right: 20px;
}
}
.newsList .Txt .newsInfoBox .classTitle {
	width: 100%;
}
@media (max-width: 768px) {
 .newsList .Txt .newsInfoBox .classTitle {
 width: auto;
}
}
.newsList .Txt .textBox {
	position: relative;
	width: calc(100% - 190px);
	padding: 0px 10px;
}
.newsList .Txt .cbox {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	padding-bottom: 10px;
}
.newsList .Txt .class {
	font-size:15px;
	color:#fff;
	border-radius:50px;
	padding:5px 10px;
	text-align:center;
	padding-left: 10px;
}
.org {
	background:#F60
}
.red {
	background:#F00
}
 .newsList .Txt .textBox::after {
 content: "";
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 display: block;
 width: 1px;
 height: 100%;
 background-color: #c9c9c9;
 margin-right:10px;
}
 .newsList .Txt .textBox::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 display: block;
 width: 1px;
 height: 100%;
 background-color: #c9c9c9;
}
 @media (max-width: 768px) {
 .newsList .Txt .textBox::before {
 display: none;
}
}
.newsList .Txt .title a {
	color: #333;
	display: block;
	font-size: 18px;
	letter-spacing: 0.7px;
	line-height: 1.6;
}
.newsList .Txt .title a:hover {
	color: #005AA7;
}
 @media (max-width: 768px) {
 .newsList .Txt .textBox {
 width: 100%;
 padding: 0;
}
 .newsList .Txt .textBox::after {
display:none;
}
 .newsList .Txt .cbox {
margin-top:10px
}
 .newsList .Txt .title a {
 color: #333;
 display: block;
 font-size: 17px;
 letter-spacing: 0px;
 line-height: 1.4;
}
}
.photoArea {
	background:none;
	border-radius:15px;
	padding:10px;
	margin:20px 0
}
.photoArea .albumList {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.photoArea .albumList .albumItem {
	width: calc(20% - 20px);
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}
@media (max-width: 1280px) {
 .photoArea .albumList .albumItem {
 width: calc(25% - 16px);
}
}
@media (max-width: 800px) {
 .photoArea .albumList .albumItem {
 width: calc(33.3333% - 20px);
}
}
 @media (min-width: 1201px) {
 .photoArea .albumList .albumItem:hover {
 background-color: #015CA3;
 border: 1px solid #015CA3;
 -webkit-box-shadow: 0 0 10px #f5f5f5;
 box-shadow: 0 0 10px #f5f5f5;
}
 .photoArea .albumList .albumItem:hover .Txt a {
 color: #ffffff;
}
 .photoArea .albumList .albumItem:hover .Txt .text {
 color: #fff;
}
}
.photoArea .albumList .Img {
	position: relative;
	border-radius: 14px;
}
.photoArea .albumList .Img::before {
 -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
 box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
 color: #fff;
 display: block;
 line-height: 1;
 letter-spacing: 0.5px;
 padding: 8px 25px;
 position: absolute;
 top: 12px;
 left: 12px;
 z-index: 2;
 text-align: center;
 -webkit-transform-origin: top left;
 transform-origin: top left;
}
.photoArea .albumList .Img a {
	display: block;
	overflow: hidden;
}
.photoArea .albumList .Img img {
	object-position: center center; /* 預設值即為 center center，此行可省 */
	object-fit: scale-down;
	width: 100%;
	height: 180px;
}
 @media (max-width: 600px) {
 .photoArea .albumList {
 gap: 10px;
}
 .photoArea .albumList .albumItem {
 width: calc(50% - 10px);
}
 .photoArea .albumList .Img img {
 object-position: center center; /* 預設值即為 center center，此行可省 */
 object-fit: scale-down;
 width: 100%;
 height: 120px;
}
}
