@import url("layout.css");
/*div.location{
	width:700px;
}

div.location ul li{
	float:left;
	margin-right:10px;
	padding-right:10px;
	background:url(../images/li.gif) no-repeat right center;
	_display:inline;
	font-size:12px;
	font-family:'微軟正黑體';
	font-weight:bold;
}

div.location ul li:last-child{
	background:0;
}

div.location ul li a{
	color:#666666;
	text-decoration:none;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}

div.location ul li a:hover{
	color:#000000;
	text-decoration:underline;
}*/

div.PageInfo{
	clear:both;
	padding-top:15px;
}

div.PageInfo h3{
	border: 0;
	color: #368939;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Microsoft JhengHei', 微軟正黑體, Tahoma, Verdana, Geneva, sans-serif;
    line-height: 48px;
	margin: 0px;
    padding: 10px 0;
    text-align: left;
}

div.newsPage h4{
	width:100%;
	height:40px;
	display:block;
	//background:url(../images/newsTitle2.gif) no-repeat left top;
	background:#B7A081;
}

div.newsPage h4 div{ color:#fff; display:inline-block; font-size:21px; font-weight:normal; line-height:40px; padding:0 2%; width:66%}
div.newsPage h4 div:nth-child(2){ width:28%; text-align:center; padding:0}


div.newsPage ul li div{
	//height:35px;
	//line-height:35px;
	//float:left;
	font-size:17px;
}

div.Infotitle{
	width:66%;
	padding:0 2%;
	color:#666;
	display:inline-block
}

div.Infotitle a{
	color:#4c4c4c;
	text-decoration:none;
	color:#666;
}

div.Infotitle a:hover{
	text-decoration:underline;
}

div.InfoDate{
	width:28%;
	color:#666;
	text-align:center;
	vertical-align:top;
	display:inline-block
}
div.InfoDate p{ color:#666}

.changePg  {
	overflow: hidden;
	padding-top: 20px;
	height: 21px;
}
.CRL.Gr .L .changePg {
    text-align: center
}
.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;
}

.changeBox a:link,.changeBox a:active,.changeBox a:visited {
	font-family: Verdana;
	font-size: 13px;
	line-height: 21px;
	color: #CC2E68;
	text-align: center;
	display: block;
	height: 21px;
	width: 38px;
	display:inline;
	text-decoration: none;	
}

.changeBox a:hover{
	font-weight: bold;
	color:#FF4400;
	text-decoration: none;
}

.focus{
	font-size: 15px;
	font-weight: bold;
	color: #757575;	
	text-decoration: none;
}
.newslist ul {
    border-bottom: 1px solid #ddd
}
.in_side:last-child .newslist {
    border: 0;
}
.newslist li {
	align-items: center;
    display: flex;
	padding: 20px 0
}
.brief_txt {
	padding: 20px 0;
	text-align:left
}
.newslist li .A {
	font-size: 16px;
    margin: 0 20px 0 0
}
.newslist li .B {
    display: -webkit-box;
	line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: calc(100% - 180px);
}
li .B a {
	color:#000;
	text-decoration:none
}
.newslist li:hover .B a {
	color: #0068ad;
}
.more {
    margin: 0 0 0 20px
}
.more a {
    border: 1px solid;
    border-radius: 50%;
    color: #0068ad;
    display: inline-block;
    font: 600 12px arial;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 50px;
}
.newslist li:hover .more a {
	background: #0068ad;
	color: #fff
}
.more i img {
    height: 15px;
    padding: 0 10px 2px 0;
    vertical-align: middle;
    width: 15px;
}

.s_date {
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	.newslist li {
		display: grid;
		justify-content: unset;
		grid-template-columns: 1fr 70px;
	}
	.newslist li .A {
		margin: 0;
		grid-column: 1/2;
	}
	.newslist li .B {
		grid-column: 1/2;
		grid-row: 2/3;
		width: 100%;
	}
	.more {
		grid-column: 2/3;
		grid-row: 1/3;
	}
}

@media screen and (max-width: 480px) {
	div.PageInfo h3{ font-size:21px }
	div.newsPage h4 div{ font-size:17px}
	div.newsPage ul li div,div.InfoDate p{font-size:13px}
}