@charset "utf-8";

:root{--theme-color:#009933; --theme-color2:#ffa800;}

/*轮播图片*/
.pg-banner img{border-radius:6px;}

/*内页导航*/
.pg-left-menu{width:270px;}
.pg-nav-head{border-radius:6px 6px 0px 0px;}
.pg-nav-head .t1{font-size:24px; color:#fff; line-height:100%;}
.pg-nav-head .t2{font-size:15px; color:rgba(255,255,255,0.6); padding-top:10px; line-height:100%;}
.pg-nav-head{padding:25px 20px; background:var(--theme-color);}
.pg-nav ul{background:#fff; border-radius:0px 0px 6px 6px;}
.pg-nav ul li a{display:block; padding:15px 20px; padding-right:50px; color:#666666; position:relative; transition:all 0.36s ease;}
.pg-nav ul li a i{position:absolute; top:15px; right:20px; font-size:18px; font-weight:normal;}
.pg-nav ul li a:hover{ background: #eee; color: var(--theme-color); }

/*推荐新闻*/
.pg-tj-news{padding:20px 20px; background:#fff; border-radius:6px;}
.pg-tj-news-head{font-size:18px; font-weight:bold; color:#333333; position:relative; padding-bottom:15px; border-bottom:solid 1px #e0e0e0;}
.pg-tj-news-head i{transform: rotate(90deg); display: inline-block; font-size:20px; color:#808080; font-weight:normal; position:absolute; top:0; right:0;}
.pg-tj-news ul li{ position:relative; padding-left:20px; padding-top:20px;}
.pg-tj-news ul li::after{content:''; width:6px; height:6px; background:var(--theme-color); display:block; position:absolute; left:0; top:32px;}
.pg-right-box{width:890px; padding:30px 40px; padding-bottom:40px; background:#fff; border-radius:6px; min-height:793px;}
.pg-tj-news ul li .t2{color:#999999; padding-top:5px;}


/*通用位置*/
.pg-ty-wz{border-bottom:solid 1px #e0e0e0; padding-bottom:20px;}
.pg-ty-wz span{padding:0px 10px;}
.pg-ty-wz b{font-weight:normal; color:#999;}
.pg-ty-wz .t1{font-size:20px; font-weight:bold; color:#000;}
.pg-ty-wz img{height:18px; vertical-align:middle; padding-right:5px;}


/*大事件*/
.history-head h1{font-size:24px; color:#333;}
.history-top{text-align: center; margin-bottom: -9px;}
.history-list-time{position:relative;}
.history-list-time::after{content:''; width:2px; height:100%; background:var(--theme-color); position:absolute; left:50%; top:0; margin-left:-1px;}
.history-list .w50{width:50%; width: calc(50% - 20px);}
.history-list{display:flex; flex-wrap: wrap; gap:0px 40px; align-items: center; position: relative; padding: 10px 0px;}
.history-list::after{content:''; width:10px; height:10px; background:var(--theme-color); position:absolute; left:50%; top:50%; margin-top:-5px; margin-left:-5px; border-radius:10px;}
.history-list-time .history-list .history-list-sz{text-align:right;}
.history-list-time .history-list .history-list-sz a{ font-size: 24px; font-weight: bold; color: #333;}
.history-list-time .history-list .history-list-tit{background:#f5f5f5; padding:20px; border-radius:6px;}
.history-list-time .history-list:nth-child(even){ flex-direction: row-reverse;}
.history-list-time .history-list:nth-child(even) .history-list-sz{text-align:left;}
.history-list-time .history-list:nth-child(even) .history-list-tit{text-align:right;}


/*专家顾问*/
.pg-dl-head .pg-ty-wz{padding:15px 40px; background:#fff; border-radius:6px; border-bottom:none;}
.pg-zjgw ul{gap:40px;}
.pg-zjgw ul li{width:calc((100% - 40px)/2); padding:40px; background:#fff; border-radius:6px; gap:30px; align-items: center;}
.pg-zjgw ul li .zsy-img{width:180px; border-radius:6px;}
.pg-zjgw ul li .tit{width:calc(100% - 210px);}

.pg-zjgw ul li .t1{font-size:20px; font-weight:bold; color:#333333;}
.pg-zjgw ul li .t2{font-weight:bold; color:var(--theme-color);}
.pg-zjgw ul li .t3{color:#999999;}
.pg-zjgw ul li .t4{position:relative; width:102px; }
.pg-zjgw ul li .t4::after{content:''; height:3px; background:var(--theme-color2); display:block;}
.pg-zjgw ul li .t4 a{ display:block; padding:6px 15px; background:var(--theme-color); color:#fff; border-radius:6px; color:#fff; transition:all 0.36s ease;}
.pg-zjgw ul li .t4 a i{display:inline-block; padding-left:5px; font-size:18px;}
.pg-zjgw ul li .t4 a:hover{background:var(--theme-color2);}


/*专家顾问详情*/
.pg-zjgw-deta{padding:50px; border-radius:6px; background:#fff; gap:40px; }
.pg-zjgw-deta .zsy-img{width:320px;}
.pg-zjgw-deta .zsy-img img{border-radius:6px;}
.pg-zjgw-deta .zjgw-tit{width:calc(100% - 360px);}
.zjgw-tit .t1{font-size:20px; font-weight:bold; color:#333333;}
.zjgw-tit .t2{font-weight:bold; color:var(--theme-color);}


/*分页*/
.paginator{font-family:Arial; text-align:center;}
.paginator a{width:36px;height:36px;line-height:36px;display:inline-block;text-decoration:none;background:#fff;margin:0 5px;color:#929292; border-radius:4px;}
.paginator a i{display:inline-block;font-size:16px;line-height:34px}
.paginator a:hover{background:var(--theme-color);color:#fff}
.paginator span.cpb{width:36px;height:36px;line-height:36px;display:inline-block;color:#fff;background:var(--theme-color); margin-left: 5px;  border-radius:4px;}

.hs-abc .paginator a{background:#f2f2f2;}
.hs-abc .paginator a:hover{background:var(--theme-color);color:#fff}

/*会员单位*/
.pg-lsdw ul{gap:40px;}
.pg-lsdw ul li{ width:calc((100% - 40px)/2); padding:20px; border:solid 1px #e0e0e0; border-radius:6px;}
.pg-lsdw ul li a{ align-items: center;  gap:20px; }
.pg-lsdw ul li .zsy-img{width:80px; height:80px; border-radius:40px;}
.pg-lsdw ul li .zsy-img img{width:100%; height:80px;}
.pg-lsdw ul li .zsy-tit{width:calc(100% - 100px);}

/*新闻列表*/
.pg-news ul li{padding:40px; border-radius:6px; background:#fff;     border-bottom: solid 1px #e0e0e0;}
.pg-news ul li:nth-last-child(1){border-bottom:none;}
.pg-news ul li a{gap:30px;  color:#999999; align-items: center;}
.pg-news ul li a .zsy-img{ width:300px; overflow:hidden; height:initial; }
.pg-news ul li a .tit{width:calc(100% - 330px);}
.pg-news ul li a .tit .t1{font-size:18px; font-weight:bold; color:#333; transition:all 0.36s ease;}
.pg-news ul li a:hover img{transform:scale(1.08);}
.pg-news ul li a:hover .t1{color:var(--theme-color);}

/*新闻详情*/
.news-deta-tit{text-align:center; border-bottom:dashed 1px #e0e0e0;}
.news-deta-tit .t1{font-size:20px; color:#333; font-weight:bold;}
.news-deta-tit .t2{color:#999999;}
.pg-news-deta{padding:40px; border-radius:6px; background:#fff;}

/*上下页*/
.page-next{ border-top:dashed 1px #e0e0e0;}
#PrevSpan{padding-bottom:5px;}
.pn-list, .pn-list a{color:#999999;}
.pn-list:hover, .pn-list a:hover{color:var(--theme-color);}

/*合作交流*/
.pg-hzjl{padding:40px; background:#fff; border-radius:6px; margin-top:40px;}
.pg-hzjl-list ul{gap:40px;}
.pg-hzjl-list ul li{width:calc((100% - 80px)/3); text-align:center;}
.pg-hzjl-list ul li .zsy-tit{text-align:center;}

.pg-hzjl-list ul li a:hover .zsy-img img{transform:scale(1.08);}

/*可信认证*/
.pg-jp-list ul.A-1{background-color:var(--theme-color);}
.pg-jp-list ul.A-1 li{float:left;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center}
.pg-jp-list ul li{width:33.333%; text-align:center;}

.pg-jp-list ul .a3 img{width:27px;height:27px;padding-top:10px}
.pg-jp-list ul.B-1{background-color:#f8f8f8}
.pg-jp-list ul.B-1 li{height:45px;overflow:hidden;line-height:45px;float:left;text-align:center;font-size:16px;color:#666666}
.pg-jp-list ul .a3.xx img{width:17px;height:17px;padding-left:2px;padding-right:2px;padding-top:16px;}

/*可信认证详情*/
.ppz-head{ font-size: 18px; color: #333333; padding: 15px 0px; border-bottom: solid 1px #dfdfdf;}
.pg-jd-wp{ padding: 30px; background-color: #fdfdfd; border: solid 1px #e0e0e0; margin-top: 40px;}
.pjw-t1-img{ width: 155px;}
.pjw-t1-img img{ width: 155px;}
.pjw-t2-tit{ width: 590px; font-size: 16px; color: #666;}
.pjw-t2-tit img{ width: 17px; height: 17px; padding-right: 5px; vertical-align: middle; margin-top: -3px;}
.pjw-t2-tit span{ text-align: right; display: inline-block; /*width: 80px;*/ padding-right: 20px;}
.pjw-t2-tit p{padding-bottom: 12px;}


/*图片切换*/
.pc-slide{width:100%;margin:0 auto;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{width:calc(100% - 90px);height:100px;margin:0px 45px;}
.preview .swiper-slide{width:150px;height:100px;cursor:pointer; margin-right: 15px;}
.preview .swiper-slide img{width:144px;height:94px; border:3px solid #fff;}
.preview .slide6{width:82px;}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:10px;top:50%;margin-top:-9px;width:13px;height:23px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:10px;top:50%;margin-top:-9px;width:13px;height:23px;z-index:10;}
.preview img{padding:1px;}
.preview .active-nav img{padding:0;border:3px solid #F00;}
.fancybox img{
    max-width:100%;
}


