@charset "UTF-8";
/* CSS Document */

body {
    margin:0;
    padding:0;
    background:rgba(255,255,255,1);
    font-family: "Heiti TC", "LiHei Pro", "Microsoft JhengHei", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration:none;
    overflow-y:hidden;
    overflow-x:hidden;
}
/* 產品縮圖切換 */
.news_thumb{
    display:block;
    width:100%;
    height:auto;
    text-align:left;
    padding:2% 0 0 0;
    margin-left:0px;
}
.news_thumb img{
    width:20%;
    height:20%;
    margin:5px 5px 5px 0px;
    border: none;
}
.news_thumb img:hover{
    outline: 5px solid black;
}

/* 產品細節 */
.news_detail {
    display: block;
    width: 30%;
    height:auto;
    padding: 0px 15px 20px 15px;
    color: #000;
    margin:5% 0 5% 0;
    float:left;
    right:5%;
    position:absolute;
}
.news_detail hr{
    height:1px;
    border:0;
    background-color:#000;
    color:#FFF	/* IE6 */
}
.news_detail .title{
    font-size:24px;
    line-height:1.4;
    margin-top:0;
}
.news_detail .content{
    font-size:14px;
    text-align:justify;
    line-height:1.8;
}
.news_detail .p_id{
    display:block;
    width:100%;
    left:0px;
    margin-top:5%;
}
.newspic {
    width:60%;
    height:auto;
    float:right;
    margin-top:5%;
    padding:0;
    position:absolute;
}
.newscontent{
    padding:0;
    margin:0;
    position:relative;
}