<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,table,tr,td,form,input,select,textarea,span,img,a,em,strong,* {margin: 0;padding: 0;}
body {
  font-family: "å¾®è½¯é›…é»‘";
  font-size: 12px;
  color: #3d3d3d;
}
ul,ol,li {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
input,select,textarea {vertical-align: middle;}
img {
  border: none;
  vertical-align: middle;
}
.right_nav {
  width: 18%;
  margin-top: 50px;
  float: left;
}

.right_nav_main {
  width: 100%;
  height: 500px;
  float: left;
}
.right_nav_main ul {
  width: 100%;
  height: auto;
}
.right_nav_main li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
}

.right_nav_main .on{background: #0a68c7;}
.right_nav_main .on span{color: #fff}
.right_nav_main span {
  display: block;
  line-height: 50px;
  color: #3d3d3d;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  float: left;
  padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 75%
}
.right_nav_main img {
  margin-right: 20px;
  float: right;
  padding-top: 18px;
}
.content {
  width: 75%;
  margin-left: 7%;
  float: left;
  margin-top: 50px;
  margin-bottom: 18px;
  font-size: 15px;
}
.content p {
  line-height: 32px;
}

.content .cnt {
  width: 100%;
  height: auto;
}
.content .cnt .titles img {
  display: block;
  width: 100%;
}

.content .cnt .titles img:first-child {
  margin-top: 30px;
}

.news_center {
  font-size: 30px;
  color: #0a68c7;
  width: 218px;
  margin-bottom: 25px;
  font-weight: bold;
}
.main_down {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1280px;
}
.group_information1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.group_information1 h1 {
  /* width: 13%; */
  font-size: 30px;
  color: #0a68c7;
  float: left;
  border-bottom: 2px solid #0a68c7;
  padding-bottom: 8px;
}
.group_information1 p {
  width: 88%;
  float: right;
  border-bottom: 2px solid #d8d8d8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.group_information1 img {
  width: 15%;
  display: block;
  float: left;
  border-bottom: 2px solid #0a68c7;
  height: 48px;
}
.group_information_img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.group_information_img p {
  width: 82%;
  float: left;
  border-bottom: 2px solid #d8d8d8;
  padding-top: 5.4%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.group_information_img img {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}
</pre></body></html>