* {
  margin: 0;
  padding: 0;
  font-family: "SourceHanSerifSC-Regular", "微软雅黑","宋体","Arial";
}


html {
  overflow-x: hidden;
  overflow-y: auto;
}


a {
  color: #333;
  text-decoration: none;
}


.top_bigpic {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 485px;
  overflow: hidden;
}


.pic-conts li {
  position: absolute;
  width: 100%;
  height: 485px;
}


.pic {
  display: none;


}



.lunBoFlash {
  animation: flashIn 4s ease-in-out;
}


@keyframes flashIn {
  from {
    opacity: 0.6;
  }


  to {
    opacity: 1;
  }
}


.pics {
  width: 100%;
  height: 100%;
}


.buttons {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}


.buttons span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}


.arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 45px;
  margin-top: -25px;
  cursor: pointer;
}


.arrow_left {
  background: url(img/left-arw.png);
  left: 0;
}


.arrow_right {
  background: url(img/right-arw.png);
  right: 0;
}


.one-btn:hover {
  background-color: royalblue;
}


.two-btn:hover {
  background-color: royalblue;
}


.three-btn:hover {
  background-color: royalblue;
}


.big-cont {
}



.second-section {
  width: 1440px;
  height: 670px;
  margin: 0 auto;
  margin-top: 36px;
  display: flex;
}



.top-left {
  width: 642px;
  height: 100%;
  background: #ffffff;
  
}


.top-right {
  padding-bottom: 36px;
  padding-right: 60px;
  
  width: 399px;
  height: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.top-right #top-right-title-container {
  margin-left: 12px;
}


#top-right-title-container {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1.5px;
}


#top-right-title-container >p {
  color: #666666;
  
}


#top-right-title-line {
  width: 120px;
  height: 1px;
  background-color: #dcdcdc;
  margin-left: 16px;
}


.tl-ul {
  list-style: none;
  height: 400px;
}


.tl-pic {
  width: 642px;
  height: 400px;
  overflow: hidden;
  position: absolute;
  transition: all 2s;
  z-index: 1;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}


.tl-pic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
  cursor: pointer;
}


.tl-pic img:hover {
  transform: scale(1.2);
}


.fadein {
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=100);
  z-index: 10;
}


.left-fpic {
  background-image: url(../img/1.jpg);
}


.left-spic {
  background-image: url(../img/2.jpg);
}


.left-tpic {
  background-image: url(../img/3.jpg);
}


.left-fopic {
  background-image: url(../img/4.jpg);
}


.tl-down {
  width: 100%;
  height: 242px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 0.18rem 2px rgba(232, 239, 243, 1);
}


.tl-down li {
  position: absolute;
  list-style: none;
  width: 100%;
  height: 170px;
}


.tl-down li h4 {
  font-size: 20px;
  line-height: 28px;
  height: 28px;
  margin: 15px auto;
  font-weight: normal;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}


.tl-down li p {
  font-size: 14px;
  color: #787878;
  text-indent: 2em;
  line-height: 28px;
  margin: 0 auto;
  padding: 0 100px;
}


.tl-down li p a {
  text-decoration: none;
  target: _blank;
  color: #2267b1;
}


.tr-li {
  display: flex;
  padding-bottom: 24px;
  padding-top: 24px;
  list-style: none;
  position: relative;
  align-items: center;
  min-height: 48px;


}


.tr-li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  content: '';


}


.tr-li:last-of-type::after {
  display: none;
}


.time {
  text-align: center;
}


.day {
  background: #2267b1;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  color: #ffffff;
  display: none;
}


.data {
  font-size: 12px;
  width: 56px;
  height: 100%;
  color: #888a8f;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 4px;
}


.list-cont {
  width: auto;
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 12px;
}


.title {
  line-height: 24px;
  height: 48px;
  text-align: left;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}


.title:hover {
  color: #2267b1;
}


.tit-cont {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-size: 14px;
  color: #9b9898;
  overflow: hidden;
  display: none;
}


