﻿@charset "UTF-8";
/**!
 * 政府机构
 * date:2021-08-02
 * author: lengyy;
 */
.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: #c00107;;
}

.main {
  padding: 0 57px;
  margin-bottom: 45px;
  box-shadow: 0 0 7px rgba(79, 113, 157, 0.16);
}

.sec {
  min-height: 500px;
  margin-bottom: 20px;
}

.sec-title {
  height: 100px;
  text-align: center;
  overflow: hidden;
}

.sec-title .title-text {
  position: relative;
  line-height: 95px;
  margin: 0 30px;
  font-size: 22px;
  font-weight: bold;
}

.sec-title .title-text span {
  color: #c00107;;
}

.sec-title .title-text:before, .sec-title .title-text:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec-title .title-text:before {
  left: -375px;
  background-image: url("../images/tt_left.png");
}

.sec-title .title-text:after {
  right: -375px;
  background-image: url("../images/tt_right.png");
}

.list-wrap + .list-wrap {
  /*border-top: 1px solid #e3e8ef;*/
  padding-top: 25px;
}

.organ-list {
  margin: 0 -22px;
}

.organ-list::after {
  content: "";
  display: block;
  clear: both;
}

.organ-list li {
  float: left;
  width: 20%;
  margin-top: 10px;
  margin-bottom: 35px;
}

.organ-list li a {
  display: block;
  margin: 0 22px;
  height: 66px;
  background: #eff5fd;
  font-size: 18px;
  color: #7f6c6c;
  line-height: 64px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.organ-list li a:hover {
  background: #fff;
  border-color: #c00107;;
  box-shadow: 0 4px 9px rgba(32, 61, 141, 0.21);
}

/* 移动端 */
@media (max-width: 767px) {
  .main {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .sec-title {
    height: 60px;
  }
  .sec-title .title-text {
    font-size: 16px;
  }
  .organ-list {
    margin: 0 -10px;
  }
  .organ-list li {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .organ-list li a {
    height: 50px;
    line-height: 48px;
    margin: 0 10px;
    font-size: 16px;
  }
  .list-wrap + .list-wrap {
    padding-top: 10px;
  }
}


.list-title {
  height: 40px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  font-weight: bold;
}

.list-title span {
  display: inline-block;
  line-height: 38px;
  border-bottom: 2px solid #c00107;;
  color: #c00107;;
  font-weight: bold;
}

.list-title span a{
  color: #c00107;;
}

.media-list{
  margin:0px -22px 0px -22px;
  overflow:auto; 
  zoom:1;
}

.media-list li {
  float: left;
  width: 20%;
  margin: 15px 0px 0px 0px;
}

.media-content{
  display: block;
  margin: 0 22px;
  height: 46px;
  background: #cd3439;
  font-size: 18px;
  color: #333;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.media-content:hover {
  background: #fff;
  border-color: #c00107;;
  box-shadow: 0 4px 9px rgba(32, 61, 141, 0.21);
}