﻿#np_main 
{
    margin-top: 20px;
}
#np_main #Navi {
    
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 5px;
    margin-left: 8px;
    margin-top: 2px;
    min-height: 400px;
    width: 225px;
}
#np_main #Navi #NaviFoot {
    background-image: url("images/NaviBg.png");
    min-height: 449px;
}
#np_main #Navi #NaviHead {
    background-image: url("images/NaviHead.png");
    background-repeat: no-repeat;
    height: 38px;
    width: 225px;
}
#np_main #Navi #RefLink {
    background-image: url("images/RefLinkbg.png");
    background-repeat: repeat-y;


    width: 225px;
}
#NaviHead .Title {
    
    color: #fff;
    font-family: "黑体";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
#NaviBar {
    /*background-image: url("images/NaviBarbg.png");
    background-repeat: no-repeat;*/
    float: left;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    margin-top: 1.5px;
    padding-left: 2px;
    width: 750px;
    text-align: right;
    font-family: "黑体";
    font-size: 14px;
    font-weight: bold;
    color: #7D7171;
    padding-right: 20px;
    border-bottom:1px solid #04518D;
}

#RefLink .nav_news {
    line-height: 32px; font-size: 14px;font-weight: bold;color:#575757;position: relative;
}

#RefLink .nav_c_news {
    display: none;border-bottom: 1px dashed #B1B1B1;height:32px;line-height: 32px; font-size: 14px;font-weight: bold;color:#575757;position: relative;
}

#RefLink .nav_news a.tab {
    display: block;padding-left: 70px;height:32px;cursor: pointer;color: #575757;border-bottom: 1px solid #B1B1B1;
}

#RefLink .nav_news a.tab:hover {
    background-color: #DBD6D6;
}

#RefLink .nav_c_news a.tab {
    color: #575757;font-weight: normal;border-bottom: 0 none;
}

#RefLink .nav_news span.left_c_icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 38px;
    background: url("images/icon.png") no-repeat -24px 0;
}

#RefLink .nav_news span.left_icon {
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 18px;
    background: url("images/left_icon.png") no-repeat 0 0;
}

#RefLink .nav_news span.right_icon {
    display: block;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 18px;
    background: url("images/right_icon_up.png") no-repeat 0 0;
}

#RefLink .nav_news span.right_icon_down {
    background: url("images/right_icon.png") no-repeat 0 0;
} 

#RefLink ul {
    color: #156339;
    font-size: 14px;
    line-height: 30px;
    list-style: none outside none;
    padding-left: 60px;
    padding-top: 20px;
}

#RefLink ul a {
    color: #333;
}


#NewsList {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding-left: 2px;
    width: 770px;
}
.newTable {
    font-size: 13px;
    line-height: 30px;
    margin-left: 5px;
    padding-left: 10px;
    padding-top: 10px;
    width: 765px;
}

.newTable a {
    color: #333;
}

.newTable a:hover,#RefLink ul a:hover {
    color: #166399;
}
.pagerDiv {
    border: 1px solid #cccccc;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 5px;
    width: 20px;
}
.pagerDisable {
    color: #aaaaaa;
}
.newsTitle {
    color: #4c4c4c;
    font-family: "宋体";
    font-size: 20px;
    font-weight: bold;
    
    letter-spacing: 1px;
    line-height: 35px;
 
    padding-top: 10px;
    text-align: center;
}
.newsInfo {
    color: rgb(153, 153, 153);
    padding: 5px 0;
    position: relative;
    text-align: center;
}
.newsContent {
    font-size: 13px;
    line-height: 25px;
    margin-left: 20px;
    overflow: hidden;
    padding: 10px;
    width: 700px;
    word-wrap: break-word;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.divBack {
    float: left;
    padding: 10px;
    text-align: right;
    width: 90%;
}


