
/* 内页banner */
.nyBanner{height: 16.67rem;color: #fff;}
.nyBanner > .w1500{padding-top: 5.1rem;}
.nyBanner .title .ch{line-height: 2.13rem;margin-bottom: 0.13rem;}
.nyBanner .title .enBox .wrap{background: url(../images/icon_dot2.png) repeat-x left center;line-height: 0.57rem;background-size: auto 100%;flex-shrink: 0;font-family: "Poppins-Regular";}
.nyBanner .title .enBox .wrap .en::first-letter{text-transform: uppercase;}
.nyBanner .title .enBox .line{width: 1rem;height: 1px;background: var(--primary-color);}
.nyBanner .title .enBox .line1{flex: 1;overflow: hidden;height: 1px;background: #FFFFFF;}
.nyBanner .bread{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.35);line-height: 2.83rem;}
.nyBanner .bread .pos{flex-shrink: 0;padding-left: 0.8rem;background: url(../images/icon_home.svg) no-repeat left center;background-size: 0.53rem auto;margin-left: 1rem;}
.nyBanner .bread .pos a:hover{color: var(--primary-color);}
.nyBanner .container{flex: 1;overflow: hidden;}
.nyBanner .container .swiper-slide{width: auto;}
.nyBanner .container ul li a{display: block;position: relative;padding: 0 1rem;}
.nyBanner .container ul li a::before{content: "";width: 1px;height: 0.6rem;background: currentColor;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.nyBanner .container ul li:first-child a{padding-left: 0;}
.nyBanner .container ul li:first-child a::before{display: none;}
.nyBanner .container ul li.on a,
.nyBanner .container ul li a:hover{color: var(--primary-color);}

/* 协会介绍 */
.aboutPage .part1{background: url(../images/about_bg1.jpg) no-repeat center top;background-size: cover;}
.aboutPage .part1 .content{justify-content: flex-end;}
.aboutPage .part1 .content .textWrap{width: 46.53%;height: 21.33rem;box-sizing: border-box;background: url(../images/about_bg2.jpg) no-repeat center;background-size: cover;border-radius: 0 5px 5px 0;color: #fff;padding: 2.33rem 1.33rem 2.33rem 3rem;}
.aboutPage .part1 .content .textWrap .wrap{width: 100%;height: 100%;overflow: auto;padding-right: 1.33rem;}
.aboutPage .part1 .content .textWrap .title{line-height: 1.4;margin-bottom: 1rem;}
.aboutPage .part1 .content .cont{line-height: 1.6;}
.aboutPage .part1 .pic{width: 56.86%;padding-bottom: 18rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.aboutPage .part1 .pic:hover .bgStyle{transform: scale(1.1);}
.aboutPage .part2{background: url(../images/about_bg3.png) no-repeat center top;background-size: cover;}

/* 荣誉资质 */
.honorList li{width: 32%;margin: 0 2% 2% 0;}
.honorList li:nth-child(3n){margin-right: 0;}
.honorList .wrap{display: block;border: 1px solid #D4DDE8;border-radius: 5px;background: #EEF9FD;overflow: hidden;}
.honorList .pic{padding-bottom: 66.66%;background: #fff;}
.honorList .pic span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.honorList .pic img{max-width: 100%;max-height: 100%;}
.honorList .tit{padding: 0 0.67rem;border-top: 1px solid #D4DDE8;color: #333333;line-height: 2.67rem;text-align: center;}
.honorList .wrap:hover .tit{background: var(--primary-color);color: #fff;border-color: var(--primary-color);}

/* 最小高度 */
.minHeight{min-height: 300px;}

/* 内页样式 */
.nyWrap{background: linear-gradient(180deg, #F7FDFF 0%, rgba(247, 253, 255, 0) 100%);position: relative;overflow: hidden;}
.nyWrap::after{content: "";position: absolute;right: -4.33rem;height: 10.7rem;top: -3.73rem;width: 11.33rem;background: url(../images/rules_bg.png) no-repeat center;background-size: cover;}
.nyWrap > .w1500{position: relative;z-index: 2;}
/* 协会章程 */
.rulesPage .title{margin-bottom: 3.33rem;text-align: center;}
.rulesPage .title .tit{line-height: 1;color: #3D3D3D;margin-bottom: 0.57rem;}
.rulesPage .title .info{color: #888888;line-height: 1.3;}
.rulesPage .content{color: #888888;line-height: 1.66;}
.rulesPage .content .item{margin-bottom: 1.67rem;}
.rulesPage .content .item:last-child{margin-bottom: 0;}
.rulesPage .content .item .tit{text-align: center;color: #3D3D3D;margin-bottom: 0.67rem;line-height: 1.23;}

/* 单页 */
.singlePage.rulesPage .title{margin-bottom: 1.67rem;}
.singlePage.rulesPage .title .tit{margin-bottom: 0;}

/* 荣誉资质 */
.nyWrap .honorList{padding-bottom: 0.67rem;}

/* 分页 */
.page a{min-width: 1.67rem;border: 1px solid #D4DDE8;border-radius: 5px;margin: 0 5px 5px;color: #666666;line-height: 1.6rem;text-align: center;}
.page a.btn{min-width: auto;padding: 0 1.67rem;margin: 0 1.33rem 5px;}
.page a.on,
.page a:hover{border-color: var(--primary-color);background: var(--primary-color);color: #fff;}
.page a.disable{pointer-events: none;opacity: 0.6;}

/* 新闻列表 */
.newsList{padding-bottom: 0.67rem;}
.newsList li{width: calc((100% - 120px) / 3);margin: 0 60px 60px 0;}
.newsList li:nth-child(3n){margin-right: 0;}
.newsList .wrap{display: block;position: relative;}
.newsList .wrap::after{content: "";width: 1px;height: 100%;position: absolute;right: -30px;top: 0;background: #D4DDE8;}
.newsList li:nth-child(3n) .wrap::after{display: none;}
.newsList .pic{padding-bottom: 68.47%;}
.newsList .tit{margin: 0.5rem 0 1.2rem;color: #3D3D3D;line-height: 1.07rem;height: 2.13rem;}
.newsList .date{color: #888888;}
.newsList .date img{margin-right: 0.2rem;}
.newsList .arr{width: 1.6rem;height: 1.6rem;box-sizing: border-box;border: 1px solid #D4DDE8;border-radius: 50%;}
.newsList .arr img{height: 0.17rem;}
.newsList .wrap:hover .tit{color: var(--primary-color);}
.newsList .wrap:hover .arr{border-color: var(--primary-color);background: var(--primary-color);}
.newsList .wrap:hover .arr img{filter: brightness(0) invert(1);}

/* 按钮 */
.arrStyle{width: 1.33rem;height: 1.33rem;box-sizing: border-box;border: 1px solid #D4DDE8;border-radius: 50%;}
.arrStyle img{height: 0.17rem;}
.arrStyle:hover,
a:hover .arrStyle{border-color: var(--primary-color);background: var(--primary-color);}
.arrStyle:hover img,
a:hover .arrStyle img{filter: brightness(0) invert(1);}

/* 新闻详情 */
.passage .psgTitle{padding-bottom: 0.8rem;border-bottom: 1px solid #D8D8D8;margin-bottom: 1.2rem;text-align: center;}
.passage .psgTitle .tit{color: #3D3D3D;line-height: 1.57;margin-bottom: 0.6rem;}
.passage .psgTitle .info{color: #666666;line-height: 0.73rem;}
.passage .psgTitle .info em{color: #D8D8D8;margin: 0 1em;}
.passage .psgCont{max-width: 40rem;color: #888888;line-height: 1.77;margin: 0 auto;}
.passage .share{padding: 2rem 0 1rem;color: #3D3D3D;}
.passage .share .item{width: 1.53rem;height: 1.53rem;background: #F1F1F1;border-radius: 50%;margin-left: 0.53rem;}
.passage .share .item:hover{background: var(--primary-color);}
.passage .share .item:hover img{filter: brightness(0) invert(1);}
.passage .psgLink{padding-top: 1rem;border-top: 1px solid #D4DDE8;color: #3D3D3D;}
.passage .psgLink span{margin: 0 0.3rem;}
.passage .psgLink a:hover{color: var(--primary-color);}
.passage .psgLink .toList span{margin-right: 0;}
.passage .psgLink .disable{pointer-events: none;opacity: 0.5;}

/* 通知公告 */
.noticeList{padding-bottom: 0.67rem;}
.noticeList li{width: 32%;margin: 0 2% 2% 0;background: #FFFFFF;border-radius: 5px;border-bottom: 1px solid #D4DDE8;}
.noticeList li:nth-child(3n){margin-right: 0;}
.noticeList li::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/notice_bg.jpg) no-repeat center;background-size: cover;opacity: 0;}
.noticeList .wrap{display: block;padding: 1.57rem 1rem;}
.noticeList .date{color: #999999;font-family: "Poppins-Regular";display: flex;}
.noticeList .date span{color: #3D3D3D;font-family: "Poppins-Medium";line-height: 1.5rem;}
.noticeList .date em{line-height: 0.8rem;margin-top: 0.17rem;}
.noticeList .tit{color: #3D3D3D;line-height: 1.07rem;height: 2.13rem;margin: 0.23rem 0 0.57rem;}
.noticeList .desc{color: #888888;line-height: 0.93rem;height: 1.87rem;}
.noticeList li:hover::before{opacity: 1;}
.noticeList li:hover .date,
.noticeList li:hover .date span,
.noticeList li:hover .tit,
.noticeList li:hover .desc{color: #fff;}

/* 内页搜索 */
.formStyle{max-width: 30rem;margin: 0 auto;box-sizing: border-box;border: 1px solid #D4DDE8;background: #FFFFFF;}
.formStyle .subm{width: 3.33rem;height: 2.27rem;border: none;background: url(../images/icon_search1.svg) no-repeat center;filter: brightness(0) invert(0.4);cursor: pointer;}
.formStyle .subm:hover{filter: brightness(1) invert(0);}
.formStyle .text{width: calc(100% - 3.33rem);box-sizing: border-box;padding-left: 1.33rem;border: none;background: none;line-height: 2.27rem;color: #3D3D3D;}

/* 会员名录 */
.member1{padding-top: 1.67rem;}
.member1 .item{padding-bottom: 2.67rem;}
.member1 .item:last-child{padding-bottom: 0;}
.member1 .item ul li{width: 25%;box-sizing: border-box;padding-right: 1%;margin-bottom: 0.67rem;}
.member1 .item ul li a{color: #888888;line-height: 0.93rem;}
.member1 .item ul li a:hover,
.member1 .item ul li.on a{color: var(--primary-color);}

/* 会员风采 */
.memberList{padding-bottom: 1rem;justify-content: space-between;}
.memberList li{width: 48.86%;padding-bottom: 0.67rem;border-bottom: 1px dashed #D4DDE8;margin-bottom: 0.67rem;}
.memberList .pic{width: 11rem;padding-bottom: 6.5rem;border-radius: 5px;margin-right: 1rem;flex-shrink: 0;}
.memberList .text{flex: 1;overflow: hidden;}
.memberList .text .date{color: #888888;line-height: 0.87rem;margin-bottom: 0.17rem;}
.memberList .text .date span{color: var(--primary-color);}
.memberList .text .date em{font-family: "Poppins-Regular";}
.memberList .text .date i{margin: 0 0.25em;}
.memberList .text .tit{line-height: 0.93rem;color: #3D3D3D;}
.memberList .wrap:hover .text .tit{color: var(--primary-color);}

/* 信用等级资质查询 */
.member3 .filter{margin-bottom: 1.67rem;}
.member3 .filter .formStyle{margin: 0;width: 23.33rem;}
.member3 .filter .num{color: #3D3D3D;}
.member3 .filter .num span{color: var(--primary-color);font-weight: bold;}


/* 表格样式 */
.tableStyle table{width: 100%;border-collapse: collapse !important;border-spacing: 0 !important;}
.tableStyle table tr{border: 1px solid #D4DDE8;}
.tableStyle table tr th{text-align: left;line-height: 1rem;color: #3D3D3D;font-weight: bold;padding: 0.83rem 0;}
.tableStyle table tr td{color: #3D3D3D;line-height: 0.93rem;padding: 0.83rem 0;}
.tableStyle table tr th:first-child,
.tableStyle table tr td:first-child{padding-left: 5.3%;}

/* 下载列表 */
.downloadList{padding-bottom: 0.67rem;}
.downloadList li{margin-bottom: 1rem;}
.downloadList .wrap{border: 1px solid #D4DDE8;border-radius: 3px;background: #FFFFFF;padding-left: 1rem;color: #3D3D3D;}
.downloadList .icon{flex-shrink: 0;width: 1.5rem;}
.downloadList .btn{width: 2.8rem;border-left: 1px solid #D4DDE8;height: 3.27rem;flex-shrink: 0;}
.downloadList .btn img{height: 24.5%;}
.downloadList .tit{flex: 1;overflow: hidden;box-sizing: border-box;padding: 0 0.5rem;}
.downloadList .wrap:hover{border-color: var(--primary-color);color: var(--primary-color);}
.downloadList .wrap:hover .btn{background: var(--primary-color);border-color: var(--primary-color);}
.downloadList .wrap:hover .btn img{filter: brightness(0) invert(1);}

/* 政策法规 */
.policyList{padding-bottom: 1.67rem;}
.policyList .wrap{border-bottom: 1px dashed #D4DDE8;padding: 1rem;position: relative;color: #3D3D3D;}
.policyList .wrap::after{content: "";width: 100%;height: 2px;background: var(--primary-color);position: absolute;left: 0;bottom: -1px;transform-origin: left center;transform: scale(0,1);opacity: 0;}
.policyList .date{flex-shrink: 0;margin-right: 1.33rem;flex-direction: column;line-height: 1.2rem;font-family: "Poppins-Regular";}
.policyList .date span{align-items: center;}
.policyList .date span em{margin: 0 2px;}
.policyList .text{flex: 1;overflow: hidden;}
.policyList .tit{line-height: 0.8rem;}
.policyList .desc{color: #888888;line-height: 1.07rem;margin: 0.67rem 0;}
.policyList .more{align-items: center;}
.policyList .more img{width: 0.9rem;margin-left: 0.4rem;filter: brightness(0) invert(0.4);}
.policyList .wrap:hover{background: #FFFFFF;}
.policyList .wrap:hover::after{transform: scale(1);opacity: 1;transition: 0.7s;}
.policyList .wrap:hover .tit,
.policyList .wrap:hover .more{color: var(--primary-color);}
.policyList .wrap:hover .more img{filter: brightness(1) invert(0);}

/* 联系我们 */
.contactUs .top{justify-content: space-between;margin-bottom: 1.8rem;}
.contactUs .top dl{max-width: 7.33rem;text-align: center;color: #888888;line-height: 0.93rem;position: relative;}
.contactUs .top dl dt{width: 3.33rem;height: 3.33rem;margin: 0 auto 1rem;background: #FFFFFF;border-radius: 50%;box-shadow: 0px 4px 20px 0px rgba(205, 221, 226, 0.5);}
.contactUs .top dl .tit{color: #333333;margin-bottom: 0.23rem;}
.contactUs .top .line{border-left: 1px dashed #D4DDE8;}
.contactUs .top .line:last-child{display: none;}
.contactUs .top .qrcode {position: absolute;top: calc(100% + 10px);left: 50%;transform: translateX(-50%);width: 5rem;border-radius: 4px;padding: 6px;background: #fff;box-sizing: border-box;box-shadow: 0 4px 0.67rem rgba(205, 221, 226, 0.5);visibility: hidden;opacity: 0;transition: 0.3s;}
.contactUs .top .qrcode::before {content: "";position: absolute;top: -10px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #fff;}
.contactUs .top .qrcode img {width: 100%;}
.contactUs .top dl:hover .qrcode {visibility: initial;opacity: 1;}
.contactUs .map img{width: 100%;}

/* 网站地图 */
.sitemap-box .item{margin-bottom: 1.5em;}
.sitemap-box .item .tit{padding-bottom: .8em;border-bottom: 1px dashed #ddd;font-weight: bold;}
.sitemap-box .item .tit a{display: inline-block;vertical-align: top;color: var(--primary-color);}
.sitemap-box .item .txt,
.sitemap-box .item .itxt{display: flex;flex-wrap: wrap;margin-top: .8em;width: 100%;}
.sitemap-box .item .txt .link{position: relative;display: inline-block;vertical-align: top;padding-left: 1.2em;margin: 0 1em .8em;transition: 0.3s;}
.sitemap-box .item .txt .link:before{content: "";position: absolute;left: 0;top: 50%;width: .8em;height: .8em;margin-top: -.4em;background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuNjM4IDIyLjIzbDIuMDk2LTIuMTIxYy0xLjkwNy0uMTYtMy4xOS0uNzQ2LTQuMTYtMS43MTItMi41ODUtMi41ODMtMi41ODUtNi4yNTYgMC04LjgyM2w0LjkyMi00LjkxMmMyLjYwMi0yLjU4MiA2LjI1My0yLjU5OCA4LjgzOC0uMDE2IDIuNjAyIDIuNjE1IDIuNTg2IDYuMjYuMDE2IDguODI2bC0yLjgxIDIuODAzYTUuODU1IDUuODU1IDAgMCAxIC4zNjYgMy4yNDhsNC4zNjQtNC4zNThjMy42MzYtMy42MSAzLjY0OC04Ljc1OS0uMDE2LTEyLjQxNi0zLjY4LTMuNjgtOC44MjItMy42NDgtMTIuNDQxLS4wMmwtNS4xNzUgNS4xNjVjLTMuNjE2IDMuNjEzLTMuNjQ4IDguNzYyLjAxNiAxMi40Mi45MzguOTIxIDIuMTI4IDEuNTg0IDMuOTg0IDEuOTJ2LS4wMDR6bS0uNDQ0IDcuMDVsNS4xNTgtNS4xNjJjMy42MzUtMy42MjggMy42NDgtOC43NjEtLjAxNi0xMi40MzgtLjkyMi0uOTE4LTIuMTEyLTEuNTg0LTMuOTY4LTEuOWwtMi4xMTIgMi4xMDhjMS45Mi4xNzMgMy4yMDYuNzU4IDQuMTYgMS43MDkgMi42MDIgMi41ODIgMi41ODYgNi4yNTkuMDE2IDguODI1bC00LjkzOCA0LjkwNmMtMi41ODUgMi41ODItNi4yMzYgMi41OTgtOC44MjIuMDE2LTIuNjE4LTIuNTk1LTIuNTg2LTYuMjU2LS4wMTYtOC44MjJsMi44MS0yLjgwNGE1LjgxNCA1LjgxNCAwIDAgMS0uMzY1LTMuMjMyTDIuNzM2IDE2LjgzYy0zLjYzNSAzLjYyOS0zLjY2NyA4Ljc2MS4wMTYgMTIuNDM1IDMuNjY0IDMuNjYgOC44MDYgMy42MjkgMTIuNDQyLjAxNnoiIGZpbGw9IiNDRjIwMjAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==');background-size: 100% 100%;filter: brightness(0) invert(.5);}
.sitemap-box .item .txt .link:hover{text-decoration: underline wavy;text-underline-offset: .3em;color: var(--primary-color);}
.sitemap-box .item .txt .itit{width: 100%;box-sizing: border-box;padding-left: 0.8em;color: var(--primary-color);font-weight: bold;}
.sitemap-box .item .itxt.second{padding-left: 2em;}


@media screen and (max-width: 1620px){

}
@media screen and (max-width: 1480px){
.aboutPage .part1 .content .textWrap{padding: 1.5rem 0.8rem 1.5rem 3rem;width: 48%;}
.aboutPage .part1 .content .textWrap .title{margin-bottom: 0.5rem;}
.aboutPage .part1 .content .textWrap .wrap{padding-right: 0.8rem;}
}

@media screen and (max-width: 1300px){
}


@media screen and (max-width: 1024px){
.member1 .item ul li{width: 33.33%;}

.memberList li{width: 100%;}

.contactUs .top{flex-wrap: wrap;justify-content: flex-start;}
.contactUs .top dl{width: 33.33%;padding: 0 0.5rem 0.5rem;box-sizing: border-box;}
.contactUs .top dl dt > img{transform: scale(0.8);}
}

@media screen and (max-width: 760px){
.nyBanner{height: auto;padding: 3rem 0 5rem;}
.nyBanner > .w1500{padding-top: 0;}
.nyBanner .title .ch{line-height: 1.3;}
.nyBanner .bread{line-height: 1.8rem;}
.nyBanner .bread .pos{display: none;}
.nyBanner .container ul li a{padding: 0 0.7rem;}

.aboutPage .part1 .content{display: block;}
.aboutPage .part1 .content .textWrap{width: 100%;padding: 1rem;height: auto;}
.aboutPage .part1 .pic{position: relative;top: 0;transform: translateY(0);width: 100%;padding-bottom: 63.3%;}

.honorList{justify-content: space-between;}
.honorList li{width: 49%;margin-right: 0;}
.honorList .tit{line-height: 2rem;}

.rulesPage .title{margin-bottom: 1rem;}
.rulesPage .content .item{margin-bottom: 0.8rem;}
.rulesPage .content .item .tit{margin-bottom: 0.5rem;}

.singlePage.rulesPage .title{margin-bottom: 0.8rem;}

.page a{min-width: 1.4rem;line-height: 1.4rem;margin: 0 2px 2px;}
.page a.btn{padding: 0 0.5rem;margin: 0 0.3rem;}

.newsList{justify-content: space-between;}
.newsList li{width: 49%;margin: 0 0 2%;}
.newsList .wrap::after{display: none;}
.newsList .tit{line-height: 0.8rem;height: 1.6rem;margin: 0.3rem 0 0.5rem;}
.newsList .arr{width: 1.2rem;height: 1.2rem;}

.passage .psgTitle .tit{line-height: 1.3;}
.passage .psgTitle .info em{margin: 0 0.5em;}
.passage .share{padding: 1rem 0 0.5rem;}

.noticeList{justify-content: space-between;}
.noticeList li{width: 49%;margin-right: 0;}
.noticeList .wrap{padding: 0.8rem;}
.noticeList .tit{line-height: 0.8rem;height: 1.6rem;margin: 0.2rem 0 0.3rem;}

.formStyle .text{padding-left: 0.6rem;line-height: 1.6rem;width: calc(100% - 2rem);}
.formStyle .subm{width: 2rem;height: 1.6rem;background-size: auto 30%;}

.member1 .item{padding-bottom: 1rem;}
.member1 .item ul li{width: 50%;margin-bottom: 0.3rem;}

.memberList .pic{width: 6.27rem;padding-bottom: 3.7rem;margin-right: 0.5rem;}
.memberList .text .tit{line-height: 0.8rem;}

.member3 .filter{flex-wrap: wrap;margin-bottom: 0.8rem;}
.member3 .filter .num{margin-top: 0.4rem;}

.tableStyle{overflow-x: auto;}
.tableStyle table{min-width: 1000px;}
.tableStyle table tr th,
.tableStyle table tr td{padding: 0.5rem 0;}
.tableStyle table tr th:first-child, 
.tableStyle table tr td:first-child{padding-left: 3%;}

.downloadList li{margin-bottom: 0.5rem;}
.downloadList .wrap{padding-left: 0.5rem;}
.downloadList .icon{width: 1rem;}
.downloadList .tit{padding: 0 0.3rem;}
.downloadList .btn{width: 2rem;height: 2.2rem;}

.policyList .wrap{padding: 0.5rem;}
.policyList .date{margin-right: 0.5rem;}
.policyList .desc{margin: 0.5rem 0;line-height: 0.8rem;}

.contactUs .top{margin-bottom: 1rem;}
.contactUs .top dl{width: calc((100% - 2px) / 2);max-width: none;}
.contactUs .top dl dt{width: 2.4rem;height: 2.4rem;margin: 0 auto 0.5rem;}
.contactUs .top dl dt > img{transform: scale(0.6);}
.contactUs .top dl .tit{margin-bottom: 0;}
}

@media screen and (max-width: 468px){
.honorList li,
.newsList li,
.noticeList li{width: 100%;margin-bottom: 0.5rem;}
.noticeList .tit,
.noticeList .desc{height: auto;}
.member1 .item ul li{width: 100%;}
}