<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 璇︽儏椤垫牱寮忔枃浠� */
p{
  /*margin: 0;*/
}
a{
   color: #2C2F36;
}
.list-container{
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.top-view{
  height: 60px;
  background-color: #F4F4F4;
  /* border-bottom: 2px solid #E42500; */
  min-width: 1200px;
}
.block-title{
  /*width: 60px;*/
  height: 30px;
  font-size: 22px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 30px;
  background-color: #E42500;
  text-align: center;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.block-title a{
  color: #FFFFFF;
}
.block-hr{
  width: 100%;
  height: 1px;
  background: #E42500;
  margin-top: 6px;
}
.my-input {
  width: 332px;
  height: 30px;
  position: absolute;
  right: 0;
}
.icon-search {
  width: 16px;
  height: 16px;
}
.my-navber {
  min-height: 50px;
}
.nav&gt;li&gt;a{
/*  padding-left: 20px;
  padding-right: 20px;*/
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover{
  background-color:#D6D7DA
}
.nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover{
  background-color: #D6D7DA;
}
.nav-link{
  font-size: 14px;
  color: #2C2F36;
  line-height: 20px;
}
.menu-icon {
  width: 16px;
  height: 12px;
}
.my-big-navber{
  padding: 24px 0;
  position: absolute;
  min-width: 100vw;
  /* min-height: 450px; */
  background-color: #fff;
  z-index: 999;
  border-top: 1px solid #D6D7DA;
  border-bottom: 4px solid #E42500;
  left: -20px;
}
.navber-item{
  width: 580px;
  height: 60px;
  display: flex;
}
.navber-title{
  width: 60px;
  text-align: right;
}
.navber-link{
  font-size: 14px;
  width: calc(100% - 60px);
  margin-left: 30px;
}
.close-icon{
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 50px;
}
.nav-link{
  font-size: 14px;
  color: #2C2F36;
  line-height: 20px;
}
.title{
  font-size: 32px;
  font-weight: 600;
  color: #2C2F36;
  line-height: 45px;
}
.source{
  font-size: 14px;
  font-weight: 400;
  color: #102F8A;
  line-height: 20px;
}
.fun-view{
  position: absolute;
  right: 0;
  margin-top: -20px;
}
.my-popover{
  padding: 10px !important;
}
.fun-view img{
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.rich-text{
  border-top:1px solid #D3D5D8;
  padding-top: 40px;
  padding-bottom: 100px;
}
.bottom-view{
  /* width: 100vw; */
  min-width: 1200px;
  height: 60px;
  background-color: #F4F4F4;
  margin-top: 40px;
  /* position: fixed;
  bottom: 0; */
}
.logo-img {
  width: 109px;
  height: 40px;
}
.bottom-title{
  font-size: 16px;
  color: #74767C;
}
.bottom-link-p {
  font-size: 16px;
  color: #4C4E52;
  line-height: 22px;
}
.bottom-link-p span {
  margin: 0 5px;
}
.bottom-link-p a{
  color: #74767C;
}

@media (max-width: 768px){
  .rich-text img{
    width: 100%;
  }
}
</pre></body></html>