/*------------------------------header-----------------------------------*/
	* {
		-webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	a { color:#00529b; text-decoration: none; outline: none; }
	a:visited { color:#00529b; text-decoration: none; outline: none;}
	a:hover { color:#00529b; text-decoration: none; outline: none;}
	a:active { color:#00529b; text-decoration: none; outline: none;}
	a:focus { color:#00529b; text-decoration: none; outline: none;}
	body {
	    color: rgb(61, 61, 61);
	    -webkit-font-smoothing: antialiased;
	    background: url(../img/pattern.jpg) repeat rgb(248, 248, 248);
	    font: 14px/1.5em "Helvetica Neue", Helvetica, "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
	}
	.wrapper { width: 960px; margin: 10px auto; border-radius: 5px; overflow: hidden; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
	header {
	    padding: 35px 20px 8px 20px;
	    height: 120px;
	    background: url('../img/edm-header.jpg') no-repeat center center #00529b;
	    position: relative;
	}
	header .header-fix { text-align: right; position: absolute; right: 10px; top: 32px; }
	header .header-fix>div { color:#fff }


	#toTop {
	    width: 100px;
	    border: 1px solid #ccc;
	    background: #f7f7f7;
	    text-align: center;
	    padding: 5px;
	    position: fixed;
	    bottom: 10px;
	    right: 10px;
	    cursor: pointer;
	    display: block;
	    color: #333;
	    font-size: 11px;
	    z-index: 50;
	}



	select.ss {
	  	background-image: url(../img/select-arr.png);
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    background-position: right center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	    padding:0 30px 0 10px;
	    background-color: #F8F8F8;
	    height:30px;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    -o-border-radius: 3px;
	    border:1px solid #CDCDCD;
	}
	select.ss::-ms-expand {    display: none;}


	.logo-left { display: inline-block; vertical-align: middle; }
/*	.logo-left img { height: 50px; }*/

	.header-bottom {
		display: inline-block;
		vertical-align: middle;
		padding: 8px 10px 0;
		color: #fff;
	    /* background: #392929;
	    background: #392929 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	    background: #392929 -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
	    background: #392929 -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	    background: #392929 -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	    background: #392929 -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
	    background: #392929 linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); */
	}
	.header-bottom span { display: inline-block; vertical-align: middle;}
	.header-bottom span.num { font-size: 16px; margin-left: 50px; font-weight: bold;}
	.header-bottom span.date { font-size: 16px; font-weight: bold; }

	.main { background-color: #fff; }

	.topic-box { background-color: #f7f7f7; position: relative; padding: 20px; }
	.topic-box>a { display: block; }
	.topic-box>a>div { width: 50%; float: left; }
	.topic-box .img-wrap img { width: 100%; }
	.topic-box .text-wrap { padding: 2px 20px 60px 20px; }
	.topic-box .text-wrap:after {
		content: 'Read More';
		display: block;
		width: 100px;
		height: 30px;
		border: 2px solid #00529b;
		color: #00529b;
		text-align: center;
		line-height: 26px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	.topic-box h2 { max-height: 56px; overflow: hidden; line-height: 1.3em; color: #00529b; font-size: 22px; display: block; padding: 0; margin: 0; }
	.topic-box .desc { height: 242px; overflow: hidden; font-size: 14px; color: #222; padding: 10px 0 0 0; margin: 10px 0 0 0; border-top: 1px dashed #888; }
	.topic-box:hover { background-color: #a77f7e; }
	.topic-box:hover h2, .topic-box:hover .desc { color: #fff; }
	.topic-box:hover .text-wrap:after { color: #fff; border-color: #fff; }

	.topic-md-box { border-top: 2px solid #00529b; border-bottom: 2px solid #00529b; }
	.topic-md-box .item { width: 50%; float: left; }
	.topic-md-box .item:nth-child(1) { padding: 20px 0 0 20px; }
	.topic-md-box .item:nth-child(2) { padding: 20px 0 0 20px; }
	.topic-md-box .topic-box {  background-color: #fff; padding: 0; }
	.topic-md-box .topic-box h2 { font-size: 18px; max-height: 46px; }
	.topic-md-box .topic-box .img-wrap { width: 40%; }
	.topic-md-box .topic-box .text-wrap { width: 60%; height: 168px; }
	.topic-md-box .item:hover, .topic-md-box .item:hover .topic-box { background-color: #493c3b; }
	.topic-md-box .item:hover .topic-box h2, .topic-md-box .topic-box:hover .desc { color: #fff; }
	.topic-md-box .item:hover .topic-box .text-wrap:after { color: #fff; border-color: #fff; }
	.topic-md-box .topic-box .text-wrap .desc {max-height: 50px; }

	.article-ls { padding: 20px; background-color: #f7f7f7; margin: 0; }
	.article-ls h2 { position: relative; margin: 0 0 10px 10px; padding: 0 0 0 15px; color: #00529b; font-size: 20px; border-left: 3px solid #00529b; }
	.article-ls h2:before { 
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #00529b;
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 7px;
	}
	.article-ls li a {
		padding: 5px 10px 5px 30px;
		display: block;
		overflow: hidden; 
		text-overflow: ellipsis; 
		white-space: nowrap;
		color: #292929;
	}
	.article-ls li a:hover { color: #cc524e; }
	.article-ls li { position: relative; border-bottom: 1px solid #e8e8e8; }
	.article-ls li:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #a09797;
		display: block;
		content: '';
		position: absolute;
		left: 15px;
		top: 10px;
	}
	.article-ls li:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #574a4a;
		display: block;
		content: '';
		position: absolute;
		left: 10px;
		top: 10px;
	}

	footer { 
		min-height: 80px; 
		position: relative; 
		border-top: 2px solid #00529b; 
/*		background: url('../img/edm-footer.png') no-repeat center right #fff; */
/*		background-size: auto 50px;*/
		padding: 10px 20px 10px 20px; 
		display: table; 
		width: 100%;  
	}
	footer .footer-r { display: table-cell; vertical-align: middle; padding: 0 0 0 20px; }
	footer .footer-r .table { display: table; margin: 0; width: auto; }
	footer .footer-r .table .tr { display: table-row; }
	footer .footer-r .table .td { display: table-cell; padding: 0 20px; border-left: 1px solid #eee; }
	footer .footer-r .table .td:nth-child(1) {width:206px}
	footer .footer-l { width: 200px; display: table-cell; vertical-align: middle; text-align: center;   }
	footer .footer-l a { display: block; }
	footer .footer-l img { height: 110px; }
	footer .footer-l span { display: block; text-align: center; font-weight: bold; } 
	footer select { margin-top: 5px; }

	.article-title { margin: 0 0 20px 0; padding: 0 20px; font-size: 24px; text-align: left; }
	.article-author {
		float: right;
	    display: inline-block;
	    margin-top: 6px;
	}
	.edm-dt .main { padding-top: 20px; }
	.edm-dt .model-box-wrap { margin-top: 30px; padding: 20px; }
	.base-btn { 
	    border: none;
	    background: #00529b;
	    color: #FFF;
	    padding: 8px 30px;
	    text-decoration: none;
	    transition: background .5s ease;
	    -moz-transition: background .5s ease;
	    -webkit-transition: background .5s ease;
	    -o-transition: background .5s ease;
	    display: inline-block;
	    cursor: pointer;
	    font-weight: 700;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    font-size: 18px;
	    margin: 20px 0;
	 }
	 .base-btn:hover { color: #fff; background-color: #00529b; }

	.page-wrap {  background-color: #f7f7f7; border-top: 2px solid #00529b; display: table; width: 100%; position: relative; }
	.page-wrap:after { content: ''; display: block; width: 1px; height: 100%; position: absolute; left: 50%; top: 0; background-color: #e8e8e8; }
	.page-wrap a { display: table-cell; width:50%; padding: 20px; }
	.page-wrap a h3 { font-size: 16px; color: #444; }
	.page-wrap .i { display: block; font-size: 20px; position: relative; height: 40px; line-height: 40px;  }
	.page-wrap .i:before { content: ''; position: absolute; left: -10px; top: 0; display: block; width: 40px; height: 40px; background-repeat: no-repeat; background-image: url('../img/skitter/camera_skins.png'); }
	.page-wrap .page-p .i { padding: 0 0 0 30px;}
	.page-wrap .page-p .i:before { background-position: 0 -40px; }
	.page-wrap .page-n { text-align: right;  }
	.page-wrap .page-n .i { padding: 0 30px 0 0;}
	.page-wrap .page-n .i:before { background-position: -40px -40px; left: auto; right: -10px; }

	.big-page-btn { 
		position: fixed; top: 50%; 
		width: 90px;
		height: 180px;
		margin-top: -90px;
		opacity: .3;
	}
	.big-page-btn.pp { 
		left: 0;
		background: url('../img/big-page-btn-pp.png') no-repeat center center;
		background-size: 90px auto;
	}
	.big-page-btn.nn { 
		right: 0;
		background: url('../img/big-page-btn-nn.png') no-repeat center center;
		background-size: 90px auto;
	}
	.big-page-btn:hover { opacity: 1; }


	@media (max-width:1023px) {
		.edm-dt { width:100% }
	} 
	@media (max-width:991px) {
		.edm-dt footer .footer-l { float: left;}
		.edm-dt footer .footer-l span {  text-align: left;  }
		.edm-dt footer .footer-fix { position: static; float: right; }
		.edm-dt footer .footer-r { padding: 0; display: block; }
		.edm-dt footer .footer-r .table .td { padding: 0; border: none; text-align: left; }
        .header-bottom span.date {font-size: 14px;}
        .header-bottom span {margin-right: 5px; }
        .header-bottom span.num {font-size: 14px; margin-left: 0;}
	}
	@media (max-width:768px) {
		.edm-dt header { text-align: center; }
		.edm-dt .logo-left { display: inline-block; }
        .header-bottom { display: block; padding: 10px 0;}
		.edm-dt footer { display: block; text-align: center; }

		.edm-dt footer .footer-r .table,
		.edm-dt footer .footer-r .table .tr,
		.edm-dt footer .footer-r .table .td { display: block; width: 100%; }

		.edm-dt header { padding: 8px 20px; height: auto; min-height: 120px; background-size: cover; background-position: left center; }
		.edm-dt header .header-fix { position: static; text-align: center; }
		.edm-dt header .header-fix>div { display: inline-block; }
	} 
	@media (max-width:479px) {
		.edm-dt footer .footer-l,
		.edm-dt footer .footer-fix { float: none; text-align: left; margin-bottom: 10px; }
	} 

	.print-header { display: none;   text-align: center; padding: 10px 20px; border-bottom: 1px solid #000;  }
	.print-header h1 { margin: 0; color: #00529b; font-size: 26px; font-weight: bold; }
	.print-header small { font-size: 16px; }
	@media print {
		.clearfix:after { content: ''; display: block; clear: both; }
		a[href]:after { content: '' !important; }
		body { background: none; }
		.wrapper { border: 1px solid #000; }
		.article-title { margin: 20px 0; }
		.edm-dt .main { padding: 0; }
		.edm-dt .model-box-wrap { margin-top: 0; }
		.edm-dt .big-page-btn { display: none; }
		header, .edm-dt header {
			text-align: left;
			padding: 35px 20px 8px 20px;
		    background: url('../img/edm-header.jpg') no-repeat center center #00529b!important;
		}
		.edm-dt .logo-left img { height: 50px; }
		.header-fix, .header-bottom, .page-wrap, .skitter-large-box, .back-btn { display: none; }
		.print-header { display: block; }
		footer { border-top: 1px solid #000; }
		.topic-box .text-wrap { padding: 2px 20px 2px 20px; }
		.topic-box .text-wrap:after { display: none; }
		.topic-md-box .topic-box .text-wrap { height: auto; }
		.topic-md-box .item { padding: 20px 0 20px 20px!important; }
		.topic-md-box { border-top: 1px solid #000; border-bottom: 1px solid #000; }
		footer { display: table!important; width: 100%!important;  }
		footer .footer-l span { text-align: center; }
		footer .footer-r,
		footer .footer-l { float: none!important; display: table-cell!important; vertical-align: middle!important; padding: 0;  }
		footer .footer-r .table { display: table!important; margin: 0 0 0 20px; width: auto!important; }
		footer .footer-r .table .tr { display: table-row!important; }
		footer .footer-r .table .td { display: table-cell!important; padding: 0 20px; border-left: 1px solid #eee; }
		footer .footer-r .table .td:nth-child(1) {width:40%}
		footer .clearfix { display: none; }
	}


