<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #ecf7ff;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #999999;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hide {
  display: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.ul-box {
  padding: 14px;
}
.ul-box li {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
}
.ul-box li a {
  display: inline-block;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ul-box li span {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.index-news li a {
  width: 388px;
}
.party-news li a {
  width: 338px;
}
.government-news li a {
  width: 880px;
}
.governmenttow-news li a {
  width: 426px;
}
.header-box {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  height: 300px;
  background-image: url(images/header_banner.png);
  background-position: center center;
}
.top {
  background-color: #065ea9;
}
.top .top-box {
  display: flex;
  justify-content: space-between;
}
.top .top-box .hello-box {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.top .top-box .hello-box span {
  margin-right: 6px;
  font-size: 14px;
  color: #fff;
}
.top .top-box .search-box {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.top .top-box .search-box .search-text {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 30px;
  padding: 0 10px;
  border: 0;
  color: #666666;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ecf7ff;
}
.top .top-box .search-box .search-submit {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ecf7ff;
}
.menu {
  margin-top: 150px;
  text-align: center;
  border-radius: 2px;
  background-color: #065ea9;
  font-size: 0;
}
.menu .item {
  display: inline-block;
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.menu .item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.main {
  margin-top: 14px;
  padding: 14px;
  border-radius: 2px;
  background-color: #fff;
}
.tow-col-box {
  font-size: 0;
}
.tow-col-box .col-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 14px;
  font-size: 14px;
}
.tow-col-box .col-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}
.three-col-box {
  font-size: 0;
}
.three-col-box .item-col {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-right: 14px;
}
.three-col-box .item-col:last-child {
  padding-right: 0;
}
.narrowleft-col-box {
  display: flex;
}
.narrowleft-col-box .col-narrow {
  padding-right: 14px;
}
.narrowleft-col-box .col-wide {
  flex: 1;
}
.news-picture {
  width: 100%;
  margin-bottom: 14px;
}
.news-picture .picture-box {
  position: relative;
  display: block;
  width: 100%;
  height: 285px;
}
.news-picture .picture-box img {
  width: 100%;
  height: 285px;
}
.content-item .focusa .title-box {
  position: absolute;
  left: 1px;
  right: 0;
  bottom: 104px;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(2, 66, 120, 0.8);
}
.news-picture .picture-box .title-box:hover {
  background-color: rgba(2, 66, 120, 0.9);
}
.news-picture .picture-list {
  font-size: 0;
  margin-top: 10px;
}
.news-picture .picture-list .item {
  display: inline-block;
  width: 25%;
  height: 64px;
  padding-right: 8px;
  opacity: .6;
  cursor: pointer;
}
.news-picture .picture-list .item:hover {
  opacity: .8;
}
.news-picture .picture-list .item img {
  width: 100%;
  height: 64px;
}
.news-picture .picture-list .active {
  opacity: 1;
}
.news-picture .picture-list .active:hover {
  opacity: 1;
}
.news-picture .picture-list .item:last-child {
  padding-right: 0;
}
.news-list {
  width: 558px;
  margin-left: 14px;
  margin-bottom: 14px;
  border: 1px solid #eeeeee;
}
.news-list .title-box {
  height: 40px;
  border-bottom: 1px solid #3a91db;
}
.news-list .title-box .title {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #3a91db;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.news-list .title-box .title:hover {
  background-color: #0769bd;
}
.subject-box {
  font-size: 0;
  margin-bottom: 14px;
}
.subject-box .subject-title {
  display: inline-block;
  vertical-align: top;
  height: 100px;
}
.subject-box .subject-title img {
  width: 142px;
  height: 100px;
}
.subject-box .subject-content {
  display: inline-block;
  vertical-align: top;
  width: 1030px;
  overflow: hidden;
  white-space: nowrap;
}
.subject-box .subject-content .item {
  display: inline-block;
  width: 250px;
  height: 100px;
}
.subject-box .subject-content .item img {
  display: inline-block;
  width: 240px;
  height: 100px;
}
.party-box {
  border: 1px solid #ffc8cc;
  margin-bottom: 14px;
}
.party-box .party-title {
  position: relative;
  height: 50px;
  background-color: #fff5f6;
  border-bottom: 1px solid #ffc8cc;
}
.party-box .party-title img {
  position: absolute;
  top: 0;
  left: -30px;
}
.party-box .party-content {
  padding: 14px;
}
.party-box .party-content .party-list .party-item {
  display: inline-block;
  width: 371px;
  height: 66px;
  margin-bottom: 10px;
  padding-left: 20%;
  background-color: #fff5f6;
}
.party-box .party-content .party-list .party-item img {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
}
.party-box .party-content .party-list .party-item .party-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  color: #e60012;
  font-weight: bold;
}
.party-box .party-content .party-list .party-item:hover {
  background-color: #fff0f1;
}
.party-box .party-content .party-subject {
  width: 371px;
  height: 188px;
  margin-bottom: 24px;
}
.party-box .party-content .party-subject img {
  width: 371px;
  height: 188px;
}
.party-box .party-content .partynews-list .partynews-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #e60012;
}
.party-box .party-content .partynews-list .partynews-title img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 48px;
}
.party-box .party-content .partynews-list .partynews-title .partynews-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #e60012;
  font-weight: bold;
}
.party-box .party-content .partynews-list .partynews-title .partynews-name:hover {
  color: #ff1023;
}
.government-box {
  border: 1px solid #eeeeee;
  margin-bottom: 14px;
}
.government-box .nav-title {
  height: 50px;
  line-height: 50px;
  padding-left: 14px;
  color: #999;
  border-bottom: 1px solid #eeeeee;
}
.government-box .nav-title span {
  margin: 0 10px;
  font-size: 14px;
}
.government-box .nav-title .nav-item {
  color: #999;
  font-size: 14px;
}
.government-box .nav-title .nav-item:hover {
  color: #065ea9;
}
.government-box .government-title {
  height: 50px;
  line-height: 50px;
  background-color: #f4f8fa;
  border-bottom: 1px solid #eeeeee;
}
.government-box .government-title .title-line {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 20px;
  margin-left: 14px;
  margin-right: 10px;
  background-color: #065ea9;
  border-radius: 3px;
}
.government-box .government-title .title-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #065ea9;
}
.government-box .government-content {
  padding: 14px;
}
.government-box .government-content .function-list {
  font-size: 0;
  width: 220px;
}
.government-box .government-content .function-list .item {
  display: inline-block;
  width: 100%;
  height: 88px;
  line-height: 88px;
  margin-bottom: 10px;
  padding-left: 16%;
  background-color: #fafafa;
}
.government-box .government-content .function-list .item:hover {
  background-color: #f5f5f5;
}
.government-box .government-content .function-list .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
.government-box .government-content .function-list .item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #065ea9;
  font-weight: bold;
}
.government-box .government-content .governmentnews-list .governmentnews-title {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #eeeeee;
}
.government-box .government-content .governmentnews-list .governmentnews-title .title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-size: 18px;
  color: #065ea9;
  cursor: pointer;
}
.government-box .government-content .governmentnews-list .governmentnews-title .title:hover {
  color: #076ec7;
}
.government-box .government-content .governmentnews-list .governmentnews-title .active {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #065ea9;
}
.government-box .government-content .governmentnews-list .governmentnews-title .active:hover {
  color: #065ea9;
}
.content-box .content-title {
  margin: 0 auto;
  padding: 16px 0;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.content-box .content-content {
  color: #666666;
}
.content-box .content-content .content-time {
  margin: 0 auto;
  text-align: right;
  height: 60px;
  line-height: 60px;
}
.content-box .content-content .content-detail {
  margin: 0 auto;
  font-size: 16px;
  line-height: 36px;
}
.sub-menu {
  width: 260px;
}
.sub-menu .item {
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #065ea9;
  background-color: #fafafa;
  cursor: pointer;
}
.sub-menu .item:hover {
  background-color: #ecf7ff;
}
.sub-menu .item-sub {
  margin: 10px 0;
}
.sub-menu .item-sub .item-sub-item {
  height: 36px;
  line-height: 36px;
  padding-left: 60px;
  color: #065ea9;
  font-size: 16px;
  cursor: pointer;
}
.sub-menu .item-sub .item-sub-item:hover {
  background-color: #ecf7ff;
}
.sub-menu .active {
  background-color: #ecf7ff;
}
.sub-list .sub-title {
  height: 50px;
  line-height: 50px;
  padding-left: 14px;
  font-size: 24px;
  color: #065ea9;
  border-bottom: 2px solid #eeeeee;
}
.sub-list .sub-ul {
  margin: 20px 0;
}
.sub-list .sub-ul li {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
}
.sub-list .sub-ul li a {
  display: inline-block;
}
.sub-list .sub-ul li a .ul-title {
  display: inline-block;
  width: 730px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-list .sub-ul li a .ul-time {
  display: inline-block;
  width: 110px;
  text-align: right;
  float: right;
}
.sub-list .nav-box {
  text-align: right;
  padding-right: 14px;
  font-size: 14px;
  color: #666666;
}
.sub-list .nav-box span {
  margin: 0 4px;
}
.sub-list .nav-box .nav-page {
  cursor: pointer;
}
.sub-list .nav-box .nav-page:hover {
  color: #065ea9;
}
.sub-list .nav-box .nav-un {
  color: #ccc;
  cursor: default;
}
.sub-list .nav-box .nav-un:hover {
  color: #ccc;
}
.sub-list .nav-box .nav-text {
  width: 20px;
  height: 16px;
  border: 1px solid #eeeeee;
}
.sub-list .nav-box .nav-btn {
  width: 34px;
  height: 16px;
}
.detail-box {
  border: 1px solid #eeeeee;
  margin-bottom: 14px;
}
.link-box {
  font-size: 0;
}
.link-box .item {
  display: inline-block;
  width: 33.33%;
  padding-right: 14px;
}
.link-box .item select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  font-size: 16px;
  color: #065ea9;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #f8f8f8;
}
.link-box .item:last-child {
  padding-right: 0;
}
.branch-box {
  display: flex;
  line-height: 50px;
  margin-bottom: 14px;
  background-color: #ecf7ff;
}
.branch-box .branch-title {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  font-size: 16px;
  text-align: center;
  color: #065ea9;
  font-weight: bold;
}
.branch-box .branch-content {
  display: inline-block;
  vertical-align: top;
  width: 1062px;
}
.branch-box .branch-content .item {
  display: inline-block;
}
.branch-box .branch-content .item .item-line {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 18px;
  background-color: #6799cb;
  border-radius: 2px;
}
.branch-box .branch-content .item .item-text {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  color: #065ea9;
}
.branch-box .branch-content .item .item-text:hover {
  color: #0879da;
}
.footer {
  margin-top: 14px;
  padding: 40px;
  background-color: #fff;
}
.footer .footer-info {
  line-height: 30px;
  font-size: 14px;
  color: #065ea9;
  text-align: center;
}

.displayul{
  display: block !important;
  overflow: hidden;
}

.banner-box {
  width: 1172px;
  height: 108px;
  margin-bottom: 14px;
}
.news-list-new {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.news-list-new .title-box {
  height: 40px;
  font-size: 0;
  border-bottom: 1px solid #3a91db;
}
.news-list-index {
  height: 434px;
}
.titles{
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #3a91db;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.news-list-new .title-box-new {
  height: 40px;
  border-bottom: 1px solid #eeeeee;
}
.news-list-new .title-box-new .title {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #3a91db;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #3a91db;
  background-color: #fff;
}

.news-list-picture {
  margin: 0px 14px 0px 14px;
}
.news-list-picture .ul-box-pic {
  font-size: 0;
  padding-top: 10px;
}
.news-list-picture .ul-box-pic li {
  display: inline-block;
  width: 288px;
  height: 156px;
}
.news-list-picture .ul-box-pic li:last-child {
  padding-right: 0;
}
.news-list-picture .ul-box-pic li:hover {
  opacity: .8;
}
.news-list-picture .ul-box-pic li a {
  display: block;
}
.news-list-picture .ul-box-pic li a img {
  width: 278px;
  height: 156px;
}</pre></body></html>