.more {
  width: 88px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-left: 16px;
  color: #555;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}


.more a:hover {
  color: #2267b1;
}


.more a {
  color: #555;
}


.third-section {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px;
  height: 585px;
}


.ts-cont {
  width: 1200px;
  margin: 0 auto;
}


.ts-left {
  width: 660px;
  height: 380px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  box-shadow: #ccc 0px 0px 5px;
  border: #EEE 1px solid;
}


.ts-right {
  float: right;
  height: 380px;
  width: 480px;
  background: #fff;
  box-shadow: #ccc 0px 0px 5px;
  border: #EEE 1px solid;
}


.ts-left li {
  clear: both;
  list-style: none;
  height: 70px;
}


.notic-time {
  width: 90px;
  height: 46px;
  float: left;
  border: 1px solid #2267b1;
}


.notic-time .day {
  width: 45px;
  height: 45px;
  float: left;
  line-height: 46px;
  text-align: center;
  color: white;
  background: #2267b1;
  font-size: 22px;
}


.datas {
  width: 43px;
  float: right;
  margin-top: 12px;
}


.top {
  text-align: center;
  color: #2267b1;
  font-size: 13px;
}


.trends {
  list-style: none;
}


.trends li {
  display: flex;
  overflow: hidden;
  height: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
}


.line-icon {
  width: 2px;
  height: 40px;
  margin-top: 4px;
  background: #2267b1;
}


.trends a {
  margin-left: 10px;
  color: #333;
  font-size: 15px;
  width: 303px;
  line-height: 24px;
  text-align: left;
  transition: all 0.3s ease;
}


.trends a:hover {
  color: #2267b1;
}


#time-container {
  display: flex;
  flex-direction: column;
}



#time-container span {
  width: 44px;
  overflow: hidden;
  color: #848484;
  font-size: 14px;
}



.fourth-section {
  width: 100%;
  margin-top: 20px;
  height: 422px;
}


.fs-cont {
  width: 1200px;
  margin: 0 auto;
}


.fs-left {
  width: 399px;
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  padding-left: 60px;
  
}


.fs-right {
  float: left;
  width: 588px;


  padding-bottom: 30px;
  background: #fff;
  box-shadow: #ccc 0px 0px 5px;
  border: #EEE 1px solid;
}


.fifth-section {
  width: 100%;
  height: 480px;
  margin-top: 20px;
  padding-bottom: 20px;
}


.fif-cont {
  width: 1200px;
  margin: 0 auto;
}


.fs-box {
  width: 386px;
  height: 470px;
  background: #ffffff;
  float: left;
  margin-right: 18px;
  box-shadow: #ccc 0px 0px 5px;
  border: #EEE 1px solid;
}


.fs-thirdb {
  margin-right: 0;
}


.last-title {
  width: 320px;
  height: 46px;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 20px;
}


.lt-left {
  background-color: #d4237a;
  display: inline-block;
  padding: 1px;
  color: #fff;
  font-size: 18px;
  height: 38px;
  width: 115px;
  line-height: 38px;
  text-align: center;
}


.lt-right {
  background-image: url(../img/last01.png);
  width: 20px;
  height: 20px;
  margin-top: 11px;
  display: block;
  float: right;
  background-size: 20px 20px;
}


.right-two {
  background-image: url(../img/last02.png);
}


.right-three {
  background-image: url(../img/last03.png);
}


.mid-line {
  width: 320px;
  height: 4px;
  background: #2267b1;
  margin: 0 auto;
}


.last-img div {
  margin: 0 auto;
  background-color: cadetblue;
  width: 320px;
  height: 220px;
}


.last-img img {
  width: 320px;
  height: 220px;
}


.last-words {
  width: 320px;
  margin: 0 auto;
  margin-top: 20px;
}


.lw-title {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-bottom: 14px;
}


.lw-words {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  max-height: 78px;
  overflow: hidden;
}