
/*===============公共样式style===================*/
:root{
  --nav-bg-color: #007FD5;
  --nav-child-color:#007FD5;
  --title-color:#008EEE;
  --top-bg-url:url(/SiteFiles/Library/images/2025/2/3ea2117b9256bfb1.png) no-repeat;
  --branch-bg-color:#E7F2FE;
}

[data-theme="old"] {
  --nav-bg-color: #18897D;
  --nav-child-color:#0e7f73;
  --title-color:#179184;
  --top-bg-url:url(../upload/images/2024/12/ddcffe5342ab3f10.png) no-repeat;
  --branch-bg-color:#eef7f6;
}

.inner-width{
  width:1400px;
  margin:0 auto;
}

.inner-width>ul{
  display: flex;
  justify-content: space-between;
}

.wrap {
  width: 100%;
  height: 320px;
  background: var(--title-color);
}

.wrap .top {
  height: 100%;
  min-width: 1440px;
  background: var(--top-bg-url);
  background-size: 100% 100%;
  margin: 0 auto;
}


.wrap .top .inner-width{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.wrap .top .inner-width >a:first-child img{
  width: 707px;
  height: 105px;
}

.wrap .top .inner-width >a:nth-child(2) img{
  width: 606px;
  height: 129px;
}
.change-btn span{
 display:inline-block;
  width: 24px;
  height: 24px;
  background:url(../upload/images/2025/4/858b84d617e4ca63.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.change-btn{
  position: absolute;
  top: 36px;
  right: 0;
  font-weight: 400;font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}


.top .search{position:absolute; right: 0px;height:40px;line-height: 40px;z-index:99;bottom:28px;}
.top .search_box{border: 1px solid #fff;width:120px;padding:0px 30px;opacity:0;border-radius:30px;}
.top .search button{width:38px;height:38px;background:url(../upload/images/2024/12/698b2b964baacee9.png) no-repeat;position:absolute;bottom:0px;right:8px;cursor: pointer;    border: none;}
.top .search input{width:100px;background:none;margin-left: 10px;border:0;color:#fff;line-height: 40px;outline: none;font-size:16px;}
.top .search input::placeholder {   color: #fff; font-size:16px;}






.team-style .bd ul li{
  margin-right:11px;
  width: 261px;
  height: 230px;
  background: #EAEEEE;
  opacity: 0.8;
  overflow: hidden;
}
.team-style  .prev{
  position:absolute;
  left:-50px;
  top:95px;
  width:30px;
  height:30px;
  background:url(/SiteFiles/Library/images/2025/2/57e8398b232b3498.png) no-repeat;
  background-size:100% 100%;
}

.team-style .next{
  position:absolute;
  right:-50px;
  top:95px;
  width:30px;
  height:30px;
  background:url(/SiteFiles/Library/images/2025/2/fc29081acdb32e98.png) no-repeat;
  background-size:100% 100%;
}

.team-style .bd ul li img{
  width: 261px;
  height: 166px;
  object-fit: cover;
}

.team-style .bd ul li img:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}

.team-style .bd ul li .demeanour-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 64px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  box-sizing: border-box;
}


.schools{
  margin:0 auto;
  margin-top:56px;
  margin-bottom:51px;
  width:1350px;
}

.schools .about-us-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:15px;
  font-weight: bold;
  font-size: 28px;
  color: var(--title-color);
  border-bottom: 1px solid var(--title-color);
}

.schools .about-us-title a{
  font-weight: 400;
  font-size: 24px;
  color: #666666;
}

.schools .team-style{
  margin-top:23px;
  position:relative;
}

.branch{
  padding: 40px 0;
  margin-top: 60px;
  background: var(--branch-bg-color);
}

.branch ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 50px;
}

.branch ul li{
  display: flex;
  align-items: center;
  width: 17%;
  height: 70px;
  background: rgba(248,255,254,0.8);
  zoom: 0.8;
}

.branch ul li a{
  flex: 1;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.branch ul li p{
  display: flex;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: 22px;
  color: var(--title-color);
  line-height: 33px;
}


.branch ul li .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background:var(--title-color);
  flex-shrink: 0;
}
.news_box{
  display: flex;
  margin-top:68px;
  width: 100%;
}

.news_box .inner-width {
  display:flex;
  gap:40px;
  
}

.news_wheel{
  width: 731px;
  height: 489px;
  position: relative;
}

.news_wheel  li a img{
  width: 731px;
  height: 489px;
  object-fit: cover;
}


.news_wheel   .hd li{display:inline-block;vertical-align:middle;width: 10px;height: 10px; box-sizing: border-box;border-radius:5px;border: 1px solid #979797;margin-left:10px}
.news_wheel   .hd li.on{background:#fff;}

.news_wheel .bd li .news_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, .3);
}
.news_wheel .bd li .news_btn span:first-child {
  padding: 0 20px 0 20px;
  display: inline-block;
  width: 50%;
  float: left;
}

.news_wheel .hd {
  position: absolute;
  bottom: 18px;
  right: 10px;
  z-index: 100;
}
.news_right ul li{
  padding: 21px 0;
  
  border-bottom: 1px dashed #BAC8C6;  
}
.news_right ul li:last-child{
  border-bottom:unset;
}

.news_right .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--title-color);
}

