#banner{
  padding-top: 20px;
}
#banner .banner_slide{
  max-width: 1520px;
  width: 100%;
  padding: 0 60px;
  margin:  0 auto;
  box-sizing: border-box;
}
#banner .banner_slide img{
  border-radius: 10px;
  border: 1px solid #a4b5c9;
  box-sizing: border-box;
}
#banner .banner_slide .owl-nav button{
  width: 40px;
  height: 40px;
  background-color: rgba(2, 46, 81, .5);
  background-position: center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#banner .banner_slide .owl-nav .owl-prev{
  background-image: url('../images/arrow-l.png');
  left: 70px;
}
#banner .banner_slide .owl-nav .owl-next{
  background-image: url('../images/arrow-r.png');
  right: 70px;
}
#banner .banner_slide .owl-dots{
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#banner .banner_slide .owl-dots button{
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 8px;
  box-sizing: border-box;
}
#banner .banner_slide .owl-dots button.active span{
  background: #a4b5c9;
}
#banner .banner_slide .owl-dots button span{
  width: 12px;
  height: 12px;
  border: 1px solid #a4b5c9;
  border-radius: 50%;
  display: block;
}

#search{
  padding-top: 20px;
}
#search label{
  border: 1px solid #a4b5c9;
  border-radius: 10px;
  display: block;
  position: relative;
  padding-right: 40px;
}
#search label input{
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
}
#search label button{
  width: 40px;
  height: 40px;
  background: #e7844a url('../images/icon-2.png') center / 50% auto no-repeat;
  text-indent: -9999px;
  border: none;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  position: absolute;
  top: 0;
  right: 0;
}

#bulletin_board{
  padding-top: 30px;
}
#bulletin_board h2{
  width: 300px;
  height: 33px;
  background: url('../images/title-1.png') top / 100% auto no-repeat;
  text-indent: -9999px;
}
#bulletin_board .wrap{
  padding-top: 10px;
}
#bulletin_board .tab{
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#bulletin_board .tab a{
  max-width: 200px;
  width: calc(25% - 4px);
  background: #e3e8ee;
  color: #282728;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin: 0 2px;
  padding: 15px 10px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#bulletin_board .tab a:hover{
  background: #022e51;
  color: #fff; 
}
#bulletin_board .tab a.active{
  background: #022e51;
  color: #fff;
  padding-top: 25px;
}
#bulletin_board .tab a span{
  font-size: 0.75rem;
  margin-top: 5px;
  display: block;
}
#bulletin_board .content{
  padding: 0 20px;
  border: 1px solid #a4b5c9;
  border-radius: 10px;
}
#bulletin_board .content .list li{
  padding: 20px 0;
  border-bottom: 1px solid #e3e8ee;
}
#bulletin_board .content .list li a{
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 120px;
  padding-right: 85px;
}
#bulletin_board .content .list li a .tag{
  background: #e3e8ee;
  color: #022e51;
  font-size: 0.875rem;
  padding: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#bulletin_board .content .list li a .new{
  background: #e7844a;
  color: #fff;
  font-size: 0.75rem;
  padding: 6px;
  display: block;
  border-radius: 5px;
  margin-right: 10px;
}
#bulletin_board .content .list li a .title{
  color: #282728;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
#bulletin_board .content .list li a:hover .title{
  color: #255a85;
}
#bulletin_board .content .list li a .title span{
  display: block;
}
#bulletin_board .content .list li a .date{
  color: #666;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#bulletin_board .more{
  width: 180px;
  background: #022e51;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  display: block;
  margin: 20px 0 20px auto;
  transition: all .3s;
}
#bulletin_board .more:hover{
  background: #e7844a;
}

