﻿@charset "utf-8";
/* CSS Document */

.textEditor{
	margin-top:20px;}

.textEditor ul.album{
	float:right;
	width:300px;
	padding:0 0 35px 35px;
	list-style:none;}

.textEditor ul.album li{
	float:left;
	margin:0 10px 10px 0;
	/*box-shadow:2px 2px 5px #c3c3c3;*/}
    .textEditor ul.album box1 {         
	width:290px;
	height:289px;
    }
    
    .textEditor ul.album .box2 {         
	width:140px;
	height:140px;
    }
.textEditor ul.album li a{
	display:block;}

.textEditor ul.album li a img{
	max-width:100%;}

.textEditor ul.m_album{
	display:none;}

    .textEditor .titimg { width:30%;float:left;}
        .textEditor .titimg img { width:100%}
    .textEditor .titcon {width:40%;float:left; margin-left:10px; }
        .textEditor .titcon a { color:#000;}
            tex:hover { text-decoration-color:#f00;text-decoration:solid;}
        .textEditor .titcon span { color: #21430e;font-family: '微軟正黑體', 'LiHei Pro', '新細明體', sans-serif; font-size:19px;}
        .textEditor .titcon ul { width:100%;margin:0; padding:0; margin-bottom:30px;border-top:1px dashed #21430e;}
        .textEditor .titcon li { width:100%; line-height:38px; border-bottom:1px dashed #21430e;list-style:none; }
    .textEditor .rightcon { font-size: 17px; padding-left:35px; color:#000; line-height:30px;}
        .textEditor .t1 {background: url(../images/news/1.png) no-repeat 0 0; }
        .textEditor .t2 {background: url(../images/news/2.png) no-repeat 0 0; }
        .textEditor .t3 {background: url(../images/news/3.png) no-repeat 0 0; }
        .textEditor .t4 {background: url(../images/news/4.png) no-repeat 0 0; }
        .textEditor .t5 {background: url(../images/news/5.png) no-repeat 0 0; }
        .textEditor .t6 {background: url(../images/news/6.png) no-repeat 0 0; }
        .textEditor .t7 {background: url(../images/news/7.png) no-repeat 0 0; }
        .textEditor .t8 {background: url(../images/news/8.png) no-repeat 0 0; }
        .textEditor .t9 { background: url(../images/news/9.png) no-repeat 0 0;}
        .textEditor .t10 {background: url(../images/news/10.png) no-repeat 0 0; }
    .textEditor ul.list { margin:0;padding:0; width:100%; border-top:5px solid #21430e}
        .textEditor ul.list li {border-bottom:1px dashed #21430e; list-style:none; padding-bottom:5px; float:left;padding-top:8px;}
    .textEditor ul.list li .img {width:20%; float:left;}
        .textEditor ul.list img { width:100%;}
        .textEditor ul.list .con { width:79%; margin-left:1%;float:left;}
        .textEditor ul.list .title { color: #21430e;font-family: '微軟正黑體', 'LiHei Pro', '新細明體', sans-serif; font-size:21px;}
.textEditor .detail { width:70%; padding:5px;}
.textEditor .detail .title{ color: #21430e;font-family: '微軟正黑體', 'LiHei Pro', '新細明體', sans-serif; font-size:37px;  font-weight:bold}
    .textEditor .detail .imgs { width:100%; text-align:center;}
@media (max-width: 767px){
.textEditor ul.album{
	display:none;}

.textEditor ul.m_album{
	display:block;
	float:none;
	margin:20px auto;
	padding:0;}
}