<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**!
* 通用信件列表
* date: 2021-08-01
* author: wppei;
*/
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.main {
  margin-bottom: 45px;
}

.sec-nav {
  width: 206px;
}

.sec-nav-tt {
  height: 68px;
  line-height: 68px;
  margin-bottom: 4px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/list_bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.sec-nav-list {
  padding: 0 20px;
}

.sec-nav-item {
  height: 50px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px dashed #d5dae4;
  text-align: center;
}

.sec-nav-item a {
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec-nav-item:hover a {
  color: #015293;
}

.sec-nav-item.active a {
  color: #015293;
  font-weight: bold;
  font-size: 18px;
}

.menu {
  min-height: 431px;
  padding-bottom: 30px;
}

.box-shadow {
  /*height: 851px;*/
  box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}

/* 右侧 */
.sec-right {
  width: calc(100% - 234px);
  margin-left: 28px;
}

.sec-right-tt {
  height: 61px;
  margin-bottom: 39px;
  font-size: 18px;
  border-bottom: 1px solid #e3e8ef;
}

.sec-right-tt &gt; h2 {
  position: relative;
  float: left;
  padding-left: 20px;
  line-height: 60px;
  font-weight: bold;
}

.sec-right-tt &gt; h2:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 22px;
  transform: translateY(-50%);
  background-color: #015293;
}

.sec-right-tt .write-letter {
  float: right;
  height: 40px;
  width: 137px;
  margin: 10px 20px 0 0;
  padding-left: 48px;
  line-height: 38px;
  color: #015293;
  font-family: "SourceHanSansCN-Medium";
  border: 1px solid #e3ebf2;
  border-radius: 3px;
  background: #f1f6fd url("../images/letter_icon1.png") no-repeat 18px center;
}

.sec-right-tt .write-letter:hover {
  color: #fff;
  background-color: #015293;
  border-color: #015293;
  background-image: url("../images/letter_icon1h.png");
}

.letter-top {
  margin: 0 34px 39px 50px;
}

.letter-label {
  width: 59%;
}

.letter-label &gt; label {
  line-height: 50px;
  color: #8e8c8c;
  font-size: 18px;
}

.letter-label-input {
  width: calc(100% - 126px);
  height: 50px;
  padding: 0 20px;
  color: #333;
  font-size: 18px;
  border: 1px solid #d5dae4;
  border-radius: 3px;
}

.letter-label-input::-webkit-input-placeholder {
  color: #8e8c8c;
  font-size: 18px;
}

.letter-label-input::-moz-placeholder {
  color: #8e8c8c;
  font-size: 18px;
}

.letter-label-input:-moz-placeholder {
  color: #8e8c8c;
  font-size: 18px;
}

.letter-label-input:-ms-input-placeholder {
  color: #8e8c8c;
  font-size: 18px;
}

.letter-btn {
  width: 41%;
}

.letter-btn-box {
  width: calc(50% - 30px);
  margin-left: 30px;
  height: 50px;
  line-height: 38px;
  text-align: center;
  color: #015293;
  font-size: 20px;
  border: 1px solid #015293;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}

.letter-btn-box:first-child {
  color: #fff;
  background-color: #015293;
}

.letter-box {
  padding: 0 34px;
}

.letter-table {
  width: 100%;
  table-layout: fixed;
}

.letter-thead th {
  height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #fff;
  background-color: #015293;
}

.letter-thead th:first-child {
  width: 5.2%;
  border-radius: 3px 0 0 3px;
}

.letter-thead th:nth-child(2) {
  width: 26.3%;
}

.letter-thead th:nth-child(3) {
  width: 21.6%;
}

.letter-thead th:nth-child(4) {
  width: 14.1%;
}

.letter-thead th:nth-child(5) {
  width: 19.8%;
}

.letter-thead th:nth-child(6) {
  width: 13%;
  border-right: none;
  border-radius: 0 3px 3px 0;
}

.letter-tbody tr:nth-child(even) td {
  background-color: #f1f6fd;
}

.letter-tbody td {
  height: 50px;
  padding: 0 13px;
  text-align: center;
  color: #666;
  font-size: 15px;
}

.letter-tbody td &gt; a {
  color: #666;
}

.letter-tbody td:nth-child(2) {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pager {
  margin-top: 45px;
}

/* 1200以下 */
@media (max-width: 1199px) {
  .sec-right {
    width: calc(100% - 221px);
    margin-left: 15px;
  }
  .letter-box {
    padding: 0 15px;
  }
}

/* 767 */
@media (max-width: 767px) {
  .sec-nav,
  .sec-right {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    height: auto;
    padding-bottom: 30px;
  }
  .sec-right-tt .write-letter {
    float: none;
    margin: 0 0 0 20px;
    display: block;
  }
  .sec-right-tt &gt; h2 {
    float: none;
  }
  .sec-right-tt {
    height: auto;
    padding-bottom: 10px;
  }
  .letter-top {
    margin: 0 10px;
  }
  .letter-label,
  .letter-btn {
    margin-bottom: 20px;
    width: 100%;
  }
  .letter-con::-webkit-scrollbar {
    display: none;
  }
  .letter-con {
    overflow-x: auto;
  }
  .letter-table {
    width: 900px;
  }
}


.sec-nav .wb-tree {
    padding: 0 20px;
}

.sec-nav .wb-tree-items {
    /*padding-right: 5px;*/
    border-bottom: 1px dashed #d5dae4;
}

.sec-nav .wb-tree-items.active .sec-nav-box {
    color: #015293;
    font-weight: bold;
}

.sec-nav .wb-tree-items.hasChild .wb-tree-iconr {
    display: inline-block;
}

.sec-nav .wb-tree-items.current .wb-tree-tt {
    color: #015293;
    font-weight: bold;
}

.sec-nav .wb-tree-items.current .wb-tree-sub {
    display: block;
}

.sec-nav .wb-tree-items.current .wb-tree-iconr {
    background-image: url("../images/list_jiaoh.png");
}

.sec-nav .wb-tree-item.hasChild .wb-tree-icontr {
    display: inline-block;
}

.sec-nav .wb-tree-item.current .wb-tree-fours {
    display: block;
}

.sec-nav .wb-tree-item.current .wb-tree-icontr {
    background-image: url("../images/list_jiaoh.png");
}

.sec-nav .wb-tree-item.current .wb-tree-child {
    color: #015293;
}

.sec-nav .wb-tree-node {
    padding: 14px 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sec-nav .wb-tree-tt {
    display: inline-block;
    width: calc(100% - 25px);
    line-height: 20px;
    padding-left: 27px;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    background: url("../images/dianh.jpg") no-repeat 7px center;
}

.sec-nav .wb-tree-iconr,
.sec-nav .wb-tree-icontr {
    display: none;
    width: 25px;
    height: 12px;
    background: url("../images/list_jiao.png") no-repeat right center;
    vertical-align: middle;
    cursor: pointer;
}

.sec-nav .wb-tree-sub {
    display: none;
    margin-top: 2px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.sec-nav .wb-tree-sub .wb-tree-item:last-child {
    border-bottom: none;
}

.sec-nav .wb-tree-node1 {
    padding: 5px 15px 0 32px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.sec-nav .wb-tree-child {
    display: inline-block;
    width: calc(100% - 25px);
    line-height: 20px;
    font-size: 14px;
    color: #6c727f;
    vertical-align: top;
}

.sec-nav .wb-tree-child.current {
    color: #c71c21;
}

.sec-nav .wb-tree-fours {
    display: none;
    padding: 5px 0;
}

.sec-nav .wb-tree-four {
    line-height: 16px;
    padding: 4px 20px 0 40px;
    font-size: 12px;
}

.sec-nav .wb-tree-four&gt;a {
    color: #666;
}

.sec-nav .wb-tree-four&gt;a.current {
    color: #015293;
}

.m-pagination-jump{
    margin-left: 36px;
}

.m-pagination-info{
    margin-left: -121px;
}

/* 公众监督 */
.supervise {
  margin-top: 23px;
  min-height: 377px;
  padding: 5px 14px 50px 14px;
  background: url("../images/supervise_bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

.supervise-hd {
  height: 51px;
  line-height: 50px;
  border-bottom: 1px solid #d5d9e4;
}

.supervise-tt {
  position: relative;
  float: left;
  padding-left: 33px;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/supervise_icon.png") 1px center no-repeat;
}

.supervise-tt::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #015293;
}

.supervise-bd {
  padding: 11px 0 0 2px;
}

.supervise-node {
  margin-top: 20px;
  vertical-align: top;
  line-height: 20px;
  font-size: 16px;
}

.supervise-node:first-child {
  margin-top: 0;
}

.pager{
  margin-bottom: 25px;
}

.supervise-node a{
  color: #333;
}

.supervise-node a:hover{
  color: #015293;
}

.letter-con{
  min-height: 545px;
}</pre></body></html>