@charset "utf-8";
/* CSS Document */

.main{
    padding: 10px 0;
    background: #EDF4FC;
}
.pos {
    font-size: 14px;
    width: 1200px;
    margin: 20px auto;

}
.main .content{
    width: 1200px;
    margin: 30px auto;
}
.main .content .adv{
    margin: 0 auto;
    width: 1200px;
    height: 140px;
    background: url("https://www.zhanjiang.gov.cn/bndh/zz_zdlybanner.png")no-repeat;
}
.main .content .adv p {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 140px;
    letter-spacing: 8px;
}
.main .content .xxgk{
    margin: 30px auto;
    background: #fff;
}
.main .content .xxgk .zdlyList{
    padding-bottom: 30px;
}
.main .content .xxgk .zdlyList li{
    width: 370px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin: 30px 0 0 22px;
    background-color: #edf7ff;
}
.main .content .xxgk .zdlyList li a{
   position: relative;
    display: block;
    padding-left: 50px;
    font-size: 15px;
    color: #333;
    background: url("https://www.zhanjiang.gov.cn/bndh/tit_icon.png") 12px center no-repeat;
}
.main .content .xxgk .zdlyList li a:hover{
    background: url("https://www.zhanjiang.gov.cn/bndh/tit_icon_hover.png") 12px center no-repeat #3f8ae9; 
    color: #fff; 
}