a {
  cursor: pointer;
}

.big-banner {
  margin-bottom: 15px;
}

.focus-news {
  margin: 6px 10px;
  background: #f2f3f5;
}

.focus-news-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 30px 2px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "microsoft yahei", simsun;
}

.focus-news-title a {
  color: #333;
}

.focus-news-content {
  padding: 5px 10px 0px 10px;
  font-size: 14px;
  line-height: 23px;
  color: #383838;
  text-indent: 2em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 32px;
}

.zhbg {
  margin: 0 0 15px 0;
}

.news-box .news-box-header {
  line-height: 34px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e6e6e6));
  background: -o-linear-gradient(top, #ffffff, #e6e6e6);
}

.news-box .news-box-header .nav-tabs {
  border: none;
  margin: 0;
}

.news-box .li-tag {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.news-box .news-box-header .nav-tabs > li.active a {
  color: #ffffff;
}
/**/
.news-box.box-top {
  border-left: 1px solid #e8e7ee;
  border-right: 1px solid #e8e7ee;
  border-bottom: 1px solid #e8e7ee;
}

.news-box.box-bottom .news-box-header {
  border-top: none;
  border-bottom: 2px solid #1e63c0;
  /*border-bottom: 2px solid #ED1F2C;*/
}

.news-box.box-bottom .news-box-header .nav-tabs > li.active .li-tag {
  display: block;
  top: 5px;
  background-image: url(../images/box/box-top.png);
}

.news-box.box-bottom .news-box-header .nav-tabs > li > a {
  padding: 10px 23px 4px 23px;
}

/**/
.news-box.box-top .tab-content {
  padding: 0 10px;
}

.news-box.box-top .news-box-header {
  border-top: 2px solid #1e63c0;
  /*border-top:  2px solid #ED1F2C;*/
  border-bottom: none;
}

.news-box.box-top .news-box-header .nav-tabs > li.active .li-tag {
  display: block;
  top: -8px;
  background-size: 100% 100%;
  background-image: url(../images/box/box-top.png);
  /*background-image: url(../images/box/box-top-r.png);*/
}

.news-box.box-top.red .news-box-header {
  border-top: 2px solid #ff0000;
}

.news-box.box-top.red .news-box-header .nav-tabs > li.active .li-tag {
  background-image: url(../images/box/box-top-red.png);
}

.news-box.box-top .news-box-header .nav-tabs > li > a {
  padding: 4px 30px 9px 30px;
}

.news-box.box-top .news-box-header .nav-tabs > li.active > a {
  padding: 0px 30px 13px 30px;
}

/**/
.news-box.box-tag {
  margin-bottom: 15px;
  border: 1px solid #e8e7ee;
}

.news-box.box-tag .news-box-header {
  border-top: 2px solid #ed1f2c;
  border-bottom: none;
}

.news-box.box-tag .news-box-header .nav-tabs .li-tag {
  display: block;
  margin-top: -7px;
  width: 49px;
  height: 58px;
}

.news-box.box-tag .news-box-header .nav-tabs > li a {
  color: #ed1f2c;
  padding-left: 55px;
}

.news-box.box-tag .news-box-body .fdw {
  text-align: center;
  padding: 10px 0;
}

.news-box.box-tag .news-box-body .fdw > a {
  padding: 9px 13px;
  background: #f0f1f6;
}

.news-box.box-tag .news-box-body .fdw > a:hover {
  color: #ffffff;
  background: #1e63c0;
}

/**/
.news-box .news-box-header .nav-tabs > li > a {
  background: 0 0 !important;
  border: 0;
  margin: 0;
  color: #5c5d5e;
}

.news-box-header .news-title {
  margin-left: 10px;
}

.news-box-header .news-more {
  margin-right: 10px;
  float: right;
}

.news-box-header .news-title a {
  font-weight: 600;
  font-size: 16px;
  color: #313132;
  font-family: "microsoft yahei";
}

.news-box-header .news-more a {
  font-size: 12px;
  color: #7e8389;
  font-style: italic;
  font-weight: 500;
}

.news-box-body {
  margin: 8px 0;
}

.news-box-body ul > li {
  background: url(../images/bg_bullet.png) no-repeat scroll 0 0.6em;
  line-height: 31px;
  height: 31px;
  padding: 0 0 0 10px;
  font-size: 15px;
  overflow: hidden;
  text-align: left;
}

.news-box-body ul > li a {
  color: #666568;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-box-body ul > li a:focus,
.news-box-body ul > li a:hover {
  color: #043e9f;
  text-decoration: underline;
}

.news-box-body .date {
  margin-left: 10px;
  font-size: 13px;
  color: #9b9b9d;
  float: right;
}

.news-box.mid-box {
  margin: 0 10px;
}

.img-show.mid-box {
  margin: 15px 10px 18px 15px;
}

/**************æ–°é—»è½®æ’­********************/
#swiper1 .swiper-pagination,
#swiper-lslh .swiper-pagination {
  text-align: right;
}

#swiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(212, 212, 212, 0.8);
}

