/* 通用 */
a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
i {
  display: inline-block;
}
* {
  box-sizing: border-box;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .row {
    flex-wrap: wrap;
  }
  .col-md-l {
    width: 100% !important;
  }
  .col-md-m {
    width: 100% !important;
    margin-top: 0.3rem;
  }
  .col-md-r {
    width: 100% !important;
    margin-top: 0.3rem;
  }
}
.wrap {
  position: relative;
}
body {
  background: url(../images/bg.png) no-repeat top center;
}
/* 头部header 开始 */
.header {
  position: relative;
}
.header .header_info {
  line-height: 44px;
}
.header .header_toolbar {
  display: flex;
}
.header .header_toolbar a {
  font-size: 16px;
  font-weight: normal;
  color: #1b3d67;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 0 12px;
}
.header .header_toolbar a:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .header .header_toolbar {
    width: 100%;
    justify-content: center;
  }
}
.header .header_main {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .header .header_main .inner {
    flex-wrap: wrap;
  }
  .header .header_main .search_box {
    width: 100%;
  }
}
.header .header_logo {
  width: 50%;
  height: 88px;
  background: url(../images/logo.png) left center no-repeat;
}
.header .header_logo a {
  display: block;
  height: 100%;
}
@media (max-width: 1200px) {
  .header .header_logo {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header .header_logo {
    background-size: auto 55%;
  }
}
@media (max-width: 1200px) {
  .header .header_logo + .dfb {
    width: 100%;
  }
}
.header .search_box {
  /* text-align: center; */
}
.header .search_box .search {
  display: inline-block;
  position: relative;
  width: 322px;
  border-radius: 25px;
  border: solid 4px rgba(255, 255, 255, 0.35);
}
.header .search_box .search input {
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 21px;
  height: 42px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding-left: 14px;
  padding-right: calc(82px + 14px);
}
.header .search_box .search input::placeholder {
  color: #999999;
}
.header .search_box .search button {
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 82px;
  height: 36px;
  background-color: #0c51ac;
  border-radius: 17px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  transition: opacity 0.3s;
}
.header .search_box .search button img {
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.header .search_box .search button:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .header .search_box .search {
    width: 100%;
  }
}
/* 头部header 结束 */
/* nav 开始 */
.nav {
  position: relative;
  display: flex;
  align-items: end;
}
.nav > li {
  flex: 1;
}
.nav > li > a {
  box-sizing: border-box;
  width: 100%;
  height: 67px;
  display: inline-flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  transition: all 0.3s;
  background-color: #1361cb;
}
@media (max-width: 600px) {
  .nav > li > a {
    font-size: 16px;
    padding-bottom: 0;
    align-items: center;
    height: 40px !important;
  }
}
.nav > li > a > i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: relative;
  margin-right: 7px;
  margin-top: -3px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .nav > li > a > i {
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
.nav > li > a > i.s0 {
  background-image: url(../images/icon_nav0.png);
}
.nav > li > a > i.s1 {
  background-image: url(../images/icon_nav1.png);
}
.nav > li > a > i.s2 {
  background-image: url(../images/icon_nav2.png);
}
.nav > li > a > i.s3 {
  background-image: url(../images/icon_nav3.png);
}
.nav > li > a > i.s4 {
  background-image: url(../images/icon_nav4.png);
}
.nav > li > a > i.s5 {
  background-image: url(../images/icon_nav5.png);
}
.nav > li > a > i.s6 {
  background-image: url(../images/icon_nav6.png);
}
.nav > li:hover .pane_box {
  display: block !important;
}
.nav > li:hover > a {
  background-color: #0c51ac;
}
.nav > li.cur > a {
  height: 73px;
  background-color: #0c51ac;
  position: relative;
}
@media (max-width: 992px) {
  .nav > li.cur > a {
    height: 67px;
  }
}
.nav > li.cur > a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  width: 4px;
  height: 73px;
  background: url(../images/icon_nav_cur.png) no-repeat left bottom;
}
@media (max-width: 992px) {
  .nav > li.cur > a::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav {
    flex-wrap: wrap;
  }
  .nav > li {
    width: 33.3%;
    flex: auto;
  }
}
/* nav 结束 */
/* sidenav 开始 */
.sidenav {
  z-index: 9999;
  position: fixed;
  top: 40%;
  right: 50px;
}
.sidenav li {
  position: relative;
}
.sidenav li + li {
  margin-top: 15px;
}
.sidenav li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(7, 68, 134, 0.19);
}
.sidenav li a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.sidenav li a i.s1 {
  background-image: url(../images/sidenav_icon1.png);
}
.sidenav li a i.s2 {
  background-image: url(../images/sidenav_icon2.png);
}
.sidenav li a i.s3 {
  background-image: url(../images/sidenav_icon3.png);
}
.sidenav li a i.s4 {
  background-image: url(../images/sidenav_icon4.png);
}
.sidenav li .ewm_box {
  position: absolute;
  right: 50px;
  top: -10px;
  display: none;
  width: 160px;
  height: 167px;
  background: url(../images/sidenav_popup.png) no-repeat center;
  padding: 23px;
}
.sidenav li .ewm_box img {
  width: 105px;
}
.sidenav li .ewm_box p {
  font-size: 12px;
  font-weight: normal;
  color: #3a3a3a;
  text-align: center;
  padding-right: 9px;
  margin-top: 2px;
}
.sidenav li:hover .ewm_box {
  display: block;
}
@media (max-width: 1200px) {
  .sidenav {
    display: none;
  }
}
/* sidenav 结束 */
/* 移动菜单 开始 */
.menu-btn {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 599;
  width: 50px;
  height: 50px;
}
.menu-btn > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #1361cb;
  border-radius: 2px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.menu-btn > span:nth-child(1) {
  top: 18px;
}
.menu-btn > span:nth-child(2) {
  top: 24px;
}
.menu-btn > span:nth-child(3) {
  top: 30px;
}
.menu {
  position: fixed;
  z-index: 598;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  background-color: #f5f5f5;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.menu i {
  display: none;
}
.menu ul {
  margin-top: 130px;
}
.menu > ul > li a {
  position: relative;
  display: block;
  margin: 0 15px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  color: #1361cb;
}
.menu > ul > li a::after {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}
.menu > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.menu > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.menu > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.menu > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.menu > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.menu > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.mask {
  display: none;
  position: fixed;
  z-index: 597;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.menu-btn.on {
  position: fixed;
  top: 60px;
}
.menu-btn.on > span {
  background: #1361cb;
}
.menu-btn.on > span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-btn.on > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-btn.on > span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu.on {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mask.on {
  display: block;
  opacity: 1;
}
@media (max-width: 992px) {
  .menu-btn {
    display: block;
  }
}
/* 移动菜单 结束 */
/* 底部footer 开始 */
.footer {
  background-color: #1361cb;
}
.footer .links {
  padding-top: 12px;
  background-color: #417bd0;
}
.footer .links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .links > ul > li {
  position: relative;
  width: 32.3%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .footer .links > ul > li {
    margin-bottom: 10px;
  }
}
.footer .links > ul > li a {
  position: relative;
  width: 100%;
  background-color: #296dcd;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .links > ul > li a:hover {
  opacity: 0.7;
}
.footer .links > ul > li ul {
  z-index: -1;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 36px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  -o-transition: opacity, -o-transform 0.3s;
  -moz-transition: opacity, transform 0.3s, -moz-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.footer .links > ul > li ul li {
  border-top: 1px solid #ddd;
}
.footer .links > ul > li ul a {
  background-color: #fff;
  color: #333;
}
.footer .links > ul > li ul a:hover {
  opacity: 1;
  color: #fff;
  background-color: #6292d7;
}
.footer .links > ul > li:hover ul {
  z-index: 9;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.footer .links .more_links > a::after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 14px;
  width: 0;
  border-style: solid;
  border-width: 7px 6px 1px 6px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .links .more_links > a:hover::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .footer .links > ul > li {
    width: 100%;
  }
}
.footer .copyright {
  padding: 0.4rem 0;
}
.footer .copyright p {
  line-height: 2.5;
  color: #fff;
  text-align: center;
}
.footer .copyright p span,
.footer .copyright p a {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  margin: 0 30px;
}
@media (max-width: 600px) {
  .footer .copyright p span,
  .footer .copyright p a {
    display: block;
  }
}
.footer .copyright p span:nth-child(1),
.footer .copyright p a:nth-child(1) {
  margin-left: 0px;
}
.footer .copyright p .hidden-xs {
  margin: 0;
}
.footer .copyright p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.footer .copyright p a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .copyright p a:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .footer .copyright p {
    text-align: center;
  }
}
.footer .gov,
.footer .jc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .footer .gov,
  .footer .jc {
    position: static;
    transform: none;
    margin: 0 10px;
  }
}
.footer .gov {
  left: 20px;
}
.footer .jc {
  right: 20px;
}
@media (max-width: 992px) {
  .footer .gov_jc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }
}
/* 底部footer 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.box {
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(87, 87, 87, 0.15);
  padding: 0.3rem;
}
.panel-more {
  display: none;
  margin: 10px 0;
  padding: 0 !important;
  background: none;
}
.panel-more a {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 0.5px solid #e9e9e9;
  background-color: #fff;
  color: #666;
  border-radius: 4px;
}
.panel-more a::before,
.panel-more a::after {
  position: absolute;
  top: 0;
  content: '\2022';
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  text-shadow: 8px 0 #ddd, -8px 0 #ddd;
  pointer-events: none;
}
.panel-more a::before {
  left: 30%;
}
.panel-more a::after {
  right: 30%;
}
@media (max-width: 992px) {
  .panel-more {
    display: block;
  }
}
.side {
  padding-top: 40px;
  margin-top: -7px;
}
@media (max-width: 992px) {
  .side {
    padding-top: 0;
  }
}
.side .gd {
  background-repeat: no-repeat;
  background-image: url(../images/sidemenu_bg.png);
  background-position: center bottom;
  background-size: 100% 100%;
}
.side-menu {
  position: relative;
  height: 100%;
}
.side-menu h2 {
  position: absolute;
  width: calc(100% + 10px);
  top: 0;
  left: 0;
  transform: translateY(50%);
  margin: -28px 0 0 -8px;
  height: 69px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  padding-left: 40px;
  z-index: 99;
}
.side-menu ul {
  height: 100%;
  padding: 30px 0;
  background-color: #ebf5ff;
}
.side-menu ul li:first-child {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .side-menu ul li:first-child {
    margin-top: unset;
  }
}
.side-menu ul li > a {
  position: relative;
  display: block;
  line-height: 52px;
  padding-left: 32px;
  text-align: left;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  height: 52px;
  text-overflow: ellipsis;
  color: #808d9f;
}
.side-menu ul li dl {
  background-color: #f6fbff;
  display: none;
  padding-bottom: 10px;
}
.side-menu ul li dl dd > a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #808d9f;
  padding-left: 32px;
  position: relative;
  display: block;
  width: 100%;
}
.side-menu ul li dl dd.cur,
.side-menu ul li dl dd:hover {
  background-image: linear-gradient(90deg, #c1e4ff 1%, #ebf5ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
					normal;
}
.side-menu ul li dl dd.cur a,
.side-menu ul li dl dd:hover a {
  color: #1361cb;
}
.side-menu ul li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: #1361cb;
  border-radius: 2px;
  transform: scale(1, 0);
  transition: all 0.3s;
}
.side-menu ul li > a:after {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  background: url(../images/list_arrow.png) no-repeat center;
}
.side-menu ul li.cur dl,
.side-menu ul li:hover dl {
  display: block;
}
.side-menu ul li.cur,
.side-menu ul li:hover {
  background-image: linear-gradient(90deg, #c1e4ff 1%, #ebf5ff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
.side-menu ul li.cur > a,
.side-menu ul li:hover > a {
  font-weight: bold;
  color: #1a56a8;
}
.side-menu ul li.cur > a:before,
.side-menu ul li:hover > a:before {
  transform: scale(1, 1);
}
.side-menu ul li.cur > a:after,
.side-menu ul li:hover > a:after {
  opacity: 1;
}
.side-menu ul li.cur dl {
  background-color: transparent;
}
@media (max-width: 992px) {
  .side-menu h2 {
    display: none;
  }
  .side-menu ul {
    height: auto;
    border-radius: 10px;
    background-image: none;
    background-color: #deeeff;
  }
  .side-menu ul li {
    float: left;
    width: 33.33%;
  }
  .side-menu ul li > a {
    margin: 5px;
    padding: 0 15px;
    line-height: 52px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 3px;
  }
  .side-menu ul li > a:before {
    top: 0;
    bottom: 0;
    height: auto;
  }
}
@media (max-width: 540px) {
  .side-menu ul li {
    width: 50%;
  }
}
/*互动交流*/
.hdjl_content .side-menu > .gd > b::before {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 6px;
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/icon_nav5.png) no-repeat center;
}
/*海事之窗*/
.hszc_content .side-menu > .gd > b::before {
  display: inline-block;
  margin-top: -6px;
  vertical-align: middle;
  margin-right: 6px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/icon_nav2.png) no-repeat center;
}
.pages {
  padding: 20px 0;
  text-align: center;
}
.pages a,
.pages span {
  transition: all 0.3s;
  margin: 3px 2px;
  display: inline-block;
  line-height: 1;
  padding: 14px 16px;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  color: #333;
}
.pages a:hover,
.pages span:hover,
.pages a.hover,
.pages span.hover {
  background-color: #1361cb;
  color: #fff;
}
.pages input {
  border: solid 1px #d6d8da;
}


