@charset "utf-8";
/* 公司新闻 */

.news-firm {
    width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 70px;

}

.news-firm-left {
    float: left;
    width: 960px;
}


.news-firm-left ul li {
    padding-top: 40px;
    padding-bottom: 42px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.news-firm-left ul li:hover h5 {
    color: #0050ab;
}

.news-firm-left-li-img {
    float: left;
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.news-firm-left-li-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-firm-left-li-right {
    float: right;
    width: 620px;
}

.news-firm-left-li-right h5 {
    font-size: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.news-firm-left-li-right span {
    color: #999999;
    font-size: 12px;
    display: block;
    padding-top: 14px;
    padding-bottom: 28px;
}

.news-firm-left-li-right p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 82px;
    overflow: hidden;
    font-weight: 300;
}

.news-firm-left-page {
    margin-top: 44px;
}

.news-firm-left-page span {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 67px;
    color: #a2a2a2;
    border: 1px solid #e9e9e9;
    font-size: 0;
    cursor: pointer;
}


.news-firm-left-page span i {
    font-style: normal;
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url('../images/about/left.png');
    background-size: 100% 100%;
}

.news-firm-left-page span:last-child i {
    background: url('../images/about/right.png');
    background-size: 100% 100%;
}

.news-firm-left-page ol {
    float: left;
    padding: 0 18px;
}

.news-firm-left-page ol li {
    list-style: none;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #333333;
    border: 1px solid #e9e9e9;
    border-left: 0;
    font-size: 14px;
    cursor: pointer;
}

.news-firm-left-page ol li:first-child {
    border-left: 1px solid #e9e9e9;
}

.news-firm-left-page ol li.newspageacitve {
    color: #fff;
    background: #0050ab;
}

.news-firm-left-page ol li:hover {
    color: #fff;
    background: #0050ab;
}


.news-firm-right {
    float: right;
    width: 280px;
    margin-top: 40px;
    border: 1px solid #e6e6e6;
}

.news-firm-right h5 {
    font-size: 22px;
    color: #333333;
    font-weight: 900;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 0;
    background-color: #f4f5f7;
    padding-left: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.news-firm-right ul {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
}

.news-firm-right ul li {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.news-firm-right ul li:last-child {
    border-bottom: 0;
}

.news-firm-right ul li:hover h6 {
    color: #0050ab;
}

.news-firm-right ul li h6 {
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.news-firm-right ul li h6 span {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 26px;
}

.news-firm-right ul li p {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
}

.news-firm-right ul li i {
    font-size: 12px;
    color: #999999;
    display: block;
    padding-top: 8px;
    font-style: normal;
    box-sizing: border-box;
    padding-left: 15px;
}


.news-firm-left-page a {
    list-style: none;
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #333333;
    border: 1px solid #e9e9e9;
    /**border-left: 0;**/
    font-size: 14px;
    cursor: pointer;
}

.news-firm-left-page a:hover{
    color: #fff;
    background: #0050ab;
}

.news-firm-left-page a.on{
    color: #fff;
    background: #0050ab;
}


/* 公司新闻详情 */
.news-firm-detail {
    width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 48px;
    padding-bottom: 90px;
}

.news-firm-detail-left {
    float: left;
    width: 960px;
}

.news-firm-detail-left-header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 32px;
}

.news-firm-detail-left-header h5 {
    font-size: 26px;
    color: 494949;
    /* padding-left: 16px; */
   /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    padding-bottom: 10px;
}

.news-firm-detail-left-header-bottom {
    width: 100%;
    font-size: 0;
}

.news-firm-detail-left-header-bottom span {
    display: inline-block;
    color: #888888;
    font-size: 13px;
    padding-right: 20px;
}

.news-firm-detail-left-header-bottom-u {
    display: inline-block;
    position: relative;
    top: 6px;
}

.news-firm-detail-left-header-bottom-u a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.news-firm-detail-left-header-bottom-u .bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    padding-left: 4px;
}

/* .news-firm-detail-left-header-bottom-u a:nth-child(1) {
    background: url('../images/news/newshare1.png') no-repeat;
    background-size: 100% 100%;
}

.news-firm-detail-left-header-bottom-u a:nth-child(2) {
    background: url('../images/news/newshare2.png') no-repeat;
    background-position: 0 0;
}

.news-firm-detail-left-header-bottom-u a:nth-child(3) {
    background: url('../images/news/newshare2.png') no-repeat;
    background-position: -24px 0;
}

.news-firm-detail-left-header-bottom-u a:nth-child(4) {
    background: url('../images/news/newshare2.png') no-repeat;
    background-position: -46px 0;
}

.news-firm-detail-left-header-bottom-u a:nth-child(5) {
    background: url('../images/news/newshare2.png') no-repeat;
    background-position: -69px 0;
}

.news-firm-detail-left-header-bottom-u a:nth-child(6) {
    background: url('../images/news/newshare2.png') no-repeat;
    background-position: -92px 0;
}

.news-firm-detail-left-header-bottom-u a:nth-child(7) {
    background: url('../images/news/newshare2.png') no-repeat;
    background-position: -114px 0;
} */


.news-firm-detail-left-header-bottom i {
    display: block;
    float: right;
    color: #888888;
    font-size: 12px;
    font-style: normal;
    cursor: pointer;
}

.news-firm-detail-left-header-bottom i img {
    padding-left: 1px;
    position: relative;
    top: -2px;
}

.news-firm-detail-left-main p {
    font-size: 16px;
    color: #666666;
    padding-top: 4px;
    line-height: 30px;
    text-indent: 30px;
}

.news-firm-detail-left-main p:first-child {
    padding-top: 30px;
}

.news-firm-detail-left-main ul {
    padding-top: 40px;
}

.news-firm-detail-left-main ul li {
    float: left;
    width: 460px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 30px;
}

.news-firm-detail-left-main ul li:nth-child(even) {
    float: right;
}

.news-firm-detail-left-main ul li img {
    display: block;
    height: 332px;
}

.news-firm-detail-left-main ul li span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666666;
    padding-top: 14px;
}

.news-firm-detail-left-main ul li span:last-child {
    padding-top: 8px;
}

.news-detail-bottom-btn {
    width: 100%;
    height: 70px;
    line-height: 70px;
    -moz-box-shadow: 0px 0px 8px #eaeaea;
    -webkit-box-shadow: 0px 0px 8px #eaeaea;
    box-shadow: 0px 0px 8px #eaeaea;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: center;
    font-size: 0;
    margin-top: 66px;
}

.news-detail-bottom-btn .btn-a1 {
    font-size: 16px;
    color: #333333;
    float: left;
}

.news-detail-bottom-btn .btn-a1:hover {
    color: #0050ab;
}

.news-detail-bottom-btn .btn-a2 {
    font-size: 16px;
    color: #333333;
    float: right;
}

.news-detail-bottom-btn .btn-a2:hover {
    color: #0050ab;
}

.btn-a-center {
    font-size: 16px;
    color: #666666;
    display: inline-block;
}

.btn-a-center:hover {
    color: #0050ab;
}

.btn-a-center:hover u {
    background: url('../images/news/backa.png');
    background-size: 100% 100%;
}

.btn-a-center u {
    text-decoration: none;
    display: inline-block;
    width: 25px;
    height: 18px;
    background: url('../images/news/back.png');
    background-size: 100% 100%;
    margin-right: 16px;
    position: relative;
    top: 4px;
}

/* right */
.news-firm-detail-right {
    float: right;
    width: 280px;
    border: 1px solid #e6e6e6;
}

.news-firm-detail-right h5 {
    font-size: 22px;
    color: #333333;
    font-weight: 900;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 30px;
    padding-right: 0;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
}

.news-firm-detail-right ul {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
}

.news-firm-detail-right ul li {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}

.news-firm-detail-right ul li:last-child {
    border-bottom: 0;
}

.news-firm-detail-right ul li:hover h6 {
    color: #0050ab;
}

.news-firm-detail-right ul li h6 {
    font-size: 16px;
    color: #222222;
    position: relative;
    box-sizing: border-box;
    padding-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.news-firm-detail-right ul li h6 span {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 26px;
}

.news-firm-detail-right ul li p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
}

.news-firm-detail-right ul li i {
    font-size: 12px;
    color: #999999;
    display: block;
    padding-top: 8px;
    font-style: normal;
    box-sizing: border-box;
    padding-left: 15px;
}