
.tab-bar .item-title{
  width: 108px;text-align: center;
}
.newsItems {
  padding-top: 10px;
}
.newsItems .newItem {
  margin: 20px 0 40px 0;
}
.newsItems .newItem .newImage {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 152px;
  overflow: hidden;
}
.newsItems .newItem .newImage .tag {
  min-width: 60px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  text-align: center;
  padding: 0 2px;
}
.newsItems .newItem .newImage .img {
  display: inline-block;
  width: 200px;
  height: 152px;
  background-size: cover;
  background-position: center center;
}
.newsItems .newItem .newContent {
  padding-left: 20px;
}
.newsItems .newItem .newContent .title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.newsItems .newItem .newContent .des {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  height: 76px;
  margin-bottom: 6px;
}
.newsItems .newItem .newContent .time {
  font-size: 12px;
  color: #999999;
}
.newsItems .newItem .newContent .tag {
  height: 18px;
  background: #99B2E3;
  color: #ffffff;
  border: none;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
}
.btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}


.panel-wrap .paper-item {
  width: 330px;
  height: 327px;
  background-size: 100% 100%;
  padding:17px 23px 0 28px;
  margin-top: 11px;
  margin-right: 12px;
  float: left;
}
.panel-wrap .paper-item:nth-child(2n) {
  margin-right: 0px;
}
.panel-wrap .paper-item .title-box {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  height: 104px;
  padding-top: 20px;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.panel-wrap .paper-item .paper-desc {
  font-size: 12px;
  color: #999999;
  padding-top:5px;
}
.panel-wrap .paper-item .paper-desc span:first-child {
  padding-right: 15px;
}
.panel-wrap .paper-item .paper-info {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-top: 15px;
  height: 106px;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.panel-wrap .paper-item .class-tag {
  padding-top: 25px;
}
.panel-wrap .paper-item .class-tag span {
  padding-right: 5px;
  height: 13px;
  border-right: 1px solid #4860D3;
  color: #4860D3;
  font-size: 12px;
}
.panel-wrap .paper-item .class-tag span:not(:first-child) {
  padding-left: 5px;
}

.item-ctyj-box{

}


.banner-top-wrapper {
  width: 674px;
  height: 300px;
  padding-bottom: 30px;
}
.banner-top-wrapper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner-top-wrapper .swiper-wrapper .swiper-slide {
  width: 676px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top-wrapper .swiper-wrapper .swiper-slide .banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 12px;
  background: rgba(0, 0, 0, 0.4);
}
#topBanner {
  width: 100%;
  height: 100%;
  position: relative;
}
#topBanner .pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
#topBanner .pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  transition: all 0.4s;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  opacity: 0.3;
}
#topBanner .pagination .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 0.8;
}




.person-wrap {
  position: relative;
}
.person-wrap .ul-person {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.person-wrap .ul-person .li-item:hover {
  border: 1px solid #4860D3;
}
.person-wrap .ul-person .li-item:hover .per-title {
  color: #4860D3;
}
.person-wrap .ul-person .li-item:hover .source-info {
  border-bottom-color: #4860D3;
}
.person-wrap .ul-person .li-item {
  width: 328px;
  height: 309px;
  padding: 0 20px;
  border: 1px solid #F2F2F2;
  margin-bottom: 23px;
}
.person-wrap .ul-person .li-item .per-title {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  line-height: 28px;
  padding-top: 30px;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 86px;
}
.person-wrap .ul-person .li-item .per-info {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  overflow: hidden;
  height: 116px;
  word-break: break-all;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.person-wrap .ul-person .li-item .source-info {
  padding-bottom: 15px;
  padding-top: 13px;
  border-bottom: 1px solid #D6E2F1;
  width: 100%;
  font-size: 14px;
  text-align: right;
  color: #666666;
}
.person-wrap .ul-person .li-item .source-info span {
  padding-left: 12px;
}
.person-wrap .ul-person .li-item .per-bottom-box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  padding-top: 10px;
  color: #999999;
}
.person-wrap .ul-person .li-item .per-bottom-box img {
  width: 26px;
  height: 20px;
}


.tab-panels .panel-wrap-kx {
  width: 100%;
}

.tab-panels .panel-wrap-kx .item-panel-kx .title-box {
  font-size: 18px;
  color: #2B2B2B;
  font-weight: bold;
  padding-top: 35px;
  word-break: break-all;
}
.tab-panels .panel-wrap-kx .item-panel-kx .title-box:hover {
  color: #4860D3;
}
.tab-panels .panel-wrap-kx .item-panel-kx .time {
  font-size: 14px;
  color: #BEBEBE;
  padding-bottom: 12px;
}
.tab-panels .panel-wrap-kx .item-panel-kx .info {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  font-family: "MicrosoftYaHei";
}
.tab-panels .panel-wrap-kx .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
.tab-panels .panel-wrap-kx .btn-wrap .button-text {
  color: #4860D3;
  font-size: 16px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #4860D3;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.newImage .video {
  position: absolute;
  width: 52px;
  height: 52px;
  background: rgba(27, 27, 27, 0.6);
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newImage .video i {
  display: block;
  width: 30px;
  height: 24px;
  background: url(../images/icon_erji.png);
}