.main-news {
	display:block;
	width:100%;
	height: 427px;
}
.main-news .right{
	width: 36%;
    height: 427px;
    display: inline-block;
    float: right;
}
.main-news .left{
	width: 63%;
    height: 427px;
    display: inline-block;
    float: left;
    background: #F3F3F3;
}

.main-news .right .small-news{
	display:block;
	margin: 2px 0px;
}
.main-news .right .small-news:first-child { 
	margin: 0px 0px;
}
.main-news .right .small-news:last-child { 
	margin: 0px 0px;
}
.main-news .right .small-news h3{
    font-size:14px;
	margin: 0px 0px;
    padding: 5px;
	background-color: #e4e4e4;
    border: solid 1px #ccc;
    background-image: -moz-linear-gradient(top, #e4e4e4, #fefefe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #fefefe);
    background-image: -o-linear-gradient(top, #e4e4e4, #fefefe);
    background-image: linear-gradient(to bottom, #e4e4e4, #fefefe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#fefefe', GradientType=0);
    height: 59px;
}
.main-news .right .small-news h3:hover{
	border-left: solid 5px #B70D0E;
	background-image: -moz-linear-gradient(top, #0474b4, #0686D0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0474b4), to(#0686D0));
    background-image: -webkit-linear-gradient(top, #0474b4, #0686D0);
    background-image: -o-linear-gradient(top, #0474b4, #0686D0);
    background-image: linear-gradient(to bottom, #0474b4, #0686D0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0474b4', endColorstr='#0686D0', GradientType=0);
}
.main-news .right .small-news h3:hover a{
	color:#FFFFFF;
}

.main-news .right .small-news h3.active{
	border-left: solid 5px #B70D0E;
	background-image: -moz-linear-gradient(top, #0474b4, #0686D0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0474b4), to(#0686D0));
    background-image: -webkit-linear-gradient(top, #0474b4, #0686D0);
    background-image: -o-linear-gradient(top, #0474b4, #0686D0);
    background-image: linear-gradient(to bottom, #0474b4, #0686D0);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0474b4', endColorstr='#0686D0', GradientType=0);
}
.main-news .right .small-news h3.active a{
	color:#FFFFFF;
}

.main-news .right .small-news h3 a{
	display:block;
	line-height: 23px;
	color:#000000;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
.main-news .right .small-news h3 .tbl{
	width:100%;
	height: 47px;
}
.main-news .right .small-news h3 .tbl td{
	vertical-align:middle;
}

.main-news .left .large-news{
	border: 1px solid #BB1112;
	position:relative;
}
.main-news .left .large-news .img img{
	width: 100%;
    height: 425px;
}
.main-news .left .large-news .disc{
	height: 96px;
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFF;
    font-size: 16px;
    padding-top: 5px;
    z-index: 1000000;
    background-image: url(../img/pixel.png);
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

.main-news .left .large-news .disc a{
	color:#FFFFFF;
	display:block;
	line-height: 23px;
	padding:10px 0px;
	font-family: arial;
    font-size: 20px;
    font-weight: bold;
}