#home {
  padding-top: 100px;
}
#home .carouselbannerbg {
  height: 100%;
  background-size: cover !important;
}
#home .carouselbannerbg1 {
  background: url('../assets/img/homebg1.jpg') no-repeat center;
}
#home .carouselbannerbg2 {
  background: url('../assets/img/homebg2.jpg') no-repeat center;
}
#home .carouselbannerbg3 {
  background: url('../assets/img/homebg3.jpg') no-repeat center;
}
#home .carouselbannerbg4 {
  background: url('../assets/img/homebg4.jpg') no-repeat center;
}
#home .title {
  display: block;
  font-weight: bold;
  font-size: 38px;
  color: #e90a0a;
  text-align: center;
  margin: 20px auto;
}
#home .boxheader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .boxheader .newscenter {
  font-size: 30px;
  line-height: 60px;
  color: black;
}
#home .boxheader .line {
  width: 85px;
  height: 2px;
  background: #c3d5e9;
}
#home .box3 {
  margin: 20px auto;
  color: #333;
}
#home .box3 .boxheader .newstab {
  display: flex;
  margin: 30px 0;
}
#home .box3 .boxheader .newstab div {
  margin: 0 15px;
  padding: 0 6px;
  cursor: pointer;
}
#home .box3 .boxheader .newstab .active {
  font-weight: bold;
  color: #276ab1;
  position: relative;
  z-index: 3;
}
#home .box3 .boxheader .newstab .active em {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 6px;
  font-size: 0;
  overflow: hidden;
  background: #d1dfee;
  border-bottom: 1px solid #f3f7fb;
}
#home .box3 .left {
  display: inline;
  min-width: 691px;
  height: 454px;
}
#home .box3 .left .el-carousel__item .leftitem {
  position: relative;
  cursor: pointer;
}
#home .box3 .left .el-carousel__item .leftitem img {
  width: 100%;
  height: 454px;
  display: block;
}
#home .box3 .left .el-carousel__item .leftitem .bottomtitle {
  position: absolute;
  bottom: 0;
  width: 691px;
  padding: 8px 15px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
#home .box3 .right {
  padding: 0 16px;
  flex: 1;
  width: 509px;
  box-sizing: border-box;
}
#home .box3 .right .list {
  color: #424242;
}
#home .box3 .right .list .listitem {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #e6e6e6 dashed;
  line-height: 43px;
  cursor: pointer;
}
#home .box3 .right .list .listitem span:first-child {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#home .box3 .right .list .listitem .iconfont {
  font-size: 10px;
}
#home .box3 .right .list .listitem .date {
  color: #bfbfbf;
  font-size: 14px;
}
#home .box3 .right .list .listitem:hover {
  color: #018dd7;
}
#home .box3 .right .list .more {
  font-weight: bold;
  color: #018dd7;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
}
#home .box4 {
  background: #f0f1f5;
  padding: 20px 0;
}
#home .box4 .left {
  display: flex;
  flex-direction: column;
}
#home .box4 .left li {
  width: 237px;
  height: 123.5px;
  border: 1px #cacaca solid;
  border-bottom: 0;
  line-height: 123.5px;
  font-size: 18px;
  color: #323232;
  text-indent: 33px;
  background: #fff;
  cursor: pointer;
}
#home .box4 .left li:last-child {
  border-bottom: 1px #cacaca solid;
}
#home .box4 .left li:hover {
  background: #018ed6;
  color: white;
}
#home .box4 .right {
  width: 961px;
  height: 498px;
  position: relative;
}
#home .box4 .right .el-carousel__item .leftitem img {
  width: 100%;
  height: 498px;
  display: block;
}
#home .box4 .right .bottomtitle {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  display: flex;
  color: white;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#home .box4 .right .bottomtitle .td1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
#home .box4 .right .bottomtitle .td2 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 2px;
}
#home .box4 .right .bottomtitle .td2 span {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
#home .box5 {
  padding: 20px 0;
}
#home .box5 .culture {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}
#home .box5 .culture .cultureitem {
  display: flex;
  background: #e8eff7;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
#home .box5 .culture .cultureitem img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#home .box5 .culture .cultureitem .des {
  padding: 0 40px;
  position: relative;
}
#home .box5 .culture .cultureitem .des h2 {
  color: #3e3a39;
  font-size: 22px;
  line-height: 30px;
  padding-top: 25px;
}
#home .box5 .culture .cultureitem .des p {
  color: #9fa0a0;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 0px;
}
#home .box5 .culture .cultureitem .des a {
  position: absolute;
  left: 40px;
  bottom: 20px;
  display: inline-block;
  background: url('../assets/img/icon_more.png') no-repeat;
  width: 62px;
  height: 20px;
}
#home .box5 .culture .bottomradio {
  border-radius: 0 0 20px 0;
}
#home .box5 .culture .cultureitem:hover {
  background: #1961ac;
}
#home .box5 .culture .cultureitem:hover img {
  transform: scale(1.1);
}
#home .box5 .culture .cultureitem:hover h2,
#home .box5 .culture .cultureitem:hover p {
  color: white;
}
#home .box5 .culture .cultureitem:hover a {
  background: url('../assets/img/icon_moreh.png') no-repeat;
}
#home .box5 .culture .cultureitem > div {
  flex: 1;
}
