/* 清除浮动 */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/* 清除浮动 */
body,
html {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

ul,
p {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    background: url(https://sfj.dazhou.gov.cn/statics/dzsfj/images/sfjzt/banner.jpg) no-repeat;
    background-size:cover;
}

.global {
    max-width: 1920px;
    min-width: 1020px;
    margin: 0 auto;
}

.content {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 370px; */
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 240px;
    box-sizing: border-box;
    min-height: 1200px;
}

.logo {
    margin: 20px 0 0;
}


.head div>img {
    margin: 50px 0 50px 60px;

}

.content {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.gszlb .fl {
    width: 200px;
    padding-top: 20px;
    position: relative;
}

.gszlb .fr {
    width: 950px;
    padding-top: 20px;
}

.gszlb .fr ul li {
    float: left;
    width: 160px;
    height: 55px;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 15px;
}

.gszlb .fr ul li:hover a {
    border: 1px solid #3690F7FF;
    background: linear-gradient(to bottom, #daecff, #ffffff);
    color: #3a77fd;
}

/* .gszlb .fr ul li:nth-child(6n) {
    margin-right: 0;
} */

.gszlb .fr ul li a {
    width: 160px;
    display: block;
    font-family: "微软雅黑";
    color: #000;
    font-size: 20px;
    line-height: 50px;
    display: block;
    background: #E8F4FFFF;
    border: 1px solid #E8F4FFFF;
    border-radius: 8px;
    font-family: 500;
}

.jcztd {
    display: block;
    display: flex;
    margin: 15px 0;
    min-height: 600px;
}

.jcztd .jcztd-container {
    min-height: 600px;
    width: 100%;
}

.jcztd .jcztd-container .jcztd-relative {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin-top: 20px;
}

.jcztd .jcztd-container .jcztd-relative .img-title {
    width: 150px;
    height: 120px;
    border: 1px solid #1159FB;
    margin-right: 20px;
    border-radius: 10px;
}

.jcztd .jcztd-container .jcztd-relative .img-title .title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.dept-style {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 90%;
    padding: 12px 12px;
    border-radius: 20px;
    background: linear-gradient(to right, #E8F4FF, #ffffff);
    font-size: 22px;
    color: #1159FC;
    font-weight: 700;
}

.cate-selected {
    position: relative;
    background-color: #1159FB;
    color: white;
}

.cate-selected::after{
    content:"";
    position: absolute;
    background-color: #1159FB;
    width:30px;
    height:30px;
    bottom: -0px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

}


.dept-list {
    position: absolute;
    top: 200px;
    left: 40px;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 80px;
    /* 调整列间距 */
    row-gap: 80px;
    /* 调整行间距 */
   	transition: opacity 0.5s ease;
  	opacity: 1;
}

.dept-list .grid-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}

.dept-list .grid-item .item-link {
    font-family: "微软雅黑";
    color: black;

}

.dept-list .grid-item .item-link:hover {
    color: #1159FC;
}