/**轮播图**/
.z_toutiao {
	width: 100%;position: relative;
}
.pf {
	display: flex;
}
.zw_jdt {
	width: 682px;background-color: #f2f2f2;
}
.zw_jdt a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.zw_jdt a img {
	width: 100%;
	display: block;
	transition: all .3s ease-in-out 0s;
}

.zw_jdt a:hover img {
	transform: scale(1.05);
}

.zjd_yb {
	    width: 46%;
    background-color: #f2f2f2;
    padding: 4% 2%;
    overflow: hidden;
}

.zjd_bt a {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	color: #0a7fde;
    font-weight: bolder;
   border-bottom: 1px dashed #0a7fde;
   padding-bottom: 15px;
}

.zjt_xq {
	    width: 100%;
    font-size: 1rem;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 15px;
    color: #666;
    overflow: hidden;
}

.zjd_nav {
	position: absolute;
    left: 69%;
    bottom: 15px;
    z-index: 1;
}

.zjd_nav ul {
	display: flex;
	/* justify-content:  center; */
}

.zjd_nav ul li a {
	width: 15px;
	height: 15px;
	display: block;
	margin-left: 8px;
	background-color: #d1d1d1;
	border-radius:45px ;
}

.zjd_nav ul li a:hover {
	background-color: #0a7fde;
}

.zjd_nav ul li.show_img a {
	background-color: #0a7fde;
}
/***动态选项卡**/
.dttab {
	width: 59%;
	margin-top: 30px;
}
.header1 {
position: relative;
	        width: 100%;
	    border-bottom: 1px #BBBBBB solid;
	    }
	     .header1 ul {
	      display: flex;
	      justify-content: flex-start;
	      align-items: center;
        /* overflow: hidden; */
	    }
	    
	     .header1 ul li {
		   
		   text-align: center;
    height: 47px;
    line-height: 40px;
    padding: 0 5px;
    margin: 0 7px;
	    
	    }
	     .header1 ul li a {
	        color: #3f3f3f;
	        font-size: 1.2rem;
	        text-decoration: none;   
			padding:0 10px 3px;
	    }
	     .header1 .seles2 a{
	        border-bottom: 4px solid #4675bd !important;
    display: block !important;
    color: #4675bd !important;
    font-weight: bold !important;
	    }

.contten {
        width: 100%;
        margin-top: 15px;
    }
     .contten .dom {
        margin-top: 10px;
       display: block;
    } 
     .contten .dom ul {
    	
    }
     .contten .dom ul li {
     width: 100%;
       line-height: 41px;
       padding: 10px 0;
         list-style: none;
         display: flex;
	    justify-content: space-between;
	    align-items: center;
	    border-bottom: 1px dashed #BBBBBB;
    }
     .contten .dom ul li a:hover {
   color: #0056b3;
    transform: translateX(5px);
    }
    .contten .dom  ul li a{
      font-size: 1rem;
        color: #3f3f3f;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 85%;
          transition: all 0.3s ease;
    }
     .contten .dom  ul li span{
     	text-align: right;
       font-size: 1rem;
           color: #818282;
          /* display: inline-block;*/
          /* width: 10%;*/
    }
   .contten .show {
      display: block;
    }





.zscd {
	border-radius: 3px;
	padding: 1% 1% 1%;
	margin-top: 30px;
	width: 35%;
	box-shadow: 0 2px 6px #e0e9f5;	
	background: linear-gradient(180deg, rgba(224, 241, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.zscd p {
	padding: 10px 0 5px;
}
.zscd p a {
	font-size: 1.2rem;
	color: #4675bd;
	font-weight: bold;
}
.zscd ul {
	
}
.zscd ul li {
	 display: flex;
	 justify-content: space-between;
	 line-height: 41px;
	   position: relative;
}
.zscd ul li a {
	font-size: 1rem;
        color: #3f3f3f;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 75%;
          transition: all 0.3s ease;
        padding-left: 10px;
}
.zscd ul li a:hover {
   color: #0056b3;
    transform: translateX(5px);
    }
.zscd ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
   /* margin-top: -2px;*/
    width: 5px;
    height: 5px;
    background: #4675bd;
    transition: .3s all;
}

.zscd ul li span {
		text-align: right;
       font-size: 1rem;
       color: #818282;
}
/**专题专栏**/
.ztzl {
	padding: 15px 0px 15px 0px;
	width: 100%;
	position: relative;
}
.ztzl_con {
	margin: 0 3.5%!important;
}
.ztzl .swiper-slide img {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width:100%;
    display:block;
}

.ztzl .swiper-slide a:hover img {
    transform: scale(1.08);
}
.ztzl_con img {
	width: 100%;
}
.ztzl .swiper-button-prev {
    position: absolute;
    left: 6px;   
    color: #b9c6d7!important;
}
.ztzl .swiper-button-next {
    position: absolute;
    right: 6px;   
    color: #b9c6d7!important;
}

.zw_tit {
	margin: 8px 0px 10px 12px;
}
.zw_tit a {
	font-size: 1.4rem;
    color: #085C97;
    position: relative;
    line-height: 3.4rem;
    display: table;
    font-weight: bolder;
}

.nav-scroll-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}
.nav-scroll-list li {
    flex: 0 0 auto;
    margin: 0 5px;
}

.nav-scroll-list li a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}
/* 箭头按钮通用样式 */
.scroll-btn {
 position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 45px;
    line-height: 30px;
    text-align: center;
    border: none;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    z-index: 10;
  display: none; /* 默认大屏隐藏 */
}
.btnLeft {
  left: 0;
}
.btnRight {
  right: 0;
}
.scroll-btn.disabled {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
	.zjd_nav{left: 50%!important;transform: translateX(-50%);bottom: 6px;}
.pf {flex-direction: column!important;}
.zw_jdt {width: 100%!important;}
.zjd_yb {
    width: 96%!important;
    padding: 3% 2% 6%!important;
}
.dttab {
    width: 100%!important;
}
.zscd {
    width: 99%!important;
}
.nav-scroll-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .nav-scroll-wrap::-webkit-scrollbar {
        display: none;
    }
    .scroll-btn {
    display: block;
  }
.zjd_nav ul li a {
    width: 12px!important;
    height: 12px!important;}

}