.film_box{
    background-color: #fff;
    margin-bottom: 30px;
}
.tab-title{
    background-color: #F5F5F5;
}
.tab-content{
    padding: 40px 28px 20px 28px;
}
.nav-tabs{
    border-bottom: 1px solid #EAECEF;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    font-size: 18px;
    font-weight: bold;
    color: #009040;
    border: 0px;
    border-radius: 0px;
}
.nav-tabs>li>a{
    color: #969A9D;
    border: 0px;
    border-radius: 0px;
}

.internal_title{
    padding: 15px 0px 0px 0px;
    display: flex;
}
.internal_title li{
    /* flex: 1; */
    text-align: center;  
    
}
.internal_title>li>a{
    border-right: 1px solid #ddd;
    font-size: 18px;
    height: 70px;
    display: flex;
    align-items: center;
}
 .internal_title>li.active,
.internal_title>li.active:focus, 
.internal_title>li.active:hover{
    border-bottom: 4px solid #009040;
}
 .internal_title>li>a,
 .internal_title>li>a:focus, 
 .internal_title>li>a:hover{
    border: 0px;
    background-color: #fff;
 }
.tab-title>li.active>a,
.tab-title>li.active>a:focus,
.tab-title>li.active>a:hover{
    border: 0px;
    color: #009040;
}
.divider{
    width: 1px;
    height: 18px;
    margin: 30px 10px;
    background-color: #CACFD9;
}
.image-show{
    background: url(../images/banner.png) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
    margin: 40px 0px 100px 0px;
}
.title{
    font-size: 24px;
    font-family: HYZhuZiChaoRanTiW;
    color: #FFFFFF;
    line-height: 41px;
}
.enterButton{
    padding: 6px 20px;
    background: rgba(255,255,255,0.2);
    color: #FFFFFF;
}
.enterButton:hover,
.enterButton:focus{
    color: #fff;
}
.film_content{
    width: 100%;
    background: #fff;
    display: flex;
    margin-bottom: 30px;
}
.film_image_left{
    flex: 1;
}
.film-image{
    width: 100%;
}
.film_image_left_main{
  flex:1;
}
.film_image_left_main .film-image{
    width: 100%;
    height: 540px;
}
.film_profile_right{
    flex: 3;
    padding: 0px 40px 0px;
}
.film-title-name{
    font-size: 22px;

}
.film-title-time{
    background-color: #D9F3E5;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 27px;
    margin-left: 25px;
}
.film-address{
    display: flex;
    align-items: center;
    margin-top: 17px;
}
.address-info{
    color: #969A9D;
    font-size: 16px;
}
.contact-right{
    margin-left: 20px;
}
.tit_line{
	width: 60px;
	height: 3px;
	background-color: #009040;
    margin: 30px 0px 30px 0px;
}
.clock-icon{
    width: 16px;
    height: 16px;
}
.activityFlow{
    display: flex;
    margin-top: 35px;
}
.contentTitle{
    color: #969A9D;
}

.expertsContent{
    display: flex;
}
.experts-left{
    flex: 1;
}
.experts-right{
    flex: 2;
}
.expertsImage{
    width: 100%;
}
.experts-right{
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
}
.experts-name{
    font-size: 18px;
    color: #303336;
  text-align: justify;
    text-indent: 2em;
}
.experts-station{
    margin: 24px 0px;
  text-align: justify;
    text-indent: 2em;
}
.experts-refer{
    line-height: 26px;
  text-align: justify;
    text-indent: 2em;
}
.eventNotice,
.experts{
    margin-top: 30px;
}
.noticeContent,
.expertsContent{
    margin-top: 15px;
}
.noticeContent_item{
    display: flex;
    line-height: 26px;
}
.noticeContent_item>span{
  margin-right: 3px;
  text-align: justify;
}
.film-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.film-item{
    width: 25%;
    text-align: center;
    margin-top: 50px;
}
.filmImg-box{
    width: 80%;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
}
.filmImg{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.film-item img{
    transition: all 0.3s;
}
.film-item:hover img{
    transform: scale(1.04);
 }
.filmName{
    margin-top: 11px;
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filmDetail{
    font-size: 14px;
    color: #969A9D;
    line-height: 27px;
}
.verticalDivider{
    margin: 0px 5px;
}
.tab-pane p{
    text-indent: 2em;
    line-height: 32px;
}
.tab-pane i{
    font-weight: 600;
    line-height: 34px;
}
.begin{
    color: #009040;
}
.astronomy,
.salon{
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    display: none;
}
.astronomy .film_image_left,
.salon .film_image_left{
    flex: 1;
}
.film-image{
    width: 100%;
}
.astronomy .film_profile_right,
.salon .film_profile_right{
    flex: 2;
    padding: 40px 50px 0px;
}
.switchButton{
    width: 100px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #303336;
    padding: 5px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0px;
}
.switchButton i{
    color: #CACFD9;
}
.sciencePopularizationFilm{
    display: none;
}
.specialAstronomy{
    display: none;
}
.intro-content{
    line-height: 32px;
    height: 230px;
  text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
.intro-content p{
    text-indent: 2em;
text-align: justify;
}
.tab-pane p{
    text-align: justify;
}