
/*  公共部分 */
.banner{
    width: 100%;
    height: 450px;
    line-height: 370px;
    background: url("../image/news/banner.jpg")no-repeat center/cover;
}

.huada-company{
    margin-top:-2px;
    width: 100%;
    background: #EDEDED;
}
.huada-company>div{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 0;
}
.huada-company>div>a{
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 155px;
    font-size: 14px;
    color: #000;
}
.huada-company>div>a:hover{
    background: #0b90c3;
    color: white;
}
.huada-show{
    background: #0b90c3;
    color: white !important;
}

.abouttitle{
    width: 100%;
    height: 122px;
    line-height: 122px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 2%;
}

/* 分页 */
.pagination{
    border-radius: 0;
}
.pagination>li>a{
    margin-left:5px;
    border-radius: 0;
    padding: 6px 20px;
    color: #000;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background: #B4B4B4;
    border-radius: 0;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-radius: 0;
}

/*  公司新闻 */
.huada-meet{
    margin:20px auto;
    overflow: hidden;
    width: 1200px;
    text-align: left;
}
.huada-meet>a{
    margin-left: 2%;
    width: 47%;
    display: inline-block;
}
.meeting{
    width: 100%;
    height: 330px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    background: url("../image/news/pic1.jpg")no-repeat center/cover;
    position: relative;
}

.meet-top{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
    width: 90%;
    height: 80%;
    background: rgba(3, 165, 227, 0.8);
    color: #fff;
    padding-top: 7%;
}
.meet-top-left{
    float: left;
    width: 33%;
    height: 100%;
    font-size: 12px;
}
.meet-top-right{
    float: left;
    text-align: left;
    width:55%;
    display: inline-block;
}
.meet-top-right>div{
    margin-top: 6%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 6% 0;
    font-size: 12px;
}
.meet-bot{
    text-align: left;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    height: 60px;
    background: rgba(3, 165, 227, 0.8);
    width: 100%;
    color: #fff;
    padding-left: 20px;
}
.meet-bot>time{
    font-size: 12px;
}
.meet-bot>span{
    margin-left: 20px;
}

