.exhibition-box{
    background-color: #fff;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    padding: 20px 0px;
}
.overview{
    display: flex;
    flex-direction: column;
    padding:0px 0px 0px 36px;
}
.overview-title{
    font-size: 24px;
    font-weight: 600;
    color: #303336;
    line-height: 45px;
    margin-top: 5px;
}
.overviewsplit{
    width: 48px;
    height: 4px;
    background-color: #009040;
    margin: 20px 0px 30px;
}
.overview-content{
    padding: 0px 40px 0px 20px;
}
.overview-content div{
    text-indent: 2em;
    line-height: 32px;
    text-align: justify;
}
.divideLine{
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #D8D8D8;
    text-align: center;
    margin: 40px 0px;
}
.popularAndReview{
    padding: 0px 56px;
}
.nav-tabs{
    display: flex;
    align-items: center;
    border-bottom:1px solid #EAECEF;
}
.nav-tabs>li a{
    font-size: 18px;
    margin: 0px 10px;
    padding: 10px 15px;
}
.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;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: 4px solid #009040;
 }
 .nav-tabs>li>a,
 .nav-tabs>li>a:focus, 
 .nav-tabs>li>a:hover{
    color: #969A9D;
    border: 0px;
    background-color: #fff;
 }
 .divider{
    width: 1px;
    height: 18px;
    background-color: #CACFD9;
 }

 /* 正在热展 */
 .film_content{
    width: 100%;
    background: #fff;
    display: flex;
    margin-bottom: 30px;
}
.film_image_left{
    flex: 1;
    overflow: hidden;
}
.film-image{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.film-image:hover{
    transform: scale(1.04);
}
.film_profile_right{
    flex: 1;
    padding: 40px 40px 0px;
}

.film-title-name{
    display: inline-block;
    width: 450px;
    font-size: 22px;
    font-weight: bold;
    color: #303336;
    overflow: hidden;
    text-overflow: ellipsis;
}
.film-title-time{
    background-color: #D9F3E5;
    padding: 3px 5px;
    font-size: 12px;
color: #303336;
line-height: 27px;
margin-left: 25px;
}
.film-address{
    display: flex;
    margin-top: 17px;
}
.address-info{
    color: #A8AEB3;
    font-size: 16px;
}
.contact-right{
    margin-left: 20px;
}
.tit_line{
	width: 60px;
	height: 3px;
	background-color: #009040;
    margin: 30px 0px 30px 0px;
}
.intro-content{
    /*height: 150px;*/
    color: #969A9D;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}
.clock-icon{
    width: 16px;
    height: 16px;
}
.tab-content{
    padding-top: 40px;
}
.switchButton{
    width: 20%;
    border: 1px solid #B5BBC0;
    font-size: 14px;
     line-height: 14px;
    color: #009040;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
  background-color: rgba(255,255,255,0.5);
}
.switchButton:hover{
    border: 1px solid #009040;
    color: #009040;
}
.switchButton i{
    font-size: 12px;
    color: #CACFD9;
}

/* 展览回顾 */
.Review{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exhibit-item{
    width: 32%;
    margin-top: 15px;
}
.exhibit-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.exhibit-item img{
    width: 100%;
    height: 220px;
    transition: all 0.3s;
}
 .exhibit-item:hover img{
    transform: scale(1.04);
 }
.exhibit-title{
    font-size: 18px;
    margin: 20px 0px;
    color: #303336;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overview-content::after{
    content: "";
    display: block;
    clear: both;
    background: url(../images/line.png) center bottom;
    height: 10px;
    margin: 24px 0px;
}
.exhibition-box::after {
    content: "";
    width: 10px;
    height: 196px;
    background: #009040;
    position: absolute;
    right: 0px;
    top: 25px;
}
.divideLine::after{
    content: "";
    display: block;
    clear: both;
    background: url(../images/line.png) center bottom;
    height: 10px;
    margin: 24px 0px;
}