
body{background: url("../images/bg2.jpg") no-repeat center 0;}
a{
    text-decoration: none;
}
li{list-style: none;}
.logo>a, .org_title{
    font-size: 2.4rem!important;
    color: rgba(200, 222, 248, 0.55);
    font-weight: bold;
    letter-spacing: 5px;
}
.org_title{
    font-size: 4.5rem!important;
    text-shadow: 0.05em 0.05em #335478;
    letter-spacing: 10px;
    color: #fff;
}
.main_body{
    margin-top: 7rem;
    background-color: #fff;
}
.zf_grg{
    background: #2d66a5;
    color: #ffffff;
    font-size: 1.8rem;

    padding:0.6rem 0;
    text-align: center;
}
.org_list a{
    list-style: none;

}
.title{border-bottom: 1px solid #ddd;color: #fff;}
.title>span{
    display: inline-block;
    padding: 0.3rem 1.5rem;
    background-color: #2d66a5;
}

.xzgfwj_list li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.xzgfwj_list li::before {
    position: absolute;
    display: inline-block;
    top: 42px;
    width: 20px;
    height: 20px;
    background-color: #93b8ec;
    border: 4px solid #e3ebf5;
    border-radius: 50%;

}
.xzgfwj_list li {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    line-height: 40px;
}
.xzgfwj_list a:hover{color: #969798;}
.xzgfwj_list a{
    font-size: 20px;
    overflow: hidden;
    color: #333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xzgfwj_list div span{
    font-size: 18px;
    color: #646464;
}

/**/
.sscontent {
    border-bottom: 1px solid #caddf4;;
    margin: 0 20px;
    padding: 20px;
    background-size: 100% auto;
}
.sscontent .btn{
    margin-top: 5px;
    width: 100%;
    background-color: #4c84cb;
}
.Dept{overflow: auto;margin: auto;}
.Dept>li{
    display: table;
    width: 230px;
    height: 64px;
    background: #e9edf1;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #c8ddf8;
    border-radius: 6px;
}
.Dept>li:hover{
    background-color: #fff;
}
.Dept>li:hover>a{color: #888;}
.Dept>li>a{
    color: #333;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    padding: 0 5px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .Dept{justify-content: space-evenly;}
}

@media (max-width: 768px) {

    .logo>a{
        font-size: 1.6rem!important;
    }
    .org_title{
        font-size: 2.5rem!important;
    }
    .main_body{margin-top: 2rem;}
    .head_top img {
        max-width: 100%
    }
    .sscontent {
        margin: 0;
    }
    .xzgfwj_list{padding: 0;}
    /*.logo img{display: none;}*/
    .Dept{justify-content: space-evenly;}
    .Dept>li{
        width: 90%;
    }

}
