﻿body{
    background: url(../images/bd.png);
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header{
    height: 942px;
    background: url(../images/header2.png)no-repeat center center;
}
.content1{
    display: flex;
    justify-content: space-between;
    margin-top: -165px;
    background: #FEF6EE;
    padding: 18px;
    box-sizing: border-box;
}
.content1_left{
    width: 584px;
}
.content1_right{
    width: 47%;
    
}
.title1{
    height: 45px;
    background: url(../images/title1.png) no-repeat 10px center;
    text-align: right;
    margin-top: 8px;
}
.title1 span{
    margin-right: 5px;
}
.title1 span a{
    color: #3F3F3F;
}
.content1_list{
    margin-top: 30px;
}
.content1_list li{
    height: 41px;
    background: url(../images/list.png)no-repeat 10px center ;
    text-indent: 25px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content1_list li a{
    color: #000;
    line-height: 41px;
    
}
.content1_list li:hover{
   background-color: #F7D9BC;
}
.content2{
    display: flex;
    justify-content: space-between;
    
    margin-top: 18px;
}
.content2_left{
    width: 590px;
    background: #FEF6EE;
    padding: 17px;
    box-sizing: border-box;
    
}
.content2_right{
    width: 590px;
    background: #FEF6EE;
    padding: 17px;
    box-sizing: border-box;
    
}
.content2_list{
    margin-top: 30px;
}
.content2_list li{
    height: 41px;
    background: url(../images/list.png)no-repeat 10px center ;
    text-indent: 25px;
    display: flex;
    justify-content: space-between;
}
.content2_list li a{
    color: #000;
    line-height: 41px;
    display: inline-block;
    width: 485px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;   
}
.content2_list li:hover{
   background-color: #F7D9BC;
}
.content2_list li span{
    line-height: 41px;
    color: #969696;
}
.title2{
    height: 45px;
    background: url(../images/title2.png) no-repeat 10px center;
    text-align: right;
    margin-top: 8px;
}
.title2 span{
    margin-right: 5px;
}
.title2 span a{
    color: #3F3F3F;
}
.title3{
    height: 45px;
    background: url(../images/title3.png) no-repeat 10px center;
    text-align: right;
    margin-top: 8px;
}
.title3 span{
    margin-right: 5px;
}
.title3 span a{
    color: #3F3F3F;
}
.title4{
    height: 45px;
    background: url(../images/title4.png) no-repeat 10px center;
    text-align: right;
    margin-top: 8px;
}
.title4 span{
    margin-right: 5px;
}
.title4 span a{
    color: #3F3F3F;
}
.content3{
    background: #FEF6EE;
    padding: 18px;
    box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 20px;
}
.content3s{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.content3_left{
    width: 584px;
}
.content3_right{
    width: 47%;
    
}
.content3_list{
    margin-top: 30px;
}
.content3_list li{
    height: 41px;
    background: url(../images/list.png)no-repeat 10px center ;
    text-indent: 25px;
    display: flex;
    justify-content: space-between;
}
.content3_list li a{
    color: #000;
    line-height: 41px;
    display: inline-block;
    width: 475px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;    
}
.content3_list li:hover{
   background-color: #F7D9BC;
}
.content3_list li span{
    line-height: 41px;
    color: #969696;
}