.title {
  height: 54px;
  background-image: linear-gradient(0deg, #eef6ff 0%, #d4e9ff 100%);
  border-radius: 20px 20px 0px 0px;
  line-height: 54px;
  font-size: 22px;
  font-weight: bold;
  color: #235fb0;
  padding-left: 17px;
}
.title a {
  font-size: 22px;
  font-weight: bold;
  color: #235fb0;
}
.title img {
  vertical-align: middle;
  margin-right: 8px;
}
@media (min-width: 993px) {
  .list_t {
    margin-bottom: -20px;
  }
}
.list_t li:not(.panel-more) {
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
.list_t li:not(.panel-more):not(:last-child) a {
  border-bottom: 1px dashed #e5e5e5;
}
.list_t li:not(.panel-more)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 11px;
  background: url(../images/icon_li.png) no-repeat center;
}
.list_t li:not(.panel-more) a {
  padding: 21px 0px;
  transition: all 0.3s;
  display: block;
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.list_t li:not(.panel-more) a:hover {
  color: #1361cb;
}
@media (max-width: 600px) {
  .list_t li:not(.panel-more) a {
    width: 100% !important;
    font-size: 14px;
    padding: 15px 0px;
  }
}
.list_t li:not(.panel-more) span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 18px;
  color: #999999;
}
/*通用title*/
.pubCon_title {
  display: block;
  background-color: #f5f7fa;
  width: 100%;
  height: 48px;
}
.pubCon_title .t_title {
  float: left;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 1px;
  color: #1361cb;
  background-color: #ffffff;
  border-top: 4px solid #1361cb;
  padding: 0 20px;
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  height: 100%;
}
.pubCon_title .t_title span:last-child {
  color: #da191b;
}
.pubCon_title .t_title i {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 10px;
}
.pubCon_title .t_more {
  float: right;
  font-size: 16px;
  color: #666666;
  line-height: 48px;
  padding-right: 20px;
}
/*动态要闻&普法宣传-公共list*/
.news_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-left: 18px;
  position: relative;
}
.news_list li::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  width: 10px;
  height: 11px;
  background: url('../images/hszc_sprites.png') -10px -10px;
}
.news_list li:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
}
.news_list li:hover a {
  color: #1361cb;
}
.news_list li:hover .date {
  color: #1361cb;
}
.news_list a {
  display: block;
  width: calc(100% - 65px);
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list .date {
  /* 2022-11-15 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #999999;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
}
.where {
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  color: #666666;
}
.where img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.where span,
.where a {
  color: inherit;
  line-height: 2;
  margin: 0 4px;
}
.where a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.where a:hover {
  color: #1361cb;
}
.where a.cur {
  color: #1361cb;
}
.pubCon_title2 {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0;
  color: #1361cb;
  height: 56px;
  padding-left: 20px;
  border-left: 2px solid #1361cb;
  background-color: #f7fbff;
}
