.main {
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.banner {
    height: 300px;
    line-height: 300px;
    background: url("banner.png") center center no-repeat;
    background-size: 100% 100%;
    align-items: center;
    background-size: cover;
}

.BannerTxt {
    font-size: 64px;
    color: white;
    letter-spacing: 10px;
}

.zcgk_tab {
    background: url(zcgk_bg.png) bottom center no-repeat;
    background-size: 100%;
    padding: 50px 0;
}

.zcgk_con {
    width: 585px;
    height: 200px;
    border-radius: 10px;
    transition: all 0.3s;
}

.zcgk_con a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    cursor: pointer;
}

.zcgk_con:hover {
    transform: translate3d(0, -10px, 0);
    transition: all 0.3s;
}

.zcgk_con span {
    display: inline-block;
    width: 96px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-radius: 8px;
}

.zcgk_con.cx span {
    margin-top: 45px;
}

.zcgk_con.zc p {
    font-size: 16px;
    line-height: 24px;
    margin: 14px 0;
    color: #999;
}

.zc {
    background: url(zccx.png) no-repeat;
    background-size: cover;
    float: left;
}

.cx {
    background: url(cjr.png) no-repeat;
    background-size: cover;
    float: right;
}

.zc h3 {
    font-size: 32px;
    font-weight: 400;
}

.cx h3 {
    font-size: 32px;
    font-weight: 400;
}

.zc span {
    background: #4393F5;
}

.cx span {
    background: #43B685;
}

.bmyy h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.bmyy ul li {
    width: 277px;
    height: 96px;
    box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
    float: left;
    position: relative;
    margin: 0 30px 50px 0;
    transition: all 0.3s;
}

.bmyy ul li:nth-child(4n) {
    margin-right: 0px;
}

.bmyy ul li a {
    font-size: 18px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    width: 277px;
    height: 96px;
    padding: 0 20px 0 105px;
}

.bmyy ul li:hover {
    transform: translate3d(0, -10px, 0);
    transition: all 0.3s;
}

.bmfw {
    height: 255px;
    margin-bottom: 50px;
}

.coltit_box {
    width: 100%;
    height: 42px;
}

.coltit_box .col_tit {
    float: left;
    font-size: 32px;
    color: #999999;
    font-weight: 500;
    line-height: 42px;
}

.coltit_box .col_tit.active {
    color: #2B2F32;
}

._more {
    float: right;
    width: 90px;
    height: 22px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    background: url(https://www.zwfw.hlj.gov.cn/cms_files/webheilongjiangzhengwufuwuwang/tplobject/defaultSet/1dbd65c141ba46e1b70532f49e3b479f/images/more_icon.png) 70px center no-repeat;
}

._more:hover {
    color: #4393F5;
    background: url(https://www.zwfw.hlj.gov.cn/cms_files/webheilongjiangzhengwufuwuwang/tplobject/defaultSet/1dbd65c141ba46e1b70532f49e3b479f/images/more_icon_active.png) 70px center no-repeat;
}

.bmfw ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.bmfw li {
    width: 277px;
    height: 180px;
    border: 1px solid #EBF1F3;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bmfw li:hover {
    box-shadow: 0px 2px 15px 0px rgb(95 202 238 / 20%) !important;
}

.bmfw li:hover a,
.yqlj li a:hover {
    color: #0091FF;
}

.bmfw li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.bmfw li a img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.bmfw li a p {
    width: 216px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
}


.remen {
    margin-top: 50px;
}

.remen-title {
    font-size: 28px;
    margin-bottom: 36px;
}

.remen-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.remen-list ul li {
    width: 380px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(153, 153, 153, 0.2);
    margin-right: 30px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}

.remen-list ul li:nth-child(3n) {
    margin-right: 0px;
}

.remen-list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.remen-list ul li a img {
    width: 17px;
    height: 20px;
    margin: 20px 13px 20px 24px;
}

.remen-list ul li:hover {
    transform: translateY(-10%);
    transition: transform 0.5s;
}

.remen-list ul li:hover a span {
    color: #4393F5;
}

.yqlj ul {
    display: flex;
    justify-content: space-between;
}

.yqlj a {
    display: flex;
    width: 585px;
    height: 120px;
    align-items: center;
    font-size: 24px;
}

.yqlj ul li:nth-child(1) a {
    background: url(jjh.png);
    color: #1F5D92;
}

.yqlj ul li:nth-child(2) a {
    background: url(shxt.png);
    color: #0E9085;
}

.yqlj a img {
    width: 64px;
    height: 64px;
    margin-left: 30px;
    margin-right: 18px;
}