@charset "utf-8";
/* CSS Document */

.main {
    padding: .2rem 0;
}

.main .pos {
    font-size: .3rem;
    width: 94%;
    margin: 0 auto .3rem;
    line-height: .5rem;
}
.main .pos img {
    width: .3rem;
    margin-right: .1rem;
}
.main .pos p {
    display: inline-block;
}
.main .content{
    margin: .5rem auto;
}
.main .content .adv{
    margin: 0 auto;
    background: url("https://www.zhanjiang.gov.cn/bndh/zz_zdlybanner_m.png")no-repeat;
    background-size: 100% 100%;
    width: 95%;
    line-height: 1.4rem;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: .4rem;
    height: 1.4rem;
}
.main .content .adv p {
    font-size: .5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1.4rem;
    margin-left: .2rem;
}
.main .content .xxgk{
    margin: .5rem auto;
    background: #fff;
}
.main .content .xxgk .zdlyList li{
    width: 95%;
    height: 1rem;
    line-height: 1rem;
    margin: .3rem auto;
    background-color: #edf7ff;
}
.main .content .xxgk .zdlyList li a{
    position: relative;
    display: block;
    padding-left: .9rem;
    font-size: .31rem;
    color: #333;
    background: url("https://www.zhanjiang.gov.cn/bndh/tit_icon_m.png") .3rem center no-repeat;
}
.main .content .xxgk .zdlyList li a:hover{
    background: url("https://www.zhanjiang.gov.cn/bndh/tit_icon_m_hover.png") .3rem center no-repeat #3f8ae9; 
    color: #fff; 
    font-size: .31rem;
}