*{
    margin: 0;
}
.route{
    margin-top: 21px;
    display: block;
}
.route label,.route a{
    line-height: 13px;
    font-size: 14px;
    color: #666666;
}
.route label:last-child{
    display: none;
}
.route label:nth-child(2n-1){
    cursor: pointer;
}
.route label:nth-child(2n-1):hover{
    color: rgba(16, 131, 145, 1);
}
.route a:hover{
    color: rgba(16, 131, 145, 1);
}
.meetingDetail{
    margin-top: 25px;
    margin-bottom: 20px;
}
.content {
    width: 900px;
    float: left;
}
.basic {
    /* height: 200px; */
    padding: 30px 40px 40px 40px;
    background: #ffffff;
    margin-bottom: 20px;
}
.basic h1 {
    margin-bottom: 52px;
    font-size: 20px;
    color: #333333;
}
.basic > div {
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
}
.basic > div > b {
    color: #666666;
}
.intro-box {
    background: #ffffff;
    padding-top: 30px;
    margin-bottom: 20px;
}
.meetPageContact {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.meetPage{
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}
.meetPage img{
    max-width: 100%;
    margin: 0 auto;
}
.s-contact {
    font-size: 14px;
    padding-bottom: 25px;
}
.page_nav {
    display: flex;
    /*justify-content: space-between;*/
    font-size: 12px;
     padding: 0 20px 20px 20px;
}
.page_nav > div {
    width: 430px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    text-align: left;
}
.page_nav > div:last-child{
    text-align: right;
}
.page_nav > div a {
     color: #666666;
}
.page_nav > div a:hover{
     color: #108391;
}



.side_list {
    float: right;
    width: 280px;
}
.b1-r-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.title {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    color: #333333;
    font-weight: 600;
}
.title:before {
    display: block;
    content: '';
    width: 4px;
    height: 18px;
    background: #4fc2b8;
    position: absolute;
    left: 0;
    top: 4px;
}
.more{
    text-decoration: none !important;
    color: #108391;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.more div{
    width: 14px;
    height: 14px;
    background: #999999;
    margin-left: 2px;
    border-radius: 50%;
    line-height: 12px;
}
.more:hover div{
    background: #108391;
}
.more div i{
    color: white;
    font-size: 10px;
    margin-left: 3px;
}
.m-item {
    width: 280px;
    height: 280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999999;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.m-img {
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.m-text1 {
    transition: bottom .3s linear;
    padding-left: 17px;
    width: 263px;
    height: 73px;
    position: absolute;
    bottom: 57px;
    z-index: 2;
    background: #ffffff;
}
.m-text1 a:hover {
    color: #108391 !important;
}
.m-text2 {
    padding-top: 25px;
    padding-left: 17px;
    padding-bottom: 25px;
    width: 263px;
    height: 35px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    background: #ffffff;
}
.m-text2 img {
    vertical-align: middle;
    margin-right: 10px;
}
.meetPage p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}
