.link_pic{
    /*margin: 15px 0 30px 0;*/
	padding: 0 0 20px 0;
}
.link_pic .title {
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Microsoft JhengHei";
  padding: 0 0 0 0;
  position: absolute;
  /*top: 0px;*/
  font-size: 150%;
  letter-spacing: 2px;
  margin: 0 0 0 0;
  width: 100%;
}
.link_pic .title p {
  position: absolute;
  color: #000;
  /*top: 65%;*/
  letter-spacing: 2px;
  margin: 0;
  left: 50%;
  width: initial;
  text-align: center;
  transform: translate(-50%, -50%);
	        line-height: 25px;
}
.link_pic .title p::after {
  content: "";
  width: initial;
  height: 2px;
  display: block;
  background-color: #545352;
  margin: 5px auto 0 auto;
}
.link_pic .piclist{
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-content:space-around;
    align-content:space-around;
    padding: 20px 0;
	/*background-color: #ffffffb3;*/
}

.link_pic .piclist img {
    max-width: 520px;
    width: 100%;
}

.link_pic .piclist div {
    padding: 5px 5px;
}

.link_pic .piclist a:hover {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.link_pic .piclist a {
    display: block;
}
.link_pic .more{
    display: block;
    text-align: center;
    padding: 20px 0 45px 0;
}
.link_pic .more a{
    background-color: #ff8a2b;
    color: #fff;
    padding: 15px 20px;
}
.link_pic .more a:hover{
    background-color: #015093;
}

/*新增*/ 
/*more更多 圖*/
.link_pic .more a{
    color: #6d4623;
    background: url(../images/template/more_icon_r.png) no-repeat;
    padding: 13px 8px 13px 50px;
	text-decoration: none;
	font-weight: 500;
}
.link_pic .more a:hover{
    color: #BC5515 ;
    background: url(../images/template/more_icon02_r.png) no-repeat;
    padding: 13px 8px 13px 50px;
	text-decoration: none;
	font-weight: 500;
}


/*大標題左右線條*/
/*.link_pic .title::after {
	right: 0;
    position: absolute;
    content: '';
    width: 32%;
    top: 32px;
    height: 2px;
    background-color: #595959;
}

.link_pic .title::before {
	left: 0;
    position: absolute;
    content: '';
    width: 32%;
    top: 32px;
    height: 2px;
    background-color: #595959;
}
@media (max-width: 769px) {
.link_pic .title::after {
    width: 15%;
}
.link_pic .title::before {
    width: 15%;
}
}*/