﻿
/* 文章-父列表页 -----------------------------------------*/
.boxLoop .box { margin-top: 20px; background-color: #fff; padding: 15px 20px; }

.pageBoxLoop { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2%; }
.pageBoxLoop .box { width: 49%; background-color: #fff; margin-bottom: 25px; padding: 20px 30px; display: flex; flex-direction: column; align-content: stretch; box-sizing: border-box; }




/* focusWrap */
.focusWrap { padding: 25px 0; height: 545px; }
.focusWrap #focusNews { margin-right: 30px; }
.focusWrap .top-list2 { display: flex; flex-direction: column; gap: 20px; flex: 1; min-width: 0; }
.focusWrap .top-list2 li { flex: 1; position: relative; background-color: #fff; transition: 0.5s; box-sizing: border-box; padding: 10px 25px; }
.focusWrap .top-list2 .con { display: flex; flex-direction: column; gap: 2px; transition: 0.5s; }
.focusWrap .top-list2 .title { font-size: var(--text-title-02); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.focusWrap .top-list2 .title a::after { position: absolute; inset: 0; display: block; content: ""; }
.focusWrap .top-list2 .intro { line-height: 26px; color: #999; font-size: var(--text-title-03); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.focusWrap .top-list2 .date { color: #999; display: flex; align-items: center; }
.focusWrap .top-list2 .date::before { content: "\E693"; font-family: iconfont; font-size: 20px; margin-right: 4px; }
.focusWrap .top-list2 li:hover { background: linear-gradient(270deg, rgba(160, 0, 3, 0.85) 0%, rgba(90, 0, 160, 0.85) 100.42%); }
.focusWrap .top-list2 li:hover .con { transform: translateX(10px); }
.focusWrap .top-list2 li:hover .title { color: #fff; }
.focusWrap .top-list2 li:hover .title a { color: inherit; }
.focusWrap .top-list2 li:hover .intro,
.focusWrap .top-list2 li:hover .date { color: rgba(255, 255, 255, 0.5); }

/* focus-pic */
.focus-pic { display: flex; gap: 2%; padding: 25px 0; }
.focus-pic li { width: 49%; padding: 20px 30px; background-color: #fff; box-sizing: border-box; }
.focus-pic .pic a { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 58.29%; }
.focus-pic .pic img { position: absolute; left: 0; top: 0; }
.focus-pic .con { padding: 10px 0; }
.focus-pic .title { text-align: center; font-size: var(--text-title-02); line-height: 40px; height: 40px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.focus-pic .intro {  overflow: hidden; line-height: 26px; color: #999; height: 52px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }

/* row-column */
.row-column .box-tab { flex-shrink: 0; width: 70%; margin-right: 2%; }
.row-column .box-tab .parHd li { flex: 1; text-align: center; }
.row-column .box-tab .parHd li a { background-color: #fff; }
.row-column .box-tab .parBd { background-color: #fff; }
.box-tab .pageTPList li {  border: none; border-bottom: 1px dashed #D9D9D9;  box-shadow: none; margin-top: 0; }
.box-tab .pageTPList li:last-child { border-bottom: none; }
.box-tab .pageTPList .pic { order: 1; }
.box-tab .pageTPList .con { padding-right: 0; }
.box-tab .pageTPList .intro { -webkit-line-clamp: 2; margin-bottom: 5px; }
.box-tab .pageTPList .date { position: static; transform: none; display: block; color: #999;}

.box-tab .videoPageList li,
.box-tab .photoPageList li,
.box-tab .picPageList li { width: 32%; }


/* row-side */
.row-side { flex: 1; min-width: 0; }
.row-side .box { background-color: #fff; padding: 15px 30px; }

/* txt-list */
.txt-list li { border-bottom: 1px dashed #C4C4C4; padding: 10px 0; }
.txt-list .title { line-height: 26px; max-height: 52px; font-size: var(--text-title-02); margin-bottom: 5px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.txt-list .date { color: #999; font-size: 14px; display: flex; align-items: center; }
.txt-list .date::before { content: "\E693"; font-family: iconfont; font-size: 20px; margin-right: 4px; }

/* special-list */
.special-list li { margin-bottom: 17px; }
.special-list .pic img { width: 100%; height: auto;  }
.special-list .tit { display: none; }


/* 专题列表 */
.specialList { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; margin: -1.2%; }
.specialList li { position: relative; width: 22.6%; margin: 1.2%; }
.specialList .pic { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 41%; }
.specialList .pic img { position: absolute; left: 0; top: 0; }
.specialList .tit { display: none; }
.specialList .archivedTip { position: absolute; right: 0; top: 0; background: rgba(0, 0, 0, 0.5); padding: 0 15px; color: #fff; }

/* 机构设置-表格式 ------------------------------------------ */

/* picListFl */
.box-jgsz-list .picListFl { margin-top: 20px; }
.box-jgsz-list .picListFl li { background-color: #fff; padding: 20px; box-sizing: border-box; }
.box-jgsz { background-color: #fff; padding: 30px; }



/* tableList */
.tableList { width: 100%; border-collapse: collapse;}
.tableList th { font-size: 20px; font-weight: bold; }
.tableList th,
.tableList td { padding: 10px; line-height: 1.8em; text-align: center; font-size: var(--text-title-02); color: #666; border: 1px solid #e9e9e9; }
.tableList th { color: #333; background-color: #f6f6f6; }
.tableList tr:hover td { background-color: #fdfaff; }
.tableList .name { width: 6em; }
.tableList .address { width: 10em; }
.tableList .phone { width: 6em; }
.tableList .code { width: 3em; }
.tableList .url { width: 10em; }

/* 文章子-列表页 -----------------------------------------*/

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { position: relative; overflow: hidden; transition: 0.5s; display: flex; gap: 25px; align-items: center; justify-content: space-between; margin-top: 30px; background-color: #fff; padding: 30px; border-left: 4px solid rgba(218, 218, 218, 0.85); box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }
.pageTPList .pic { flex-shrink: 0; width: 230px; transition: 0.5s;}
.pageTPList .pic img { width: 100%; height: auto;}
.pageTPList .con { padding-right: 100px; position: relative; transition: 0.5s; flex: 1; min-width: 0;}
.pageTPList .title { font-size: var(--text-title-02); font-weight: bold; line-height: 30px; height: 30px; color: #5A077F; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.pageTPList .intro { margin-top: 10px; line-height: 26px; font-size: var(--text-title-03); max-height: 78px; color: #999;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pageTPList .date { position: absolute; font-size: var(--text-title-03); right: 0; top: 50%; transform: translateY(-50%); line-height: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.pageTPList .date .dd { font-size: 22px; color: #5A077F; border-bottom: 1px solid #ddd; }
.pageTPList .date .ym { line-height: 2.5; }
.pageTPList li:hover { border-color: #fff; background: linear-gradient(270deg, rgba(160, 0, 3, 0.85) 0%, rgba(90, 0, 160, 0.85) 100.42%); }
.pageTPList li:hover .title { color: #fff; }
.pageTPList li:hover .title a { color: inherit; }
.pageTPList li:hover .intro,
.pageTPList li:hover .date,
.pageTPList li:hover .date .dd { color: rgba(255, 255, 255, 0.5); }
.pageTPList li:hover .pic,
.pageTPList li:hover .con { transform: translateX(5px); }


/* newsList */
.newsList { padding: 20px 30px 30px; margin: 20px 0; background-color: #fff; }
.newsList li { position: relative; transition: 0.5s; font-size: var(--text-title-02); line-height: 3.33em; padding-left: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px dashed rgb(0, 0, 0, 0.2); }
.newsList li::before { width: 8px; height: 8px; transition: 0.5s; background-color: #ddd; border-radius: 100%; display: block; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.newsList .date { float: right; margin-left: 15px; color: #999; }
.newsList li:hover { transform: translateX(5px); }
.newsList li:hover::before { background-color: #5A077F; }
.newsList li > a em { background: #fbff06; color: #f00; }


/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; background-color: #fff; padding: 40px 60px 30px; }
.articleCon .power-content_voice { margin-bottom: 20px;    display: none; }
.printArea .title { font-size: 30px; font-weight: bold; line-height: 1.5; text-align: center; margin-bottom: 30px; color: #333; display: block; }
.printArea .subheading { font-size: 26px; color: #555; text-align: center; margin-bottom: 30px;}
.printArea .property { padding: 0 20px; margin-bottom: 45px; display: flex; align-items: center; justify-content: space-between; line-height: 50px; text-align: center; color: #666; background: #F8F8F8; }
.printArea .property a { color: inherit; }
.printArea .property .property-left > span { padding: 0 10px;}
.printArea .property-right,
.printArea .property-right .size { display: flex; align-items: center; gap: 10px; }
.printArea .property-right .a { width: 40px; height: 30px; transition: 0.4s; background-color: #fff; color: #999; display: flex; align-items: center; justify-content: center; }
.printArea .property-right .a:hover { background-color: #5A077F; color: #fff; }
.printArea .property-right .a::before { content: "\E702"; font-family: iconfont; font-size: 30px; }
.printArea .property-right .a2::before { content: "\E701"; }
.printArea .property-right .a3::before { content: "\E703"; }
.printArea .property-right .in-shared { position: absolute; display: none; top: 100%; right: 0; height: 50px; width: 200px; background-color: #f5f5f5; }
.printArea .property-right .shared { position: relative; }
.printArea .property-right .shared.on .a3 { background-color: #5A077F; color: #fff; }
.printArea .property-right .shared.on .in-shared { display: block; }
.printArea .bdsharebuttonbox { display: flex; height: 50px; align-items: center; justify-content: center; }

.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: var(--text-title-02); line-height: 2.1; text-align: left; padding: 0 0 30px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p {margin: 20px 0 0px; padding:0px; line-height: 2.1; word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.printArea .conTxt p:first-child{margin-top: 0px}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.printArea .conTxt a { color: blue; text-decoration: underline;}
.printArea .conTxt em { font-style: italic;}
.printArea .conTxt ul { padding-left: 2em; list-style: inherit;}
.printArea .conTxt ol { padding-left: 2em; list-style: decimal;}
.printArea .conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{ text-indent: 0; }
.printArea .videoPlayer { position: relative; z-index: 1; text-align: center; margin: 20px auto; }
.printArea .videoPlayer div { margin: 0 auto; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.printArea .page { padding: 10px 0; text-align: center; }
.articleCon .userControl { font-size: 16px; justify-content: center; gap: 20px; display: flex; margin-bottom: 20px; padding: 25px 0 40px; line-height: 40px; height: 40px; align-items: center; border-bottom: 1px solid #ddd; }
.articleCon .userControl a { background-color: #F3F3F3; transition: 0.5s; border: 1px solid #DADADA; color: #999; padding: 0 25px; display: flex; align-items: center; }
.articleCon .userControl a::before { font-family: iconfont; font-size: 22px; content: "\E9B9"; margin-right: 5px; }
.articleCon .userControl a.gbBtn::before { content: "\E600"; }
.articleCon .userControl a:hover { background-color: #5A077F; color: #fff; border-color: #5A077F; }
.articleCon .others { padding: 10px 0; margin-bottom: 15px;}
.articleCon .others .prev, .articleCon .others .next { padding: 5px 0;}

/* 无侧边栏重置 */
.nosideContent .side { position: absolute; left: 0; top: 0;}
.nosideContent #sideMenu .bd { display: none; }
.nosideContent .path { padding-left: 20%; }
.nosideContent .printArea .title { font-size: 36px; }

/*点赞与收藏*/
.likes-group { height: auto; margin-bottom: 20px; }
.likes-group li { line-height: 28px; }

/* 智能标签 */
.articleCon .smart-tags {margin-bottom: 20px !important}

/* 相关信息 */
#relativeInfo { border-bottom: 1px dashed #ddd;}
#relativeInfo .hd h3 { font-size: var(--text-title-02); color: #046cbb}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display: flex; flex-wrap: wrap; gap: 2%; padding: 30px 10px 0; }
.picPageList li { width: 32%; transition: all ease 0.6s; margin-top: 10px; margin-bottom: 15px; background-color: #fff; padding: 20px; box-sizing: border-box; }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 66.6666%; height: 0; border: 1px solid #eee; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picPageList .title { margin-top: 12px; height: 48px; line-height: 24px; font-size: var(--text-title-02); text-align: center; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.picPageList li:hover { transform: translateY(-5px); }

/* 肖象-列表页 叠加的类 ----------------------------------------- */
.picPageList.long { }
.picPageList.long li { width: 23.5%; }
.picPageList.long .pic a { padding-bottom: 133%; }
.picPageList.long .title { height: 24px; -webkit-line-clamp: 1; }

/* 图集-列表页 ----------------------------------------- */
.photoPageList { display: flex; flex-wrap: wrap; gap: 2%; padding: 30px 10px 0; }
.photoPageList li { width: 32%; transition: all ease 0.6s; margin-top: 10px; margin-bottom: 15px; background-color: #fff; padding: 20px; box-sizing: border-box; }
.photoPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 66.6666%; height: 0; border: 1px solid #eee; }
.photoPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.photoPageList .title { margin-top: 12px; height: 24px; line-height: 24px; font-size: var(--text-title-02); text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.photoPageList li:hover { transform: translateY(-5px); }

/* 图集-内容页 ----------------------------------------- */
.slide-wrap { background-color: #fff;}
.slide-wrap .swp-admin-edit { float: right; }
.slide-wrap.slide-wrap-show-list .swpt-mode-wrap { float: none; }
.slide-wrap .sw-list .swi-hd { width: 1%; }
.slide-wrap .sw-list li { width: 20%; height: 224px; min-width: auto; }
.slide-wrap .sw-list li .swl-item-pic { display: table-cell; width: 1%; vertical-align: middle; }
.slide-wrap .sw-list li .swl-item-pic img { max-height: 100%; }

.slide-wrap .swp-tit h2,.slide-wrap .swp-tit span { float: none; text-align: center; font-weight: bold; font-size: 36px; }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { display: flex; flex-wrap: wrap; gap: 2%; padding: 30px 10px 0; }
.videoPageList li { width: 23.5%; transition: all ease 0.6s; background-color: #fff; padding: 20px; box-sizing: border-box; margin-bottom:10px; }
.videoPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 56.25%; height: 0; background: #000; }
.videoPageList .pic a::after { content: '\e734'; font-family: "fontpower"; position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; font-size: 54px; color: #fff; line-height: 60px; text-align: center; }
.videoPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.8; }
.videoPageList .title { margin-top: 12px; height: 24px; line-height: 24px; font-size: var(--text-title-02); text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.videoPageList li:hover { transform: translateY(-5px); }
.videoPageList li:hover { transform: translateY(-5px); }

/* 视频-内容页 ----------------------------------------- */
.switchVideoCon { margin-top: 15px; }
.curSelectedVideo { background-color: #52576B !important; color: #fff; }

/* 友情链接列表页 ----------------------------------------- */
.friendLinkList { display: flex; flex-wrap: wrap; margin: 1%; gap: 2%; }
.friendLinkList li { width: 32%; margin-top: 10px; margin-bottom: 10px; }
.friendLinkList li a { position: relative; display: table-cell; background-color: #fff; width: 1%; height: 48px; line-height: 24px; padding: 7px 20px; vertical-align: middle; text-align: left; font-size: var(--text-title-02); text-decoration: none; border: 1px solid #eee; }
.friendLinkList li a::after { position: absolute; right: 20px; top: 50%; content: ''; width: 0; height: 0; border: 0.4em solid transparent; border-left: 0.55em solid #d9d9d9; border-right: none; transform: translateY(-50%); }
.friendLinkList li,
.friendLinkList li a { transition: all ease 0.6s; }
.friendLinkList li a:hover { color: #fff; border-color: #5A077F; background: #5A077F; transform: translateY(-10px); }
.friendLinkList li a:hover::after { border-left-color: #fff; }
.mBd > .friendLinkList { padding-top: 20px; }

/* 专题汇总列表 ----------------------------------------- */
.spePageList { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; margin: -1.2%; margin-top: 30px; }
.spePageList li { position: relative; width: 22.6%; margin: 1.2%; }
.spePageList .pic { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 41%; }
.spePageList .pic img { position: absolute; left: 0; top: 0; }
.spePageList .tit { margin-top: 10px; font-size: var(--text-title-02); display: block; line-height: 1.6; color: #333; text-align: center; }
.spePageList .archivedTip { position: absolute; right: 0; top: 0; background: rgba(0, 0, 0, 0.5); padding: 0 15px; color: #fff; }

/* 信息提示页 ---------------------------------------------- */
.Showms { background: #fff; padding: 30px 40px; overflow: hidden; margin: 30px auto;}
.Showms .top, .Showms .bottom, .Showms .Shadow { display: none}
.Showms .MS { overflow: hidden; zoom: 1;}
.Showms .titWrong { color: #c00; border-bottom: 1px solid #ccc; padding: 10px 0; margin-bottom: 15px; font-size: var(--text-title-02);}
.Showms .BUT { padding: 25px 0 15px 0;}
.Showms .BUT a { padding: 0 15px; height: 36px; line-height: 36px; display: inline-block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; margin-right: 15px; background: #eee; border: 1px solid #ccc; font-size: 14px; background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee)); background: -moz-linear-gradient(#FFFFFF, #eee); background: -ms-linear-gradient(#FFFFFF, #eee); background: -o-linear-gradient(#FFFFFF, #eee); background: linear-gradient(#FFFFFF, #eee);}
.Showms .BUT a:hover { color: #c00; border: 1px solid #aaa; text-decoration: none;}

/* 在线投票 */
.surveyInfo .title-info dd i { margin-top: 0; }

/* 问卷调查 */
#SurveyBox { margin: 25px 0 0; padding-bottom: 40px;}
#SurveyBox #SurveyTitle { padding-top: 30px; padding-bottom: 30px; font-weight: bold; }
#SurveyBox dt { margin-bottom: 15px; }
#SurveyBox dd { padding: 0 15px; }
#SurveyBox,.surveyResult,.votePost { background-color: #fff; padding-left: 100px; padding-right: 100px; }
.surveyResult { font-size: var(--text-title-02); }
.surveyResult .row .titleInfo i { margin-top: 0; }

#FormBox { border: 1px solid #e9e9e9; max-width: 100%; background-color: #fff; padding: 30px 50px; box-sizing: border-box;}
#FormSubmit input { background-color: #5A077F; border-color: #5A077F;}
#FormSubmit input:hover { color: #fff; border: 1px solid #5A077F; }
#FormSubmit input:hover { background-color: #5A077F;  }
.voteCommonList,
.surveyCommonList { background-color: #fff; padding: 20px 30px; margin-top: 25px; }

.surveyListPage .surveyCommonList li { margin-top: 10px; margin-bottom: 10px; }
.surveyCommonList .tit,
.voteCommonList .tit,
.customFormList .tit { font-size: var(--text-title-02); margin-bottom: 5px; }
.surveyCommonList .dates { line-height: 40px; }
.customFormBoxLoop { padding-top: 40px; }

.votePost { padding-top: 40px; padding-bottom: 40px; margin: 0; }
.graphContent { background-color: #fff; font-size: var(--text-title-02); }
.graphPater .graphContent .options table,
.graphPater .result-type { font-size: var(--text-title-02); }

/* 媒体查询 */
@media (min-width:1500px) {
    .siteGroupList .intro { margin: 21px 25px; line-height: 34px; height: 136px; }
}

.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: #5A077F; border-color: #5A077F;}
.fs-searchBar #formSearch:hover{background: #5A077F; border-color: #5A077F;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#5A077F}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#5A077F}
.customFormBox .hd h3 { border-bottom-color: #5A077F; color: #5A077F;  }
.customFormBox .hd h3 a { color: #5A077F; }
.customFormBox .hd .on { border-bottom-color: #5A077F; }
.customFormBox .hd .on a { color: #5A077F; }

.customFormBoxLoop,.customFormBox { max-width: 100%; font-size: var(--text-title-02);  }
.customFormBoxLoop,.customFormBox { margin-top: 30px; background-color: #fff; padding: 30px 40px; }
.customFormBoxLoop > .customFormBox { padding: 0; margin: 0; }

/* 媒体查询 */
@media (max-width: 1680px) {
	.focusWrap { height: 492px; }
	.focusWrap .top-list2 { gap: 8px; }
    .pageTPList li { padding-top: 24px; padding-bottom: 24px; }

}

