/*纳博会介绍 标题*/
.top-content {
    margin: 35px 0;
    text-align: center;
}

.top-content .title {
    display: inline-block;
    font-size: 24px;
    padding-bottom: 5px;
    color: #24a5de;
    border-bottom: 5px solid #24a5de;
}

/*中国最具影响力的纳米技术交流盛会*/
.intro-title {
    font-size: 22px;
    color: #333;
    padding: 25px 0;
    border-bottom: 1px solid #24A5DE;
}

/*描述*/
.intro-content {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 25px 0;
}

/*图文说明*/
/*去除浮动之后，图片底部会多出的区域*/
.about-media img {
    vertical-align: top;
}

/*控制media的高度*/
.about-media > .lg-w,
.about-media > .sm-w {
    height: 280px;
    overflow: hidden;
}

/*文字区域的宽度和背景色*/
.about-media > .lg-w {
    width: 620px;
    background-color: #f1f1f1;
}

/*文字*/
.about-media > .lg-w > p {
    padding: 65px 95px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

/*图片区域宽度*/
.about-media > .sm-w {
    width: 416px;
}

/*中间地图区域*/
.map-content {
    margin-top: 35px;
    background-color: #f1f1f1;
    text-align: center;
}

/*底部文字描述列表*/
.bottom-content {
    padding: 35px 0;
    text-align: center;
}

/*列表item*/
.bottom-content > ul {
    max-width: 65%;
    margin: 0 auto;
}

.bottom-content > ul li {
    border-bottom: 1px dashed #ddd;
}

.bottom-content > ul li.last {
    border-bottom: none;
}

/*列表item标题*/
.bottom-content > ul li .title {
    font-size: 18px;
    font-weight: bold;
    color: #24A5DE;
    margin: 35px 0;
}

/*列表item描述*/
.bottom-content > ul li .desc {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 35px;
    text-align: left;
}