@charset "utf-8";
/* CSS Document */

section .box-news-section{
	margin-top: 20px;
	padding-left: 29px;
	width: 1246px;
	height: 61px;
	overflow: hidden;
	background: url(/images/home/bg-news-section.png) right top no-repeat;
}

section .box-news-section img{
	margin-right: 20px;
	float: left;
}

section .box-news-section .text{
	width: 80%;
	height: 45px;
	overflow: hidden;
	float: left;
}

section .box-news-section .text p{
	margin-top: 15px;
	float: left;
}

section .box-news-section .text p#box-news-section-typewrite{
	cursor:pointer;
}

section .box-news-section ul{
	display: none;
}

