.ad .ad-nav ul li {
    width: 300px;
    margin-top: 23px;
}
.ad .ad-nav .nav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    font-size: 16px;
    line-height: 12px;
}
.ad .ad-nav .nav a {
    font-size: 16px;
    color: rgba(0,92,175,1);
}
.ad .ad-nav .nav span {
    color: #9C9A9A;
}
.news {
    width: 1200px;
    margin: 40px auto 38px;
}
/*新闻列表*/
.news .news-left ul li {
    width: 900px;
    height: 200px;
    border-bottom: 1px solid #E5E7EA;
}
.news .news-left ul li:not(:first-child) {
    padding-top: 36px;
}
.news .news-left ul li .newsImg {
    width: 211px;
    height: 147px;
    background-color: rgba(225,226,229,1);
}
.news .news-left ul li a {
    display: inline-block;
    width: 900px;
    height: 200px;
}
.news .news-left ul li .newsImg img {
    width: 211px;
    height: 147px;
}
.news .news-left ul li .news-bd {
    width: 538px;
    margin-left: 30px;
}
.news .news-left ul li .news-bd img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.news .news-left ul li .news-bd h3 {
    margin: 10px 0 20px 0;
    color: #041129;
    overflow: hidden;    /* 隐藏溢出内容 */
    text-overflow: clip;    /* 修剪文本 */
    display: -webkit-box;    /* 弹性结构 */
    -webkit-box-orient: vertical;    /* 从上向下笔直排列子元素 */
    -webkit-line-clamp: 2;    /* 限制文本仅显示前五行 */
}
.news .news-left ul li .news-bd p {
    font-size: 12px;
    color: #808894;
    line-height: 21px;
    text-align:justify;
    overflow: hidden;    /* 隐藏溢出内容 */
    text-overflow: clip;    /* 修剪文本 */
    display: -webkit-box;    /* 弹性结构 */
    -webkit-box-orient: vertical;    /* 从上向下笔直排列子元素 */
    -webkit-line-clamp: 4;    /* 限制文本仅显示前五行 */
}
.news .news-left ul li .news-bd span {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    color: #808894;
    line-height: 10px;
}
/*新闻详情的样式*/
.news .detail {
    width: 860px;
}
.news .detail .detail-head {
    height: 90px;
    border-bottom: 1px solid #E5E7EA;
}
.news .detail .detail-head p {
    font-size: 20px;
    font-weight: 700;
    color: rgba(4,17,41,1);
    line-height: 22px;
    margin-bottom: 23px;
}
.news .detail .detail-head span {
    display: inline-block;
    margin-right: 40px;
    color:rgba(128,136,148,1);
    line-height:22px;
}
.news .detail .detail-content {
    color:rgba(128,136,148,1);
    line-height:36px;
    margin-top: 46px;
}
.news .detail .detail-content img {
    width: 100%;
    /*height: 200px;*/
    margin: 50px 0 50px 0;
}

/*安保效劳导航栏*/
.news .news-right .security-server {
    margin-bottom: 50px;
}
.news .news-right .security-server .security-server-title {
    width: 262px;
    height: 30px;
    background: rgba(225,226,229,1);
    font-size: 15px;
    font-weight: bold;
    padding: 13px 0 0 16px;
}
.news .news-right .security-server ul {
    width: 278px;
}
.news .news-right .security-server ul li {
    float: left;
    width: 121px;
    height: 50px;
}
.news .news-right .security-server ul li a {
    color: rgba(128,136,148,1);
    line-height: 44px;
    margin-left: 20px;
}
/*各人都在看*/
.news .news-right .all-looking .all-looking-title {
    width: 262px;
    height: 30px;
    background: rgba(225,226,229,1);
    font-size: 15px;
    font-weight: bold;
    padding: 13px 0 0 16px;
}
.news .news-right .all-looking .all-looking-list {
    width: 278px;
    margin-top: 10px;
}
.news .news-right .all-looking .all-looking-list a {
    display: inline-block;
    color: #8B8C92;
    width: 278px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-right .all-looking .all-looking-list a span:first-child{
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(197,198,204,1);
    margin-right: 8px;
}
.news .news-right .all-looking .all-looking-list a span:last-child {
    font-size: 12px;
}
<!--耗时1764492273.8158秒-->