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

.country-news{
	float:left;
	padding:1px;
	width:479px;
	height:auto;
	border: 1px solid #a61a87;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFF;
	margin-top: 20px;
	position: relative;
	z-index: 999;
	}
	.country-news .country-news-top{
	float:left;
	padding:1px;
	width:479px;
	height:41px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background:url(../images/countrynews/bg.jpg) top left repeat-x;
	}	
	.country-news .country-news-top .country-icon{
		float:left;
		margin-left:10px;
		margin-top:5px;
		width:24px;
		height:auto;
	}
	.country-news .country-news-top .country-head-text{
		float:left;
		margin-left:10px;
		margin-top:10px;
		width:229px;
		height:auto;
	}
	.country-news .country-news-top .country-head-dropdown{
		float:right;
		margin-right:10px;
		margin-top:5px;
		width:194px;
		height:25px;
	}
	select{
		width:194px;
		height:25px;
		border:none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.country-news .country-news-mid{
	float:left;
	padding:10px 12px;
	width:455px;
	height:auto;
	}
	.country-news .country-news-mid ul{
	float:left;
	width:455px;
	height:auto;
	}
	.country-news .country-news-mid ul li{
	float:left;
	padding-left:20px;
	padding-bottom:5px;
	background:url(../images/bullet/pic2.png) 0px 5px no-repeat;
	width:435px;
	height:auto;
	}
	.country-news .country-news-mid ul li span.country-province{
	float:left;
	display:block;
	width:20%;
	height:auto;
	}
	.country-news .country-news-mid ul li span.country-province a{
		font-weight:bold;
		color:#1d3236;
	}
	.country-news .country-news-mid ul li span.country-province a:hover{
		font-weight:bold;
		color:#e6722d;
	}
	.country-news .country-news-mid ul li span.country-place{
	float:left;
	display:block;
	width:80%;
	height:auto;
	}
	.country-news .country-news-mid ul li span.country-place a{
		font-weight:bold;
		color:#1d3236;
	}
	.country-news .country-news-mid ul li span.country-place a:hover{
		font-weight:bold;
		color:#e6722d;
	}
	.country-news .country-news-mid ul li span.country-detail{
	float:left;
	display:block;
	width:100%;
	height:auto;
	}
	.country-news .country-news-mid ul li span.country-detail a{
		color:#000;
	}
	.country-news .country-news-mid ul li span.country-detail a:hover{
		color:#e6722d;
	}