@charset "UTF-8";

h3 {
	font-weight: bold;
}
.deco-line::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    margin: auto;
    height: 2px;
    background: #ccc;
    z-index: 0;
}
.border-top-line {
    border-top: 3px solid #737373;
}
.list-line {
	border-bottom: 1px solid #ccc;
}
.list-line:last-child {
	border-bottom: none;
}

/* main */
#marquee {
    border: none !important;
    background: transparent !important;
}
ul.marquee {
   width: calc(100% - 120px);
}
/* 職場新聞 */
:not(.slick-slide) .figure-bg {
	display: block;
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
} 

.main-slick .figure-bg {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 55%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1200px)  {
	.main-slick .figure-bg{
		padding-bottom: 67%;
	}
}
.main-slick figcaption {
	background: rgba(0,0,0,0.8);
    padding: 13px;
    position: absolute;
   /* left: 0;*/
    bottom: 0;
    width: 100%;
    font-weight: bold;
    color: #fff;
}
.right-news li {
	padding-top: 1.33rem;
	padding-bottom: 1.33rem;
    padding: 10px 7px !important;
}
.right-news li:nth-child(odd) {
    border: 1px solid #ccc;
    border-left: 5px solid #ffa96b;
}
.right-news li:nth-child(even) {
    border: 1px solid #ccc;
    border-left: 5px solid #1f8baf;
}
.right-news ul {
	margin-top: 15px;
}

.job-news div:nth-child(even) figure {
    border: 1px solid #ccc;
    border-bottom: 5px solid #ffa96b;
}
.job-news div:nth-child(odd) figure {
    border: 1px solid #ccc;
    border-bottom: 5px solid #1f8baf;
}
/* section */
.white-bg .img-bg {
	display: block;
	width: 100%;
	height: 215px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* aside */
aside .img-bg {
	display: block;
	width: 85px;
	height: 62px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	    border: 1px solid #ccc;
}

/*首頁右側熱門推薦區塊修正*/

.right-news ul li a strong{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 70px);
	font-size: 18px !important;
}
.right-news ul li time{
    float: right;
    margin-top: -20px;
}