.news_right .title span{
  font-weight: bold;
  font-size: 28px;
  color: var(--title-color);
}

.news_right .more{
  font-size: 24px;
  color: #666666;
  line-height: 36px;
}

.news_right .news_title{
  margin-bottom:11px;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
}
.news_right .news_title:hover{
  color: var(--title-color);
}

.news_right  .news_date{
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}











/*min-header*/

.wrap .min-header {
  height: 34px;
  background: #e2e1e1;
  line-height: 34px;
  text-align: right;
  color: #3e3e3e;
  font-size: 14px;
}


/*nav*/

.nav {
  height: 88px;
  background: var(--nav-bg-color);
  line-height: 88px;
}

.nav ul li.li-children {
  float: left;
  position: relative;
}

.nav ul .li-children .has-children {
  display: block;
  color: #fff;
  font-size: 26px;
  padding: 0px 50px;
}

.nav ul li.li-children .nav-child {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0 0 10px rgba(111, 111, 111, 0.5);
  box-shadow: 0px 3px 4px rgba(111, 111, 111, 0.5);
  top: 83px;
}

.nav .nav-child li:hover {
  background: var(--nav-child-color);
}
.nav .nav-child li:hover a {  
  color: #fff;
}

.nav ul li .has-children:hover,
.nav ul li.li-children a.hov {
  color: var(--nav-child-color);
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0 0 10px rgba(111, 111, 111, 0.5);
  box-shadow: 0 0 10px rgba(111, 111, 111, 0.5);
}

.nav-child li {
  padding: 12px 0;
  text-align: center;
  line-height: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.footer-tip a,
.footer-tip a:hover,
.footer-tip a:visited {
  color: #FFF;
}

.nav-child li a {
  color: var(--nav-child-color);
  font-size: 18px;
  display: block;
}

.nav-child {
  display: none;
}






.line-first .title {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  padding: 6px 0px 0px 0px;
}

.line-first .title h2 {
  color: #000;
  font-size: 18px;
}

.line-first .title h2 span {
  background: url(../images/icon.png) no-repeat 0px -49px;
  padding: 2px 6px 2px 32px;
  color: var(--nav-child-color);
}

.line-first .index-search {
  position: absolute;
  right: -4px;
  top: -41px;
  width: 361px;
  height: 34px;
  border: 1px solid #7ebbb4;
}

.line-first .index-search .s_ipt {
  width: 260px;
  height: 34px;
  padding: 0px;
  padding-left: 14px;
  line-height: 34px;
  border: 0px;
}

.line-first .index-search .s_ipt:focus {
  outline: none;
}

.line-first .index-search a {
  font-size: 14px;
  color: #fff;
  background: var(--nav-child-color);
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  line-height: 34px;
  width: 87px;
  text-align: center;
}

.line-first .index-search a:hover {
  background: #139688;
}


/*line-first ==>> news-hot*/

.news-hot {
  margin-top: 0px;
}


/*line-first ==>> news-hot ==>> foucs*/

.hot-left {
  float: left;
}

#focus {
  width: 1200px;
  height: 533px;
  clear: both;
  overflow: hidden;
  position: relative;
}

#focus .preNext {
  width: 50px;
  height: 300px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}

#focus .pre {
  left: 0;
  background: url(../images/sprite.png) no-repeat left center;
}

#focus .next {
  right: 0;
  background: url(../images/sprite1.png) no-repeat right center;
}

#focus ul li a img {
  width: 607px;
  height: 369px;
}

#focus ul {
  height: 369px;
  ;
  position: absolute;
}

#focus ul li {
  float: left;
  width: 607px;
  height: 369px;
  background: #000;
  overflow: hidden;
  position: relative;
}

