@charset "UTF-8";

.box {
	background-color: #fff;
	padding: 20px 0;
}
.box .inner {
	padding: 0 20px;
}
.box .wrap .img {
	text-align: center;
	margin: 40px 0;
}
.box .txt {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 60px;
}
.box .txt a {
	text-decoration: underline;
}
.box .txt2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 60px;
}
.get_adobe_reader {
	text-align: center;
	margin: 20px 0;
}
.get_adobe_reader p {
	display: inline-block;
	padding: 20px 10px;
	border: 1px dashed #ccc;
	line-height: 33px;
	font-size: 14px;
}
.page_title:before {
	content: "News";
}
/* newsarea */
.news_area_box {
	background-color: #fff;
	padding: 20px 0px 0px;
}
.news_year_area{
	background:#646464;
	padding: 5px 0 5px 0;
	margin: 0;
	}
.news_year {
	text-align: center;
	}
ul.news_year{
	margin-left:20px;
	}
.news_year li{
	display:block;
	float:left;
	width:100px;
	height:26px;
	font-size:14px;
	font-weight:bold;
	}
.news_year_area ul.news_year li a{
	color:#fff !important;
	text-decoration:none !important;
	}
.news_year_area ul.news_year li a:hover{
	color:#3BAEDD !important;
	text-decoration:underline !important;
	}
.news_year_area ul.news_year:hover li {
	color:#fff !important;
	text-decoration:none !important;
	}
.news_year_area ul.news_year li a.active{
	color:#3BAEDD !important;
	text-decoration:underline !important;
	}
.news_year_area ul.news_year:hover li a.active{
	color:#3BAEDD !important;
	text-decoration:none !important;
	}
.news_year_area ul.news_year li a.active:hover{
	color:#3BAEDD !important;
	text-decoration:underline !important;
	}
/* newslist */
#newslist ul {
	margin: auto 0px;
	border-bottom: 1px solid #ccc;
}
#newslist ul li {
	margin: auto 0px;
}
#newslist ul li a {
	font-size: 12px;
	padding: 7px 0;
	display: block;
	text-decoration: none;
	color: #333;
}
#newslist ul:hover li a:hover {
	color: #006ab0;
	text-decoration:underline !important;
}

#newslist ul li img {
	display: inline-block;
}
#newslist ul li dl {
	display: inline-block;
	text-align: left;
}
#newslist ul li dl dt {
	display: inline-block;
	vertical-align: middle;
}
#newslist ul li dl dt:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background-color: #ccc;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#newslist ul:hover li a:hover dl dt:before {
	background-color: #006ab0;
}
#newslist ul li dl dd {
	display: inline-block;
	vertical-align: middle;
}
#newslist ul li dl dd.date {
	width: 100px;
	font-size: 14px;
	text-align: left;
}
#newslist ul li :hover dl dd.date {
	text-decoration:underline !important;
}
#newslist ul li dl dd.cate {
	width: 80px;
}
#newslist ul li dl dd.cate span {
	text-align: center;
	color: #fff;
	font-size: 13px;
	display: block;
	border-radius: 6px;
	background-color: #666;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#newslist ul:hover li a dl dd.cate span {
}
#newslist ul:hover li a:hover dl dd.cate span {
	background-color: #323232;
}
#newslist ul li dl dd.title {
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
}
#newslist ul li :hover dl dd.title {
	text-decoration:underline !important;
}
#newslist ul li dl dd .pdf {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#newslist ul:hover li dl dd .pdf {
}
#newslist ul:hover li a:hover dl dd .pdf {
	opacity: .4;
}

/* news_detail */
.news_detail_box {
	background-color: #fff;
	padding: 20px 0;
}
.news_detail_box .inner {
	width: 100%;
	min-width: 800px;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
	.box {
		padding: 20px 0;
	}
	.box2 {
		padding: 0;
	}
	.box .inner {
		padding: 0 15px;
	}
	.box .wrap .img {
		margin: 0 0;
	}
	.box .txt {
		font-size: 15px;
		padding: 0;
	}
	.box .txt a {
		word-break: break-all;
	}
	.box .txt2 {
		margin-bottom: 10px;
		font-size: 16px;
		padding: 0;
		text-align: left;
	}
	.get_adobe_reader p {
		display: block;
		padding: 10px 15px;
		line-height: 1.4;
		font-size: 14px;
	}
	.get_adobe_reader p a {
		display: block;
		margin-top: 10px;
	}
	.comment {
		padding: 10px 0;
		font-size: 13px;
		color: #999;
		text-align: center;
	}
	.news_detail_box {
	padding: 0px 0px;
	}
	.news_detail_box .inner {
	width: 100%;
	min-width: auto;
	max-width: auto;
	margin: 0 auto;
}
}

