
.body-area{
	padding-top: 20px;
}

/* 图文消息begin */
.banner-box, 
.banner-list,
.banner-list > li,
.banner-list > li img{
	height: 400px;
}

/* 图文消息 end */

/* 最近更新 begin */
.ul-list > li{
	color: #423737;
	height: 36px;
	line-height: 36px;
}

.ul-list > li *{
	font-size: 15px;
}
.ul-list > li > em{
	width: 23px;
	height: 23px;
	line-height: 23px;
	border-radius: inherit;
	font-size: 15px;
}
/* 最近更新 end */
.block-title {
    margin-bottom: 20px;
}
.block-title.small{
    margin-bottom: 20px;
    font-size: 19px;
}
.block-title > a:hover{
	opacity: .8;
}
.block-title span{
	border: 1px solid #B7B7B7;
    padding: 5px;
    font-size: 14px;
    color: #B7B7B7;
    border-left-width: 2px;
    margin-right: 15px;
}

.body-item{
	display: inline-block;
	border-bottom: 1px solid #EFE6E6;    
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.body-item:last-child{
	border-bottom-width: 0;    
}
 
.content-left{
	width: 740px;
}
.content-left,
.content-right{
	margin-top: 0;
}

.content-left > .block-item{
	width: 50%;
    float: left;
    min-height: 340px;
}


.img-item{
	float: left;
	position: relative;
}

.img-item > a > p{
	position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-indent: 12px;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.img-item-0 {
	margin-bottom: 10px;
}
.img-item-0 > a > img{
	width: 340px;
	height: 230px;
}
.img-item-0 > a > p{
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}
.img-item-1 > a > p,
.img-item-2 > a > p{
   	height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.img-item-1 > a > img,
.img-item-2 > a > img{
	width: 165px;
	height: 100px;
}
.img-item-1{
	margin-right: 10px;
}

.content-right{
	
}

.block-ul{
	margin-left: 15px;
}


