﻿
#news-nav {
    color: #959595;
    font-size: 1em;
    margin: 50px 0;
}

    #cate-nav span {
        display: inline-block;
        margin: 0 2px;
    }

.sub-cate-2 {
    margin-top: 80px;
    font-size: 2em;
    color: #002566;
}
#news{
    min-height:500px;
    margin-top:50px;
}
#news-detail {
    width: 70%;
    float: left;
    /*background: #EEE;*/
    min-height: 500px;
    /*padding:2%;*/
}
#news-detail h3{
    text-align:left;
    font-weight:500;
    font-size:30px;
    margin-bottom:40px;
}
#news-title-image{
    margin-top:40px;
    text-align:center;
}
    #news-title-image img, #news-content img {
        width: 60%;
        height: auto;
    }

#news-content {
    margin-top: 20px;
    line-height: 25px;
}
#news-recommend{
    width:22%;
    float:right;
    
    min-height:200px;
    /*padding:1%;*/
}
    #news-recommend h4 {
        font-weight: 500;
        font-size: 30px;
    }
    #news-recommend ul {
        background: #FBFBFB;
        margin-top: 15px;
        padding: 40px 25px;
    }
    #news-recommend ul li{
        margin-top:8px;
        list-style:none;
    }
        #news-recommend ul li a {
            color:#000;
            cursor: pointer;
            display:inline-block;
            width:100%;
            white-space: nowrap; /* 防止自动换行 */
            overflow: hidden; /* 隐藏超出容器的内容 */
            text-overflow: ellipsis; /* 超出部分显示省略号 */
        }

