* {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/bodybg.png) no-repeat top center;
    background-size: 1920px;
    font-family: "Microsoft YaHei","SimSun","Arial Narrow";
    min-width: 1400px;
}

@media screen and (max-width:900px) {
    body {
        background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/bodybg.png) no-repeat;
    }
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.xfl {
    text-align: center;
    margin-top: 90px;
}

.main1 {
    margin-top: 360px;
}

.title {
    text-align: center;
    position: relative;
}

.title .more {
    position: absolute;
    display: inline-block;
    width: 85px;
    line-height: 32px;
    text-align: center;
    background-color: #c2f4ff;
    border-radius: 10px;
    top: 85px;
    right: 355px;
    color: #123fe2;
}

.ywjjCon {
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/ywjjbg.png) no-repeat top right;
    padding-top: 25px;
    margin-top: 55px;
    display: flex;
}

.swiper-slide img {
    height: 428px;
    width: 100%;
}

.ywjjSwiper .swiper-wrapper {
    width: 680px;

}

.ywjjSwiper .swiper-slide p {
    padding-right: 170px;
    padding-left: 20px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #217ce8;
    margin-top: -7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ywjjSwiper .swiper-slide p font {
    font-size: 20px !important;
}

.ywjjSwiper {
    position: relative;
    overflow: hidden;
}

.hide {
    opacity: 0 !important;
}

.swiper-button-prev:after,
.swiper-button-next::after {
    font-size: 28px;
}

.swiper-button-prev,
.swiper-button-next {
    top: 195px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: none;
    pointer-events: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
    left: 2px;
    right: auto;
    bottom: 160px;
    position: absolute;
    z-index: 1;
    background: #000;
    color: #fff;
    width: 45px;
    opacity: .6;
    height: 45px;
    text-align: center;
    padding-top: 20px;
    transition: opacity 0.5s;
}

.swiper-button-prev,
.swiper-button-next {
    left: 0;
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-pagination {
    bottom: 17px;
    right: 15px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 2px;
    margin-left: 5px;
}

.swiper-pagination-bullet-active {
    background: #0ce8e3;
}

.ywjjCon_right {
    width: 465px;
    margin-left: 25px;
}

.ywjjCon_right li {
    padding-top: 10px;
    margin-bottom: 25px;
}

.ywjjCon_right li:not(:nth-of-type(1)) {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

.ywjjCon_right li a {
    font-size: 20px;
    /* font-weight: bold; */
    color: #1a1a1a;
    line-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ywjjCon_right li a font {
    font-size: 20px !important;
}

.ywjjCon_right li a:hover {
    color: #123fe2;
}

.main2 {
    padding: 30px 40px;
    border: 1px solid #5ac4da;
    background-color: #fff;
    margin-top: 30px;
    display: flex;
    height: 570px;
}

.titlem2 {
    position: relative;

}

.main2Con {
    width: 530px;
    padding-right: 30px;

}

.main2Con:nth-of-type(1) {
    border-right: 1px dashed #b8dcf6;
}

.titlem2 h3 {
    font-size: 38px;
    font-weight: bold;
    color: #0f4be7;
    border-bottom: 1px solid #0f4be7;
    position: relative;
}

.titlem2 h3::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 8px;
    background: #99f3bd;
    left: 0;
    bottom: -5px;
}

.titlem2 a {
    font-size: 16px;
    color: #123fe2;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.gxzc {
    margin-left: 40px;
}

.main2Con ul {
    padding-top: 40px;
}

.main2Con ul li {
    margin-bottom: 40px;
    width: 90%;
    padding-left: 20px;
    position: relative;
}

.main2Con ul li:nth-last-of-type(1) {
    margin-bottom: 10px;
}

.main2Con ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0f4be7;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

.main2Con ul li a {
    font-size: 22px;
    color: #404040;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;

}

.main3 {
    margin-top: 80px;
}

.mtgzCon {
    padding: 50px 30px;
    background: #fff;
    border-radius: 30px;
    display: flex;
}

.mtgzimg li {
    display: none;
}

.mtgzimg li.cur {
    display: block;
}

.mtgzimg li img {
    width: 394px;
    height: 283px;
}

.mtgzlist {
    margin-left: 15px;
    width: 735px;
}

.mtgzlist li {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.mtgzlist li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1071fd;
    left: 20px;
    top: 19px;
}

.mtgzlist li.cur::before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 20px solid #0959cd;
    top: 14px;
    left: 5px;
    background: none;
    border-radius: initial;

}

.mtgzlist li.cur a {
    background: #e2faff;
    color: #0959cd;
    font-weight: bold;

}

.mtgzlist li a {
    color: #404040;
    font-size: 24px;
    line-height: 45px;
    padding: 7px 0 7px 30px;
}

.mtgzlist li a font {
    font-size: 24px !important;
}

.main4 {
    margin-top: 80px;
}

.zjjdCon_left {
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/zjjdlbg.png) no-repeat;
    padding: 90px 50px;
    width: 630px;
    overflow: hidden;
    background-size: 100%;
}

.zjjdCon_left h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 45px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.zjjdCon_left>div {
    display: none;
    height: 585px;
    overflow-y: auto;
    color: #262626;
    font-size: 18px;
    line-height: 32px;
    text-indent: 2em;
    padding-right: 5px;
}
.zjjdCon_left>div.cur {
    display: block;
}
.zjjdCon_left>div::-webkit-scrollbar {
    width: 10px;    
}
.zjjdCon_left>div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: silver;
}
.zjjdCon_left>div::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgb(241 241 241);
}

.zjjdCon_right {
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/zjjdrbg.png) no-repeat top right;
    width: 480px;
}

.zjjdCon {
    display: flex;
    margin-top: 50px;
}

.zjjdCon_right ul {
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
}

.zjjdCon_right ul li {
    padding: 0 60px;
    position: relative;
    width: 320px;
    height: 255px;
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/zjjdrl.png) no-repeat;
}

.zjjdCon_right ul li:not(:nth-of-type(1)) {
    margin-top: 40px;
}

.zjjdCon_right ul li a {
    font-size: 36px;
    font-weight: bold;
    color: #1071fd;
    line-height: 50px;
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 320px;
    cursor: pointer;
}

.main5 {
    margin-top: 45px;

}

.plspCon {
    margin-top: 75px;
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/plspbg.png) no-repeat center left;
    display: flex;
}

.plspCon_left {
    margin: 60px 30px 60px 55px;
}

.plspCon_left ul li {
    padding: 35px 22px;
    border: 1px solid #f8c097;
    border-radius: 15px;
    width: 540px;
    height: 195px;
    background: linear-gradient(to bottom, #fff, #fef7e4);
}

.plspCon_left ul li:not(:nth-of-type(1)) {
    margin-top: 30px;
}

.plspCon_left ul li a p {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    width: 245px;
    margin-left: 30px;
}

.plspCon_left ul li a {
    display: flex;
}

.plspCon_left ul li a img {
    height: 195px;
}

.plspCon_right {
    background: url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/gzlfz/images/sj.png) no-repeat;
    width: 531px;
}

.plspCon_right img,
.plspCon_right iframe {
    margin: 70px 0 0 22px;
    width: 468px;
}

.main5 .more {
    right: 290px;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 42px;

}

.footer p,
.footer a,
.footer span {
    color: #000;
    font-size: 13px;
}

.inline-block {
    display: inline-block;
}