@charset"utf-8";


/*::::::::::::::::::::::::::::::::::::::::::::::::
 news
::::::::::::::::::::::::::::::::::::::::::::::::*/

#news_icon {
	width: 725px;
	margin-top: 10px;
	overflow: hidden;
}


#news_icon ul {}


#news_icon li {
	margin-left: 5px;
	float: right;
}



/*:::::::::::::::::: news_title ::::::::::::::::*/

.news_title_box {
	width: 725px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}


.news_title {
	width: 655px;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	float: left;
}


.news_all {
	width: 70px;
	height: 40px;
	font-size: 12px;
	text-indent: 10px;
	float: right;
	background: url("/english/img/arrow_red.png") left center no-repeat;
}


.news_sub_title {
	width: 705px;
	height: auto;
	line-height: 25px;
	padding: 0 0 5px 15px;
	font-size: 18px;
	font-weight: normal;
	text-indent: 0;
	border-left: 5px solid #9f0f36;
	border-bottom: 1px solid #eeede9;
	background: #fff;
}



/*::::::::::::::::::: article ::::::::::::::::::*/

.article {
	width: 725px;
	overflow: hidden;
}


.article a {text-decoration: none;}
.article a:link    {color: #333;}
.article a:visited {color: #333;}
.article a:hover   {color: #9f0f36;}
.article a:active  {color: #333;}


.article ul {}


.article li {
	width: 705px;
	padding: 5px 10px;
	border-bottom: 1px dotted #d7d7d7;
}


dl.article_dl {
	width: 705px;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}


dl.article_dl dt {
	width: 80px;
	float: left;
	clear: left;
}

dl.article_dl dd {
	width: 625px;
	margin-left: 80px;
}


dl.article_dl dd img {
	margin-right: 5px;
	float: left;
}


.article_text {
	width: 705px;
	margin-top: 5px;
}

.article_text2 {
	width: 685px;
	margin-top: 5px;
	margin:5px 0 0 20px;
}

dl.article_dl2 {
	width: 705px;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

dl.article_dl2 dt {
	float: left;
	clear: left;
}
dl.article_dl2 dd {
	width: 625px;
	margin-left: 80px;
}


dl.article_dl2 dd img {
	margin-right: 5px;
	float: left;
}



/*:::::::::::::::::: news_box ::::::::::::::::::*/

.news_box {
	width: 725px;
	overflow: hidden;
}


.newsL {
	width: 490px;
	float: left;
}


.newsR {
	width: 215px;
	float: right;
}

.newsR1 {
	width: 300px;
	float: right;
}

.news_image {
	width: 205px;
	margin-bottom: 5px;
	padding: 5px;
	background: url("/english/img/yellow_bg.gif");
}



/*:::::::::::::::::: news_nav ::::::::::::::::::*/

.news_nav {width: 725px;}


.news_nav ul {}


.news_nav li {
	width: 715px;
	padding: 5px 0 5px 10px;
	background: url("/english/img/arrow_red.png") left 12px no-repeat;
}


/*::::::::::::::::: news_back ::::::::::::::::::*/

.news_back {
	width: 725px;
	margin-top: 25px;
	padding: 5px 0 5px 10px;
	background: url("/english/img/arrow_red.png") left 12px no-repeat;
}


/*::::::::::::::::: textIndent ::::::::::::::::::*/
.textIndent {
	text-indent: -1em;
	padding-left: 1em;
	margin-right: 0.1em;
	display:block;
}


/*::::::::::::::::: mrIndent ::::::::::::::::::*/
.textSpacing{
	letter-spacing: -1px;
}