@charset "utf-8";
/* CSS Document */
.link_txt{
    padding: 0 0 20px 0;
	margin: 30px 0 45px 0;
}
.link_txt .title {
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Microsoft JhengHei";
  padding: 0 0 15px 0;
  position: absolute;
  font-size: 150%;
  letter-spacing: 2px;
  margin: -37px 0 0 0;
  width: 100%;
}
.link_txt .title p {
  position: absolute;
  color: #000;
  letter-spacing: 2px;
  margin: 0;
  left: 50%;
  width: initial;
  text-align: center;
  transform: translate(-50%, -50%);
	    line-height: 25px;
}
.link_txt .title p::after {
  content: "";
  width: initial;
  height: 2px;
  display: block;
  background-color: #545352;
  margin: 5px auto 0 auto;
}
.link_txt .list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.link_txt .list ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content:center;
}

.link_txt .list ul li {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 5px;
}

.link_txt.B .list ul li {
    width: 220px;
    max-width: 220px;
}

.link_txt .list ul li p {
    margin: 0;
}

.link_txt.B .list ul li p {
    width: 60%;
}

.link_txt.A .list ul li p {
    width: 100%;
    clear: both;
}

.link_txt.A .list ul li {
    text-align: center;
    max-width: 220px;
}

.link_txt.A .list ul li a {padding: 15px;}

.link_txt.A .list ul li img {
    width: 100%;
    display: block;
    margin: auto;
    padding: 15px;
}

.link_txt.B .list ul li img {
    width: 100%;
}

.link_txt .list ul li a {
    background-color: #d6d6d6;
    padding: 8px;
    color: #000;
    font-size: 110%;
    letter-spacing: 2px;
    height: 100%;
}

.link_txt .list ul li a:hover {
    background-color: #ffeebf;
    text-decoration: none;
}

.link_txt.B .list ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

.link_txt.B .list ul li .l_pic {
    display: inline-block;
    width: 40%;
}
.link_txt .more{
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
}
.link_txt .more a{
    background-color: #ff8a2b;
    color: #fff;
    padding: 15px 20px;
}
.link_txt .more a:hover{
    background-color: #015093;
}




/*新增*/ 
/*more更多 圖*/
.link_txt .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_txt .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_txt .title::after {
	right: 0;
    position: absolute;
    content: '';
    width: 32%;
    top: 32px;
    height: 2px;
    background-color: #595959;
}

.link_txt .title::before {
	left: 0;
    position: absolute;
    content: '';
    width: 32%;
    top: 32px;
    height: 2px;
    background-color: #595959;
}
@media (max-width: 769px) {
.link_txt .title::after {
    width: 15%;
}
.link_txt .title::before {
    width: 15%;
}
}*/
