/*公司新闻*/
.banner3{
    background: url("banner3.jpg") no-repeat 50% top;
    height: 240px;
}
.news{
    padding-top: 0px;
    margin-bottom: 30px;
}

.news1 dl{
    margin-top: 25px ;
    margin-bottom: 25px;
}
.news1 {
    border-bottom: 1px dotted #ebebeb;
}
.no-bottom{
    border-bottom: none;
}

/*公司新闻详情页*/
.main1{
    overflow: hidden;
    width: 100%;
}
.main1 .title{
    padding-bottom: 15px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    border-bottom: 1px dotted #ebebeb;
    background: url("icon4.png") no-repeat right bottom;
}
.main1 .date{
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin:20px 0 25px ;
}
.main1 .date img{
    margin-right: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.main1 .date span{
    margin-right: 80px;
}
.main2{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ebebeb;
}
.main2 .p1{
    margin-bottom: 20px;
    font-size: 12px;
    color: #656565;
    line-height: 180%;
}
.main2 .img1{
    width: 90%;
    margin: 20px auto;
}
.main2 .img1 img{
    width: 100%;
    max-width: 320px;
    min-width:200px;
    display: block;
    margin: 0 auto;
}
.bot{
    margin-top: 20px;
    font-size: 12px;
    color: #656565;
    line-height: 180%;
}
.bot a{
    color: #656565;
    display: inline-block;
}
.bot a:hover{
    color: #6DBD33;
}


/*自适应样式*/
@media (max-width:570px){
    p.bot span{
        float: none;
        display: block;
    }
    .bot{
        line-height: 200%;
    }
}
@media (max-width:470px){
    .main1 .title{
        font-size: 16px;
    }
}
@media (max-width:460px) {
    .banner3 {
        /*background-size: 80%;*/
        background: url("banner3.jpg") no-repeat 50% center;
        height: 160px;
    }
}