#focus ul li div {
  position: absolute;
  overflow: hidden;
}

#focus .btnBg {
  position: absolute;
  width: 607px;
  height: 30px;
  left: 0;
  bottom: 0;
  background: #000;
}

#focus .btn {
  position: absolute;
  width: 607px;
  height: 30px;
  right: 0;
  bottom: 0px;
  text-align: right;
  line-height: 30px;
}

#focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
}

#focus .btn span.on {
  background: #fff;
}

#focus .pre {
  left: 0;
}

.focusText span {
  background: url(../img/focusbg.png) repeat-x;
  height: 42px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  padding-left: 23px;
  position: absolute;
  right: 0px;
  z-index: 99;
}

#focus .focus-tip {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 0px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  z-index: 99;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}


/*line-first ==>> news-hot ==>> hot-right*/

.hot-right {
  height: 369px;
  width: 494px;
  float: right;
  overflow: hidden;
}

.table-title {
  margin-right: -30px;
  margin-bottom: 6px;
}

.table-title ul li a {
  float: left;
  width: 113px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  margin-right: 14px;
  position: relative;
}

.table-title ul li a.xhgg {
  background: #e25666;
}

.table-title ul li a.xhxx {
  background: #e46c2d;
}

.table-title ul li a.xhjb {
  background: #1ba999;
}

.table-title ul li a.xhhk {
  background: #1f94c0;
}

.table-title ul li a span {
  position: absolute;
  left: 42px;
  bottom: 0px;
  height: 7px;
  width: 29px;
}

.table-title ul li a:hover span,
.table-title ul li.cur a span {
  background: url(../images/arrow.png) no-repeat 0px 0px;
}

.tab-news {
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0px;
}

.tab-news a:hover {
  color: var(--nav-child-color);
  background: #fff;
}

.tab-news ul li {
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0px;
}

.tab-news ul li:last-child {
  border-bottom: none;
}

.tab-news ul li a:hover h2 {
  color: var(--nav-child-color);
  background: #fff;
}

.tab-news ul li h2 {
  font-size: 16px;
  color: #000000;
}

.tab-news ul li p {
  font-size: 14px;
  color: #807f7f;
}


/*banner-link*/

.banner-link {
  width: 1200px;
  height: 89px;
  position: relative;
  margin-top: 20px;
}

.banner-link .banner-button {
  background: url(../images/button-yjzj.png) no-repeat 0px 0px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 177px;
  height: 47px;
}


/*** line-second ***/

.line-second {
  margin:0 auto;
  margin-top: 57px;
  height: auto;
  overflow: hidden;
  width:1350px;
}


/* line-second ==>> index-news*/

.index-news {
  width: 650px;
  height: auto;
  float: left;
}

.news-right {
  float: right;
}

.index-news h2.title {
  border-bottom: 1px solid var(--title-color);
  line-height: 45px;
}

.index-news h2.title span {
  font-weight: bold;
  font-size: 28px;
  color: var(--title-color);
}

.index-news h2.title a {
  float: right;
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  
  
  
}

.index-news h2 a:hover {
  color: var(--nav-child-color);
}

.news-first {
  padding: 17px 0px 17px 10px;
  border-bottom: 1px solid #ededed;
}

.news-first img {
  float: left;
  display: block;
}

.news-first .news-first-txt {
  float: left;
  width: 257px;
  margin-left: 38px;
}

.news-first-txt h2 {
  line-height: 23px;
  font-size: 16px;
  color: #000;
}

.news-first-txt a {
  display: block;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}

.news-first-txt a:hover {
  color: var(--nav-child-color);
}



.news-first-txt .first-article {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  height: 80px;
  overflow: hidden;
}

.first-tip td {
  font-size: 12px;
  color: #878787;
}

.first-tip .time,
.first-tip .number {
  background: url(../images/icon.png) no-repeat;
  padding-left: 21px;
}

.first-tip .time {
  background-position: 0px -320px;
}

.first-tip .number {
  background-position: 0px -361px;
  margin-left: 30px;
}

.first-tip {
  margin-top: 3px;
}


/* line-second ==>> news-list*/

.news-list {
  margin-top: 21px;
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}

.news-list a {
  margin-bottom: 26px;
  display: block;
  width: calc(100% - 145px);
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}



.news-list tbody tr:last-child a{
  margin-bottom:0;
}

.news-list a:hover {
  color: var(--nav-child-color);
}

