@charset "UTF-8";
/* 二级页面 */

/* 政务动态 - 接口列表 */
.govpushinfo150203 li {
  display: none;
}
.govpushinfo150203 li:nth-child(1) {
  display: block;
}
.govpushinfo150203 li:nth-child(2) {
  display: block;
}
.govpushinfo150203 li:nth-child(3) {
  display: block;
}
.govpushinfo150203 li:nth-child(4) {
  display: block;
}
.govpushinfo150203 li:nth-child(5) {
  display: block;
}
.govpushinfo150203 li:nth-child(6) {
  display: block;
}
.govpushinfo150203 li:nth-child(7) {
  display: block;
}
.govpushinfo150203 li:nth-child(8) {
  display: block;
  padding-bottom: 0;
}

/* 政务动态 */
.line-zwdt {
  padding-bottom: 23px;
}

/* 政务公开 */

/* 政民互动 */
.line-letter {
  margin: 0 -15px;
  padding-bottom: 0;
}
.letter-left {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.letter-right {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.letter-container {
  /* height: 270px; */
  padding: 20px 23px;
  background: linear-gradient(to bottom, #d7ecff, #edf6fe);
  position: relative;
}
.letter-container:first-child{
  height: 294px;
}
.letter-container:last-child{
  height: 246px;
  margin-top: 20px;
}
.letter-left .ldxx-titleimg{
  margin-bottom: 21px;
}
.letter-left .ldxx-titleimg2{
  position: absolute;
  top: 0;
  right: 80px;
}
.ldxx{
  background: #fff;
  padding: 42px 28px;
  position: relative;
  z-index: 2;
}
.ldxx-left{
  width: 50%;
  float: left;
  padding-right: 28px;
  border-right: 1px solid #eee;
}
.ldxx-right{
  width: 50%;
  float: left;
  padding-left: 28px;
}
.ldxx a:hover img{
  transform: scale(1.1);
}
.ldxx img{
  width: 81px;
  height: 81px;
  float: left;
  transition: all 0.3s ease;
}
.ldxx .ldxx-content{
  margin-left: 81px;
  padding-left: 20px;
}
.ldxx h3{
  color: #1A5284;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ldxx p{
  color: #333333;
  line-height: 1.5;
  text-align: justify;
}
.letter-right .xjtj-titleimg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.xjtj{
  padding: 25px 40px 29px;
  background: url(../images/mail_xjtj_bg.png) no-repeat;
  background-size: 100% 100%;
}
.xjtj .xjtj-summary{
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.5;
}
.xjtj ul li{
  width: 33.333333%;
  float: left;
  padding: 6px 0;
}
.xjtj ul li:nth-child(2){
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}
.xjtj ul li:last-child{
  text-align: right;
}
.xjtj ul li h3{
  color: #1A5284;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.xjtj ul li p{
  color: #333333;
}

.line-hd {
  padding-bottom: 10px;
}
.mail-table {
  position: relative;
}
.mail-table table {
  width: 100%;
  table-layout: fixed;
}
.mail-table tr th {
  padding: 14px 0;
  background: #f0f8ff;
  color: #5482ab;
}
.mail-table tr th.mail-table-link {
  text-align: left;
  /* padding-left: 20px; */
}
.mail-table tr td {
  text-align: center;
  padding: 17px 0;
  border-bottom: 1px solid #eaeaea;
}
.mail-table tr td.mail-table-link {
  text-align: left;
}
.mail-table tr td.mail-table-link a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  position: relative;
  /* padding-left: 10px; */
}
.mail-table tr td.mail-table-status {
  color: #999999;
}
.mail-table tr td.mail-table-date {
  color: #999999;
}

/* 通用列表页 */
.commonlist {
  background: #fff;
  min-height: 500px;
  padding: 28px 24px;
}
.commonlist-left {
  width: 224px;
  background: #fafafa;
  float: left;
  text-align: center;
}
.commonlist-right {
  min-height: 300px;
  margin-left: 224px;
  padding-top: 17px;
  padding-left: 48px;
}
.commonlist-left-title {
  padding: 15px 0;
  background: #1A5284;
  color: #fff;
  font-size: 20px;
}
.commonlist-left-channels li{
  border: 1px solid #DEDDDD;
  border-top: 0;
}
.commonlist-left-channels li a {
  display: block;
  padding: 14px 26px;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
}
.commonlist-left-channels li a:after {
  content: "";
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #dcdfe6;
  border-top: 5px solid transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.commonlist-left-channels li a:hover,
.commonlist-left-channels li.on a {
  color: #1A5284;
  font-weight: bold;
}
.commonlist-left-channels li a:hover:after,
.commonlist-left-channels li.on a:after {
  border-left: 5px solid #1A5284;
}
.commonlist-right-ul{
  margin-bottom: 30px;
}
.commonlist-right-ul li {
  padding: 12px 0;
}
.commonlist-right-ul li:first-child {
  padding-top: 0;
}
.commonlist-right-ul li:nth-child(5n){
  border-bottom: 1px dashed #DCDFE6;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.commonlist-right-ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
  padding-right: 10px;
  transition: all .3s ease;
}
.commonlist-right-ul li:hover a {
  padding-left: 30px;
  color: #1A5284;
}
.commonlist-right-ul li:hover a:before{
  background: #1A5284;
}
.commonlist-right-ul li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  transition: all .3s ease;
}
.commonlist-right-ul li span {
  font-size: 14px;
  float: right;
  color: #999999;
  margin-top: 2px;
}
#page-div {
  text-align: center;
}
#page-div .pagination-first {
  display: block;
  margin-bottom: 10px;
}
#page-div .pagination-last {
  display: block;
}
#page-div a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  color: #c4c4c4;
  font-size: 14px;
  margin-right: 7px;
}
#page-div span {
  color: #333;
  font-size: 15px;
  margin-right: 10px;
}
#page-div #pagination-input {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  width: 30px;
  text-align: center;
  outline: none;
}
#page-div .pagination-num.active,
#page-div a:hover {
  background-color: #1A5284;
  border-color: #1A5284;
  color: #fff;
}

