@charset "UTF-8";
/* CSS Document */

#page-whole {
    background-color: #f2f2f2;
}
#page-wrap{
    background-color:#fff;  
    padding: 20px 10px 20px 10px;
    width: 1000px;
    min-height: 600px;
    padding-bottom: 100px;
    border: 1px solid #d0d0d0;
    overflow: auto;
}

#left_con {
    width: 220px;
    float: left;
    clear: both;
    margin-right: 50px;
    font-size:14px;
	line-height:42px;
   
}
#left_con h2{
    font-size: 14px;
    height: 42px;
    background-color: #f2f2f2;
    padding-left: 10px;
    border-left: 2px solid #940709;
}
#left_con ul li{
    border-bottom:1px solid #f3f3f3;
}
#left_con ul li a {
    padding-left: 10px;
    display: block;
    height: 40px;
    margin-top: 1px;
    margin-bottom: 1px;
}
#left_con ul li a:hover{
    color: #940709;
    text-decoration: none;
    background-color: #f2f2f2;
}
#left_con ul li .current{
    color: #940709;
    text-decoration: none;
}
.currentDd{
	color:#333;
}
.currentDt{
	background-color:#f2f2f2;
    color: #940709;
}
#right_con {
    width: 700px;
   float: left;
}
#right_nav a{
    color: #a2a2a2;
}
#right_nav a:hover{
    color: #940709;
}

#right_con h2{
    margin-top: 20px;
    margin-bottom: 20px;
}
#right_con p {
    line-height: 24px;
    margin-bottom: 20px;
}

#right_con ul li {
    padding:10px 0 15px 0;
	background: url(../images/patten.gif) repeat-x bottom;
	width:100%;
    
}
#right_con ul li a {
    font-size: 18px;
    color: #292929;
    line-height: 40px;
    
}
#right_con ul li a:hover { color:#940709 }
#right_con ul li .press_title {
    color: #a2a2a2;
    font: 14px;
margin-bottom: 0px;
}

.pagination {
    width: 700px;
    margin: 30px auto;
}
#case_list ul li a {
    color: #2c69a9;
}
#case_list ul li a:hover{
    color: #1e558f;
}
