<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top {
  background: #074fa5;
}
#top p {
  line-height: 32px;
  text-align: right;
  font-size: 14px;
}
#top p a,
#top p span {
  color: #FFFFFF;
}
#top p a:hover {
  color: #ececec;
}
#top p span {
  margin: 0 5px;
}
#nav {
  padding: 20px 0;
}
#nav .logo {
  display: block;
}
#nav .searchCon {
  position: relative;
  width: 204px;
  height: 30px;
  background: url(../images/bg_search.png) center center no-repeat;
}
#nav .searchCon #searchSubmit {
  position: absolute;
  left: 5px;
  top: 0;
  width: 32px;
  height: 30px;
  background: url(../images/icon_search.png) center center no-repeat;
  border: none;
  cursor: pointer;
}
#nav .searchCon #searchText {
  position: absolute;
  width: 145px;
  height: 26px;
  right: 15px;
  top: 2px;
  background: none;
  outline: none;
  border: none;
}
#nav .nav_list {
  margin-top: 13px;
}
#nav .nav_list .nav_item {
  position: relative;
  float: left;
  height: 32px;
  padding: 0 10px;
  text-align: center;
  line-height: 32px;
}
#nav .nav_list .nav_item:hover .nav_link {
  color: #074fa5;
}
#nav .nav_list .nav_item:hover .nav_ej_list {
  display: block;
}
#nav .nav_list .nav_item .nav_link {
  display: block;
  font-family: "arial";
  font-size: 18px;
  color: #999999;
}
#nav .nav_list .nav_item .nav_ej_list {
  position: absolute;
  z-index: 4;
  display: none;
  left: 0;
  top: 32px;
  width: 150px;
  text-align: left;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0 2px 3px #F5F5F5;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item {
  line-height: 24px;
  font-size: 14px;
  border-top: 1px solid #F5F5F5;
  padding: 6px 0;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item .nav_ej_link {
  display: block;
  color: #252525;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item:hover .nav_ej_link {
  color: #ce171b;
}
#bannerCon {
  height: 480px;
}
.titleCon {
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  color: #FFFFFF;
  box-sizing: border-box;
  background: #074fa5;
}
.titleCon .left {
  font-size: 26px;
}
.titleCon .right {
  font-size: 14px;
  color: #FFFFFF;
}
.jdt {
  width: 385px;
  height: 340px;
  margin-top: 15px;
}
.jdt_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.jdt_container .swiper-slide {
  position: relative;
}
.jdt_container .jdt_img {
  position: absolute;
  width: 100%;
  height: 302px;
  top: 38px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.jdt_container .title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.jdt_container .title a {
  display: block;
  color: #074fa5;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.pagination1 {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 90px;
  height: 40px;
  text-align: center;
}
.pagination1 .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 12px;
  cursor: pointer;
  background: url(../images/icon_pag.png) center center no-repeat;
}
.pagination1 .swiper-active-switch {
  background: url(../images/icon_pag_active.png) center center no-repeat;
}
.pt_title {
  margin-top: 40px;
  line-height: 56px;
  font-size: 30px;
  text-align: center;
}
.pt_title a {
  position: relative;
  display: inline-block;
  color: #074fa5;
}
.pt_title a::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 56px;
  left: -100px;
  top: 0;
  background: url(../images/bg_pt_t.png) center center no-repeat;
}
.pt_title a::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 56px;
  right: -100px;
  top: 0;
  background: url(../images/bg_pt_t.png) center center no-repeat;
}
.moreInfo {
  display: block;
  width: 180px;
  height: 40px;
  padding-left: 50px;
  margin: 5px auto 0 auto;
  line-height: 40px;
  font-size: 20px;
  color: #999999;
  background: url(../images/bg_more.png) center center no-repeat;
}
.moreInfo:hover {
  color: #FFFFFF;
  background: url(../images/bg_more_active.png) center center no-repeat;
}
#main_01 {
  margin-top: 40px;
}
#main_01 .notice {
  width: 282px;
  height: 400px;
  background: #cbe3ff;
}
#main_01 .notice .noticeCon {
  width: 266px;
  height: 330px;
  margin: 24px auto 0 auto;
  overflow: hidden;
}
#main_01 .notice .n_list .notice_item {
  height: 118px;
  padding: 0 8px;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFFFFF;
}
#main_01 .notice .n_list .notice_item .date {
  padding-left: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #999999;
  background: url(../images/icon_time.png) left center no-repeat;
}
#main_01 .notice .n_list .notice_item .title a {
  color: #252525;
}
#main_01 .notice .n_list .notice_item .title a:hover {
  color: #074fa5;
}
#main_01 .news {
  width: 890px;
}
#main_01 .news .newsList {
  width: 485px;
}
#main_01 .news .newsList .news_item {
  padding: 20px 0;
  line-height: 26px;
  font-size: 14px;
  border-bottom: 1px solid #e4e4e4;
}
#main_01 .news .newsList .news_item .title a {
  color: #252525;
}
#main_01 .news .newsList .news_item .title a:hover {
  color: #074fa5;
}
#main_01 .news .newsList .news_item .info,
#main_01 .news .newsList .news_item .info a {
  color: #999999;
}
#main_01 .news .newsList .news_item .info a:hover {
  color: #074fa5;
}
#main_02 ul {
  margin-left: -24px;
  margin-top: 40px;
}
#main_02 ul li {
  width: 580px;
  height: 80px;
  margin-left: 24px;
  margin-bottom: 50px;
}
#main_02 ul li .img {
  width: 100px;
  height: 80px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main_02 ul li .info {
  width: 460px;
  line-height: 24px;
}
#main_02 ul li .info .title {
  display: block;
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main_02 ul li .info .title:hover {
  color: #074fa5;
}
#main_02 ul li .info .desc {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
}
#main_03 ul {
  margin-top: 40px;
  margin-bottom: 50px;
}
#main_03 ul li {
  position: relative;
  width: 280px;
  height: 172px;
  margin: 0 9px;
  border: 1px solid #c2c2c2;
  transition: all 0.3s ease;
}
#main_03 ul li .date {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 54px;
  height: 78px;
  color: #252525;
  text-align: center;
  line-height: 24px;
  background: #cbe3ff;
  transition: all 0.3s ease;
}
#main_03 ul li .title {
  position: absolute;
  top: 13px;
  right: 4px;
  width: 200px;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  overflow: hidden;
}
#main_03 ul li .desc {
  position: absolute;
  left: 5px;
  bottom: 10px;
  width: 270px;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