.news-list a span {
  color: #929292;
  font-size: 14px;
  float: right;
  margin-right: 10px;
}


/*** line-third ***/


/* line-third ==>> index-zzgxtfz */

.index-zzgxtfz {
  margin-top: 20px;
  width: 850px;
  float: left;
}

.index-zzgxtfz h2.title {
  border-bottom: 1px solid var(--nav-child-color);
  line-height: 32px;
}

.index-zzgxtfz h2.title span {
  color: var(--nav-child-color);
  font-size: 20px;
  background: url(../images/icon.png) no-repeat 0px -220px;
  padding-left: 30px;
}

.index-zzgxtfz h2.title a {
  color: #5c5c5c;
  font-size: 14px;
  float: right;
}

.index-zzgxtfz ul li a {
  display: block;
  padding: 19px 0;
  border-bottom: 1px solid #ededed;
}

.index-zzgxtfz ul li a:hover h2 {
  color: var(--nav-child-color);
}

.index-zzgxtfz ul li a img {
  float: left;
}

.index-zzgxtfz ul li a .zzgxtfz-txt {
  float: left;
  margin-left: 30px;
  width: 560px;
}

.zzgxtfz-txt h2 {
  line-height: 23px;
  font-size: 16px;
  color: #000;
}

.zzgxtfz-txt a {
  display: block;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
}

.zzgxtfz-txt a:hover {
  color: var(--nav-child-color);
}


.zzgxtfz-article {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 32px;
  margin-top: 23px;
  height: 100px;
  overflow: hidden;
}

.zzgxt-tip .time,
.zzgxt-tip .number {
  background: url(../images/icon.png) no-repeat;
  padding-left: 21px;
  font-size: 12px;
  color: #878787;
}

.zzgxt-tip .time {
  background-position: 0px -320px;
}

.zzgxt-tip .number {
  background-position: 0px -361px;
  margin-left: 30px;
}


/*** index-third-right ***/

.index-third-right {
  width: 256px;
  float: right;
  margin-top: 20px;
}


/* index-third-right ==>> index-jxzd*/

.index-jxzd .title {
  border-bottom: 1px solid var(--nav-child-color);
  line-height: 32px;
}

.index-jxzd h2.title span {
  color: var(--nav-child-color);
  font-size: 20px;
  background: url(../images/icon.png) no-repeat 0px 3px;
  padding-left: 30px;
}

.index-jxzd ul li a {
  padding: 16px 0px;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  color: #000000;
  font-size: 16px;
}

.index-jxzd ul li a:hover {
  color: var(--nav-child-color);
}


/*** index-advertisement ***/

.index-advertisement {
  margin-top: 30px;
}

.index-advertisement .title {
  border-bottom: 1px solid var(--nav-child-color);
  line-height: 32px;
}

.index-advertisement h2.title span {
  color: var(--nav-child-color);
  font-size: 20px;
  background: url(../images/icon.png) no-repeat 0px 3px;
  padding-left: 30px;
}

.advertisement-box {
  width: 257px;
  height: 170px;
  line-height: 170px;
  margin-top: 12px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  background: #47c2b5;
}


/***line-fourth ***/


/* line-fourth ==>> friendly-links*/

.friendly-links {
  margin-top: 30px;
}

.friendly-links h2 {
  border-bottom: 1px solid var(--nav-child-color);
  line-height: 32px;
  margin-bottom: 24px;
}

.friendly-links h2 span {
  color: var(--nav-child-color);
  font-size: 20px;
  background: url(../images/icon.png) no-repeat 0px -220px;
  padding-left: 30px;
}

.friendly-box select {
  text-align: center;
  padding: 0px 52px;
  
  width: 200px;
  height: 24px;
  margin-right: 45px;
}
.friendly-box select:last-child{
  margin-right: 0;
}


/*** footer ***/

