
/*新闻中心的css样式*/
html,body,.row{
    margin:0;
    padding:0;
}
.N_container{
    margin-bottom: 100px;
}
.News{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.N_newstitle{
    color: darkorange;
}
#N_mleft{
    width: 1120px;
    overflow: hidden;
    margin: 0 10px 0 0;
}
/*新闻公告样式*/
.N_subject {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}
.N_mt10 {
    margin-top: 10px;
}
.N_subject ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.N_subject ul li {
    float: left;
    padding: 0 30px;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
    color: #999;
}
.N_subject ul .hover {
    background: #fff;
    font-family: microsoft yahei,宋体;
    font-size: 16px;
    color: #333;
}
/*清除浮动*/
.N_pay {zoom:1;}
.N_pay:after {
    clear:both;
    content:'';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
/*新闻内容*/
.N_border {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top: 1px solid  #e3e3e3;
    background: #fff;
}
.N_img{
    width: 150px;
    float: left;
    margin-top: 3px;
}
.N_imgp{
    width: 115px;
    height: 70px;
    border: 1px solid #EDEDED;
}
.N_artlist {
    width: 980px;
    margin-left: 126px;
}
ul, ol, li, dd {
    list-style-type: none;
    list-style: none;
}
.N_artlist li {
    position: relative;
    height: 80px;
    padding-left: 30px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 74px;
}
.N_artlist li .N_conts {
    width: 900px;
    color: #2e2e2e;
    font-size: 16px;
}
.N_artlist li .N_conts:hover{
    color: orangered;
}
.N_artlist li a {
    overflow: hidden;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
.N_artlist li .N_datetime {
    position: absolute;
    top: 0;
    right: 20px;
    color: #999;
    font-style: normal;
}