a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #999;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
}
.navbar-brand {
  padding: 0;
  margin-right:0;
}

.nav-item {
	
  margin: 0 1em;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
}
.nav-item:hover .nav-sub {
  display: block;
}
.nav-sub {
  list-style: none;
  padding: 15px 0;
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.nav-sub .nav-item {
  margin: 0;
  padding: 0 1em;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .container-fluid {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.jxdt-banner .container-fluid {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.banner .swiper-slide .container-xxl {
  position: static;
  transform: translateX(0);
}
.jxdt-banner .swiper-slide .container-xxl {
  position: static;
  transform: translateX(0);
}
.banner .swiper-slide .container-xxl p {
  color: #fff;
  margin: 0;
  line-height: 50px;
}
.jxdt-banner .swiper-slide .container-xxl p {
  color: #fff;
  margin: 0;
  line-height: 50px;
   white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
}
.banner .container-xxl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 50px;
  z-index: 99;
}
 
.banner .swiper-pagination {
  bottom: 10px;
  right: 0;
  top: auto;
  left: auto;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  font-size: 12px;
  background-color: transparent;
  text-align: center;
  color: #fff;
}
.banner .swiper-pagination-bullet-active {
  border: 1px solid #fff;
}


.title {
  position: relative;
}
.title .t1 {
  line-height: 3;
  text-align: center;
  background: url(../images/title-icon.png) no-repeat bottom center;
}
.title .t2 {
  line-height: 2;
  border-bottom: 2px solid #ccc;
}
.title .more {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: 1em;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.title .more:hover {
  color: #999;
}

.main .xyxw {
  background: url(../images/bg1.png) no-repeat center center;
  background-size: cover;
}
.main .xyxw .card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .xyxw .card-text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .xyxw .card .time {
  font-size: 12px;
}
.main .xyxw .card{
	overflow: hidden;
	
}
.main .xyxw .card a {
  font-size: 12px;
  text-decoration: none;
  color: #000;
  transition: all 0.36s;
}
.main .xyxw .card a:hover {
  color: #999;
}
.main .xyxw .card  img{
  transition: all 0.36s ease;
}
.main .xyxw .card a:hover img{
  transform: scale(1.02);
	transition: all 0.36s ease;
  
}
.main .xyxw .card a i::before {
  transform: scaleY(1.5) rotate(45deg);
}
.main .xyxw-banner {
  padding-bottom: 5em;
  position: relative;
}
.main .jxdt {
  background: url(../images/bg2.png) no-repeat center center;
  background-size: cover;
}
.main .jxdt .swiper-button-next {
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.main .jxdt .swiper-button-next::after {
  font-size: 22px;
  color: #999;
  transition: all 0.3s;
}
.main .jxdt .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.main .jxdt .swiper-button-next:hover::after {
  color: #fff;
}
.main .jxdt .swiper-button-prev {
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.main .jxdt .swiper-button-prev::after {
  font-size: 22px;
  transition: all 0.3s;
  color: #999;
}
.main .jxdt .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.main .jxdt .swiper-button-prev:hover::after {
  color: #fff;
}
.main .jxdt .imgs a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.main .jxdt .imgs a:hover img{
  transform: scale(1.02);
  transition: all 0.56s ease;
}
.main .jxdt .imgs a img {
  -o-object-fit: cover;
     object-fit: cover;
      transition: all 0.56s ease; 
}
.main .jxdt .col-12 {
  display: flex;
  flex-direction: column;
}
.main .jxdt .col-12 .b {
  flex: 1;
}
.main .jxdt .list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main .jxdt .list a {
  flex: 1;
}
.main .jxdt .list a:last-child .list-item {
  border-color: #fff;
}
.main .jxdt .list a:last-child .list-item:hover {
  border-color: #0d6efd;
}
.main .jxdt .list-item {
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border: 2px solid #f0f3f9;
  transition: all 0.3s;
}
.main .jxdt .list-item p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main .jxdt .list-item h6 span {
  color: #fff;
  background: #666;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
}
.main .jxdt .list-item .time {
  color: #ccc;
  font-size: 12px;
}
.main .jxdt .list-item:hover {
  border-color: #0d6efd;
}
.main .jxdt .list-item:hover h6 span {
  background-color: #0d6efd;
}
.main .zytg .list2-item {
  padding: 1em 0;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.main .zytg .list2-item:hover .left {
  border-color: transparent;
  background-color: #6e6e6e;
  color: #fff;
}
.main .zytg .list2-item:hover .left h6 {
  background-color: #0d6efd;
}
.main .zytg .list2-item .left {
  transition: all 0.3s;
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  margin-right: 1em;
}
.main .zytg .list2-item .left h6 {
  background-color: #6e6e6e;
  color: #fff;
  line-height: 2;
  margin-bottom: 0;
  transition: all 0.3s;
}
.main .zytg .list2-item .left span {
  font-size: 12px;
  line-height: 2;
}
.main .zytg .list2-item .right {
  flex: 1;
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .xyxw2 {
  background: url(../images/bg3.png) no-repeat center center;
  background-size: cover;
}
.main .xyxw2 h6 {
  margin: 1em 0 0.25em;
  font-size: 14px;
  padding: 0 10px;
}
.main .xyxw2 p {
  font-size: 12px;
  padding: 0 10px;
}
.main .xyxw2 .col img {
  width: 100%;
  transition: all 0.3s ease; 
}
.main .xyxw2 .col a {
  display: block;
  padding-bottom: 1px;
  background-color: #fff;
  overflow: hidden;
  
}
.main .xyxw2 .col a:hover img{
	transition: all 0.3s ease; 
   transform: scale(1.02);
}
.main .xyxw2-banner {
  position: relative;
  padding-bottom: 5em;
}
.main .xyxw2-banner .swiper {
  padding-bottom: 1em;
}
.main .xyxw2-banner .swiper-button-next,
.main .xyxw2-banner .swiper-button-prev {
  bottom: 1em;
  top: auto;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.main .xyxw2-banner .swiper-button-next::after,
.main .xyxw2-banner .swiper-button-prev::after {
  font-size: 20px;
  color: #ccc;
}
.main .xyxw2-banner .swiper-button-next:hover,
.main .xyxw2-banner .swiper-button-prev:hover {
  border-color: #0d6efd;
}
.main .xyxw2-banner .swiper-button-next:hover::after,
.main .xyxw2-banner .swiper-button-prev:hover::after {
  color: #0d6efd;
}
.main .xyxw2-banner .swiper-button-next {
  right: 45%;
}
.main .xyxw2-banner .swiper-button-prev {
  left: 45%;
}

.footer {
  background-color: #292929;
  color: #fff;
}
.footer a {
  color: #fff;
  transition: all 0.3s;
}
.footer a:hover {
  color: #ccc;
}
.footer dl {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer dl h6 {
  margin: 0;
}
.footer dd {
  font-size: 12px;
  /*flex: 1;*/
}
.footer .left {
  width: 30px;
  height: 1px;
  background-color: #007dd0;
  margin-right: 3px;
}
.footer .auto {
  height: 1px;
  background-color: #666;
}
.footer .a1 {
  width: 30%;
}
.footer .a2 {
  flex: 1;
}
.footer img {
  width: 90%;
}
.footer p {
  margin-top: 1em;
  padding: 10px 0;
  text-align: center;
  margin: 0;
  background-color: #151515;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .nav-sub {
    position: static;
    padding: 0;
  }
  .xyxw-banner .swiper-slide .col-12 {
    margin-bottom: 2em;
  }
  .jxdt .imgs a img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .navbar-brand {
    width: 240px;
  }
  .banner .swiper-button-prev::after,
  .banner .swiper-button-next::after {
    font-size: 24px;
  }
}

/*----------------*/
/*List 列表页*/



/************主内容区*********/
.mainlist{
    padding: 30px 0 100px;
    background-color: #efefef;
}



/****折叠面板*****/
.my-panel{
    margin: 0 -15px 0;
    border-bottom: none;
}
.panel-heading{
    padding: 0;
    border: none;
}
.panel-title a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}
.panel-heading a:before {
    content: '\002b';
    position: absolute;
    font-family:'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #1e75db;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.panel-heading a:focus{
    text-decoration: none;
}
.panel-heading a:after {
    content: ' ';
    font-size: 16px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    color: #1e75db;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-heading.active a:after {
    content: '\2212';
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-body{
    margin: 0;
    padding:0 10px;
}

.panel-body a{
    display: block;
    padding:15px;
    font-size: 15px;
    color: #444;
    text-align: center!important;
    border-bottom: 1px dashed #ddd;
}
.panel-body li.active a{
    color: #1e75db;
}
.panel-body li:last-of-type a{
    border-bottom: none;
}

.left-menu{
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.left-menu header{
    padding: 20px 0 5px 50px;
    color: #fff;
    background-color: #024a93;
}
.left-menu header h3{
    margin: 0;
    font-weight: 800;
}
.left-menu header p{
    margin: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-menu li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding:0 20px 0 50px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}
.left-menu li.last-li a{
   border: none;
}

.left-menu li.active a,.left-menu a:hover{
    color: rgba(0,70,140,.8);
}

.right-uls .content{
    min-height: 400px;
    padding-bottom: 40px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.right-uls .content header{
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background:#f8f8fa;
    font-weight: bold;
}
.right-uls .content header span{
    font-size: 14px;
}
.news-uls{
    margin-bottom: 30px;
    padding: 0 40px;
}
.news-uls li a{
    display: block;
    color: #737373;
    padding: 20px 0 20px;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
    
}
.news-uls li a:hover h4{
    color: rgba(0,70,140,.8);
    
}
.news-uls li a h4{
    display: inline-block;
    width: 80%;
    color: #333;
    font-size: 16px;
    /*font-weight: 600;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 9px;
}
.news-title{
	padding: 0 15px;
}
.news-uls li a h4 span{
    font-size: 14px;
    font-weight: normal;
}
.nes-date{
    line-height: 36px;
}
.news-uls p{
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px; 
    *max-height: 40px;
}

.news-img{
    padding: 0;
}
.news-img img{
    width: 100%;
}

 


/***分页条**/
.pagination{
    width: 100%;
    padding: 0 40px;
}
.pagination ul{
    line-height: 24px;
    font-size: 14px;
    text-align: right;
}
/* .pagination-number{
    display: inline-block;
}
.pagination-number li{
    display: inline-block;
    margin-left: 8px;
} */
.pg-1{
    text-align: right;
}
.pagination ul span,.pg-1 .total{
    display: inline-block;
    height: 24px;
    padding: 0 15px;
    color: #fff;
    border: 1px solid #024a93;
    background-color: #024a93;
}
.pagination ul a,.pg-1 a,.pg-1 .current{
    display: inline-block;
    height: 24px;
    margin:0 5px 8px;
    padding: 0 7px;
    color: #7e7e7e;
    border: 1px solid #dbdbdb;
}
.pagination ul li.active a,.pg-1 .current{
    color: #fff;
    border: 1px solid #024a93;
    background-color: #024a93;
}
.pagination ul li a:hover,.pg-1 a：hover{
    color: #1c418f;
}

@media (max-width: 992px) {
    .left-menu header{
        padding: 10px;
        text-align: center;
    }

    .left-menu li a{
        padding: 0 10px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .mainlist,.mainlist .container{
        padding: 0;
    }
    .my-box{
        margin: 0 -15px;
    }
    .left-menu,.right-uls{
        padding: 0;
    }
    .content{
        padding-bottom: 10px;
    }
    .news-uls{
        padding: 0 10px;
    }
    .pagination{
        margin-bottom: 0;
        padding: 0 10px;
    }
    .zhao-container{
        padding: 0;
    }
    .left-menu header h3{
        font-size: 16px;
    }
    .left-menu li a{
        font-size: 15px;
        border: none;
    }
    .zhao-menu{
        min-height: 10px;
    }
}


/*content 内容页*/

/************主内容区*********/
.mainlist{
    padding: 30px 0 0;
    background-color: #efefef;
}


/****折叠面板*****/
.my-panel{
    margin: 0 -15px 0;
    border-bottom: none;
}
.panel-heading{
    padding: 0;
    border: none;
}
.panel-title a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}
.panel-heading a:before {
    content: '\002b';
    position: absolute;
    font-family:'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #1e75db;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.panel-heading a:focus{
    text-decoration: none;
}
.panel-heading a:after {
    content: ' ';
    font-size: 16px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    color: #1e75db;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-heading.active a:after {
    content: '\2212';
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-body{
    margin: 0;
    padding:0 10px;
}

.panel-body a{
    display: block;
    padding:15px;
    font-size: 15px;
    color: #444;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.panel-body li.active a{
    color: #1e75db;
}
.panel-body li:last-of-type a{
    border-bottom: none;
}
.left-menu{
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.left-menu header{
    padding: 20px 0 5px 50px;
    color: #fff;
    background-color: #024a93;
}
.left-menu header h3{
    margin: 0;
    font-weight: 800;
}
.left-menu header p{
    margin: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-menu li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding:0 20px 0 50px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}
.left-menu li.last-li a{
   border: none;
}

.left-menu li.active a,.left-menu a:hover{
    color: #024a93;
}
.content{
    min-height: 400px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.content header{
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background:#f8f8fa;
}
.content header span{
    font-size: 14px;
}

.news-info{
    padding: 15px 30px;
    color: #555;
    box-sizing: border-box;
}
.news-info h4{
    line-height: 25px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
.news-date1{
    margin-bottom: 15px;
}
.news-info table{
    width: auto!important;
    border: none;
}
.news-info img{
    width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}
.news-info span img{
    width: 100%;
    margin-bottom: 10px;
}
.news-info p{
    color: #444;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

#bsPanel{
    display: none!important;
}
.bshare-custom{
    display: inline-block;
    margin-bottom: 20px;
   /* text-align: right;*/
}
.bsBox{
    width: 232px!important;
    height: 258px!important;
    padding: 10px!important;
}


.content-top{
    margin-top: 30px;
    height: 30px;
}
.like-btn{
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 14px;
}
.like-btn span{
    display: inline-block;
    margin: 0 3px;
    vertical-align: 1px;
}



