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

body {
	background:url(../img/t_bk.jpg) center 2px no-repeat #000 !important;
}


.news{
	width:669px;
	height:395px;
	margin-bottom:20px;
	overflow-x:hidden;
	overflow-y:scroll;
}


.news_inner{
	width:669px;
	height:auto;
	padding:0 0 30px;
	margin-bottom:30px;
	border-bottom:1px dotted #CCC;
	position:relative;
}

.news_inner img.icon{
	width:90px;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}

.news_inner div{
	width:500px;
	margin-left:120px;
}

.news_inner div img{
	max-width:300px;
	max-height:250px;
	display:block;
	margin:0 auto 15px;
}

.news_inner div a.more{
	height:25px;
	font-family: 'Crimson Text', serif;
	font-size:14px;
	line-height:26px;
	color:#FFF;
	font-weight:bold;
	padding:0 15px;
	background:#199dd5;
	text-decoration:none;
	margin-top:15px;
	display:inline-block;
	transition:0.3s linear;
}

.news_inner div a.more span{
	padding-right:20px;
	background:url(../common/blank.png) right center no-repeat;
}


.news_inner div a.more:hover{
	text-decoration:none;
	transition:0.3s;
	opacity:0.7;
}


.news_inner p.date{
	font-size:12px;
	color:#969696;
}

.news_inner div p.text{
	font-size:14px;
	line-height:1.5;
	color:#FFF;
}

.fb_box2{
	width:669px;
	height:214px;
	margin:0 auto 20px;
	background: repeating-linear-gradient(45deg, #151515, #151515 10px, #000 0, #000 20px);
}
.fb_box2 > div{
	width:500px;
	margin:0 auto;
}

