@charset "UTF-8";
.xwzx{
    width: 100%;
}
.xwzx .xw-title{
    width: 98%;
    height: 50px;
    background-color: #f7f8fb;
    margin: 0 auto;
}
.xwzx .weight-line{
    display: block;
    height: 30px;
    width: 10px;
    margin: 10px 0 0 20px;
    border-left: solid 10px #0054A7;
    float: left;
}
.xwzx .xw-title a{
    display: block;
    font-size: 22px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    padding-top: 2px;
    text-align: center;
    float: left;
    font-weight: bold;
}
.new-con{
    width: 98%;
    margin: 0 auto;
    color: #999;
}
.new-con ul{
    width: 99%;
    height: 600px;
    margin: 0 auto;
}
.new-con ul li{
    width: 99%;
    font-size: 18px;
    float: left;
    margin-top: 20px;
    height: 125px;
}
.new-con ul .list1{
    border-bottom: dashed 1px #d8d8d8;
}
.new-con ul li a{
    width: 70%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: bold;
}
.new-con ul li a:hover{
    width: 70%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: bold;
    color: #004da5;
}
.new-con ul li span{
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    float: left;
}
.new-con ul li p{
    width: 100%;
    line-height: 30px;
    text-indent: 2rem;
    float: left;
    margin-top: 10px;
}

/***新闻列表页翻页样式****/
.cm-page a.cur, .cm-page a:hover {
    background: #194897;
    color: #fff;
}
.cm-page {
    padding: 20px 0;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}
.cm-page .indexPage {
    width: 45px;
}
.cm-page a {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    color: #415569;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
    margin: 0 6px;
    width: 50px;
}