#ns_Main {
    padding-top: 150px;
    padding-bottom: 150px;
}

.Blog_Title::before {
    content: "";
    background-image: url(https://comet.noonspace.com/w62/north/MsgInfo/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.Blog_Title {
    color: #004AA9;
    font-family: "Noto Serif TC";
    font-size: 24px;
    font-weight: 400;
    line-height: 125%;
}

.Blog_Context {
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 160%;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
}

.Blog_Btn3 a {
    color: #fff;
}

.Blog_Btn1 {
    border-radius: 4px;
    border: 1px solid #A3C2CF;
    background: #FFF;
    padding: 12px 0;
    max-width: 385px;
    text-align: center;
    color: #000;
    line-height: 120%;
    margin-bottom: 25px;
}

.Blog_Btn2 {
    display: inline-block;
    width: 88px;
    margin-left: auto;
    text-align: center;
    border-radius: 4px;
    background: #DFDFDF;
    padding: 10px 12px;
}

.Blog_Btn3 {
    display: inline-block;
    width: 130px;
    text-align: center;
    border-radius: 4px;
    background: #F07832;
    padding: 10px 12px;
}

.btn_container {
    text-align: right;
}


.MsgRow1{
    margin-top: 0;
}

.MsgInfoList {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.MsgRowN {
    width: 45%;
}
.Blog_MainImg img {
    width: 100%;
}

.BlogListList {
    padding-left: 20px;
    padding-right: 20px;
}

.divPageCtrl{
    display:none;
}

@media (max-width: 768px){
	.MsgRowN {
	    width: 100%;
	}

	#ns_Main {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}