body {
  color: #000;
  font-size: 14px;
  font-family: "PingFangSC", "PingFang SC", "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;


}

.img-hide {
  overflow: hidden;
  display: block;
}

.slick-slider {
  touch-action: auto !important;
}

.img-hide img,
.div-img,
.zt-ul li a div,
.one-news-img div,
.zt-slick-img,
.mt-list-img div,
.one-slick-img,
.img-lb-img div {
  transition: 0.5s all;
  transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img,
.zt-ul li a:hover div,
a:hover .one-news-img div,
a:hover .zt-slick-img,
a:hover .mt-list-img div,
a:hover .one-slick-img,
a:hover .img-lb-img div {
  transform: scale(1.05, 1.05);
}

.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li {
  list-style: none;
}

a {
  color: #333;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
  outline: none !important;
}

button:focus,
button:hover,
input:focus {
  outline: none !important;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.slick-dots li button:before {
  display: none;
}

.container {
  width: 1470px;
}

.nav-click {
  display: none;
}

.menu-button {
  position: absolute;
  display: none;
  top: 18px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.bar {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.cross {
  margin-top: -8px;
}

.cross .bar {
  margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.tab-content {
  position: relative;
}

.tab-content .tab-pane {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s all;
}

.tab-content .tab-pane.active {
  position: relative;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header {
  position: relative;
  left: 0;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 1000;
}

.header-top {
  height: 130px;
  position: relative;
  background: #1f296a;

}

.logo {
  line-height: 120px;
}

.search-a {
  display: none;
  position: absolute;
  z-index: 100;
}

.header-top .container {
  position: relative;
  z-index: 10;
}

.header-top:before {
  display: block;
  content: "";
  position: absolute;
  left: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/2025/images/header-txt.png) center no-repeat;
}

.header-right {
  font-size: 16px;
  color: #ebdaed;
  padding-top: 25px;
}

.header-right span {
  padding: 0 22px;
}

.header-right a {
  color: #ebdaed;
}

.dqsj {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/2025/images/dqsj-bj.png)left center no-repeat;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  padding-left: 35px;
  line-height: 46px;
  text-align: left;
  padding-right: calc(50% - 720px);
}
.dqsj div{display: inline-block;}
.dqsj div span{font-size: 16px;color: #fff;}


.search-b {
  width: 265px;
  margin-top: 70px;
  position: relative;
}

.search-b .form-control {
  width: 100%;
  color: #777;
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255);
  border-radius: 30px;
  height: 35px;
}

.kw:-webkit-input-placeholder {
color: #999; 
} 

input::-webkit-input-placeholder { /* WebKit browsers */ 

color: red; 

} 

.search-b .form-control::-webkit-input-placeholder {
  color: #fff;
}

.search-b .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.search-b .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.search-b .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.btn-ss {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 18px;
  background: url(/2025/images/search.png) center no-repeat !important;
  border: none;
  box-shadow: none;
}

.nav-list li {
  float: left;
  width: 10%;
  position: relative;
  z-index: 100;
}

.nav-list li a {
  font-size: 20px;
  display: block;
  color: #333;
  line-height: 60px;
}

.nav-list li a:hover {
  background: #1f296a;
  color: #fff;
}

.close {
  display: none;
}

.nav-down {
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  top: 100%;
  white-space: nowrap;
  background: rgba(31, 41, 106, .85);
}

.nav-down li {
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  border: none !important;
}

.nav-down li a {
  background: none !important;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  line-height: 50px !important;
  font-weight: normal !important;
}

.nav-down li a:before {
  display: none !important;
}

.nav-list li:hover .nav-down {
  display: block;
}

.nav-down li a:hover {
  background: #3a78d4 !important;
  color: #fff;
}

.banner-box {
  position: relative;
  background: #e9e9e9 url(../images/banner-back.jpg) center no-repeat;
}

.banner {
  margin-bottom: 0;
  overflow: hidden;
}

.banner .slick-dots {
  bottom: 20px;
}

.banner .slick-dots li {
  margin: 0 0px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
  width: 46px;
  height: 18px;
}

.banner .slick-dots li button {
  background: url(/2025/images/dian01.png) center no-repeat;
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li.slick-active button {
  width: 45px;
}

.banner .slick-dots li.slick-active button {
  background: url(/2025/images/banner-bb.png) center no-repeat;
}

.one-left {
  width: 67%;
}

.title-left {
  font-size: 32px;
  position: relative;
  color: #1f296a;
  font-weight: bold;
  padding-top: 20px;
}

.title-left span {
  font-size: 16px;
  color: #adadad;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/2025/images/title-bj.png)right center no-repeat;
  padding-right: 70px;
}

.title-left i {
  position: absolute;
  left: 0;
  top: 0;
}

.title-box {
  margin: 45px 0;
  position: relative;
}

.title-more {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 18px;
  color: #1f296a;

}

.new-l {
  width: 83.5%;
  float: left;
  display: inline-block;
}

.new-tp {
  width: 100%;
  position: relative;
}

.new-img1 {
  display: block;
  position: relative;
  padding-top: 62%;
  min-height: 502px;
  overflow: hidden;
}

.new-img1 img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  min-width: 100%;
  height: 100%;
}

.new-img1 img:hover {
  transform: scale(1.1);
  transition: All 0.5s ease;
}

.xy-list-tt:hover {
  color: #0954ac !important;
  font-weight: bold;
}

.new-time {
  position: absolute;
  left: 0;
  bottom: 0px;
  line-height: 1.2;
  font-size: 16px;
  color: #fff;
  background: url(/2025/images/time-bj.png)center no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  text-align: center;
  padding: 15px 15px 20px;
}

.new-time span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.new-tp h2 {
  font-size: 20px;
  color: #fff;
  background: url(/2025/images/tit-bj.png)center no-repeat;
  background-size: 100% 100%;
  padding: 30px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  padding-left: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.new-r {
  width: calc(16.5% - 6px);
  float: right;
  display: block;
}

.new-tp2 {
  width: 100%;
  position: relative;
  padding-top: 62%;
  display: block;
  margin-bottom: 6.8px;
}

.new-tp2 img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tab-content {
  position: relative;
}

.tab-content .tab-pane {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s all;
}

.tab-content .tab-pane.active {
  position: relative;
  z-index: 10;
  /* opacity: 1; */
  filter: alpha(opacity=100);
}


.tzgg {
  width: 100%;
  display: block;
  padding: 0px 0 30px;
  background: #2869b6;
}

.tzgg .title-left {
  color: #fff;
}


.xytz {
  width: 100%;
  display: block;
}

.xytz li {
  width: 31%;
  margin-left: 3.5%;
  background: #fff;
  float: left;
  margin-bottom: 40px;
}

.xytz li:nth-child(1) {
  margin-left: 0px;
}

.xytz li:nth-child(4) {
  margin-left: 0px;
}

.xytz li a {
  width: 100%;
  display: block;
  padding: 30px;
  padding-left: 60px;
  position: relative;
}

.tz-time {
  position: absolute;
  top: 30px;
  left: -25px;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  background: url(/2025/images/time-tz-j.png)center no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  text-align: center;
  padding: 10px 6px;
}

.tz-time span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.xytz li a h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
 min-height:60px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xytz li a p::before {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: #0954ac;
  left: 0px;
  top: 0px;
}

.xytz li a p {
  width: 100%;
  font-size: 15px;
  color: #666;
  line-height: 26px;
min-height:54px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}


.xytz li:hover h2 {
  color: #0954ac;
  font-weight: bold;
}

.xytz li:hover {
  box-shadow: 0px 0px 10px #fff;
}

.page-four {
  width: 100%;
  display: block;
  padding: 30px 0;
  background: url(/2025/images/xsbg-bj.png)center no-repeat;
  background-size: 100% 100%;
}

.page-four .title-left {
  display: block !important;
  float: left;
  font-weight: 500;
  color: #555;
}

.page-four .title-left.active {
  color: #1f296a;
  font-weight: bold;

}

.page-four .title-left:nth-child(2) {
  margin: 0 20px;
}

.xsbg {
  width: 52%;
  display: block;
}

.newleft {
  width: 100%;
  display: inline-block;
}

.qh {
  width: 100%;
  display: inline-block;
}

.xs {
  width: 100%;
  display: inline-block;
  margin-bottom: 4px;
}

.xs-img {
  width: 120px;
  position: relative;
  padding-top: 20.5%;
  float: left;
}

.xs-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.xs-tit {
  width: calc(100% - 140px);
  float: right;
}

.xs-tit h2 {
  font-size: 18px;
  color: #0954ac;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-weight: bold;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xs-tit p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding-left: 20px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xs-tit p:nth-child(2) {
  background: url(/2025/images/rw-tb1.png)left center no-repeat;
}

.xs-tit p:nth-child(3) {
  background: url(/2025/images/rw-tb2.png)left center no-repeat;
}

.xs-tit p:nth-child(4) {
  background: url(/2025/images/rw-tb3.png)left center no-repeat;
}

.wz-list {
  margin-top: 15px;
  width: 100%;
  display: inline-block;
}

.wz-list li {
  width: 100%;
}

.wz-list li a {
  width: calc(100% - 105px);
  font-size: 18px;
  color: #333;
  line-height: 48px;
  float: left;
  padding-left: 20px;
  background: url(/2025/images/hh.png)left center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wz-list li span {
  font-size: 16px;
  color: #666;
  line-height: 48px;
  width: 98px;
  float: right;
text-align: right;
}

.wz-list li:hover a {
  color: #0954ac;
  font-weight: bold;
}


.wz-list2 {
  margin-top: -15px;
}


.sbtz {
  width: 44%;
}

.sbtz .wz-list li a {
  width: calc(100% - 250px);
}

.sbtz .wz-list li span {
  width: 235px;
    text-align: right;
}

.sbtz .wz-list li span b {
  color: #7ba7ef;
  font-weight: 500;
}

.sbtz .wz-list li span b.end {
  color: #d01c0a;
}

.yqlj {
  width: 100%;
  background: #276bbb;
  padding: 18px 0;
}

.yqlj h2 {
  font-size: 20px;
  color: #fff;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.yqlj a {
  font-size: 18px;
  color: #fff;
  float: left;
  margin: 0 10px;
  line-height: 26px;
}

























































































































































































.one-news li,
.one-news-ul li {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.one-news,
.one-news-ul {
  margin: 0 -20px;
}

.one-news li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.one-news-img div {
  height: 260px;
}

.one-news-img {
  position: relative;
}

.one-news-img span {
  position: absolute;
  padding-left: 10px;
  right: 0;
  bottom: 0;
  width: 119px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: url(/2025/images/date-back.png) center no-repeat;
  font-size: 16px;
  color: #fff;
}

.one-news-bottom {
  padding: 25px;
  background: url(/2025/images/back-b.png) center right no-repeat;
  background-size: cover;
  height: 119px;
}

.one-news-bottom p {
  font-size: 18px;
  color: #333;
  text-align: justify;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.one-news-ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #333;
  padding-left: 25px;
  line-height: 40px;
}

.one-news-ul {
  margin-top: 30px;
  position: relative;
  height: 80px;
}

.one-news-ul:before {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #1f296a;
}

.one-news-ul:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 20px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: #1f296a;
}

.one-right {
  width: 31%;
}

.xy-list li a {
  height: 78px;
  display: block;
  border-bottom: dashed 1px #d0d0d0;
  position: relative;
  margin-bottom: 28px;
  padding-left: 100px;
}

.xy-list-date {
  position: absolute;
  left: 0;
  top: -5px;
  line-height: 1.2;
  font-size: 16px;
  color: #0954ac;
}

.xy-list-date span {
  font-size: 32px;
  color: #0954ac;
  font-weight: bold;
}

.xy-list li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 80px;
  top: 0;
  height: 50px;
  border-right: dashed 1px #d0d0d0;
}

.xy-list-tt {
  font-size: 18px;
  color: #333;
  text-align: justify;
  line-height: 35px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -12px;
  transform: translate(0, -50%);
}

.xy-list li:last-child a {
  margin-bottom: 0;
}

.page-one {
  padding-bottom: 50px;
}



a:hover .tow-news-p,
.one-news-ul li a:hover,
a:hover .xy-list-tt,
a:hover .one-news-bottom p,
.title-more:hover {
  color: #1f296a;
}

.xs-news-ul .tow-news-date,
.tz-news-ul li a .tow-news-date {
  background: #dbdbdb;
  width: 72px;
}

.xs-news-ul .tow-news-p {
  margin-top: 0;
  -webkit-line-clamp: 1;
  height: 25px;
}

.xz-p {
  font-size: 16px;
  padding-left: 25px;
  color: #666;
  margin-top: 3px;
  background: url(/2025/images/icon-xs01.png) left center no-repeat;
}

.xz-p-b {
  background: url(/2025/images/icon-xs02.png) left center no-repeat;
}

.xs-news-ul li a,
.tz-news-ul li a {
  padding-left: 90px;
}

.tz-news-ul li a .tow-news-date {
  border-radius: 10px;
}

.tz-news-ul li a {
  padding-top: 2px;
}

.tabs-more span {
  display: inline-block;
  line-height: 34px;
  font-size: 18px;
  color: #1f296a;
  padding-right: 30px;
  background: url(/2025/images/more.png) right center no-repeat;
}

.tabs-more {
  display: inline-block;
  background: #dbdbdb;
  padding: 0 20px;
}





.zt-box {
  position: relative;
  margin-top: 30px;
}

.zt-box-tt {
  position: absolute;
  left: 0;
  top: 0;
}



.zt-slick-img {
  padding-top: 38%;
}

.zt-slick .slick-slide {
  padding: 0 10px;
}

.footer {
  background: url(/2025/images/footer-bj.png) center no-repeat;
  background-size: cover;
  padding-top: 40px;
}

.footer-p p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0;
}

.footer-p p img {
  margin-top: -3px;
}

.footer-p p span {
  padding-right: 20px;
}

.logo-b {
  margin-right: 120px;
}

.footer-right a {
  display: inline-block;
  position: relative;
  margin-left: 25px;
}

.footer-right a p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.footer .pull-left {
  margin-top: 25px;
}

.footer-bottom .pull-left {
  margin-top: 0px !important;
}


.footer-right a span {
  display: none;
  position: absolute;
  left: 50%;
  width: 120px;
  text-align: center;
  margin-left: -60px;
  bottom: 100%;
}

.footer-right a:hover span {
  display: block;
}

.footer-bottom {
  border-top: solid 1px #545d94;
  padding: 15px 0;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
}

.footer-bottom span {
  display: inline-block;
  padding-right: 20px;
}





.list-left {
  width: 290px;
  padding-bottom: 55px;
  margin-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background: #fff;
}

.list-left-tt span {
  display: block;
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.list-left-tt {
  height: 88px;
  background: #1f296a;
  line-height: 88px;
}

.left-nav li a {
  display: block;
  position: relative;
  line-height: 60px;
  font-size: 20px;
  color: rgb(51, 51, 51);
  text-align: center;
}

.left-nav li {
  position: relative;
}

.left-nav li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.left-nav-down li a {
  line-height: 40px;
  font-size: 16px;
  color: rgb(51, 51, 51);
  padding-left: 25px;
}

.left-nav-down li a::before {
  display: none;
}

.left-nav li.active {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background: rgb(255, 255, 255);
  margin-top: -1px;
}

.left-nav li.active::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background: #1f296a;
}

.left-nav li.active a {
  color: #1f296a;
  font-weight: bold;
}

.left-nav li.active .left-nav-down li a {
  color: rgb(51, 51, 51);
  font-weight: normal;
}

.left-nav-down {
  padding: 10px 0px;
  display: none;
}

.left-nav-down-three {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  margin-left: 5px;
}

.left-nav-down-three li a {
  padding-left: 40px;
}

.left-nav li a:hover {
  color: #1f296a !important;
}

.left-nav {
  padding-top: 20px;
}

.container-list {
  max-width: 1440px;
}

.list-ssjgy {
  width: 1300px;
  margin-top: 40px;
}

.list-right {
  width: 1050px;
  margin-top: 40px;
}

.nav-b {
  color: rgb(153, 153, 153);
  font-size: 14px;
  padding-left: 28px;
  background: url("/2025/images/icon-home.png") left center no-repeat;
}

.nav-b a {
  color: rgb(153, 153, 153);
}

.list-top {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 15px;
}

.article-tt {
  font-size: 24px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
}

.article-sm {
  border-top: 1px dashed rgb(221, 221, 221);
  /* max-width: 780px; */
  margin: 30px auto 0px;
  border-bottom: 1px dashed rgb(221, 221, 221);
  padding: 15px 0px;
  font-size: 16px;
}

.article-sm span {
  padding: 0px 4px;
}

.article-p p,
.article-p span {
  text-align: justify;
  font-size: 16px !important;
  color: rgb(51, 51, 51);
  line-height: 1.75 !important;
  margin-bottom: 10px;
  text-indent: 2em;
  font-family: calibri !important;
  background: none !important;
}

.article-p {
  margin-top: 40px;
}

.article-link p a {
  font-size: 16px;
  color: rgb(51, 51, 51);
  /* display: block; */
}

.article-link p a span {
  font-weight: bold;
}

.article-link {
  border-top: 1px dashed rgb(221, 221, 221);
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 110px;
}

.article-link p {
  margin-bottom: 20px;
}

.list-box {
  padding-bottom: 100px;
}

.list-left-tt-phone {
  display: none;
}

.img-lb li {
  padding: 0px 25px;
  margin-bottom: 50px;
  width: 33.33%;
}

.img-lb {
  margin: 0px -25px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.img-lb-tt {
  font-size: 18px;
  color: rgb(51, 51, 51);
  margin-top: 20px;
  text-align: center;
}

.img-lb-img {
  position: relative;
  padding-top: 67%;
}

.img-lb-img div {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.img-lb li a {
  display: block;
}

.img-ul-left div {
  width: 260px;
  height: 175px;
}

.img-ul-a li a {
  padding: 35px 0px;
  display: block;
  border-bottom: 1px dashed rgb(221, 221, 221);
  transition: all 0.5s ease 0s;
}

.img-ul-right {
  margin-left: 280px;
}

.img-ul-tt {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: rgb(51, 51, 51);
}

.img-ul-p {
  color: rgb(153, 153, 153);
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-ul-date {
  color: rgb(153, 153, 153);
  font-size: 14px;
  margin-top: 20px;
  background: url("/2025/images/icon-date.png") left center no-repeat;
  padding-left: 20px;
}

.img-ul-a li:hover {
  background: rgb(255, 255, 255);
  border-color: transparent;
}

.img-ul-a li:last-child {
  border: none;
}

.img-ul-a {
  padding-bottom: 30px;
}

.wz-ul-date {
  width: 80px;
  height: 80px;
  background: rgb(246, 246, 246);
  padding-left: 15px;
  padding-top: 12px;
  line-height: 25px;
}

.wz-ul-date span {
  font-weight: bold;
  font-size: 18px;
}

.wz-ul li {
  padding: 20px 0px;
  border-bottom: 1px dashed rgb(221, 221, 221);
}

.wz-ul-right {
  margin-left: 105px;
  padding-top: 10px;
}

.wz-ul-tt a {
  font-size: 18px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  /*display: block; */
}

.wz-ul-p {
  margin-top: 15px;
  color: rgb(153, 153, 153);
  font-size: 14px;
}

.wz-ul {
  margin-bottom: 30px;
  font-size: 14px;
}

.wz-ul li:hover .wz-ul-date {
  background: rgb(187, 1, 14);
  color: rgb(255, 255, 255);
}

.wz-ul li:hover .wz-ul-tt a {
  color: rgb(187, 1, 14);
}

.table-bordered {
  border: none;
}

.table-bordered>thead>tr>th {
  background: rgb(255 242 242);
  font-size: 22px;
  color: rgb(51, 51, 51);
  font-weight: normal;
  padding: 20px 20px 20px 120px;
  border-bottom: none;
  font-weight: bold;
}

.table-bordered>tbody>tr>td {
  font-size: 20px;
  color: rgb(51, 51, 51);
  padding: 20px 20px 20px 120px;
  border-color: #dbdbdb;
  background: rgb(255, 255, 255);
}

.table-box {
  margin: 50px 0px;
  padding-bottom: 70px;
}

.ld-img a div {
  width: 260px;
  height: 200px;
  margin: 0 auto;
}

.ld-right {
  margin-left: 290px;
  padding-top: 15px;
}

.ld-name a {
  font-size: 22px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.ld-txt {
  color: rgb(153, 153, 153);
  line-height: 25px;
  margin-top: 15px;
  text-align: justify;
}

.ld-ul li {
  border-bottom: 1px dashed rgb(221, 221, 221);
  font-size: 14px;
  padding: 40px 0px;
}

.ld-ul {
  padding-bottom: 30px;
}

.jg-title {
  font-size: 30px;
  padding-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.jg-title span {
  float: left;
  width: 50px;
}

.jg-ul li {
  float: left;
  height: 60px;
  width: 23%;
  border: 1px solid #dbdbdb;
  line-height: 60px;
  text-align: center;
  margin: 0 2% 2% 0;
}

.jg-ul li a {
  display: block;
  font-size: 16px;
  color: rgb(51, 51, 51);
}

.jg-ul {
  margin-top: 20px;
  margin-bottom: 0;
}

.jg-ul li a:hover {
  color: #1f296a;

}

.img-ul-tt a:hover,
.nav-b a:hover,
.ld-name a:hover,
a:hover .img-lb-tt {
  color: #1f296a;
}

.banner-list img {
  width: 100%;
}

.article-link p a:hover {
  color: #1f296a;
}

.title-more-b {
  margin-top: 0.3rem;
  margin-left: 0;
}

.tow-title a {
  color: #fff;
}

.tow-title a:hover {
  text-decoration: underline !important;
}

.cx-box-left {
  width: 310px;
}

.cx-box-right {
  width: 760px;
}

.header-list.one {
  background: #1f296a;
}



.list-right {
  width: 1060px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
  padding-left: 60px;
}

.xs-list li a {
  height: 370px;
}

.nav-list-news li a {
  font-size: 18px;
  padding: 0 31px;
}

.ss-list li {
  width: 330px;
}

.ss-list-img img {
  height: 122px;
}





/********新增********/

.xz-article .col-xs-6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.xz-article {
  margin-top: 50px;
  padding: 0px 25px 0 25px;
  border-bottom: dashed 1px #ddd;
}

.article-tt-xz {
  padding-top: 30px;
}

.bt-lb {
  padding: 20px 0;
  width: 100%;
}

.bt-lb li a {
  display: block;
  line-height: 60px;
  position: relative;
  font-size: 18px;
  padding-right: 120px;
}

.bt-lb li a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #999;
}

.zp-list li a {
  display: block;
  padding: 20px 0;
  border-bottom: dashed 1px #ddd;
}

.bt-lb li a:hover {
  color: #1f296a;
}

.zp-list-tt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.zp-list-p {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

.zp-list-p span.da {
  padding-left: 20px;
  margin-right: 20px;
  background: url(/2025/images/icon-date-a.png) left center no-repeat;
}

.zp-list-p span.dz {
  padding-left: 16px;
  background: url(/2025/images/icon-dz.png) left center no-repeat;
}

.zp-list {
  margin-bottom: 30px;
}

a:hover .zp-list-tt,
.one-news li a:hover,
a:hover .tow-news-tt {
  color: #1f296a;
}

.tow-news li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/********新增********/

.xz-article .col-xs-6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.xz-article {
  margin-top: 50px;
  padding: 0px 25px 0 25px;
  border-bottom: dashed 1px #ddd;
}

.article-tt-xz {
  padding-top: 30px;
}

.bt-lb {
  padding: 20px 0;
}

.zp-list li a {
  display: block;
  padding: 20px 0;
  border-bottom: dashed 1px #ddd;
}

.zp-list-tt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.zp-list-p {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

.zp-list-p span.da {
  padding-left: 20px;
  margin-right: 20px;
  background: url(/2025/images/icon-date-a.png) left center no-repeat;
}

.zp-list-p span.dz {
  padding-left: 16px;
  background: url(/2025/images/icon-dz.png) left center no-repeat;
}

.zp-list {
  margin-bottom: 30px;
}

a:hover .zp-list-tt,
.one-news li a:hover,
a:hover .tow-news-tt,
a:hover .img-ul-tt {
  color: #1f296a;
}

.tow-news li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}



@media(max-width: 1479px) {
  .container {
    width: 1230px;
  }

  .new-img1 {
    min-height: auto;
    padding-top: 63%;
  }

  .new-tp2 {
    margin-bottom: 8px;
  }

  .xy-list li a {
    height: 70px;
    margin-bottom: 19px;
  }
  .xs-img{padding-top: 24%;}




  .list-right {
    width: 870px;
  }

  .zt-border {
    padding-top: 33px;
  }

  .logo-b {
    margin-right: 30px;
  }

  .dqsj {
    padding-right: calc(50% - 600px);
  }

  .header-top:before {
    left: 90px;
  }
  .footer-right a{margin-left: 10px;}
  .footer-right a img{width: 80px;}
  .footer .pull-left {
    margin-top: 18px;
}
}




@media(max-width: 1279px) {
  .container {
    width: 970px;
  }
.header-top .container {
    width: 96%;
  }
  .nav-list li a {
    font-size: 18px;
  }

  .title-left{font-size: 24px;}

  .header-top:before {
    display: none;
  }

  .xs-img{padding-top: 30%;}
  .title-more img{width: 100px;}


  .xy-list-tt {
    font-size: 16px;
    line-height: 28px;
    margin-top: -6px;
  }

  .xy-list li a {
    height: 58px;
    margin-bottom: 11px;
  }

  .xy-list-date span {
    font-size: 26px;
  }

  .new-tp2 {
    margin-bottom: 7px;
  }

  .new-tp h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .xytz li {
    width: 47%;
    margin-left: auto;
  }

  .xytz li:nth-child(even) {
    float: right !important;
  }



  .tow-news-ul li {
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .tow-news-ul {
    margin: 0 -15px;
  }

  .zt-border {
    padding-top: 56px;
  }

  .footer-p {
    width: calc(100% - 200px);
    float: left;
  }

  .logo-b {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .pull-left {
    margin-top: 0px;
}
  .list-left {
    width: 220px;
  }

  .list-right {
    width: 680px;
  }

  .dqsj {
   font-size: 14px;
    line-height: 40px;
padding-right:10px;
  }

  .search-b {
    margin-top: 60px;
  }
}

@media(max-width: 991px) {

  .title-box {
    margin: 30px 0;
  }

  .container {
    width: 750px;
  }

  .xsbg{width: 100%;}
  .sbtz{width: 100%;}
  .xs-img {padding-top: 21%;}
  .dqsj {display:none;}



  .header {
    height: 50px !important;
    background: #1f296a;
    border: none;
  }

  .header-right {
    padding-top: 0;
    line-height: 50px;
    font-size: 14px;
    padding-right: 50px;
  }

  .banner-box .container {
    width: 100%;
    padding: 0;
  }

  .header-right span {
    padding: 0 10px;
  }


  .xy-list-tt {
    font-size: 18px;
    line-height: 32px;
    margin-top: -10px;
  }

  .xy-list li a {
    height: 70px;
    margin-bottom: 18px;
  }

  .xy-list-date span {
    font-size: 30px;
  }

  .one-right {
    margin-top: 20px;
  }











  .one-left {
    width: 100%;
  }

  .one-news-img div {
    height: auto;
    padding-top: 65.8%;
  }

  .one-right {
    width: 100%;
  }

  .tow-news-ul li {
    width: 100%;
  }

  .header-top {
    height: 50px;
  }




  .header .container {
    width: 100%;
  }

  .nav-list {
    position: unset;
    display: none;
    left: 0;
    top: 50px;
    right: 0;
    bottom: 0;
    background: #1f296a;
    border-top: solid 1px #eee;
    overflow-y: auto;
    margin: 0;
margin-left:-15px;
width:calc(100% + 30px);
  }

  .nav-list li {
    float: none;
    width: 100%;
  }

  .nav-list li:before {
    display: none;
  }

  .nav-list li a {
    text-align: left;
    padding: 0 15px;
    color: #fff;
  }

  .nav-list li {
    float: none;
    padding: 0;
    display: block;
    margin: 0 !important;
  }

  .nav-list li a {
    line-height: 40px;
    padding: 0 15px;
    display: block;
    text-align: left;
    font-size: 16px;
    background: none !important;
    color: #fff !important;
  }

  .search-a {
    top: 0;
    display: block;
    margin-top: 0;
    top: 0;
    line-height: 50px;
    right: 60px;
  }

  .menu-button,
  .nav-click {
    display: block;
  }

  .nav-click {
    display: block;
    transition: 0.3s all;
    z-index: 10000;
    position: absolute;
    color: #fff;
    right: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .nav-click.active {
    transform: rotate(180deg);
  }

  .nav-down {
    position: static;
    background: none;
    transform: translate(0, 0);
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: none;
  }

  .nav-down li {
    text-align: left;
    padding: 0px;
    background: none;
  }

  .nav-down li a {
    padding: 0px 15px 0px 25px;
    background: none !important;
    font-size: 14px;
    line-height: 30px !important;
    text-align: left;
  }

  .nav-list li:hover .nav-down {
    display: none;
  }

  .nav-down {
    margin-left: 0 !important;
  }

  .logo {
    width: auto;
    line-height: 50px;
    padding: 0;
  }

  .logo img {
    height: 30px;
  }

  .list-left-tt .nav-click {
    line-height: 60px;
  }


  .layer {
    background: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
  }

  .layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 10000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layer .close {
    font-size: 60px;
    display: block;
    opacity: 1;
    font-family: "宋体";
    position: absolute;
    right: 15%;
    top: 15%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    color: #ccc;
  }

  .layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
  }

  .layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
    width: 90%;
left:5%;
    float: none !important;
  }

  .layer .search_box .kw {
    background: #fff;
    border: none;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    height: 45px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .layer .search_box .ok {
    background: #b7bff4 url(/2025/images/search.png) center no-repeat !important;
    color: #fff;
    right: 0;
    box-shadow: none;
    border: none;
    width: 80px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .layer.active {
    opacity: 1;
    z-index: 1000000;
  }

  .close {
    display: block;
  }

  .layer .search_box .ok {
    height: 45px;
  }


  .search-right .form-control::-webkit-input-placeholder {
    color: #999;
  }

  .search-right .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
  }

  .search-right .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
  }

  .search-right .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
  }


  .search-right .form-control {
    color: #333;
  }








  .list-left {
    width: 100%;
    padding-bottom: 0;
  }

  .list-left-tt {
    display: none;
  }

  .left-nav {
    display: none;
  }

  .list-left-tt-phone {
    display: block;
    position: relative;
    line-height: 60px;
    height: 60px;
  }

  .list-right {
    width: 100%;
    margin-top: 20px;
  }

  .nav-list li a {
    padding: 0 15px;
  }

  .login-tt {
    display: none;
  }

  .login-center {
    width: auto;
    padding-left: 25px;
  }

  .btn-login {
    margin-left: 10px;
  }

  .about-img {
    width: 100%;
    text-align: center;
  }

  .about-right {
    width: 100%;
    margin-top: 20px;
  }

  .link-box-tt {
    border: none;
    line-height: 1;
    float: none !important;
    height: auto;
    padding: 0;
    border: none;
    text-align: center;
    margin: 30px 0;
    font-size: 36px;
    width: 100%;
  }

  .link-ul {
    position: static;
    transform: translate(0, 0);
  }

  /*******新增****/
  .xz-article .col-xs-6 {
    width: 100%;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .xz-article {
    padding: 0 0 15px 0;
    margin-top: 20px;
  }

  .article-tt-xz {
    padding-top: 0;
  }
}

@media(max-width: 767px) {
  .container {
    width: 100%;
  }

  .title-left {
    padding-left: 0px;
    padding-top: 0px;
  }

  .xs-img {padding-top: 147px;}


  .new-tp h2 {
    font-size: 16px;
    padding: 18px 20px;
    padding-left: 120px;
  }

  .xytz li {
    width: calc(100% - 25px);
    float: right !important;
    margin-bottom: 20px;
  }


  .title-left span {
    display: none;
  }

  .title-left {
    font-size: 24px;
    padding-left: 0px;
    padding-top: 0px;
  }

  .title-more {
    bottom: 3px;
  }

  .title-more img {
    width: 100px;
  }

  .title-box {
    margin: 25px 0;
    padding-bottom: 0px;
  }

  .one-news li {
    width: 100%;
    margin-bottom: 15px;
  }

  .header-right {
    display: none;
  }

  .one-news-ul li {
    width: 100%;
  }

  .one-news-ul {
    height: 160px;
    margin-top: 0;
  }

  .one-news-ul:after {
    display: none;
  }

  .one-news-bottom p,
  .xy-list-tt {
    font-size: 16px;
    line-height: 30px;
  }

  .one-news-bottom {
    height: auto;
    padding: 20px;
  }

  .one-news-ul li a {
    font-size: 16px;
  }

  .page-one {
    padding-bottom: 20px;
  }



  .xz-p {
    font-size: 14px;
  }

  .tabs-more {
    display: block;
    width: 106px;
    margin: 0 auto;
  }

  .page-four {
    padding: 0 0 30px 0;
  }

  .zt-box-tt {
    display: none;
  }

  .zt-box {
    padding: 0;
    height: auto;
  }

  .zt-border {
    height: auto;
    padding: 0;
    border: none;
  }

  .zt-slick {
    margin: 0;
  }

  .page-four .title-box {
    display: block;
  }

  .footer {
    padding-top: 25px;
  }

  .footer-p p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .footer-p p span {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }

  .logo-b {
    padding-top: 20px;
    text-align: center;
    width: 100%;
  }

  .logo-b img {
   width: 300px;
   max-width: 100%;
  }

  .footer-p{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }


  .footer-right {
    width: 100%;
    text-align: center;
  }

  .footer-right a {
    margin: 0 10px;
  }

  .footer-bottom {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }

  .footer-bottom div {
    width: 100%;
  }

  .bt-lb li a {
    line-height: 50px;
    padding-right: 100px;
    font-size: 16px;
  }

  .bt-lb li a span {
    font-size: 14px;
  }


  .list-left {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
  }

  .list-left-tt {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
  }

  .list-left-tt span {
    font-size: 18px;
  }

  .left-nav {
    padding: 0px;
    display: none;
  }

  .list-right {
    width: 100%;
    margin-top: 20px;
  }

  .article-tt {
    font-size: 18px;
  }

  .article-sm span {
    font-size: 14px;
    line-height: 25px;
  }

  .article-p p {
    font-size: 14px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
  }

  .article-p {
    margin-top: 20px;
  }

  .article-link p a {
    font-size: 14px;
  }

  .article-link p {
    margin-bottom: 10px;
  }

  .article-link {
    padding: 20px 0px;
    margin-bottom: 0;
  }

  .list-left-tt {
    display: none;
  }

  .list-left-tt-phone {
    display: block;
    position: relative;
  }

  .list-left-tt-phone .nav-click {
    height: 60px;
    line-height: 60px;
    color: rgb(255, 255, 255);
  }

  .left-nav li a {
    line-height: 40px;
    font-size: 16px;
  }

  .img-lb-tt {
    font-size: 14px;
    margin-top: 10px;
  }

  .img-lb li {
    padding: 0px 8px;
    margin-bottom: 15px;
    width: 50%;
    height: auto !important;
  }

  .img-lb {
    margin: 0px -8px;
    padding-bottom: 15px;
  }

  .list-box {
    padding-bottom: 30px;
  }

  .img-ul-left img {
    width: 130px;
    height: 80px;
  }

  .img-ul-right {
    /* margin-left: 140px; */
  }

  .img-ul-p {
    /* height: 50px; */
    margin-top: 5px;
  }

  .img-ul-date {
    /* display: none; */
  }


  .img-ul-tt a {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .table-bordered>thead>tr>th,
  .table-bordered>tbody>tr>td {
    font-size: 14px;
    padding: 8px 15px;
  }

  .table-box {
    margin: 20px 0px;
  }

  .jg-title {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .ld-img {
    width: 100%;
    text-align: center;
    float: none !important;
  }

  .ld-right {
    margin: 0px 0px 0px;
  }

  .ld-name {
    text-align: center;
  }

  .gd-slick {
    margin-top: 20px;
  }

  .close img {
    width: 40px;
  }

  .layer .close {
    right: 15px;
    top: 15px;
  }

  .img-ul-left {
    width: 260px;
    margin: 0 auto;
    float: none !important;
  }

  .img-ul-right {
    margin-top: 15px;
  }

  .img-ul-a li a {
    padding: 20px 0;
  }

  .img-ul-date {
    margin-top: 10px;
  }

  .img-ul-right {
    margin-left: 0;
  }
}

@media(max-width: 640px) {
  .img-ul-right {
    margin-left: 0;
  }

  .pic {
    padding-top: 50% !important;
    width: 100% !important;
  }

}

@media(max-width: 600px) {
  .new-l {
    width: 100%;
  }

  .new-r {
    width: 100%;
    padding: 2.5px;
    background: #f2f2f2;
  }

  .new-tp2 {
    width: calc(20% - 5px);
    float: left;
    padding-top: 11%;
    margin: 2.5px;
  }

  .new-tp h2 {
    font-size: 16px;
  }

  .title-left{    font-size: 20px;}
  .title-more img {width: 80px;}
  .page-four .title-left:nth-child(2) {
    margin: 0 10px;
}
.yqlj a{width:130px;margin:0 0px;}
.yqlj h2{display:block;float:none !important;margin-bottom: 20px;}


}


@media(max-width: 480px) {
  .jg-ul li {
    width: 100%;
  }

  .layer .close {
    right: 0px;
  }
.lm .title-left {font-size: 18px;}
.yqlj a{width:33.333%;margin:0 0px;text-align: center;font-size: 15px;}
}