@charset "utf-8";

h4{
	width: 755px;
	margin-top: 20px;
	font-size: 22px;
	text-indent: 30px;
	background-image: url(../../img/title-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-top: 5px;
	margin-left: 15px;
}
/* CSS Document */
.widely{
	border: 1px solid #ccc;
	float: left;
	width: 753px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 170px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 5px;                  /*//for Firefox*/
	-webkit-border-radius: 5px;               /*//for Safari and chrome*/
	border-radius: 5px;                        /*//CSS3*/
	behavior: url(/htc/PIE.htc);               /*//for IE*/
	overflow: hidden;
}

.widely a {
	padding: 15px;
	height: 140px;
	width: 723px;
	display: block;
}

.widely a h5, .widely-box h5{
	padding-left: 20px;
	background-image: url(../../img/arrow-desc.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	line-height: 130%;
}

.widely a p{
	padding-left: 15px;
	line-height: 180%;
}

.widely-box {
	border: 1px solid #ccc;
	float: left;
	width: 723px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
	-moz-border-radius: 5px;                  /*//for Firefox*/
	-webkit-border-radius: 5px;               /*//for Safari and chrome*/
	border-radius: 5px;                        /*//CSS3*/
	behavior: url(/htc/PIE.htc);               /*//for IE*/
	overflow: hidden;
	padding: 15px;
}

/*月信*/
#monthlet-box{
	overflow-y: scroll;
	width: 710px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}

#monthlet-box img{
	border: 1px solid #999;	
}

.monthlet-common{
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.monthlet-common a{
	padding: 10px;
	height: 500px;
	width: 700px;
	display: block;
}

.monthlet-index{
	padding-left: 20px;
	font-size: 14px;
	padding-top: 30px;
}

.monthlet-index li{
	padding-bottom: 5px;
}