.footer {
  padding:42px 0px;
  height: 152px;
  box-sizing: border-box;
  background:var(--title-color);
  min-width: 1440px;
}
.footer .footer-message{
  margin-top: 20px;
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-tip {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.footer-img img {
  display: block;
  margin: 0 auto;
}


/*** info-content ***/

.info-content {
  display: flex;
  justify-content: center;
  padding: 33px 35px;
  /*min-height: calc(100vh - 560px);*/
  min-height:480px;
  box-sizing: border-box;
}


/*info-content ==>> info-left*/

.info-left {
  width: 1370px;
}

.info-title {
  color: var(--nav-child-color);
  border-bottom: 1px solid var(--nav-child-color);
  padding-bottom: 24px;
  text-align: center;
  font-size:26px;
}

.info-title a {
  color: var(--nav-child-color);
}


/*info-content ==>> info-left==>> info-member*/

.info-member .member-list {
  padding: 20px 0px;
  margin-right: -30px;
}

.info-member .member-list li {
  float: left;
  width: 257px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.info-member .member-list li a {
  display: block;
}

.info-member .member-list li a:hover p {
  color: #47c2b5;
}

.info-member .member-list li a p {
  font-size: 16px;
  margin-top: 16px;
  color: #000000;
  text-align: center;
}


/*info-content ==>> info-right*/

.info-right {
  width: 256px;
  float: right;
}

.info-menu {
  margin-bottom: 30px;
}

.info-menu .title {
  border-bottom: 1px solid var(--nav-child-color);
  line-height: 32px;
}

.info-menu h2.title span {
  color: var(--nav-child-color);
  font-size: 20px;
  background: url(../images/icon.png) no-repeat 0px 3px;
  padding-left: 30px;
}

.info-menu-list li a {
  padding: 16px 0px;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  color: #000000;
  font-size: 16px;
}

.menu-advertisement {
  width: 257px;
  height: 170px;
  line-height: 170px;
  margin-top: 12px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  background: #47c2b5;
}


/*** info-list ***/

.info-list ul li a {
  font-size: 20px;
  color: #000000;
}

.info-list ul li a:hover {
  color: var(--nav-child-color);
}

.info-list ul {
  padding: 10px 0px;
}

.info-list-ul {
  border-bottom: 1px solid #e9e9e9;
  line-height: 42px;
}

/*
.info-list ul.info-list-ul li {
border-bottom: 1px solid #e9e9e9;
line-height: 42px;
}
*/

/*paging*/

.paging {
  text-align: center;
  margin-right: 17px;
  float: right;
  
}

.paging ul li {
  float: left;
  display: inline;
  
}

.paging ul li a,
.paging ul li span {
  display: block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  color: #505050;
  border: 1px solid #dddddd;
  margin-right: 11px;
}

.paging ul li a.home-page,
.paging ul li a.last-page {
  width: 52px;
  height: 27px;
  line-height: 27px;
  margin-right: 11px;
  color: #505050;
  border: 1px solid #dddddd;
}

.paging ul li span,
.paging ul li a:hover {
  color: #fff;
  background: #47c2b5;
  border: 1px solid #47c2b5;
}


/*** info-article ***/
.info-article{
  
}
.article-title {
  color: var(--nav-child-color);
  font-size: 24px;
  text-align: center;
  margin: 55px 0px 37px 0px;
}


/*.article-box p {

font-size: 24px;
line-height: 35px;
color: #000;
margin: 0px 30px;
text-indent: 2em;
}

.article-box p img {
width: 80%;
}
*/
.page_num {
  text-align: center;
  font-size: 16px;
  color: #a3a7a6;
}

.pageBtnWrap a {
  color: #0099ff;
}

.friendly-link {
  margin-bottom: 30px;
}
.friendly-link>div>span{
  width: 100%;
  display: block;
}
.friendly-link>div {
  float: left;
  color: #333;
  width: 200px;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 28px;
  border: 1px solid;
  border-radius: 4px;
  background: url(https://www.zhijiao361.com/jyxh/upload/images/2024/7/4af3b68282df36fe.png) no-repeat 181px 7px #fff;
  cursor: pointer;
  background-size: 10px 13px;
  margin-right: 47px;
  
}

.friendly-link>div:last-child {
  margin-right: 0;
}

.friendly-link>div .friendly-link>div>span {
  display: block;
}

.friendly-link>div>ul {
  display: none;
  padding: 10px 4px;
}

.friendly-link>div>ul>li {
  width: 100%;
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px dashed #ddd;
}

.friendly-link>div>ul>li a {
  display: block;
  color: #333;
  font-size: 13px;
}

.friendly-link>div>ul>li a:hover {
  color: var(--nav-child-color);
}

.text p  span{
  font-family: 宋体 !important;
  font-size: 20px !important;
  line-height: 2.0em !important;
}

.text p {
  font-family: 宋体 !important;
  font-size: 20px !important;
  line-height: 2.0em !important;
}

.text p a{
  font-family: 宋体 !important;
  font-size: 20px !important;
  line-height: 2.0em !important;
  color: rgb(0, 102, 204) !important; 
  text-decoration: underline !important; 
  
}



