.colorfa8936{
    color: #fc8600;
}
/* 头部 start*/
.headerBtm{
	height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
	overflow: hidden;
}

.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}

.headerBtm .titPic img{
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}
/* 头部 end*/

/* 列表 start */
.dataList li{
    margin-right: 18px;
    padding: 0 12px;
    width: 388px;
    box-sizing: border-box;
    height: 115px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dae0ec;
}

.dataList li:hover{
    background: #fff;
    border-color: #1578f1;
}

.dataList li:hover .orgFont .orgTit{
    color: #1578f1;
}

.dataList li .orgPicBox{
    display: block;
    margin-top: 20px;
    width: 77px;
    height: 77px;
    box-sizing: border-box;
    border: 1px solid #dae0ec;
    border-radius: 5px;
    box-shadow: 0px 5px 5px -2px rgba(83, 105, 149, 0.2);
    overflow: hidden;
}

.dataList li .orgPicBox .orgPic{
    display: block;
    width: 100%;
    height: 100%;
}

.dataList li .orgFont{
    max-width: 239px;
}

.dataList li .orgFont .orgTit{
    display: block;
    margin-top: 20px;
    color: #363b4d;
    font-size: 18px;
    margin-bottom: 5px;
}

.dataList li .orgFont .orgTit:hover{
    color: #1578f1;
}

.dataList li .orgFont p{
    margin-top: 5px;
    max-width: 270px;
    color: #7a8ba6;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
}

.dataList li .orgFont p.orgType{
    background: url(../images/icon_type.png) no-repeat left center;
}

.dataList li .orgFont p.orgAddress{
    background: url(../images/icon_pos.png) no-repeat left center;
}
/* 列表 end */

body{
    background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}