/* html, body{
  height: 100%;
} */

body{
  background: url(../images/sub_page/bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0.3rem;
  box-sizing: border-box;
  /* height: 100%;
  overflow-y: auto;  */
}

.header {
  background-color: #0059a0
}
.header nav .logo {
  width: 4rem;
}
.header nav .web-menu ul li{
  padding: 0 0.2rem;
}
.header nav .web-menu .menus ul li>a{
  font-size: 15px;
}
.header nav .web-menu .btn-action img{
  width: 2rem;
}

.main{
  min-height: 80vh;
  padding-bottom: 1rem;
}

/* title-area */
.title-area{
  text-align: center;
  position: relative;
  padding: 1rem 0 0.354717rem;
  min-width: 3.584906rem;
}
.title-area .title-one {
  /* min-width: 3.207547rem; */
  display: inline-block;
  position: relative;
  margin-bottom: 0.148679rem;
  font-size: .703774rem;
  color: #23599b;
  font-weight: 700;
}
.title-area .title-two {
  color: #23599b;
  font-size: .26rem;
  text-transform: uppercase; /* 将文本转换为大写 */
}
.title-area .title-area-icon{
  width: 2rem;
  margin: 0.1rem auto 0;
}
.title-area .title-area-icon img{
  width: 100%;
}


/* news-center */
.news-center-container .news-center-item{
  background-color: #fff;
  height: 1.6333rem;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.3rem;
  /* box-shadow: 0 0 0; */
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.news-center-container .news-center-item a{
  width: 100%;
  height: 100%;
}
.news-center-container .news-center-item .news-date{
  width: 1.67333rem;
  height: 100%;
  background-color: #1e4cb5;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: .397358rem;
}
.news-center-container .news-center-item .news-date .day{
  font-size: .377358rem;
  font-weight: 700;
  /* margin-top: 0.09434rem; */
}
.news-center-container .news-center-item .news-content{
  padding-left: 0.3rem;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 0.1rem;
}
.news-center-container .news-center-item .news-content .title{
  font-size: .377358rem;
  font-weight: 500;
  line-height: .603774rem;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  /* margin-bottom: 0.132075rem; */
}
.news-center-container .news-center-item .news-content .news-tags{
  font-size: 0.28rem;
  color: #666666;
}



/* speaker-card-container */
.speaker-card-container{
  background-color: #fff;;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
  border-radius: 5px;
  overflow: hidden;
}
.speaker-card-container .speaker-info{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.15rem;
  margin-bottom: 0.2rem;
}
.speaker-card-container .speaker-avatar{
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 5px;
  overflow: hidden;
}
.speaker-card-container .speaker-avatar img{
  width: 100%;
  height: 100%;
}
.speaker-card-container  .speaker-basic-info{
  flex:1;
  padding-left: 0.2rem;
}
.speaker-card-container .speaker-info .speaker-name{
  color: #333333;
  font-size: 0.4rem;
  margin-bottom: 0.15rem;
}
.speaker-card-container .speaker-info .speaker-name span{
  position: relative;
  /* padding-left: 0.7rem; */
  display: inline-block;
}
/* .speaker-card-container .speaker-info .speaker-name span:before{
  content: '';
  width: 0.5rem;
  height: 0.45rem;
  background-image: url(../images/sub_page/icon-activity.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.045rem;
} */
.speaker-card-container .speaker-info .speaker-job{
  color:#666666;
  font-size: 0.3rem;
}
.speaker-card-container  .speaker-content{
  color: #333333;
  font-size: 0.3rem;
  line-height: 2;
  text-align: justify;
}


/* guest-perspectives-info */
.guest-perspectives-cards{
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.guest-perspectives-cards .guest-perspectives-info{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  background-image: url(../images/sub_page/guest-perspectives_bg.png);
  background-size: 100% 100%;
  padding: 0.5rem;
}
.guest-perspectives-cards .guest-perspectives-info .guest-picture{
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.guest-perspectives-cards .guest-perspectives-info .guest-picture img{
  width: 100%;
  height: 100%;
}
.guest-perspectives-cards .guest-perspectives-info .guest-perspectives-info-content{
  padding-left: 0.3rem;
  flex: 1;
}
.guest-perspectives-cards .guest-perspectives-info .guest-perspectives-info-content{
  padding-left: 0.3rem;
  flex: 1;
}
.guest-perspectives-cards .guest-perspectives-info-content{
  /* display: flex;
  justify-content: space-between;
  flex-direction: column; */
}
.guest-perspectives-cards  .title{
  margin-bottom: 0.3rem;
}
.guest-perspectives-cards .title h5{
  font-size: 0.45rem;
  color: #23599b;
  position: relative;
  padding-left: 0.65rem;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.guest-perspectives-cards .title h5::before{
  content: '';   
  width: 0.45rem;
  height: 0.45rem;
  background-image: url(../images/sub_page/order-viewpoint.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0.07rem;
  left: 0;
  /* transform: translateY(-50%); */
}
@media screen and (min-width: 768px)  {
  .guest-perspectives-cards .title h5::before{
    top: 0.13rem;
  }
  .guest-perspectives-cards .guest-perspectives-info-content .title h5{
    font-size: 0.6rem;
    padding-left: 0.7rem;
  }
  .guest-perspectives-cards .guest-perspectives-info-content .title h5::before{
  width: 0.6rem;
  height: 0.55rem;
  }
}
.guest-perspectives-cards .guest-perspectives-info-content .guest-name{
  font-size: 0.4rem;
  color: #333333;
  font-weight: 550;
}
.guest-perspectives-cards .guest-perspectives-info-content  .guest-info{
  align-items: flex-end;
  color: #333333;
}
.guest-perspectives-cards .guest-perspectives-info-content  .guest-info .guest-job{
  font-size: 0.36rem;
  /* margin-left: 0.3rem; */
}
.guest-perspectives-cards .guest-perspectives-content{
  background-color: #fff;;
  padding: 0.3rem 0.5rem;
  position: relative;
}
.guest-perspectives-cards .guest-perspectives-content::before{
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../images/sub_page/guest-icon.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guest-perspectives-cards .guest-perspectives-content .content{
  color: #333333;
  font-size: 0.34rem;
  line-height: 1.5;
  text-align: justify;
}


.detail-container .detail-wrap{
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
  background-color: #fff;;
  padding: 0.6rem 0.4rem;
}
.detail-container .detail-wrap .media{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.detail-container .detail-wrap .media img,
.detail-container .detail-wrap .media video{
  max-width: 100%;
}
.detail-container .symbol{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}
.detail-container .symbol span{
  width: 0.8rem;
  height: 0.15rem;
  background: #0059a0;
}
.detail-container .detail-wrap .detail-content .title{
  font-size: 0.45rem;
  text-align: center;
}
.detail-container .detail-wrap .detail-content .content{
  font-size: 0.34rem;
  text-align: justify;
  line-height: 2;
  margin-top: 0.2rem;
}






/* footer */
.footer{
  background-color: #222632;
  color: #fff;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}
.footer .info{
  padding: 0 0.283019rem;
}
.footer .info .info-right {
  padding-top: 3vw;
  /* display: flex;
  flex-wrap: wrap;
 */
  box-sizing: border-box;
   position: relative; 
}
.footer .info .info-right .col{
  display: block;
  max-width: 100%;
  /* flex: 0 0 100%; */
}
.footer .info .info-right h3 {
    position: relative;
    padding-bottom: 0.09434rem;
    border-bottom: 0.018868rem solid #919398;
    font-size: 0.45rem;
}
.footer .info .info-right h3:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 0.056604rem;
  background-color: #fff;
  bottom: -0.037736rem;
  left: 0;
}
.footer .info .info-right ul {
  color: #a7a8ad;
  padding: 0.09434rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.377358rem;
}
.footer .info .info-right ul li {
  width: 100%;
}
.footer .info .info-right ul li {
  margin-bottom: 0.283019rem;
}
.footer .info .info-right ul li a{
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .footer .info .info-right ul{
    display: flex;
    flex-direction: row;
  }
  .footer .info .info-right ul li  {
    width: 50%;
  }
  .footer .info .info-right .col{
     padding-left: 0.377358rem;
  }
}





















