.index-main-center {
  padding: 20px 34px;
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #cae4ff;
}
.d-flex {
  display: flex;
}
.d-column {
  flex-direction: column;
}
.space-b {
  justify-content: space-between;
}
.space-a {
  justify-content: space-around;
}
.rotation {
  width: 680px;
  margin-top: -20px
}
.article {
  width: calc(100% - 700px);
  margin-left: 20px;
  color: #333;
  height: 450px;
  overflow: hidden;
}
.article a{
  color: #333333;
  text-decoration:none;
}
.article a:hover{
    color: rgba(87, 142, 206, 1);
}
.article-title {
  width: calc(100% - 70px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  font-size: 16px;
}
.article-date {
  width: 60px;
  text-align: right;
  line-height: 28px;
  font-size: 16px;
}
.web-orange {
  color: #ff6000;
  font-size: 18px;
  font-weight: 600;
  height: 27px;
}
.rotation-title {
  position: absolute;
  bottom: -54px;
  left: 80px;
  z-index: 9;
}
.center-btn {
  margin-top: 24px;
}
.center-btn button {
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  width: calc(50% - 24px);
  height: 67px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
.btn-green {
  background: linear-gradient(
    180deg,
    rgba(152, 217, 102, 1) 0%,
    rgba(114, 186, 60, 1) 100%
  );
  border: 1px solid rgba(136, 186, 97, 1);
}
.btn-blue {
  background: linear-gradient(
    180deg,
    rgba(157, 198, 242, 1) 0%,
    rgba(87, 142, 206, 1) 99.94%
  );
  border: 1px solid rgba(120, 154, 199, 1);
}
.show-div {
  margin-top: 24px;
}
.show {
  width: 100%;
  margin-top: 4px;
  overflow: hidden;
}
.show-list {
  width: 2000px;
  margin-top: 8px;
  overflow: hidden;
}
.show-person {
  width: 160px;
  height: 216px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.show-person img {
  width: 160px;
  height: 216px;
  position: absolute;
  top: 0;
  left: 0;
}
.show-person div {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 160px;
  height: 34px;
  background-color: rgba(77, 77, 77, 0.5);
  color: rgba(255, 255, 255, 1);
  line-height: 34px;
  text-align: center;
}
.show-person .name {
  font-size: 16px;
}
.show-person .title {
  font-size: 12px;
  margin-left: 4px;
}
li {
  list-style: none;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll {
  height: 220px;
  margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
  height: 220px;
}
a,button{
    cursor: pointer;
}

/* 轮播 */
.ft-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ft-carousel .carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
  float: left;
  height: 100%;
  position: relative;
}
.carousel-item div{
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 16px;
    bottom: 24px;
    color: #fff;
}

.ft-carousel .carousel-item img {
  width: 100%;
  height: 100%;
}

.ft-carousel .carousel-indicators {
  position: absolute;
  right: 24px;
  bottom: 10px;
  width: 100%;
  text-align: right;
  font-size: 0;
  top:auto;
}

.ft-carousel .carousel-indicators span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
  background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 45px;
  margin-top: -25px;
  cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
  left: 0;
  background: url(../img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
  right: 0;
  background: url(../img/next.png) no-repeat;
}
.main-article{
  width: calc(100% - 48px);
  margin: 0 auto;
  min-height: 500px;
}
.detail-title{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.detail-date{
  font-size: 14px;
  line-height: 46px;
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed #888;
}
.detail-info{
  padding: 16px 48px;
}
.main-article{
  width: calc(100% - 48px);
  margin: 0 auto;
  min-height: 500px;
}
.list-title{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #888888;
  line-height: 60px;
}
.list-info{
  /*height: 650px;*/
}
.list-info ul{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}
.list-info a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #333333;
  text-decoration:none;
}
.list-info li{
  width: calc(100% - 16px);
  height: 42px;
  border-bottom: 1px dashed #c4c4c4;
  list-style: none;
  line-height: 42px;
  padding: 0 8px;
}

.list-info-right{
  width: 120px;
  text-align: right;
  color: #888;
}
.list-info li a:hover .list-info-right{
  color: rgba(87, 142, 206, 1) !important;
}
.list-info li a:hover .list-info-left{
  color: rgba(87, 142, 206, 1) !important;
}
.list-info-left{
  width: calc(100% - 130px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pages{
  height: 50px;
  width: 100%;
}
/* 翻页 */
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

.pager a {
  cursor: pointer;
}

.pager a,
.pager span {
  /* 按钮内数字 */
  width: 45px;
  height: 40px;
  border: 1px solid #EBEBEB;
  margin-left: -1px;
  color: #8a8a8a;
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  margin: 0 2px;
  border-radius: 6px;
}
.pager a:hover,
.pager span:hover {
  border-color: #3897cd;
  color: #3897cd;
  position: relative;
  z-index: 1;
}

.pager span.current {
  background-color: #222A35;
  color: #fff;
  border-color: #EBEBEB;
  position: relative;
  z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
  background: white url(../img/page_bg.jpg)  8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
  background: white url(../img/page_bg_hover.jpg)  8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
  background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
  background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
  cursor: default;
  background-image: url(../img/page_bg.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
  cursor: default;
  background-image: url(../img/page_bg.jpg);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
  border-color: #eeeeee;
}

.pager span.els {
  border-color: transparent;
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0;
}
