@charset "UTF-8";
image,
input,
button {
  outline: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  border: none;
}

ul {
  list-style: none;
  padding: 0;
}

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

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 169px;
  padding-top: 27px;
  background: url(/SITE_RES/jxb_cqwu_net/2024/images/to.png) top left repeat-x;
  z-index: 999999;
}

/* 浮动导航 */
.header2 {
  position: fixed;
  padding-top: 0px;
  top: 0;
  left: 0;
  height: 81px;
  z-index: 999999;
  width: 100%;
  background: #1a468f;
}
.header2 .logo {
  height: 81px;
}

.logo {
  float: left;
  width: 25%;
}

.logo > a {
  display: block;
  height: 100%;
  overflow: hidden;
}

.logo img {
  height: 100%;
  display: block;
  max-width: 100%;
}

.header_r {
	margin-right: 50px;
  float: right;
  width: 70%;
  margin-top: 0px;
}

.header_r .header_r_t {
  /* width: 100%; */
  height: 50px;
  line-height: 50px;
  /*padding-right: 4%;*/
}

.header_r .header_r_t .wl {
  color: #fff;
  font-size: 14px;
  float: right;
}

.header_r .header_r_t .wl a {
  padding-left: 10px;
  padding-right: 10px;
}

.nav {
  display: block;
}

.nav > ul {
  font-size: 0;
  position: relative;
}

.nav > ul > li {
  display: inline-block;
  width: 10%;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding-bottom: 44px;
}

.nav > ul > li:first-child {
  /*width: 10%;*/
}

.search {
  /* position: absolute; */
  /* top: -8px; */
  /* right: 0; */
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* padding: 8px; */
  /* background: rgba(255, 255, 255, 0.2); */
  cursor: pointer;
  float: right;
}

.nav > ul:hover > li:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 30px;
  height: 1px; 
  background: #fff;
}
 
.nav > ul > li:before {
  content: "";
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #fff;
  transition: all 0.3s;
}

.nav > ul > li.on:after {
  left: 20px;
  right: 20px;
}

.nav > ul > li.on:before {
  height: 30px;
}

.nav > ul > li > a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  /* font-weight: 600; */
  text-align: center;
}

.nav > ul > li ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background: rgba(36, 100, 179, 0.7);
}

.nav > ul ul > li {
  line-height: 48px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.nav > ul ul > li:hover {
  background: #1a468f;
}

.wap {
  display: none;
}

.menuBtn {
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  padding-top: 4px;
  transform: translateY(-50%);
  display: none;
}

.menuBtn b {
  display: block;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.menu {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  transform: translateY(-50%);
}

.menu img {
  display: block;
  width: 20px;
  /* height: 0.32rem; */
}

.m-nav {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 100%;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  background: #324c3c;
  z-index: 997;
  overflow-y: scroll;
}

.m-nav ul li {
  position: relative;
  padding: 0 0.2rem;
  overflow: hidden;
}

/* .m-nav>ul>li>a { */
.m-nav > ul li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  z-index: 99;
  border-bottom: 1px solid rgba(222, 221, 221, 0.5);
}

.m-nav ul li span {
  position: absolute;
  width: 40px;
  right: 0.1rem;
  top: 0;
  height: 40px;
  z-index: 999;
  transition: all 300ms;
  background: url("/SITE_RES/jxb_cqwu_net/2024/images/icon2.png") no-repeat center center;
  background-size: 11px;
}

.m-nav ul li.on > span {
  transform: rotate(45deg);
}

.m-nav > ul li ul {
  display: none;
  overflow: hidden;
  margin: 0 -0.2rem 0 0;
}

.m-nav > ul > li > ul li {
  line-height: 0.6rem;
  /* height: 0.6rem; */
  /* background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6; */
}

.m-nav ul li ul a {
  /* display: inline-block; */
  display: block;
  width: 100%;
  font-size: 0.24rem;
  /* color: #324c3c; */
  padding: 0 0.3rem;
}

.m-nav > ul li a {
  border: none;
}

body.open {
  overflow: hidden;
}

.searchBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  max-width: 80%;
  width: 700px;
  height: 60px;
  z-index: 999;
  margin: auto;
}

.searchBox-zzc {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.searchBox input[type=text] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 12px;
  color: #333333;
}

.searchBox input[type=image] {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -22px;
  padding: 8px;
}

.banner {
  width: 100%;
    height: 100vh;
}
.banner .swiper {
  width: 100%;
    height: 100%;
}
.banner img {
  -o-object-fit: cover;
     object-fit: cover;
 		width: 100%;
    height: 100%;
}

