@charset "utf-8";

.banner{
    height: 544px;
    background-position: center;
    background-image: url("http://gz.bcebos.com/panx-website/images/banner/banner_new_img.jpg");
    /*background-repeat: no-repeat;*/
}

/*解决方案*/
.solution{
    background-image: url('http://toosound-website.gz.bcebos.com/static_banners/solution_banner.jpg');
}

/*企业动态*/
.company-news{
    background-image: url('http://toosound-website.gz.bcebos.com/static_banners/company_news.jpg');
}

/*工程案例*/
.project {
    background-image: url('http://toosound-website.gz.bcebos.com/static_banners/project_case.jpg');
}

.dynamic{
    padding-top: 70px;
    padding-bottom: 70px;
}

.dynamic-nav{
    float: left;
    width: 200px;     
    text-align: center;
}

.dynamic-nav dt{
    height: 84px;
    font-size: 32px;
    color: #ffffff;
    background: #f56631;
    line-height: 84px;
}

.dynamic-nav dd{
    height: 46px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #323232;
    line-height: 46px;
    background: #f0f0f0;
    cursor: pointer;
}

html[lang=en] .dynamic-nav dd{
    font-size: 16px;
}


.dynamic-nav dd.active{
    background: #f56631;
    color: white;
}

.dynamic-contents{
    margin-left: 230px;
}

.dynamic-content-item{
    position: relative;
    height: 250px;
    background: #f2f2f2;
    margin-top: 18px;
    cursor: pointer;
}

.dynamic-content-item .item-cover{
    height: 100%;
    width: 376px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.dynamic-content-item .item-cover img{
    height: 100%;
    width: 100%;
}

.dynamic-content-item .item-title{
    margin:0 18px 0 398px;
    padding-top: 56px;
    line-height: 1em;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 100;
}

html[lang=en] .dynamic-content-item .item-title{
    font-size: 20px;
    margin: 0 24px 0 398px;
    padding-top: 32px;
    height: 3em;
    overflow: inherit;
    white-space: normal;
    line-height: 1.5;
    color: #323232;
}


.dynamic-content-item .item-desc{
    margin: 16px 18px 0 398px;
    height: 6em;
    overflow: hidden;
    font-size: 16px;
    color: #727272;
    text-align: justify;
}

html[lang=en] .dynamic-content-item .item-desc{
    margin: 22px 24px 0 398px;
    font-size: 14px;
    color: #727272;
    line-height: 1.5em;
    height: 4.5em;
}

.dynamic-content-item .item-date{
    margin: 22px 24px 0 398px;
    font-size: 16px;
    color: #c9c9c9;
}

.dynamic-content-item .item-more{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 18px;
    margin-bottom: 10px;
    color: #f56631;
}

html[lang=en] .dynamic-content-item .item-more{
    margin-bottom: 26px;
}


.dynamic .bym-pagination{
    margin: 70px 0 0;
}

.dynamic-loading-info {
    margin-left: 210px;
    color: #8a8a8a;
    text-align: center;
    height: 200px;
    line-height: 200px;
}

.dynamic-loading-info > p {
    animation-name: wave;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.dynamic .bym-pager{
    margin-top: 70px;
    margin-bottom: 0;

}


/*新闻详情样式 START*/
.detail-contents {
    position: relative;
    margin-left: 250px;
}

.detail-contents .go-back {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #f56631;
    position: relative;
    top: 25px;
}

.go-back.top {
    position: absolute;
    right: -80px;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #f56631;
    transition: all .3s 0 ease;
}

.go-back.top:hover {
    color: #fff;
    background-color: #f56631;
}

.detail-content-item{
    position: relative;
    margin-top: 18px;
}

.detail-content-item .item-title {
    line-height: 1em;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 100;
    text-align: center;

}

.detail-content-item .item-date {
    text-align: center;
    font-size: 14px;

}

/*新闻详情样式 END*/