#swiper1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

#swiper1.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 8px;
}

#swiper1 .swiper-slide .textLabel {
  width: 100%;
  background: #0000004e;
  text-align: left;
  vertical-align: middle;
  display: table;
  height: 40px;
  position: absolute;
  bottom: 0;
}

#swiper1 .swiper-slide .textLabel p {
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
}

#swiper1 .swiper-slide .textLabel a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

#swiper-lslh {
  margin: 0 10px;
}

#swiper-lslh .swiper-slide .textLabel {
  width: 100%;
  text-align: left;
}

#swiper-lslh .swiper-slide .textLabel p {
  padding: 10px 0;
}

#swiper-lslh .swiper-slide .textLabel a {
  color: #4b4c50;
  font-size: 14px;
}

/***********************************/
.ztlb {
  width: 845px;
  height: 110px;
  margin-bottom: 13px;
}

#swiperZt img {
  width: 845px;
  height: 110px;
}
#swiperZt .swiper-pagination,
#swiper-lslh .swiper-pagination {
  text-align: right;
}

#swiperZt .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(212, 212, 212, 0.8);
}

#swiperZt .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

#swiperZt.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 8px;
  padding-right: 2px;
}

.img-show {
  height: 168px;
  border: 1px solid #e8e7ee;
  background: #f1f2f6;
}

.img-show .img-show-title {
  width: 46px;
  padding: 35px 15px 0 8px;
  margin-left: -5px;
  text-align: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  float: left;
  background-image: url(../images/box/box-left-x.png);
  background-repeat: no-repeat;
  background-size: 85% 100%;
}

.img-show .img-show-content {
  padding-left: 42px;
  padding-right: 5px;
  padding-top: 7px;
  height: 160px;
}

.img-show-content .tpdemo {
  overflow: hidden;
  width: 100%;
    background-color: #fff;
}

.img-show-content .tpindemo {
  float: left;
  width: 2000%;
}

.tpdemo1 {
  float: left;
}

.tpdemo2 {
  float: left;
  margin-left: 3px;
}

.tpdemo1 > a > img,
.tpdemo2 > a > img {
  height: 153px;
  width: auto;
}

.color-red,
.color-red a {
  color: #f40b21 !important;
}

.noborder {
  border: none !important;
}

.news-box .box-header {
  border-bottom: 1px solid #e7ecf1;
}

.news-box .box-header .tab-line a {
  font-size: 14px;
  padding: 0 0 10px 0;
}

.friendlinks {
  min-height: 40px;
  margin-top: 10px;
}

.friendlinks .friendlinks-select {
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #666568;
}

/* å®žæ—¶æ°´æƒ… */
.sssq {
  border: 1px solid #e4e8eb;
  margin-bottom: 8px;
}

.sssq table {
  width: 100%;
}

.sssq table tr {
  text-align: center;
  color: #272727;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
}

.sssq table tr > th {
  border-bottom: 1px solid #bec0c1;
}

.sssq table tr.tb0 {
  border-bottom: 1px solid #e4e8eb;
  background: #f9fafe;
}

.sssq table tr.tb1 {
  border-bottom: 1px solid #e4e8eb;
}

.sssq .sq-l {
  color: green !important;
}

.sssq .sq-z {
  color: red !important;
}

ul.cl2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 140px;
}
ul.cl2 li {
  width: 48%;
  line-height: 28px;
  height: 28px;
}
.funclist {
  height: 316px;
  overflow: hidden;
}
.funclist .func {
  position: relative;
  padding: 0 3px 8px;
}

.funclist .func img{
	max-width: 136px;
    height: 100px;
}

.funclist .func p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 24px;
  color: #004691;
}


