<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-bet {
  display: flex;
  justify-content: space-between;
}
.p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conbanner {
  height: 429px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conbanner h3 {
  font-size: 60px;
  color: #003c8f;
  letter-spacing: 5px;
  font-style: italic;
}
.min-nav {
  margin: 20px auto 50px;
}
.min-nav .w {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
.min-nav a {
  display: block;
  font-size: 20px;
  line-height: 50px;
  padding: 0 30px;
}
.min-nav a:hover,
.min-nav a.active {
  background-color: #003c8f;
  color: white;
}
.main {
  padding-bottom: 50px;
  font-size: 16px;
}
.contit {
  margin: 0 auto;
  text-align: center;
}
.contit h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333333;
  display: inline-block;
}
.contit h3 span {
  display: block;
  background-color: #003c8f;
  width: 50px;
  height: 4px;
  margin: 0 auto;
}

.sidebarCategoryView {
  width: 15%;
}
.sidebarCategoryView .timeBox {
  color: #fff;
  text-align: center;
  background: #c80b4d;
  overflow: hidden;
}
.sidebarCategoryView .timeBox .timeA {
  font-size: medium;
  line-height: 2.5;
}
.sidebarCategoryView .timeBox .timeB {
  border-top: 1px solid #e33974;
  border-bottom: 1px solid #e33974;
}
.sidebarCategoryView .timeBox .timeB span {
  float: left;
  display: block;
  width: 25%;
  line-height: 52px;
  font-size: 22px;
  font-weight: bold;
}
.sidebarCategoryView .timeBox .timeC span {
  float: left;
  display: block;
  width: 25%;
  line-height: 32px;
}
.sidebarCategoryView .richeng {
  padding: 15px 0;
  line-height: 2;
}
.sidebarCategoryView .sign a {
  display: block;
  margin-top: 12px;
  padding-left: 40px;
  border: 1px solid #006cb8;
  font-size: medium;
  line-height: 48px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
}
.sidebarCategoryView .sign a img {
  margin-right: 10px;
}
.sidebarCategoryView .sign a:first-child {
  margin-top: 0;
  border-color: #003c8f;
  background-color: #fff;
  color: #003c8f;
}
.sidebarCategoryView .sign a:hover {
  background-color: #feeff7;
}
.sidebarCategoryView .sign a:nth-child(2) {
  border-color: #f49e00;
  background-color: #fff2dd;
  color: #f49e00;
}
.news-list a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list a:hover {
  border: 1px solid #003c8f;
}
.newslist-a {
  width: 25%;
  text-align: center;
  font-size: 18px;
  color: #888888;
}
.newslist-a img {
  width: 100%;
}
.newslist-a p {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-list a .newslist-b {
  flex: 1;
  width: 75%;
  margin-left: 30px;
}
.news-list a .newslist-b h3 {
  display: flex;
  font-size: 21px;
  color: black;
  font-weight: bold;
}
.news-list a:hover .newslist-b h3 {
  color: #003c8f;
}
.news-list a .newslist-b .ndesc {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 150%;
  margin: 20px 0;
}
.news-list a .more {
  font-size: 16px;
  display: block;
  width: 110px;
  line-height: 36px;
  color: #003c8f;
  padding-left: 30px;
  box-sizing: border-box;
  background: #e5e5e5;
  border-radius: 3px;
}
.news-list a .more i{font-size:16px;}
.news-list a p {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.news-list a:hover .more {
  background: #003c8f;
  color: white;
}
.aboutus {
  font-size: 16px;
  color: #474747;
  line-height: 30px;
}
.aboutus img {
  max-width: 855px;
}
.aboutus strong {
  font-weight: bold;
}
.main strong {
  font-weight: bold;
}
.news {
  padding-top: 50px;
}
.newstit {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
  color: #003c8f;
}
.newsdesc {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}
.pageright {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0 0 0;
  margin-top: 15px;
  line-height: 35px;
}
.downlist li {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.downlist li h3 {
  display: block;
  float: left;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
}
.downlist li span {
  display: block;
  float: right;
  line-height: 50px;
}
.piclist {
  overflow: hidden;
  margin: 0 -0.5%;
}
.piclist li {
  width: 15%;
  margin: 0px 0.8% 30px 0.8%;
  float: left;
}
.piclist li img {
  width: 100%;
  border: 1px solid #ddd;
}
.piclist1 {
  overflow: hidden;
  margin: 0 -1%;
}
.piclist1 li {
  width: 24%;
  margin: 30px 0.5% 0 0.5%;
  float: left;
}
.piclist1 li img {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.gbooklist {
  font-size: 18px;
  color: #000;
  border-top: 10px solid #f29600;
  padding: 20px;
}
.gbooklist h3 {
  display: block;
  font-size: 24px;
  color: #f29600;
  text-align: center;
  font-weight: bold;
}
.gbooklist dl {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  display: flex;
}
.gbooklist dl dt {
  width: 30%;
  text-align: right;
  font-weight: normal;
  line-height: 52px;
}
.gbooklist dl dd {
  width: 70%;
  margin-left: 20px;
}
.input1 {
  line-height: 52px;
  border: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 0 10px;
}

.gbooklist dl dd label{ line-height:52px; padding:0 10px;}
.gbooklist dl dd select{
    line-height: 52px;
    height: 52px;
  border: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 0 10px;}
.red_zi {
  color: #cc0000;
}
.red_btn {
  width: 150px;
  line-height: 42px;
  background-color: #f29600;
  color: #fff;
  padding: 0;
  margin: 0 auto;
  border: 0;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .aboutus img {
    max-width: 100%;
  }
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .sidebarCategoryView {
    display: none;
  }
  .conbanner {
    height: 189px;
  }
  .conbanner h3 {
    font-size: 36px;
  }
  .min-nav {
    margin: 30px auto;
  }
  .min-nav .w {
    flex-wrap: wrap;
  }
  .min-nav a {
    display: block;
    width: 50%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0px;
  }
  .contit h3 {
    font-size: 24px;
  }
  .main {
    padding: 20px 0;
  }
  .main img {
    max-width: 100%;
  }
  .news {
    padding-top: 0px;
  }
  .piclist{margin:0px;}
  .piclist li {
    width: 48%;
    margin: 0px 0.5% 10px 0.5%;
    float: left;
  }
  .piclist1 li {
    width: 48%;
    margin: 10px 1% 0 1%;
    float: left;
  }
  .gbooklist dl {
    flex-direction: column;
    width: 100%;
  }
  .gbooklist dl dt {
    width: 100%;
    text-align: left;
  }
  .gbooklist dl dd {
    width: 100%;
    margin-left: 0px;
  }
  .news-list a {
    padding: 0px;
    display: block;
    margin-bottom: 20px;
  }
  .news-list a .newslist-b {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .newslist-a {
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .newslist-a img {
    width: 100%;
  }
}

/*鍒嗛〉椤电爜鏍峰紡 鍩虹鐗� Bootstrap S */
span.highlight {
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
  display: inline-block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  font-size: inherit !important;
  color: red !important;
  line-height: 100% !important;
  border: none !important;
}
#Paging .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px;
}
#Paging .pagination &gt; li &gt; a,
#Paging .pagination &gt; li &gt; span {
  position: relative;
  float: left;
  display: inline-block;
  padding: 6px 10px;
  line-height: 20px;
  text-decoration: none;
  color: #e6322e;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
#Paging .pagination &gt; li:first-child &gt; a,
#Paging .pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#Paging .pagination &gt; li &gt; a:hover,
#Paging .pagination &gt; li &gt; span:hover,
#Paging .pagination &gt; li &gt; a:focus,
#Paging .pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #e6322e;
  background-color: #eeeeee;
  border-color: #ddd;
}
#Paging .pagination &gt; .active &gt; a,
#Paging .pagination &gt; .active &gt; span,
#Paging .pagination &gt; .active &gt; a:hover,
#Paging .pagination &gt; .active &gt; span:hover,
#Paging .pagination &gt; .active &gt; a:focus,
#Paging .pagination &gt; .active &gt; span:focus {
  font-size: 14px !important;
  z-index: 3;
  color: #fff !important;
  background-color: #e6322e;
  border-color: #e6322e;
  cursor: default;
}

#Paging {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#Paging .pager {
  margin: 10px 0;
  list-style: none;
  text-align: center;
}
#Paging .pager:before {
  content: " ";
  display: table;
}
#Paging .pager .pagination {
  margin: 0;
}
#Paging .pager li {
  margin: 0 5px;
  display: inline-block;
  width: auto !important;
  padding: 0;
  float: none;
}
#Paging .pager li &gt; a,
#Paging .pager li &gt; span {
  font-size: 14px !important;
  background: none;
  color: #e6322e;
  border: 1px solid #e6322e;
  border-radius: 3px;
  text-decoration: none;
  padding: 3px 8px;
}
#Paging .pager li:first-child &gt; a,
#Paging .pager li:last-child &gt; a,
#Paging .pager li:first-child &gt; span,
#Paging .pager li:last-child &gt; span {
  padding: 3px 8px;
}
#Paging .pager li &gt; a:hover,
#Paging .pager li &gt; a:focus {
  text-decoration: none;
  background-color: #e6322e;
  color: #fff;
}
#Paging .pager .disabled &gt; a,
#Paging .pager .disabled &gt; a:hover,
#Paging .pager .disabled &gt; a:focus,
#Paging .pager .disabled &gt; span {
  color: #777;
  border: 1px solid #777;
  background-color: #fff;
  cursor: not-allowed;
}

#Paging .loadmore-tips{
  font-size: 14px;
}

/*鎵嬫満鑷€傚簲鎺у埗*/
@media screen and (max-width:767px) {
  #Paging .pager li{
    margin: 0 1px;
  }
  #Paging .pager li &gt; a,
  #Paging .pager li &gt; span{
    font-size: 12px !important;
    padding: 2px 5px;
    line-height: 18px;
  }
  #Paging .pager li:first-child &gt; a,
  #Paging .pager li:last-child &gt; a,
  #Paging .pager li:first-child &gt; span,
  #Paging .pager li:last-child &gt; span {
    font-size: 12px !important;
    padding: 2px 5px;
  }
  #Paging .pagination &gt; .active &gt; a,
  #Paging .pagination &gt; .active &gt; span,
  #Paging .pagination &gt; .active &gt; a:hover,
  #Paging .pagination &gt; .active &gt; span:hover,
  #Paging .pagination &gt; .active &gt; a:focus,
  #Paging .pagination &gt; .active &gt; span:focus,
  #Paging .loadmore-tips{
    font-size: 12px !important;
  }
}
/*鍒嗛〉椤电爜鏍峰紡 E */
</pre></body></html>