﻿
/*新增扩展*/
#wrapper3 .list .booktype{
	height:180px;
	padding-bottom:35px;
	float:left;
	width:100%;
}
#wrapper3 .list .booktype .img{
	/* width:135px; */
	height:180px;
	float:left;
	background-color:white;
	max-width:28%;
}
#wrapper3 .list .booktype .bright{
	height:180px;
    margin:0px 10px;
	float:left;
	width:68%;
}
#wrapper3 .list .booktype .bright .title{
	font-size:18px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height:35px;
}
#wrapper3 .list .booktype .bright .info{
	font-size:14px;
	overflow:hidden;
	height:120px;
	line-height:30px;
	color: #5e5e5e;
}
#wrapper3 .list .booktype .bright .more{
	font-size:14px;
	height:25px;
	line-height:25px;
}
#wrapper3 .list .booktype .bright .more a{
	color: #b60000;
	text-decoration: none;
	vertical-align:middle;
}
#wrapper3 .list .booktype .bright .more img{
	vertical-align:middle;
}
#wrapper3_right .sidebar {
/*background-color:#EAEAEA;*/
}
#wrapper3_right .sidebar .rtitle {
width: 197px;
padding-left: 20px;
margin-left: 10px;
margin-top: 18px;
height: 42px;
background-color: #B60000;
margin-bottom: 18px;
font-size: 18px;
color: #FFF;
line-height: 42px;
font-weight: bold;
}
#wrapper3_right .sidebar .itemsnav ul {
    list-style: outside none none;
    width: 190px;
margin-left: 10px;
    margin-bottom: 30px;
}
#wrapper3_right .sidebar .itemsnav ul li {
list-style: outside none none;
height: 45px;
line-height: 45px;
width: 185px;
padding-left: 33px;
font-size: 14px;
border-bottom: 1px solid #e2e1e2;
background:none;
}
#wrapper3_right .sidebar .itemsnav ul .now {
background-color:#B60000;
}
#wrapper3_right .sidebar .itemsnav ul li:hover {
background-color:#B60000;
color:#000;
}