.date-info {
  display: flex;
  /*justify-content: space-between;*/
  /*padding: 0 20px;*/
}
 
.title {
  margin: 5px 0 1em 0;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.title h2 {
  /*padding: 0 0.5em;*/
  margin: 0;
}
.title .more {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: var(--bs-heading-color);
  font-size: 16px;
  transition: all 0.3s;
}
.title .more:hover {
  opacity: 0.7;
}

.media {
	 width: 100%;
    margin: 0 auto;
  display: flex;
  margin-bottom: .67em;
  padding: 15px;
  transition: all 0.3s;
  background-color: #f9f9f9;
     
}
.media-list a:last-child .media{
  margin-bottom: 0;
}
.media:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transform: translateY(-5px);
}
.media-body {
  flex: 1;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.media-object {
  border: 3px solid #2362cb;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80px;
  height: 80px;
  color: #1a468f;
  font-weight: bold;
  position: relative;
}
.media-object .year {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}
.media-object .day {
  font-size: 28px;
}
.media-object::before, .media-object::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  top: -8px;
  background-color: #2362cb;
}
.meida-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0 !important;
}

.media-object::before {
  left: 20px;
}
.media-object::after {
  right: 20px;
}

.banner2 {
  position: relative;
  padding-bottom: 38px;
 
}
.banner2 img {
  width: 100%;
  height: auto;
}
.banner2 .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.1em;
  background: linear-gradient(to right, rgba(255,255,255,0.75), rgba(255,255,255,0.75), rgba(255,255,255,0));
  color: #1a468f;
  font-weight: bold;
  margin: 0 0 8px 3px;
   text-indent: 2em;
}
.lun-news {
	margin-top:-6px ;
}
.news ul{
	padding: 0;
}
.news li {
  padding-left: 2em;
  background: url(/SITE_RES/jxb_cqwu_net/2024/images/arrow.png) no-repeat 0 center;
  background-size: 1em auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 3em;
  position: relative;
  line-height: 2;
  margin-bottom: 9px;
  transition: all 0.3s;
}
.news li a {
  transition: all 0.3s;
}
.news li:hover a {
  color: #1a468f;

}
.news li:hover {
  margin-left: 5px;
}
.news-date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1a468f;
}
.el-calendar-day{
  display: flex;
  flex-direction: column;
}
.el-calendar-day span{
  font-size: 12px;
}
.el-calendar-day span.jq{
  color: red;
}
.date{
  display: flex;
  flex-direction: column;
}
.s2 .d-flex {
  flex-direction: column;
  flex: 1;
}
.s2 .d-flex .flex-1 {
  flex: 1;
}

.service > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 100%; */
}
.quiknav .student,
.quiknav .teacher {
  flex: 1;
  border-radius: 20px !important;
  background-color: #fbfbfe;
  border: 0 !important;
}
.service{
  display: flex;
  flex-direction: column;
}
.quiknav{
	float: left;
}
.quiknav .student img,.quiknav .teacher img{
	width: 27%;
}
 
.service .d-flex{
  flex: 1;
}
.service .ss{
  flex-direction: row;
}
.quiknav .student a,
.quiknav .teacher a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.quiknav .student a h5,
.quiknav .teacher a h5 {
	font-size: 1rem;
	margin: 0 0 3px 0;
}
.quiknav2  {
	padding: 8px 12px;
}
.quiknav .student a h6,
.quiknav .teacher a h6 {
	font-size: .8rem;
}
.service .student a img,
.service .teacher a img {
  width: 50px;
}
.quiknav .student a:hover,
.quiknav .teacher a:hover {
  /*opacity: 0.7;*/
 background: #e9f1ff;
 border-radius:20px;
}
 
