.explore-box{
    background-color: #fff;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
    padding: 20px 0px;
}
.explore-box::after {
    content: "";
    width: 10px;
    height: 196px;
    background: #009040;
    position: absolute;
    right: 0px;
    top: 25px;
}
.overview{
    display: flex;
    flex-direction: column;
    padding:0px 56px 0px 36px;
    /* border-right: 10px solid #009040; */
}
.overview::after{
    content: "";
    display: block;
    clear: both;
    background: url(../images/line.png) center bottom;
    height: 10px;
    margin: 24px 0px;
}
.overview-title{
    font-size: 24px;
    font-weight: bold;
    color: #303336;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.title-left{
    font-style: normal;
    color: #009040;
}
.overviewsplit{
    width: 48px;
    height: 4px;
    background-color: #009040;
    margin: 20px 0px 30px;
}
.overview-content{
    padding: 0px 30px 0px 20px;
    display: flex;
    flex-direction: row;
}
.overview-content::after{
    content: "";
    display: block;
    clear: both;
    background: url(../images/line.png) center bottom;
    height: 10px;
    margin: 24px 0px;
}
.content-describe{
    text-align: justify;
    text-indent: 2em;
    line-height: 32px;
     width: 70%;
     padding-right: 70px;
}
.content-image img{
    
    width: 100%;
}
.content-image .prompt{
    font-size:14px;
    text-align: center;
    vertical-align: middle;
}
.prompt i{
    font-size: 18px;
} 
.divideLine{
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #D8D8D8;
    text-align: center;
    margin: 40px 0px;
}
.exploreAndDiscover{
    padding: 20px 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;
 }
 .introduce-title{
    display: flex;
    flex-direction: row;
 }
 .tab-content{
    padding: 20px 0px;
 }
 .title-num{
    font-size: 100px;
    font-weight: bold;
    color: #EAF6F0;
    line-height: 150px;
 }
 .title-chara{
    margin-left: -40px;
    margin-top: 80px;
    margin-top: 50xp;
    font-size: 24px;;
    color: #009040;
    line-height: 36px;
 }
 .introduce-content{
   text-align: justify;
    text-indent: 2em;
    color: #303336;
    line-height: 32px;
 }
 .recommend-content{
    display: flex;
    flex-wrap: wrap;
 }
.recommend-item{
    //width: 24%;
    margin-top: 20px;
    margin-right: 10px;
 }
 .recommend-img{
    width: 240px;
    height: 160px;
    border: 1px solid #EAECEF;
    overflow: hidden;
}
.recommend-item img{
    width: 240px;
    height: 160px;
    transition: all 0.3s;
 }
 .recommend-item:hover img{
    transform: scale(1.04);
 }
 .recommend-name{
     font-size: 18px;
    color: #303336;
    line-height: 30px;
    margin: 10px 0px ;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .modal-dialog{
    width: 65%;
    margin-top: 7%;
    position: relative;
}
.modal-body{
    padding: 0px;
}
.modal-image{
    width: 100%;
}
.closeButton{
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.clickImg{
    width: 18px !important;
}