
#slider {
    width: 300px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	Z-index:1;
}
#sliderContent {
    width: 300px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 290px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 12px;
    color:#ffffff;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
.tit
{
    color:#ffffff;
}
.tit a.link {
   
    color:#21701f;
}


.box-main {
background: #ffffff;
border: solid 1px #C7C7C7;
border-top: none;
width: 669px;
text-align: left;
}
.box-mainMobile {
background: #ffffff;
border: solid 1px #C7C7C7;
border-top: none;

text-align: left;
}
.hotlink:hover {
text-decoration: none;
color: Red;
text-align: justify;
}
.hotlink {
background: url('../images/icon4.jpg') top left no-repeat;
color: Black;
padding: 0px 0px 0px 15px;
display: block;
margin-right: 5px;
text-align: justify;
font-size: 13px;
font-weight: 500;
}
.title_news {
width: 670px;
height: 21px;
float: left;

padding: 0;
border-bottom: 1px solid #C7C7C7;
}
.title_news a {
width: auto;
height: 21px;
margin: 0;
border-bottom: 4px solid #ea1a27;
color: #ea1a27;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}