.emMsgImg img {
    width: 100%;
}

.MsgInfoList {
    margin: 0px auto;
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 100px;
    padding: 0 20px;
}

body .MsgInfoList .MsgRow1{
	border-top:unset;
}
.MsgInfoList .MsgRowN {
    margin-bottom: 50px;
    position: relative;
	border-top: 1px solid #000;
    padding-top: 20px;
}


.emMsgTitle{
    text-align: left;
    margin-bottom: 10px;
}

.emMsgTitle .meMsg_MsgTitle {
    line-height: 160%;
    text-align: center;
    display: block;
}

.emMsgSubTitle {
    color: #004aa9;
    font-size: 24px;
    line-height: 125%;
    text-align: left;
    margin: 10px 0;
}

.emMsgContent {
    color: #000;
    line-height: 160%;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

@media (max-width: 768px){
	.MsgInfoList{
	    flex-direction: column;
	    align-items: center;
	}

	.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;
}

.MsgRow1{
    margin-top: 0;
}

/*頁碼樣式*/
.divPageCtrl{
    display: none;
}

.txt_CountNumL txt_,
.RecCount,
.txt_CountNumR,
.spPageCtrl,
.txt_PageNum,
.txt_CountNumL{
    display: none;
}

.ThisPage,
.OtherPage {
    border-radius: 16px;
    background: #004aa9;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 0.8px solid #004aa9;
}

.OtherPage{
    background: #fff;
}

.inc_msg_PageCtrl #PageCtrl .ThisPage,
.inc_msg_PageCtrl #PageCtrl .OtherPage {
    color: #fff;
    line-height: 200%;
}

.inc_msg_PageCtrl #PageCtrl .OtherPage{
    color:#004aa9;
}

#PageCtrl .PageBtn {
    display: none;
}

.inc_msg_PageCtrl {
    padding-bottom: 150px;
}

/*按鈕*/
.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;
}