#main_03 ul li:hover {
  background: #074fa5;
}
#main_03 ul li:hover .date {
  background: #FFFFFF;
}
#main_03 ul li:hover .title,
#main_03 ul li:hover .desc {
  color: #FFFFFF;
}
#main_04 ul {
  margin-top: 40px;
}
#main_04 ul li {
  position: relative;
  width: 384px;
  height: 288px;
  float: left;
  margin: 0 8px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
#main_04 ul li:hover {
  background-size: auto 105%;
}
#main_04 ul li a {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/bg_t.png) center center repeat;
}
#main_04 ul li a:hover {
  color: #dedede;
}
#footer {
  height: 280px;
  margin-top: 56px;
  background: url(../images/bg_footer.jpg) center center no-repeat;
}
#footer .title {
  margin: 36px 0;
}
#footer .title span {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  color: #FFFFFF;
  background: #074fa5;
}
#footer .info {
  line-height: 54px;
  font-size: 14px;
  color: #252525;
  border-bottom: 1px dashed #FFFFFF;
}
#footer .info a {
  color: #252525;
}
#footer .info a:hover {
  color: #646464;
}
#copyright {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background: #074fa5;
}
#copyright a {
  color: #FFFFFF;
}
#copyright a:hover {
  color: #e2e2e2;
}
#copyright span {
  margin: 0 10px;
}
/* erji */
#topPic {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: url(../images/banner1.jpg) center center no-repeat;
}
.ej-menu {
  width: 320px;
}
.ej-menu-cat {
  line-height: 72px;
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  background: url(../images/bg_ej_nav.png) center center no-repeat;
}
.ej-menu-cat span {
  margin-left: 36px;
  padding-left: 54px;
  background: url(../images/bg_ej_cat.png) left center no-repeat;
}
.ej-list {
  background: #f6f6f6;
}
.ej-list li {
  line-height: 58px;
  padding-left: 90px;
  border-bottom: 1px solid #FFFFFF;
  background-image: url(../images/bg_ejnav.png);
  background-position: 290px center;
  background-repeat: no-repeat;
}
.ej-list li a {
  display: block;
  font-size: 18px;
  color: #333333;
}
.ej-list li:hover,
.ej-list li.selected {
  background-color: #d6dee7;
}
.ej-list-cur {
  background-color: #d6dee7;
}
.ej_nav_bottom {
  display: none;
  width: 100%;
  height: 180px;
  background: url(../images/bg_ej_bott.png) center center no-repeat;
}
.wp_paging {
  margin-top: 30px;
}
.ej-content {
  width: 800px;
  min-height: 400px;
  padding: 10px 30px 20px 30px;
  background: #FFFFFF;
}
.ej-top {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dbdbdb;
}
.ej-r-t {
  height: 60px;
  font-size: 24px;
  color: #1268c3;
  font-weight: bold;
  background: url(../images/bg_title.png) left bottom no-repeat;
}
.rj-r-pos,
.rj-r-pos a {
  font-size: 14px;
  color: #999999;
}
.ej-news-list {
  margin-top: 18px;
}
.ej-news-list .news-item {
  height: 46px;
  line-height: 46px;
  padding-left: 18px;
  background: url(../images/bg_ejlist.png) left center no-repeat;
}
.ej-news-list .news-item p {
  width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ej-news-list .news-item a {
  display: block;
  height: 46px;
  font-size: 14px;
  color: #333333;
}
.ej-news-list .news-item a:hover {
  color: #1c60b6;
  font-weight: bold;
}
.ej-news-list .news-item span {
  font-size: 14px;
  color: #999999;
}
/*detail*/
.show-title {
  margin-top: 20px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.show-info {
  margin-top: 10px;
  padding-top: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #dbdbdb;
}
.show-info span {
  margin: 0 10px;
}
.show-text {
  margin-top: 20px;
}
.content-text {
  margin-top: 28px;
}
.show-text img,
.show-text table,
.show-text embed,
.show-text object {
  max-width: 100% !important;
}
.show-text table td {
  word-break: break-all;
  white-space: pre-line;
  word-wrap: break-word;
}
.content-text img,
.content-text table,
.content-text embed,
.content-text object {
  max-width: 100% !important;
}
</pre></body></html>