<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 布局 */
.l-wrapper {
  min-height: 800px;
  background: url(../images/bg.jpg) repeat;
}

.l-top {
  height: 32px;
  background: rgba(29, 6, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  position: relative;
}

.l-top .left {
  float: left;
}

.l-top li {
  float: left;
  margin-right: 20px;
}

.l-top span {
  padding: 2px 5px;
  border-radius: 4px;
  background: #857267;
  border: 1px solid #a19894;
}

.l-top .right {
  float: right;
}

.l-nav {
  width: 1200px;
  height: 55px;
  margin: 0 auto;
  background: rgba(100, 48, 42, 0.9);
}

.l-nav &gt; ul &gt; li {
  float: left;
  width: calc(100%/10);

  border-right: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 12px;
  padding: 0 10px;
}

.l-nav &gt; ul &gt; li &gt; a {
  display: block;
  height: 100%;
  font-size: 16px;
  color: #fff;
}

.l-nav &gt; ul &gt; li:last-child {
  border-right: none;
}

.l-nav &gt; ul &gt; li.active a,
.l-nav &gt; ul &gt; li:hover a {
  background: #a25a0b;
}

.l-links {
  height: 37px;
  background: #722c1b;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
}

.l-links a {
  margin-right: 30px;
  color: #fff;
}

.l-links a:last-child {
  margin-right: 0;
}

.l-footer {
  height: 156px;
  padding: 36px 0;
  box-sizing: border-box;
  background: #4a0e00;
}

.l-footer .left {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #fff;
}

.l-footer .left li {
  padding: 3px 0;
}

.l-footer .right {
  float: left;
}

.l-footer .right select {
  height: 30px;
  min-width: 250px;
  padding: 2px 0;
  font-size: 16px;
  background: #f5f5f5;
  margin-top: 28px;
}

.l-floor {
  position: fixed;
  bottom: 50px;
  right: 10px;
}

.l-floor li {
  width: 48px;
  padding: 10px;
  text-align: center;
  background: #ca8858;
  margin-bottom: 10px;
  border: 1px solid #5d0000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.l-floor li:hover p {
  display: block;
  transition: all 0.2s;
}

.l-floor p {
  width: 100px;
  height: 100px;
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: -109px;
}

.l-floor p img {
  width: 100%;
}

.l-floor i {
  color: #efddcb;
  display: block;
  font-size: 30px;
}

.l-floor a {
  color: #fff;
}

.l-floor .back-top {
  display: none;
}

.l-ad {
  width: 350px;
  height: 200px;
  background: #f0f;
  background: url(../images/pc-bg.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.l-ad .tit {
  float: left;
  width: 30px;
  font-size: 22px;
  color: #35210e;
  font-family: "宋体";
  font-weight: 600;
  margin-top: 50px;
  margin-left: 40px;
}

.l-ad .main {
  width: 226px;
  float: left;
  margin-left: 10px;
  font-size: 16px;
  color: #3d2104;
  margin-top: 50px;
}

.l-ad .open {
  position: absolute;
  top: 23px;
  right: 6px;
  background: #35210e;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px 8px;
}

/*
* 页面公用部分
*/
/* 非左右布局头部 */
.show_title {
  height: 50px;
}

.show_title h5 {
  background: url(../images/show_title_bj.png) no-repeat 105px;
  overflow: hidden;
}

.show_title span {
  font-size: 22px;
  font-weight: 600;
  font-family: "宋体";
  color: #75001b;
  margin-top: 5px;
  display: block;
  width: 99px;
  height: 28px;
  float: left;
}

/* 分页  项目公用 */
.fy {
  color: #444444;
  font-size: 14px;
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

.fy a {
  color: #212121;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 14px;
  margin: 0 2px;
}

.fy a:hover {
  background: #3272d6;
  border: 1px solid #165bc6;
  color: #fff;
}

.fy select {
  width: 41px;
  height: 25px;
  border-radius: 5px;
  outline: none;
}

/* 左右布局页面  */
.index-container1 {
  width: 1200px;
  min-height: 700px;
  background: #983b34;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.text_list {
  overflow: hidden;
}

.text_list_left {
  float: left;
  width: 228px;
  margin-left: 10px;
}

.text_list_left h5 {
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: url(../images/title_bj.png) no-repeat center;
  margin-top: 8px;
}

.text_list_left h5 span {
  font-size: 24px;
  color: #ffd5ca;
}

.text_list_main {
  background: url(../images/sidebar-bg.png) no-repeat bottom center, #f4dcdb;
  min-height: 637px;
  margin-top: 15px;
  margin-left: 10px;
}

.text_list_main ul {
  padding-top: 11px;
  margin-left: -12px;
}

.text_list_main ul li {
  background: url(../images/list_icon.png) no-repeat left;
  line-height: 70px;
  background-position-x: 29px;
  height: 60px;
  background-position-y: 28px;
}

.text_list_main ul li a {
  font-size: 16px;
  color: #010101;
  margin-left: 30px;
  padding-left: 26px;
}

.text_list_main ul li:hover {
  background: url(../images/left_list_hover.png) no-repeat left;
}

.text_list_main ul li:hover a {
  color: #fff;
}

.text_list_right {
  width: 962px;
  background: #fff;
  min-height: 700px;
  float: right;
}

.text_list_right_main {
  padding: 20px;
}

/* 页面导航指南 */
.dqwz_text {
  border-bottom: 1px solid #dfa2a2;
  height: 36px;
}

.dqwz_text .dqwz {
  float: left;
}

.dqwz_text .dqwz a {
  color: #940200;
}

/* 独立页面样式 */
/* 首页 */
.index-banner {
  height: 568px;
  background: url(../images/index-banner-slogan.png) no-repeat center 80px, url(../images/index-banner.png) no-repeat top center;
  background-size: auto auto,100%;
  margin-top: -32px;
  margin-bottom: -250px;
}

.index-container {
  width: 1200px;
  min-height: 700px;
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.index-container .g-col {
  padding: 10px;
}

.index-container .b-panel-tit {
  overflow: hidden;
  position: relative;
}

.index-container .b-panel-tit::before {
  content: '';
  height: 1px;
  background: #b5b5b5;
  position: absolute;
  top: 14px;
  left: 130px;
  right: 50px;
}

.index-container .b-panel-tit strong {
  float: left;
  width: 130px;
  height: 30px;
  text-indent: -9999px;
}

.index-container .b-panel-tit a {
  float: right;
  font-size: 13px;
  color: #5b5b5b;
  margin-top: 5px;
}

.jj-panel {
  height: 192px;
  background: #f9f9f9;
}

.jj-panel .slideBox {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}

.jj-panel .slideBox .bd {
  overflow: hidden;
}

.jj-panel .slideBox li {
  float: left;
  width: 100%;
  height: 178px;
  margin-top: 8px;
  overflow: hidden;
}

.jj-panel .slideBox li h4 {
  text-align: center;
  margin-bottom: 5px;
}

.jj-panel .slideBox li h4 strong {
  text-indent: -9999px;
  display: inline-block;
  width: 170px;
  height: 38px;
  background: url(../images/index-tit1.png) no-repeat center center;
}

.jj-panel .slideBox img {
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.jj-panel .slideBox .prev,
.jj-panel .slideBox .next {
  position: absolute;
  top: 41%;
  width: 22px;
  height: 30px;
}

.jj-panel .slideBox .prev {
  left: 0;
  background: url(../images/slider-arrow.png) no-repeat -115px center;
}

.jj-panel .slideBox .next {
  right: 0;
  background: url(../images/slider-arrow.png) no-repeat left center;
}

.xt-panel {
  height: 252px;
}

.xt-panel ul {
  height: 100%;
  overflow: hidden;
}

.xt-panel i {
  display: inline-block;
  margin: 80px 0 20px;
  font-size: 60px;
  color: #ecdfdf;
}

.xt-panel p {
  font-size: 20px;
  color: #ecdfdf;
  font-family: "宋体";
  font-weight: 600;
}

.xt-panel li {
  width: 33.33%;
  height: 100%;
  float: left;
  text-align: center;
}

.xt-panel li:nth-child(1) {
  background: url(../images/tg-bg.jpg) no-repeat top center;
}

.xt-panel li:nth-child(2) {
  background: url(../images/sh-bg.jpg) no-repeat top center;
}

.xt-panel li:nth-child(3) {
  background: url(../images/bj-bg.jpg) no-repeat top center;
}

.lx-panel {
  height: 252px;
  background: #24394c;
  padding: 20px;
  box-sizing: border-box;
}

.lx-panel .b-panel-tit strong {
  background: url(../images/index-tit2.png) no-repeat left center;
}

.lx-panel ul {
  overflow: hidden;
  margin-top: 20px;
}

.lx-panel li:nth-child(even) {
  width: 62%;
}

.lx-panel li:nth-child(even) span {
  width: 104px;
}

.lx-panel li:nth-child(odd) {
  width: 38%;
}

.lx-panel li {
  float: left;
  box-sizing: border-box;
}



.lx-panel span,
.lx-panel div {
  float: left;
}
.lx-panel li .msg{
	width: 215px;
}

.lx-panel span {
  font-size: 14px;
  color: #adceec;
  text-align: right;
}

.lx-panel p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.xw-panel {
  height: 289px;
}

.xw-panel .b-panel-tit strong {
  background: url(../images/index-tit3.png) no-repeat left center;
}

.xw-panel .con {
  overflow: hidden;
  margin-left: -20px;
}

.xw-panel .item {
  float: left;
  width: 47%;
  margin-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dfa2a2;
  padding: 21px 0;
}

.xw-panel .item .date,
.xw-panel .item .text {
  float: left;
}

.xw-panel .item .date {
  width: 74px;
  text-align: center;
}

.xw-panel .item .date span {
  font-size: 26px;
  color: #781413;
  padding: 20px 0 10px;
  display: inline-block;
}

.xw-panel .item .date p {
  font-size: 14px;
  color: #616873;
}

.xw-panel .item .text {
  width: calc(100% - 74px);
  padding-left: 15px;
  border-left: 1px solid #dfa2a2;
  box-sizing: border-box;
}

.xw-panel .item .text a {
  display: block;
  font-size: 16px;
  color: #050404;
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.xw-panel .item .text a:hover {
  color: #8f1b01;
}

.xw-panel .item .text p {
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xw-panel .item .text p {
  font-size: 14px;
  color: #505357;
}

.gf-panel {
  height: 289px;
  background: #f9f9f9;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.gf-panel h4 {
  background: #7a2220;
  border-radius: 30px;
  height: 32px;
  padding: 0 10px;
  position: relative;
  margin-left: 15px;
}

.gf-panel h4 i {
  display: inline-block;
  width: 50px;
  height: 44px;
  background: url(../images/lb-icon.png) no-repeat center center;
  position: absolute;
  top: -2px;
  left: -15px;
}

.gf-panel h4 strong {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  margin-left: 28px;
}

.gf-panel h4 a {
  float: right;
  line-height: 32px;
  color: #fff;
}

.gf-panel ul {
  margin-top: 20px;
}

.gf-panel li {
  padding: 12px 4px;
  font-size: 15px;
  border-bottom: 1px solid #eac6c6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gf-panel li i {
  color: #8f1b01;
}

.gf-panel li a {
  color: #050404;
}

.ml-panel .b-panel-tit strong {
  background: url(../images/index-tit4.png) no-repeat left center;
}

.ml-panel .con {
  height: 244px;
  margin-top: 20px;
  position: relative;
}

.ml-panel .item {
  width: 160px;
  height: 244px;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background: #967140;
}

.ml-panel .item .item-fm {
  width: 160px;
  height: 100%;
  float: left;
  background: linear-gradient(to right, #f5f5f5, #dfdfdf);
  border-left: 1px solid #e2e2e2;
  text-align: center;
  cursor: pointer;
}

.ml-panel .item .item-fm .icon-thin-_bookmarks_ {
  display: block;
  font-size: 50px;
  color: #4a0e00;
  margin: 20px 0 10px;
}

.ml-panel .item .item-fm h4 {
  height: 37px;
  background: url(../images/book-tit.png) no-repeat top center;
}

.ml-panel .item .item-fm p {
  font-size: 18px;
  color: #4a0e00;
  font-weight: 600;
  margin-bottom: 10px;
}

.ml-panel .item .item-fm small {
  color: #cdcdcd;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.ml-panel .item .item-fm small::before {
  content: '';
  width: 15px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: -5px;
  left: 45%;
}

.ml-panel .item .item-fm a {
  font-size: 12px;
  color: #959595;
  background: #f7f7f7;
  padding: 4px 10px;
  border-radius: 30px;
  border: 1px solid #dedede;
}

.ml-panel .item .item-fm a i {
  vertical-align: -1px;
}

.ml-panel .item .item-con {
  float: left;
  display: none;
  width: calc(100% - 168px);
  height: 96%;
  margin: 5px;
  margin-left: 0;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px;
  overflow: hidden;
}

.ml-panel .item .item-con .img-box {
  width: 155px;
  height: 100%;
  float: left;
  overflow: hidden;
}

.ml-panel .item .item-con .img-box img {
  width: 100%;
  max-width: 100%;
}

.ml-panel .item .item-con ul {
  float: left;
  width: calc(100% - 155px);
}

.ml-panel .item .item-con li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.ml-panel .item .item-con li i {
  color: #853e2d;
}

.ml-panel .item .item-con li a {
  color: #39393a;
}

.ml-panel .item:nth-child(1) {
  position: absolute;
  left: 0;
}

.ml-panel .item:nth-child(1) .item-fm .icon-thin-_bookmarks_ {
  color: #de82c8;
}

.ml-panel .item:nth-child(1) .item-fm small {
  margin-bottom: 30px;
}

.ml-panel .item:nth-child(1) .item-fm {
  display: block;
}

.ml-panel .item:nth-child(2) {
  position: absolute;
  left: 838px;
}

.ml-panel .item:nth-child(2) .item-fm .icon-thin-_bookmarks_,
.ml-panel .item:nth-child(2) .item-fm p {
  color: #dc7745;
}

.ml-panel .item:nth-child(3) {
  position: absolute;
  left: 998px;
}

.ml-panel .item:nth-child(3) .item-fm .icon-thin-_bookmarks_,
.ml-panel .item:nth-child(3) .item-fm p {
  color: #137eea;
}

.ml-panel .item.active {
  width: 838px;
}

.ml-panel .item.active .item-fm {
  background: #967140;
}

.ml-panel .item.active .item-fm .icon-thin-_bookmarks_,
.ml-panel .item.active .item-fm p, .ml-panel .item.active .item-fm small {
  color: #fff;
}

.ml-panel .item.active .item-fm h4 {
  background: url(../images/book-tit.png) no-repeat center -31px;
}

.ml-panel .item.active .item-con {
  display: block;
}

/* 内容详情页  */
.show_content {
  margin: 26px 16px;
}

.dqwz {
  float: right;
  font-size: 14px;
  line-height: 30px;
}

.show_main h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.Upload_inform {
  text-align: center;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 10px;
}

.Upload_inform b {
  font-weight: normal;
  color: #969696;
}

.sc_time {
  background: url(../images/Clock.png) no-repeat left;
  padding-left: 20px;
  margin-right: 30px;
}

.fbbm {
  background: url(../images/fb_icon.png) no-repeat left;
  padding-left: 20px;
}

/* 投稿指南 */
.tgzn_main {
  margin-top: 7px;
  min-height: 350px;
}

.tgzn_main li {
  margin-bottom: 25px;
}

.tgzn_main li h5 {
  height: 34px;
  line-height: 34px;
  background: #f9f9f9;
  color: #8f1b01;
  font-size: 16px;
  padding-left: 20px;
  border-left: 2px solid #f9f9f9;
}

.tgzn_main li h5 font {
  color: #8f1b01 !important;
}

.tgzn_main li h5 span {
  float: right;
  color: #5a5a5a;
  font-size: 14px;
  margin-right: 40px;
}

.tgzn_main li p {
  line-height: 22px;
  margin-top: 15px;
  margin-left: 5px;
}

.tgzn_main ul li:hover h5 {
  border-left: 2px solid #8f1b01;
}

/* 文字列表 */
.bw-page {
  width: 100%;
  min-height: 700px;
}

.newList {
  min-height: 350px;
}

.newList li {
  display: block;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #dfa2a2;
  background: url(../images/bjicon.png) left no-repeat;
  padding-left: 15px;
}

.newList li a {
  float: left;
  color: #333;
}

.newList li span {
  float: right;
}

/* 报刊介绍 */
.bkjj h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.bkjj_title {
  border-bottom: 1px solid #d9d9d9;
  height: 30px;
}

.bkjj_title span {
  background: url(../images/icon22.png) no-repeat left;
  padding-left: 40px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #75001b;
  padding: 7px 0 7px 40px;
}

.bkjj_people p {
  margin: 10px 0;
  overflow: hidden;
}

.bkjj_people p span {
  background: url(../images/bjicon.png) no-repeat left;
  padding-left: 15px;
  margin-left: 30px;
  float: left;
  margin-bottom: 15px;
}

.bkjj_people p span label {
  color: #bebebe;
  font-weight: normal;
  margin-left: 10px;
}

/* 联系我们 */
.about-page-container {
  width: 1200px;
  min-height: 429px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.about-page-container .show_title span {
  font-size: 0;
  background: url(../images/lx-tit.png) no-repeat left center;
}

.about-page-container .item {
  margin-top: 20px;
}

.about-page-container .tit {
  border-bottom: 1px solid #d4d4d4;
  margin-left: 40px;
}

.about-page-container .tit span {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #940200;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  margin-left: -41px;
}

.about-page-container .tit strong {
  font-size: 16px;
  color: #940200;
  font-weight: 600;
}

.about-page-container ul {
  overflow: hidden;
  margin-left: 40px;
  margin-top: 10px;
}

.about-page-container ul li {
  padding: 10px 0;
  float: left;
  width: 33.33%;
  font-size: 16px;
  color: #000;
}

.about-page-container ul li strong {
  color: #940200;
  font-weight: 600;
}

</pre></body></html>