@charset "utf-8";
/* CSS Document */

.content{
	max-width: 1150px;
	margin: 0 auto;
	padding: 5px;
}
.content .title {
	position: relative;
	font-size: 45px;
	color: #FD6A2C;
	line-height: 1;
	font-weight: bold;
	font-family: Times New Roman;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0 30px 0;
}
.content .title span {
	display: block;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	font-family: "微軟正黑體";
	padding-top: 5px;
}
.content li{
	width: 16.66666%;
	float: left;
	padding:0px 6px !important;
	margin-bottom: 15px;
}
.content .item{
	max-width: 180px;
	height: 180px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
}
.content .item a{
	background: #FFF url(../../images/71/download_icon2.png) center 15px no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	position: relative;
	text-decoration: none;
}
.content .name {
	margin: 0 20px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.content .more {
	width: 80px;
	height: 25px;
	background:#222222;
	position: absolute;
	color:#ffffff;
	font-size: 13px;
	line-height: 26px;
	margin-left: -40px;
	text-indent: 0px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	left: 50%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 15px;
}
.content a:hover .name {
	text-decoration: underline;
}
.content .item a:hover .more {
	background: #999999;
}
@media all and (max-width:1000px) {
.content{
	max-width: 800px;
}
	.content li {
		width: 25%;
		margin-bottom: 20px;
	}
}
@media all and (max-width:700px) {
.content{
	max-width: 600px;
}
	.content li {
		width: 33.33333%;
		margin-bottom: 20px;
	}
}

@media all and (max-width:600px) {
.content{
	max-width: 400px;
}
	.content li {
		width: 50%;
		margin-bottom: 20px;
	}
}
@media all and (max-width:400px) {
.content{
	max-width: 400px;
}
	.content li {
		width: 100%;
		margin-bottom: 20px;
	}
}

/**************************************************************/

.content_in {
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow:hidden;
	position: relative;
}
.content_in .name {
	color:#000000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	padding:10px;
	text-decoration: none;
	text-align: center;
	position: relative;
	margin-bottom:15px;
}
.content_in .top {
	padding: 10px 20px 10px 45px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #444444;
	float: left;
	font-weight: bold;
	border: #0381A5 1px solid;
	margin-right: 20px;
}
.content_in .top li:before {
	content: '';
	font-weight: bold;
	color: #2B72B9;
	overflow: hidden;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.content_in .date {
	width:100%;
	font-size: 15px;
	color:#FA6D32;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
}
.content_in .date span {
	display: block;
	font-size: 34px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 5px;
	border-bottom: rgba(255,255,255,0.3) 1px solid;
}
.content_in .con {
	padding: 50px;
	color: #666666;
	font-size: 13px;
	line-height: 22px;
	margin: 0 auto;
	position: relative;
	border: #EFEFEF solid 1px;
}
.content_in .con img {
	max-width: 100%;
	height: auto !important;
}
@media all and (max-width: 650px) {
.content_in .date {
	width: 150px;
	height: auto;
	font-size: 13px;
	color: #FFF;
	margin:0 auto;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	background:#D61518;
	padding:5px;
	margin-bottom:20px;
}
.content_in .date span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height:1;
	margin-bottom:0;
	border-bottom: none;
	margin-right:5px;
}
}
