@charset "utf-8";

body  {
 margin: 0;
 padding: 0;
 font-family: "微软雅黑","宋体",Arial;
 }
*{
    margin: 0px;
    padding: 0px;
}
a{
color:#000;
font-size:12pt;
}
.topbanner{
    background-color: #2f4fb5;
}
.nav{
    color: #fff;
    background-color: #1c3a97;
    border-top: 0px solid #4461bd;
}
.content{
  color: black;
}
.newstitle{
background:#fff;
    color: #1c3a97;
    line-height: 40px;
    text-indent: 20px;
    font-size: 18px;
    font-weight:600;
    margin-top: 0;
    border-bottom:2px solid #1c3a97;
border-left:1px solid #aaa;
border-right:1px solid #aaa;
border-top:1px solid #aaa;
}
.newscontent{
    height: 300px;
     background:#fff;
border-left:1px solid #999;
border-top:1px solid #999;;
box-shadow: 1px 1px 1px #999;
padding:20px;
}
.newscontent ul{
width:100%;
}


.newscontent li{
margin-left:20px;
border-bottom:1px dashed #cccccc;
line-height:32px;
}
.project li,.project ul{
margin:0px auto;
width:100%;
list-style:none;
line-height:45px;
text-align:left;
padding-left:60px;
}
.newscontent li a{

font-size:12pt;
}
.newscontent_s{
    height: 270px;
     background:#fff;
border-left:1px solid #999;
border-top:1px solid #999;;
box-shadow: 1px 1px 1px #999;
}
.copyright{
margin-top:10px;
    background-color: #2f4fb5;
    padding: 10px 0;
    color: #fff;
    line-height: 25px;
}