@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {transition: all 0.6s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
input,
select {
    outline: none;
    border: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft yahei", "simhei", "simsun";
}
img {
    border: 0;
}
:hover{transition: all 0.6s;}
body {
    background: #fff url(zly_xxgc_szfzt_20230712bg.jpg) no-repeat top center;
    background-size:100% auto ;
}

.banner {
    width: 80%;
    margin: 0 auto;
}
.banner .logo {
    width: 100%;
    text-align: center;
    margin: 30px 0 50px;
}
.banner .logo .main_logo img {
    width: 100%;
}
.szf_logo{
    margin-top: 50px;
}
.szf_logo img{
height: 46px;
}

.c{
    margin: 0 auto;
    width: 1400px;
}
.c_b{
    padding:10px 1%;
     
    border: #f9bdc1 1px solid;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}
.lj{
    width: 100%;
    height: auto;
}
.lj li{
    width: 19%;
    float: left;
    margin-left: 1.2%;
    height: auto;
    overflow: hidden;
}
.lj li a{
    display: inline-block;
    width: 100%;
}
.lj li a img{
    width: 100%;
}
.lj li:first-child{
    margin-left: 0;
}
.lj li:hover a img{
    opacity: 0.9;
    transform: scale(1.1);
}
.cbg_l{
    margin-top: 30px;
    background: url(zly_xxgc_szfzt_20230712bg1.jpg) no-repeat;
    background-size:100% 100%;
    padding:10px 1%;
    border: #f9bdc1 1px solid;
    overflow: hidden;
    border-radius: 4px;
}
.newl{
    width: 53%;
    height: auto;
    float: left;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
}
.swiper-slide img {
    height: 478px;
    width: 100%;
    border-radius: 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px!important;
}
.swiper-pagination {right: 0;}
.swiper-pagination-bullet {
    float: right;
    width: 21px;
    height: 21px;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    background: url(swiper_pagination_Xu211124.png) no-repeat;
    background-size: 21px;
    margin: 0 13px;
    /* transition: background-color 0.5s; */
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
    background: url(star_Xu211124.png) no-repeat;
    background-size: 21px;
    margin-top: 0;
}
.swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.slide_text {
    text-align: left;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    width: 97%;
    height: auto;
    color: #fff;
    line-height: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 3%;
    height: 57px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.slide_text a{
    display: inline-block;
    font-size: 20px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide_text .docTime {
    margin-left: 20px;
}
.slide_text .swiper-slide {
    background: none;
}
.swiper-pagination-bullet{
    opacity: 1!important;
    background: #cb3e3e!important;
    width: 24px!important;
    height: 7px!important;
    border-radius: 3px!important;
}
.swiper-pagination-bullet-active{
    background: #ffffff!important;
}
.szyw {
    margin-left: 1%;
    width: 42%;
    float: left;
    background: #fff;
    padding: 10px 2%;
    height: 460px;
    overflow: hidden;
}

.szywul {
    width: 100%;
    margin: 13px 0 20px;
    overflow: hidden;
}

.szywul li {
	margin: 0 15px;
	float: left;
	position: relative;
}

.szywul li:first-child::before {
	display: none;
}

.szywul li::before {
	position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background: #f9e5e5;
    left: -16px;
    top: 6px;
}

.szywul li a {
	font-size: 24px;
	font-weight: bold;
    color: #434343;
}

.szywul li.cur a {
	color: #b3382c;
}
.tab-con {
    display: none;
}
.new_list {
	width: 100%;
	overflow: hidden;
	display: block;
}

.currency_ul li {
    margin-top: 0;
    clear: both;
    display: table;
    line-height: 42px;
    overflow: hidden;
    height: 50px;
    padding: 10px 2%;
    width: 98%;
    border-bottom: #dcdcdc 1px solid;
}

.currency_ul li:last-child {
	margin-bottom: 0px;
}

.currency_ul li:hover {
	background: url(" libg_on_dkj_2021621.png") 0 6px no-repeat;
}

.currency_ul li a {
    color: #434343;
    vertical-align: middle;
    font-size: 20px;
    display: table-cell;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;  
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
}

.currency_ul li span {
    display: none;
	float: right;
	color: #999999
}

.currency_ul a:hover {
	color: #1572cf;
	
}

.currency_ul li a::before {
	display: inline-block;
	content: "";
    border-radius: 2px;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	background: #b3382c;
}

.currency_ul li.on {
	background: #f5f5f5;
	height: 48px;
	line-height: 48px;
	position: relative;
	border-radius: 5px;
}

.currency_ul li.on::before {
	display: none;
}

.currency_ul li.on a {
	margin-left: 100px;
	font-size: 18px;
	color: #086eb7;
}

.currency_ul li.on span {
	display: inline-block;
	position: absolute;
	left: 10px;
	background: #f8b551;
	padding: 0px 4px;
	color: #fff;
	line-height: 30px;
	top: 10px;
	border-radius: 3px;
}
.main_list {
    margin-top: 120px;
}
.pic_title {
    position: relative;
    background: url(zly_xxgc_szfzt_20230712tit.png) no-repeat center;
    background-size: 100%;
    text-align: center;
}
.pic_title a{
    margin: 0 auto;
    color: #e21837;
    font-size: 42px;
    font-family: "方正大标宋";
}
.pic_title a img{
    height: 42px;
}
.main_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_list ul li {
    width: 49%;
    position: relative;
}
.main_list ul li a {
    width: 96%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    padding-left: 3%;
    transition: color 0.2s;
}
.main_list ul li::before {
    content: " ";
    width: 7px;
    height: 12px;
    background: url(zly_xxgc_szfzt_20230712bigtit_libg.png) no-repeat;
    display: block;
    border-radius: 6px;
    position: absolute;
    top: 15px;
}
.main_list ul li a:hover {
    color: #e51a1e;
}

.jujiao_main {
    margin-top: 19px;
}
.jujiao_main .list {
    margin-top: 5px;
}
.jujiao_main .top_news {
     
    margin-bottom: 20px;
}
.jujiao_main .top_news .title {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.jujiao_main .top_news .title a {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.jujiao_main .top_news .doccontent {
    color: #666666;
    text-indent: 35px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}
.jujiao_main .top_news .doccontent br {
    display: none;
}

.mtpl_main .top_news_border .title a {
    white-space: normal;
}

.pljd{
    width: 96%;
    height: auto;
    margin: 20px 2%;
    overflow: hidden;
}
.pljd a{
    display: inline-block;
    width: 30%;
    float: left;
    margin-left: 5%;
}
.pljd a:first-child{
    margin-left: 0;
}
.pljd a img{
    width: 100%;
    height: 200px;
}
.pljdlb{
    width: 96%;
    height: auto;
    margin: 20px 2%;
    overflow: hidden;
    display: flex;
}
.pljdlb dd:first-child{
    margin-left: 0!important;
}
.pljdlb dd a{
    display: inline-block;
    font-size: 18px;
    color: #434343;
    line-height: 28px;
    font-weight: bold;
}
.pljdlb dd{
    display: inline-flex;
    display: inline-block;
    width: 45%;
    border: #ffebc9 1px solid;
    border-radius: 10px;
    padding: 10px 2%;
    margin-left: 2%;
}
.pljdlb dd p{
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.pljdlb dd:hover{
    background: #fdfaef;
    border: #f9e2bb 1px solid;
}
.pljdlb dd:hover a{
color: #f00;
}
@media screen and (max-width: 1440px) {
    .c{width: 1200px;}
}
@media screen and (max-width: 1280px) {
    .c{width: 1080px;}
}
@media screen and (max-width: 1024px) {
    .newl {
        width: 100%;
        height: auto;
        float: none;
    }
    .szyw {
        margin: 20px 0;
        width: 98%;
        float: none;
        padding: 10px 1%;
        height: auto;
    }
    .pljd a img{height: auto;}
    .c{width: 97%;}
}
@media screen and (max-width: 768px) {
    .swiper-slide img{
        height: 220px;
    }
    .main_list ul{
        width: 100%;
        display: block;
    }
    .main_list ul li{
        width: 100%;
    }
    .pljdlb{
        display: block;
    }
    .pljd a img{height: auto;}
    .pljdlb dd{
        width: 95%;
        margin: 10px auto;
    }
    .szywul li a {
        font-size: 1.2rem;}
   .currency_ul li a{
            font-size: 1rem;
            line-height: 1.5rem;
        }
    .pic_title a img {
            height: 21px;
            background: #fff;
            margin-bottom: 5px;
            padding: 0 10px;
     }
     .main_list {
        margin-top: 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px!important;
    }
    .swiper-pagination-bullet {
        float: none;}
    .swiper-slide{
            font-size: 1rem;
        }
    .lj{text-align: center;}
    .lj li {
    margin: 0 auto;
      width: 32%;
       float: none;     display: inline-block;}
       .szf_logo img {
        height: 26px;
    }
    .szf_logo {
        margin-top: 10px;
    }
    .banner {
        width: 90%;}
        body {
             
            background-size: 100% 412px;
        }
    .banner .logo {
            width: 100%;
            text-align: center;
            margin: 0 0 20px;
        }
    .slide_text a{
            font-size: 1rem;
        }
    .szywul li { margin: 0 5px;}
    .szywul li::before{left: -5px;}
    .jujiao_main .top_news .title{
        font-size: 1rem;
    }
    .jujiao_main .top_news .doccontent{
        font-size: 0.925rem;
        line-height: 1.8rem;
    }
    .main_list ul li a {
        padding: 10px 0;
        width: 96%;
        white-space: inherit;
        line-height: 2rem;
        padding-left: 3%;
        transition: color 0.2s;
        font-size: 1rem;
        border-bottom: #dcdcdc 1px dashed;
    }
    .main_list ul li::before{
        top:21px;
    }
    .pljdlb dd a{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pljd a {
        
        width: 32%;
         
        margin-left: 1%;
    }

}