@charset 'utf-8';
@import url(ad.css);
section.contentBox {
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 100;
}


div.PageInfo{
	clear:both;
	padding: 15px 15px 50px
}

div.PageInfo h3{
	width:739px;
	font-size:25px;
	font-weight:normal;
	font-family:'微軟正黑體';
	color:#333333;
	border-bottom:1px solid #ee938e;
	padding-bottom:5px;
	margin-bottom:20px;
}

div.newsPage h4{
	width:739px;
	height:32px;
	display:block;
	background:url(../images/newsTitle.gif) no-repeat left top;
	text-indent:-9999px;
	margin-bottom:15px;
}

div.newsPage ul li{
	display:block;
	height:35px;
	border-bottom:1px dashed #e0e0e0;
}

div.newsPage ul li div{
	height:35px;
	line-height:35px;
	float:left;
	font-size:13px;
}

div.Infotitle{
	width:597px;
	padding-left:20px;
}

div.Infotitle a{
	color:#4c4c4c;
	text-decoration:none;
}

div.Infotitle a:hover{
	color:#000;
	text-decoration:underline;
}

div.InfoDate{
	width:85px;
	padding-left:35px;
}

.changePg  {
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
	height: 21px;
}

.changePg .changeBox {
	display: inline-block;
}

.changePg .changeBox .prev ,
.changePg .changeBox .prev2 ,
.changePg .changeBox .next ,
.changePg .changeBox .next2 {
	background-image: url(../images/changePg.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
	display: block;
	float: left;
}

.changePg .changeBox .prev {
	background-position: -21px top;
}

.changePg .changeBox .prev2{
	background-position: 0px top;
	margin-right: 8px;
}

.changePg .changeBox .next{
	background-position: 0px -21px;
}

.changePg .changeBox .next2{
	background-position: -21px -21px;
	margin-left: 8px;
}

.changePg ul  {
	overflow: hidden;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}

.changePg ul li  {
	float: left;
	background-image: url(../images/page_line.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1px;
}

.changePg ul li.noLine  {
	background-image: none;
	padding-right: 0px;
}

.changePg ul li a ,
.changePg ul li a:visited {
	font-family: Verdana;
	font-size: 14px;
	line-height: 21px;
	color: #757575;
	text-align: center;
	display: block;
	height: 21px;
	width: 38px;
}

.changePg ul li a:hover{
	font-weight: bold;
}

.changePg ul li a.focus{
	font-weight: bold;
	color: #757575;	
	text-decoration: none;
}

.notice {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px
}
div.PageInfo .notice h3 {
    border-bottom: 1px solid #ccc;
    font-size: 21px;
    font-weight: 600;
	padding: 10px;
	text-align: center;
    width: auto;
}
.notice ol {
	list-style: none;
	padding: 0 0 0 20px
}
.notice ol li {
	align-items: center;
	display: flex;
	padding: 5px 0;
}
.notice ol li em {
    border: 3px solid;
    box-sizing: border-box;
    border-radius: 50%;
    color: #1e3193;
    display: block;
    font-family: arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    width: 28px;
}
.notice .B li em {
	color: #028118
}
.notice p {
    line-height: 1.2;
    padding: 0 0 0 15px;
    width: 100%
}
        
@media screen and (max-width: 768px) {
	.notice {
		grid-template-columns: 1fr;
	}
}
       
    

















