@charset "UTF-8";
/* CSS Document */
/* main-cts ---------------------------- */
#main-cts{
 height:400px;
}
#main-cts h2{
	background-image: url(images/title.gif);
	height: 69px;
	width: 700px;
}
#main-cts hr{
background-color: #999;
margin: 15px 0;
padding: 1px 0 0 0;
height: 0px;
width: 100%;
display:block;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#main-cts .wrapper{
 height:auto;
}
#main-cts .news-box{
	overflow: hidden;
}
#main-cts .news-img{
	width: 440px;
	float: left;
}
#main-cts img{
	float: right;
}
#main-cts .news-box .title{
font-size: 14px;
color: #e60012;
font-weight: bold;
margin:0 0 5px 0;
}
#main-cts .news-box .text{
 margin:0 0 10px 0;
}
#main-cts .news-box .btn{
height: 21px;
width: 150px;
}
#main-cts .news-box .btn a{
font-size: 1px;
line-height: 1px;
background-image: url(images/btn_detail.gif);
background-repeat: no-repeat;
background-position: left top;
text-indent: -1000em;
display: block;
height: 21px;
width: 150px;
overflow: hidden;
}
#main-cts .news-box .btn a:hover{
background-position: left bottom;
}