.el-calendar-table .el-calendar-day {
  height: 25px;
  
}
.el-calendar-table .el-calendar-day:hover {
	  color: #FFF;
    background-color: #2f85de;
}
.el-calendar-table td.is-selected {
	  color: #FFF;
    background-color: #2377cd;
}
.media h4{
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1260px) {
  .nav > ul > li > a {
    font-size: 16px;
  }
}
.footer {
  color: #fff;
 
}
.footer-logo {
  background-color: #5d5d5d;
}
.footer-logo p {
  line-height: 2;
  margin: 0;
}
.footer-logo p img {
  width: 1em;
}
.footer-links {
  display: flex;
  justify-content: space-between;
  background-color: #1a468f;
  padding: 1em;
}
.footer-links > div {
  /*width: 120px;*/
}
.footer-links > div img {
  width: 1.25em;
}
.footer-links__item {
  flex: 1 !important;
  max-width: 1300px;
  display: flex;
  justify-content: center;
}
.footer-links__item a {
  padding-left: 1.5em;
  background: url(/SITE_RES/jxb_cqwu_net/2024/images/icon2.png) no-repeat left center;
  background-size: 1em auto;
  margin: 0 1em;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
  .menuBtn {
    display: block;
  }
  .m-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    height: 70px;
    background: #1a468f;
    z-index: 9999;
  }
  .m-logo > a {
    display: block;
    padding-left: 15px;
  }
  .m-logo img {
    display: block;
    transform: scale(0.8);
    transform-origin: left center;
    width: auto;
    height: 70px;
  }
  .m-nav {
    position: fixed;
    left: 110%;
    right: 0;
    bottom: 0;
    top: 70px;
    background: #1a468f;
    padding-top: 10px;
  }
  .m-searchBox {
    text-align: center;
    font-size: 0;
    padding-bottom: 2px;
  }
  .m-search {
    position: relative;
    width: 80%;
    height: 36px;
    overflow: hidden;
    margin: 15px auto;
    font-size: 0;
  }
  .m-search input[type=text] {
    width: 100%;
    line-height: 36px;
    padding: 0 25px;
    color: #1a468f;
    border-radius: 10px;
  }
  .m-search input[type=image] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
  }
  .m-nav > ul > li {
    position: relative;
    line-height: 36px;
    padding-left: 20px;
  }
  .m-nav > ul > li > a {
    font-size: 14px;
    color: #fff;
  }
  .m-nav > ul > li > span {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url("/SITE_RES/jxb_cqwu_net/2024/images/icon2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    transition: all 0.3s;
  }
  .m-nav > ul > li.on > span {
    transform: rotate(90deg);
  }
  .m-nav > ul ul {
    display: none;
    overflow: hidden;
    padding-left: 20px;
  }
  .m-nav > ul ul > li {
    float: left;
    width: 33%;
  }
  .m-nav > ul ul > li > a {
    font-size: 12px;
    color: #fff;
  }
  .m-nav .wl {
    width: 100%;
    margin: 0px auto;
    line-height: 30px;
    text-align: center;
  }
  .m-nav .wl a {
    color: #fff;
    font-size: 14px;
    margin: auto 10px;
  }
}
@media screen and (max-width: 867px) {
  .m-nav > ul ul > li {
    float: none;
    width: auto;
  }
  .banner {
    height: 100vw;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-links > div {
    width: 100%;
  }
  .footer-links__item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-links__item a {
    width: 50%;
    margin: 0;
    text-align: left;
    line-height: 2;
  }
  .m-search input[type=text] {
    line-height: 28px;
  }
  .m-search input[type=image] {
    padding: 5px;
  }
  .ft-logo {
    display: none;
  }
  .lx {
    width: 100%;
    float: none;
    margin-left: 0px;
    text-align: center;
  }
  .ewm {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .m-header {
    height: 60px;
  }
  .m-logo > a {
    height: 60px;
  }
  .m-logo img {
    transform: scale(0.45);
    transform-origin: left top;
    margin-top: 13px;
  }
  .m-nav {
    top: 60px;
  }
}


.wzl:after{left:0 !important;  height: 0px !important;  right: 0px !important;}
.wzl:before{ height: 0px !important;}
.xl-boottom {
	 margin-top:-40px;
	 padding: 15px 20px;
	 color: #1a468f;
	     font-size: 14px;
}


/*----------------*/
/*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;
}
.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 50px;
    color: #555;
    box-sizing: border-box;
}

@media (max-width:768px) {
.news-info{
  padding: 15px 20px;
}
  
}
.news-info h4{
    line-height: 25px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}
.news-date1{
    margin-bottom: 15px;
}
.news-info table{
    width: auto!important;
    border: none;
}
.news-info img{
    width: 100%;
    height: auto;
    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;
}



.banner .down-page {
    margin: 0 auto;
    background-image: url(/SITE_RES/jxb_cqwu_net/2024/images/down-icon.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center -10px;
    width: 35px;
    height: 15px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    opacity: 0.8;
}
.banner .swiper-pagination {
    bottom: 45px;
}
.swiper-button-prev, .swiper-button-next{
	color:rgba(255,255,255,.8);
}
.hover {
    cursor: pointer;
}
