#ns_Wrapper{background-image: url(https://comet.noonspace.com/w58NoonSpace/mgs/MsgInfo/mgs_News_backgroung.jpg); background-position: top;background-repeat: no-repeat;background-size: cover;}
#id_Content {
    max-width: 1200px;
    margin: 0 auto;
}
.PictureBlock { margin-bottom: 50px; }
.PictureBlock ul { text-align: center; padding-left: 0; }
.PictureBlock ul li {
    width: 100%;
    list-style: none;
    display: inline-block;
    max-width: 360px;
    margin: 0 13px;
    background-color: #f2f2f2;
}
.PictureBlock ul li a.meMsg_ItemURL .meMsg_ItemTitle {
    color: #000000;
    text-decoration: none;
    padding: 29px 0 19px;
    display: block;
}
.PictureBlock ul li img { width: 100%; }


/*Latest News 整體*/
	/*LatestNews 標題及內容*/
	.news , .NewsList{
	    background-color: #e6e6e6;
	    margin: 0 35px;
	}
	/*LatestNews 標題*/
	.news {padding:50px 50px 5px;}
	/*LatestNews 內容*/
	.NewsList{padding:5px 50px 30px;}
	/*LatestNews 數量頁數*/
	.divPageCtrl{
	    background-color: #e6e6e6;
	    margin: 0 35px;
	    padding-bottom: 30px;
	    color:#5a5a5a;
	}
.NewsCont { color: #555; }
.NewsHTML .meMsg_MsgBlk .meMsg_Content { color: #555; }
	.divPageCtrl .CountNum , .divPageCtrl .tdGap , .divPageCtrl .tdGap{padding:0 5px;}
/*Latest News 整體結束*/

/*輪播區塊*/
.ExhibBanner {margin: 85px 35px;}
/*輪播區塊箭頭*/
.ExhibBanner .picWrapper .leftArrow .jay-angle-left, .ExhibBanner .picWrapper .rightArrow .jay-angle-right{ font-size: 4em;}
.ExhibBanner .picWrapper .rightArrow .jay-angle-right:before{font-weight: 300;}
.ExhibBanner .picWrapper .leftArrow .jay-angle-left:before{font-weight: 300;}
/*輪播文字區塊*/
.ExhibBanner .picWrapper .txtBlk{
    background-color: rgba(226,226,226,0.84);
    bottom: 0;
    transform: translate(0,0);
    right: 0;
    top: unset;
    left: unset;
    padding: 50px 35px;
    max-width: 380px;
    box-sizing: border-box;
}
/*輪播文字標題*/
.ExhibBanner .picWrapper .txtBlk .title{
    color: #272727;
    font-size: 27px;
    font-weight: bold;
    line-height: 150%;
}
.ExhibBanner .picWrapper .txtBlk .title .ExhibBannerSubTitle{
    color: #252525;
    font-size: 20px;
    margin-top: 15px;
    display: block;
    line-height: 34px;
    font-weight: 500;
}
/*輪播文字內容*/
.ExhibBanner .picWrapper .txtBlk .content{
    color: #252525;
    font-size: 16px;
    margin-top: 35px;
}

/*Certification & Inspection 區塊*/
.certification {
    margin: 95px 35px 40px;
}
/*Certification & Inspection 文字標題*/
.certification .meMsg_MsgBlk .meMsg_MsgTitle{
    color: #272727;
    font-weight: 500;
}
/*Certification & Inspection 條列式項目*/
.certification .listMsgList .itemMsgList{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-top: 35px;
    padding: 0 3%;
    box-sizing: border-box;
}
/*Certification & Inspection 條列式項目圖片*/
.certification .listMsgList .itemMsgList img{width:100%;max-width: 200px; margin: 0 auto; display: block;}
/*Certification & Inspection 條列式項目描述*/
.certification .listMsgList .itemMsgList .meMsg_ItemContent{
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin-top: 20px;
    word-wrap: break-word;
}


@media (max-width: 800px){
	.PictureBlock {
    		padding: 0 20px;
    		box-sizing: border-box;
	}
	/*LatestNews 標題及內容*/
	.news , .NewsList{ margin: 0 20px;}
	/*LatestNews 標題*/
	.news {padding:40px 30px 5px;}
	/*LatestNews 內容*/
	.NewsList{padding:5px 30px 30px;}
	/*LatestNews 數量頁數*/
	.divPageCtrl{margin: 0 20px;}
	/*輪播區塊*/
	.ExhibBanner {margin: 85px 20px;}
	/*Certification & Inspection 區塊*/
	.certification {margin: 95px 20px 40px;}
	/*Certification & Inspection 條列式項目*/
	.certification .listMsgList .itemMsgList{width: 33%;}
}
@media (max-width: 600px){
#id_Content {padding:0;}
.PictureBlock ul li { margin: 0 5px; }
      
	/*LatestNews 標題及內容*/
	.news , .NewsList{ margin: 0 10px;}
	/*LatestNews 標題*/
	.news {padding:30px 20px 5px;}
	/*LatestNews 內容*/
	.NewsList{padding:5px 20px 30px;}
	/*LatestNews 數量頁數*/
	.divPageCtrl{margin: 0 10px;}
	/*輪播區塊*/
	.ExhibBanner {margin: 85px 10px;}
	/*Certification & Inspection 區塊*/
	.certification {margin: 95px 10px 40px;}
	/*輪播文字標題*/
.ExhibBanner .picWrapper .txtBlk {
    padding: 25px 35px;
    width: 100%;
}
	.ExhibBanner .picWrapper .txtBlk .title{font-size: 25px;}
	.ExhibBanner .picWrapper .txtBlk .title .ExhibBannerSubTitle{ font-size: 18px;}
	/*輪播文字內容*/
	.ExhibBanner .picWrapper .txtBlk .content{font-size: 15px; margin-top: 15px;}
	/*Certification & Inspection 條列式項目*/
	.certification .listMsgList .itemMsgList{width: 50%;}
}
@media (max-width: 400px){
	/*Certification & Inspection 條列式項目*/
	.certification .listMsgList .itemMsgList{width: 100%;}
}