@charset "UTF-8";
*{box-sizing: border-box;}
html{font-size: 10px;}
body{font-size: 1.6rem;}
/* 专题头部 */
.zt-box{width: 100%;background: url(/wjqrmzf/xhtml/template/pc2024/ztzl/sjfb/images/header_bg.png) top center no-repeat;min-height: 778px;}
.zt-box .header{padding-top: 37px;}
.zt-box .header img{display: block;margin: 0 auto;}

.header-nav{
  background:  rgba(35, 106, 194, 1);
}
.header-nav ul li a{
  color: #fff !important;
}
.header-nav ul li:hover,
.header-nav ul li.active{
  background:#fff !important;
}
.header-nav ul li:hover a,
.header-nav ul li.active a
{
    color: #000 !important;
}
/* 专题内容 */

.sjfb .hd{margin-top: 74px;}
.sjfb .hd ul{display: flex;justify-content: space-between;gap: 17px;}
.sjfb .hd ul li{cursor: pointer;width: 185px;height: 112px;background-color: #fff;flex-shrink: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.sjfb .hd ul li.on{background: url(/wjqrmzf/xhtml/template/pc2024/ztzl/sjfb/images/item_bg.png);}
.sjfb .hd ul li p{font-size: 1.6rem;color: #000000;margin-top: 10px;}
.sjfb .hd ul li.on p{color: #fff;}
.sjfb .hd ul li:last-child{margin-right: auto;}
.sjfb .hd ul li img{display: none;transition: all 0.3s;}
.sjfb .hd ul li img.no-active{display: block;}
.sjfb .hd ul li.on img.active{display: block;}
.sjfb .hd ul li.on img.no-active{display: none;}
.sjfb .hd ul li:hover img{transform: scale(1.12);}

.echart-box{height: 518px;}
.content{margin-top: 16px;padding: 19px 25px;padding-bottom: 66px;margin-bottom: 80px;width: 100%;background-color: #fff;box-shadow: 2.57px 3.43px 11.14px  rgba(204, 227, 255, 0.6);}
.content .zt-list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;column-gap: 27px;row-gap: 30px;}
.content .zt-list .list-item{min-width: 290px;width: 31%;flex-grow: 1;height: 381px;background: linear-gradient(0deg, rgba(212, 233, 255, 1) 0%, rgba(243, 248, 253, 1) 100%);}
.content .zt-list .list-item img{width: 100%;height: 150px;}
.content .zt-list .list-item h5{font-size: 2.4rem;font-weight: 700;line-height: 34px;margin-top: 14px;margin-bottom: 15px;text-align: center;}
.content .zt-list .list-item ul{margin: 0 34px;display: flex;row-gap: 22px;justify-content: space-around;flex-wrap: wrap;}
.content .zt-list .list-item ul li{flex-grow: 1;flex-shrink: 0;min-width: 40%;}
.content .zt-list .list-item ul li a{font-size: 1.8rem;}
@media (max-width: 1280px){
  .sjfb .hd ul{row-gap: 20px;column-gap: 0;justify-content: space-between;flex-wrap: wrap;}
  .sjfb .hd ul li{padding: 0 10px;width: 32%;}
  .sjfb .hd ul li:last-child{margin-right: 0;}
  .sjfb .hd ul li p{text-align: center;}
}

@media (max-width: 768px){
  .content .zt-list .list-item{width: auto;height: auto;padding-bottom: 30px;}
  .content .zt-list .list-item img{height: auto;}
  .content .zt-list .list-item ul{margin: 0 30px;}
}

@media (max-width: 431px){
  .sjfb .hd {margin-top: 20px;}
  .sjfb .hd ul li{padding: 0 10px;width: 48%;}
  .zt-box .header {padding-top: 16px;}
  .echart-box {height: 375px;}
}
