/*Main container*/
.container{
  width: 1200px;
  height: 516px;
  margin: 0 auto;
  margin-top: 74px;
  position: relative;
  z-index: 100;
}
.container .title{
  height: 84px;
  width: 220px;
  z-index: 999;
  letter-spacing: 0;
  position: relative;
  top: 20px;
}
.title h2{
  font-size: 40px;
  color: #333333;
  float: left;
}
.title>span{
  float: left;
  margin-top: 14px;
  font-size: 20px;
  white-space: normal;
  color: #9B9B9B;
}
.earth_bg{
  background-image: url(../assets/地球.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 855px;
  position: absolute;
  top: 74px;
  z-index: 1;
}
/*轮播图*/
.carousel{
  height: 260px;
  width: 1106px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.hidden-banner{
  height: 260px;
  width: 1106px;
  margin: 0 auto;
  overflow: hidden;
}
.hidden-banner>ul{
  height: 100%;
  display: flex;
  position: relative;
  left: 0%;
}
.carousel li,.carousel li>a{
  display: inline-block;
  height: 100%;
  width: 32%;
}
.carousel li{
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin: 0 8px;
  flex-shrink: 0;
}
.carousel li>a{
  width: 100%;
}
.carousel li>a img{
  width: 100%;
  vertical-align: bottom;
}
.carousel>span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 56px;
  z-index: 999;
  background-repeat: no-repeat;
}
.carousel .to-left{
  background-image: url("../assets/左箭.png");
  left: -36px;
}
.carousel .to-right{
  background-image: url("../assets/右箭.png");
  right: -36px;
}
.btnArray{
  height: 24px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  color: #262626;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.btnArray li{
  cursor: pointer;
  display: inline-block;
  height: 8px;
  border-radius: 50%;
  background: #8e8e8e;
  transition: background-color .5s ease,width .5s ease,height .5s ease,margin .5s ease,transform .5s ease;
  width: 8px;
  transform: scale(1.3);
}
.slick-active{
  transform:scale(1.6) !important;
  background-color: #F78484 !important;
}


/*新闻列表*/
body>section{
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: -72px;
  box-sizing: content-box;
  z-index: 100;
}
body>section>ul{
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
}
body>section>ul>li{
  height: 170px;
  width: 100%;
  margin-bottom: 40px;
}
.thumbnail{
  height: 100%;
  width: 264px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}
.thumbnail img{
  width: 264px;
}
section .content{
  width: 900px;
  float: right;
  margin: 4px 10px;
  height: 170px;
}
section .content h3{
  font-size: 16px;
  color: #000000;
  font-weight: bolder;
  line-height: 20px;
  max-width: 580px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .content p{
  width: 100%;
  height: 74px;
  margin: 20px 0;
  color: #666666;
  line-height: 24px;
}
section .content p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section .content .more{
  width: 240px;
  display: flex;
  justify-content: space-around;
}
section .content .more span:nth-child(1){
  color: #333;
}
section .content .more span:nth-child(2){
 color: #666666;
}
/*改变轮播按钮*/
.disable{
  filter:gray;-webkit-filter: grayscale(100%);
}
/*分页*/
.page-header{
  width: 100%;
  position: absolute;
  bottom: -60px;
}
.page-header>span{
  line-height: 74px;
  color: #666;
}
.pagination{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  float: right;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #E8E8E8;
  border-color: #E8E8E8;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.pagination>li {
  display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
