.emMsgImg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
	border-radius:20px;
}

.MsgInfoList {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 1000px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 80px;
    padding: 0 20px;
}

.MsgInfoList .MsgRowN {
    width: 31%;
    margin-bottom: 50px;
    position: relative;
}

.emMsgTitle{
    text-align: center;
    margin-bottom: 10px;
	height: 55px;
    width: 100%;
    max-width: 260px;
}

.emMsgTitle .meMsg_MsgTitle {
	color: #50423C;
	text-align: center;
	font-family: "Noto Sans TC";
	font-size: 20px;
	font-weight: 700;
	line-height: 180%; /* 36px */
}

.emMsgSubTitle {
    color: #004aa9;
    font-size: 24px;
    line-height: 125%;
    text-align: left;
    margin: 10px 0;
}

/*
.emMsgContent {
    color: #000;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 70px;
}
*/
.emMsgContent {
	overflow: hidden;
	color: rgba(80, 66, 60, 0.60);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%; /* 25.2px */
	height:50px;
}
ul{
    margin: 0;
}
@media (max-width: 768px){
	.MsgInfoList{
	    flex-direction: column;
	    align-items: center;
	    margin-bottom: 20px;
	}

	.MsgInfoList .MsgRowN{
	    width: 100%;
	}

}


/*取消預設樣式*/
body .BlogListD_0,
body .BlogListD_1 {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body .MsgRow1{
    margin-top: 0;
}

/*頁碼樣式*/
.divPageCtrl{
    display: none;
}

.txt_CountNumL txt_,
.RecCount,
.txt_CountNumR,
.spPageCtrl,
.txt_PageNum,
.txt_CountNumL{
    display: none;
}

body #PageCtrl .ThisPage,
body #PageCtrl .OtherPage {
    background-color: unset;
    color: #000;
    border-radius: 50%;
    font-weight: bolder;
    font-size: 20px;
	padding:1px 0px;
	border:unset;
}

body #PageCtrl a:hover,
body #PageCtrl .OtherPage:hover{
    cursor: pointer;
    background-color: #FDEFA7;;
    color: #D8B460;
	border:unset;
}



#PageCtrl .PageBtn {
    display: none;
}

.inc_msg_PageCtrl {
    padding-bottom: 100px;
}

/*按鈕*/
.Blog_Btn a {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-around;
}
.Blog_Btn a::after {
    content: "";
    display: inline-block;
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/Vector12.png);
    width: 25px;
    height: 25px;
    background-size: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.Blog_Btn {
    width: 100px;
    border-radius: 16px;
    border: 0.8px solid #004AA9;
    background: #004AA9;
    padding: 8px;
    position: absolute;
    right: 0;
    border: 0;
}

