.news-del {
    background: #f8f8f8;
    padding: 0 0 50px;
}

.com-width {
    width: 1200px;
    margin: 0 auto;
}

.cate-position {
    height: 50px;
    color: #999;
    line-height: 50px;
}

.cate-position a {
    color: #999;
}

.cate-position a:hover {
    color: #e93e00;
}

.icon-eye {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 11px;
    background: url(../images/eye.png) no-repeat center;
}


/*左侧*/

.news-show-left {
    float: left;
    margin: auto;
    width: 800px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-show-left .news-title {
    padding: 40px 20px;
    padding-bottom: 20px;
    border-top: 1px #f1f1f1 solid;
    text-align: center;
    line-height: 1.5;
}

.news-show-left .news-title .tit {
    padding-bottom: 10px;
    color: #333;
    font-weight: normal;
    font-size: 24px;
}

.news-show-left .news-title p {
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F2F5;
    color: #a3afb7;
    font-size: 14px;
}

.news-show-left .news-title p a {
    color: #a3afb7;
}

.news-show-left .news-views {
    overflow: hidden;
    margin: 40px 20px 20px;
    margin-top: 0;
    min-height: 600px;
    color: #666;
    font-size: 14px;
    line-height: 25px;
}

.news-show-left .news-views p {
    margin-bottom: 10px;
}

.news-show-left .news-views img {
    max-width: 100%;
    height: auto;
}

.news-show-left .news-other {
    padding: 20px 15px;
    border-top: 1px #f1f1f1 solid;
}

.news-show-left .news-other p {
    display: block;
    padding-left: 3px;
    height: 40px;
    line-height: 40px;
}

.news-show-left .news-other p a {
    color: #333;
    font-size: 14px;
}

.news-show-left .news-other p a:hover {
    color: #BB3E46;
}

.news-show-left .share-bar {
    padding: 20px;
}


/*右侧*/

.news-show-right {
    float: right;
    width: 370px;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.news-show-right dl dt {
    position: relative;
    display: block;
    height: 42px;
    border-bottom: 1px #f1f1f1 solid;
    line-height: 42px;
}

.news-show-right dl.tab dt {
    padding-left: 20px;
    height: 42px;
    border-top: 1px #f1f1f1 solid;
    color: #1d1d1d;
    font-size: 18px;
    line-height: 42px;
}

.news-show-right dl.tab dd {
    position: relative;
}

.news-show-right dl.tab dd ul {
    display: block;
    padding: 0 20px;
}

.news-show-right dl.tab dd ul li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dd ul li a {
    display: inline;
}

.news-show-right dl.tab dd ul li .pic {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 0;
    line-height: 60px;
    float: left;
}

.news-show-right dl.tab dd ul li .pic img {
    max-width: none;
}

.news-show-right dl.tab dd ul li h5 {
    display: block;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 10px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.news-show-right dl.tab dd ul li h5 a {
    color: #333;
}

.news-show-right dl.tab dd ul li h5 a:hover {
    color: #BB3E46;
}

.news-show-right dl.tab dd ul li .news-cate {
    color: #999;
}

.news-show-right dl.tab dd ul li i {
    float: left;
    color: #999;
    font-size: 12px;
}

.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    background: url(../images/eye.png) no-repeat left center;
    color: #999;
    font-style: normal;
    font-size: 12px;
    min-width: 50px;
}

.news-show-right dl.tab dd .more {
    position: relative;
    top: -1px;
    height: 45px;
    border-top: 1px #f1f1f1 solid;
    color: #333;
    text-align: center;
    line-height: 45px;
}

.news-show-right dl.tab dd .more a {
    position: relative;
    display: inline-block;
    color: #333;
}

.news-show-right dl.tab dd .more a b {
    margin-left: 5px;
    font-family: "宋体";
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.news-show-right dl.tab dd .more a:hover b {
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.news-show-right dl.tab dd .more a:hover {
    color: #BB3E46;
}

.news-show-right dl.list dt {
    padding-left: 20px;
    color: #333;
    font-size: 18px;
}

.news-show-right dl.tab dt a {
    display: table-cell;
    width: 33%;
    height: 42px;
    color: #009A62;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.news-show-right dl.list dt a b {
    position: relative;
    top: -1px;
    display: inline-block;
    overflow: hidden;
    margin-left: 2px;
    width: 15px;
    height: 15px;
    background-position: 0 -64px;
    vertical-align: middle;
}

.news-show-right dl.list dd ul {
    display: block;
    padding: 20px;
}

.news-show-right dl.list dd ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show-right dl.list dd ul li a {
    color: #333;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.news-show-right dl.list dd ul li a:hover {
    color: #BB3E46;
}

.gr-page-other {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.gr-product-content .gr-page-other {
    border-color: #E4EAEC;
}

.gr-page-other p {
    line-height: 26px;
    width: calc(100% - 150px);
}

.gr-back-btn {
    margin-top: 6px;
    width: 125px;
    height: 40px;
    background-color: #999;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: right;
}

.gr-back-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.gr-page-other p a {
    color: #333;
}

.news-case {
    padding: 20px;
}

.news-case .gr-case-list {
    width: 100%;
}

.news-case .gr-case-list li,
.news-case .gr-case-list li .pic {
    float: none;
    width: 100%;
    height: auto;
}

span,
em,
strong,
i {
    display: inline;
}