#hot_topics{
  padding-top: 30px;
}
#hot_topics h2{
  width: 265px;
  height: 33px;
  background: url('../images/title-2.png') top / 100% auto no-repeat;
  text-indent: -9999px;
}
#hot_topics > .wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#hot_topics .img{
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
#hot_topics .img img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}
#hot_topics a{
  display: block;
}
#hot_topics .main a:hover .title,
#hot_topics .list li a:hover .title{
  color: #e7844a;
  transition: all .3s;
}
#hot_topics .text .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  padding-right: 100px;
  margin-bottom: 10px;
}
#hot_topics .text .wrap .tag{
  margin: 5px 5px 5px 0;
}
#hot_topics .text .date{
  color: #282728;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#hot_topics .main{
  width: 50%;
}
/* 0216修改 */
#hot_topics .main a .img{
  padding-top: 75%;
}
#hot_topics .main .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  }
#hot_topics .main .video_container iframe,
#hot_topics .main .video_container object,
#hot_topics .main .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hot_topics .main .text .title{
  color: #282728;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
}
#hot_topics .main .more{
  color: #e7844a;
  font-size: 1rem;
  line-height: 24px;
  margin-top: 30px;
}
#hot_topics .list{
  width: 45.84%;
}
#hot_topics .list li{
  border-top: 1px solid #e7844a;
}
#hot_topics .list li:first-child,
#hot_topics .list li:last-child{
  border: none;
}
#hot_topics .list li a{
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#hot_topics .list li:first-child a{
  padding-top: 0;
}
#hot_topics .list li .img{
  width: 45.45%;
  padding-top: 30.64%;
}
#hot_topics .list li .text{
  width: 52%;
}
#hot_topics .list li .text .title{
  color: #282728;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
}
#hot_topics .list li .text .wrap{
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
#hot_topics .list li .text .wrap .date{
  width: 100%;
  position: static;
  transform: none;
  margin-top: 10px;
}
#hot_topics .list li .more{
  background: #022e51;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  transition: all .3s;
}
#hot_topics .list li .more:hover{
  background: #e7844a;
}

#editors_picks{
  padding-top: 30px;
}
#editors_picks h2{
  max-width: 340px;
  width: 100%;
  height: 33px;
  background: url('../images/title-3.png') top / 100% auto no-repeat;
  text-indent: -9999px;
}
#editors_picks .wrap{
  background: #e3e8ee;
  padding: 30px 0;
  margin-top: 30px;
}
#editors_picks .slide{
  max-width: 1200px;
  width: 98%;
  padding: 0 60px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
#editors_picks .slide .item a{
  width: 100%;
  padding: 0 10px;
  margin: 20px 0;
  display: block;
  box-sizing: border-box;
}
#editors_picks .slide .item a p{
  height: 70px;
  color: #022e51;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  transition: all .3s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}
#editors_picks .slide .item a:hover p{
  color: #255a85;
}
#editors_picks .slide .owl-nav button{
  width: 40px;
  height: 40px;
  background-color: #a4b5c9;
  background-position: center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
#editors_picks .slide .owl-nav .owl-prev{
  background-image: url('../images/arrow-l.png');
  left: 0;
}
#editors_picks .slide .owl-nav .owl-next{
  background-image: url('../images/arrow-r.png');
  right: 0;
}
#editors_picks .img{
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  border: 1px solid #a4b5c9;
  box-sizing: border-box;
  border-radius: 10px;
}
#editors_picks .img img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  border: 5px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width:1023px){
  #banner .banner_slide{
    width: 90%;
    padding: 0;
  }
  #banner .banner_slide .owl-nav .owl-prev{
    background-image: url('../images/arrow-l-2.png');
    left: 0;
  }
  #banner .banner_slide .owl-nav .owl-next{
    background-image: url('../images/arrow-r-2.png');
    right: 0;
  }
  #banner .banner_slide .owl-nav button{
    background-color: transparent;
    top: auto;
    bottom: -5px;
  }
}
@media screen and (max-width:768px) {
  #bulletin_board .content .list li a{
    flex-wrap: wrap;
    padding: 0;
  }
  #bulletin_board .content .list li a .tag{
    position: static;
    margin-right: 10px;
  }
  #bulletin_board .content .list li a .title{
    width: 100%;
    margin-top: 15px;
  }
  #bulletin_board .content .list li a .date{
    top: 5px;
  }
  #hot_topics .wrap{
    flex-wrap: wrap;
  }
  #hot_topics .main,
  #hot_topics .list{
    width: 100%;
    margin-bottom: 20px;
  }
  #hot_topics .main .more{
    margin: 20px 0;
  }
}
@media screen and (max-width:640px){
  #editors_picks .slide .item a p{
    height: auto;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width:480px){
  #bulletin_board .tab{
    flex-wrap: wrap;
    padding: 0;
  }
  #bulletin_board .tab a{
    width: 48%;
    max-width: unset;
    border-radius: 10px;
    margin: 0 1% 2% 1%;
    box-sizing: border-box;
  }
  #bulletin_board .tab a.active{
    padding-top: 15px;
  }
  #bulletin_board .more{
    width: 100%;
  }
  #hot_topics .list li .text .title{
    font-size: 0.875rem;
    line-height: 20px;
  }
}