﻿/*办事指南-社会救助*/
@charset "utf-8";

.content{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.content .left{
    width: 200px;
    float: left;
    border: 1px solid red;
    margin: 5px auto;
}
.content .juzhangxinxiang{
    margin: 2px;
    background-color: red;
    height: 50px;
    background: url(../images/daohangBg.png) no-repeat;
}
.content .juzhangxinxiang p{
    text-align: center;
    color: white;
    line-height: 50px;
    font-size: 18px;
    font-weight: 800;
}
.content .left ul li{
    line-height: 35px;
    text-align: left;
    margin: 2px;
    background: url(../images/47.png) no-repeat  22px;      /*链接图片地址*/
    padding-left: 43px 
}
.content .left ul li{
      background-color: #f4f4f4; 
}
.content .left ul li:hover{
    background-color: #f8f8f8;
    color: #F29537;  
    cursor: pointer;  
}

.juzhangxinxiang-li:hover{
	background-color: #f8f8f8;
    color: #F29537;
    cursor:pointer;
}

.content .left ul li a{
    color: black;
}
.content .left ul li a:hover,a:active{
    color: #F29537;
}
.content .right{
    width: 772px;
    min-height: 500px;
    float: left;
    margin-left: 6px;
}
.content .right .searchDiv1{
    height: 40px;
    line-height: 40px;
    margin: 5px auto;
    background-color:#f4f4f4 ;
}
.content .right .searchDiv1 input,select{
    width: 150px;
    height: 18px;
    position: relative;
    left: 460px;
}
.content .right .searchDiv1 select{
    width: auto;
}
.content .right .searchDiv1 .sear{
    width: 70px;
    height: auto;
}
.content .right .right2{
    border: 1px solid silver;
    margin-top: 5px;
}
.content .right .daohang{
    background-color: silver;
    height: 40px;
    padding-left: 20px;
    background: url(../images/icon.png) no-repeat;
    background-position:23px ;
}
.content .right .daohang{
    background-color: #f4f4f4;
}
.content .right .daohang p{
    line-height: 40px;
    margin-left: 20px;
}
.content .right .line{
    margin-left: 40px;
    margin-right: 60px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.content .right .line ul{
    list-style-type:square ;
    margin-top: 10px;
}
.content .right .line ul li{
    line-height: 0px;
    clear: both;
}
.content .right .line ul li img{
	position: relative;
	left: -15px;
	top: 4px;
}
.content .right .line ul .tiaozhuan{
    line-height: 30px;
}
.content .right .line ul .tiaozhuan a{
	display: block;
	height: 30px;
}
.content .right .line .leftDiv{
    float: left;
    width: 555px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .right .line .rightDiv{
    float: right;
}
.content .right .page{
    height: 40px;
    background: #f4f4f4;
}
.content .right .page .pageleft{
    float: left;
    margin-left: 8px;
    margin-top: 10px;
}
.content .right .page .pager{
	float: right;
	margin-right: 5px;
	margin-top: 6px;
}

