.clearfix{*zoom:1;}
.clearfix:after{clear:both; display:block; content:"";}


#homeContainer .bottom {
    width: 1745px;
    margin: 0 auto;
}


.bottom .main-tit {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
}

.main-news-video {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.main-news-list {
    float: left;
    width: 49%;
}

.main-news-inner:first-child {
    margin-top: 0;
}

.main-news-inner {
    margin-top: 13px;
}

.main-news-inner a {
    display: block;
}
.main-news-inner dl {
    display: table;
    width: 100%;
}

.main-news-inner dt {
    display: table-cell;
    vertical-align: middle;
    width: 195px;
}

.main-news-img {
    border: 1px solid #ddd;
    width: 195px;
    height: 110px;
}

.main-news-img img {
    width: 100%;
    height: 100%;
}

.main-news-inner dd {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.main-news-inner dd h3 {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: -0.25px;
    color: #081d3e;
    font-weight: 600;
    width: 100%;
    height: 20px;
    position: relative;
    padding-bottom: 10px;
}

.main-news-inner dd h3 span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-news-inner dd p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #535353;
    font-weight: 300;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}