.commonlist--noleft .commonlist-right{
  margin-left: 0;
  padding-left: 0;
}

/* 专题专栏页 */
.list-ztzl ul {
  margin: 0 -13px;
}
.list-ztzl ul li{
  float: left;
  width: 33.33333%;
  padding: 0 13px;
  margin-bottom: 49px;
}
.list-ztzl ul li a:hover img{
  transform: scale(1.05);
}
.list-ztzl ul li a:hover p{
  color: #1A5284;
}
.list-ztzl ul li img{
  width: 100%;
  height: 117px;
  transition: all .3s ease;
}
.list-ztzl ul li p{
  text-align: center;
  color: #333333;
  margin-top: 16px;
  transition: all .3s ease;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
}

/* 网站地图 */
.map {
  padding: 20px 40px;
  background: #fff;
}
.map .map-title {
  line-height: 40px;
  position: relative;
  padding: 0 13px;
  font-size: 18px;
  font-weight: bold;
  color:#1c5468;
}
.map .map-title:before {
  border-radius: 2px;
  content: '';
  width: 4px;
  height: 20px;
  background: #1c5468;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.map .map-links {
  padding: 5px 15px;
}
.map .map-links li {
  display: inline-block;
  margin-right: 20px;
  line-height: 35px;
}

@media screen and (max-width: 1350px){
  .ldxx{
    padding: 20px;
  }
}

@media screen and (max-width: 1200px){
  .letter-left,.letter-right{
    width: 100%;
  }
  .letter-left{
    margin-bottom: 20px;
  }
  .letter-container:first-child,.letter-container:last-child{
    height: auto;
  }
  .ldxx-left{
      width: 100%;
      margin-bottom: 20px;
      border:none;
    }
    .ldxx-right{
      width: 100%;
      padding-left: 0;
    }
}

@media screen and (max-width: 768px){
  .commonlist-left{
    width: 100%;
    float: none;
  }
  .commonlist-right{
    margin-left: 0;
    padding-left: 0;
  }
  .list-ztzl ul li{
    width: 50%;
  }
}

@media screen and (max-width: 600px){
  .letter-left .ldxx-titleimg2{
    display: none;
  }
  .ldxx{
    padding: 20px;
  }
    
    .xjtj{
      padding: 20px;
      background: #fff;
    }
}

@media screen and (max-width: 425px){
  .letter-left .ldxx-titleimg{
    width: 100%;
  }
  .ldxx img{
    width: 60px;
    height: 60px;
  }
  .ldxx .ldxx-content{
    margin-left: 60px;
  }
  .xjtj ul li{
    width: 100%;
    text-align: center !important;
  }
  .xjtj ul li:nth-child(2){
    border:none;
  }
  .list-ztzl ul li{
    width: 100%;
  }
}

