@charset "UTF-8";
/*news center*/
.news-center {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.box {
    float: left;
    position: relative;
    width: 320px;
    height: 210px;
    overflow: hidden;
}

.box .hd {
    position: relative;
    width: 100%;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: #105b9e url("../../img/nisp2.0/bg-news-1.jpg") 0 0 no-repeat;
    background-size: cover;
}

.box .hd h5 {
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #105b9e;
    padding-left: 8px;
}

.box .hd h5 i {
    border-left: 3px solid #105b9e;
    padding-left: 5px;
    font-size: 13px;
}

.box .hd span {
    float: right;

}

.box .hd span a {
    font-size: 14px;
    color: #666;
    padding-right: 5px;
}

.box .hd span a:hover {
    color: #333;
    text-decoration: underline;
}

.box .bd {
    padding: 5px 3px;
}

.box .bd li {
    width: 100%;
}

.box .bd li .date {
    float: right;
    width: 140px;
    text-align: right;
}

.box li a, .box li {
    font-size: 12px;
    line-height: 26px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box li a:hover {
    color: #105b9e;
}

.box .more {
    text-align: right;
}

.box .more a {
    color: #888;
    font-size: 13px;
}

.box .more a:hover {
    color: #105b9e;
}

/* 新闻中心两个板块 时*/
.EqualTo2 {
    width: 1040px;
}

.EqualTo2 .box {
    margin-right: 30px;
}

.EqualTo2 .box {
    width: 485px;
    height: 480px;
}

.EqualTo2 .box .hd {
    background: url("../../img/nisp2.0/bg-news-1.jpg") 0 0 no-repeat;
}

.EqualTo2 .box2 .hd {
    background: url("../../img/nisp2.0/bg-news-2.jpg") 0 0 no-repeat;
}

.EqualTo2 .box2 {
    overflow: initial;
}

.EqualTo2 .box2:after {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    width: 1px;
    height: 95%;
    background-color: #cccccc;
    transform: scaleX(.5);
}

/*大于3个板块 时*/
.GreaterThan3 {
    width: 1040px;
}

.GreaterThan3 .box {
    margin-right: 20px;
}

.GreaterThan3 .box {
    width: 320px;
    height: 480px;
}

.GreaterThan3 .box .hd {
    background: url("../../img/nisp2.0/bg-attestation-1.jpg") 0 0 no-repeat;
}

.GreaterThan3 .box2 .hd {
    background: url("../../img/nisp2.0/bg-attestation-2.jpg") 0 0 no-repeat;
}

.GreaterThan3 .box3 .hd {
    background: url("../../img/nisp2.0/bg-attestation-3.jpg") 0 0 no-repeat;
}

/*当前位置*/
/*mod-current*/
.mod-current {
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: relative;
    color: #999999;
    font-size: 12px;
}

.mod-current .plr2 {
    padding: 0 2px;
}

.mod-current a {
    color: #666666;
    font-size: 12px;
}

.mod-current a:hover {
    color: #3485fb;
}

.mod-current .pdspan {
    padding-right: 20px;
}

/*news-info详情页*/
.news-info, .news-list {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

.news-info .leftmain, .news-list .leftmain {
    position: relative;
    width: 645px;
    float: left;
    overflow: hidden;
    text-align: justify;
}

.news-info .sidebar, .news-list .sidebar {
    position: relative;
    width: 303px;
    float: right;
    overflow: hidden;
}

.leftmain .title {
    text-align: center;
    color: #105b9e;
    font-size: 16px;
    padding: 10px;
    line-height: 1.5;
}

.leftmain .source-time {
    text-align: center;
    color: #ccc;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.sidebox {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebox .hd {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #105b9e;
}

.sidebox .hd h5 {
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #105b9e;
}

.sidebox .hd span {
    float: right;

}

.sidebox .hd span a {
    font-size: 14px;
    color: #666;
    padding-right: 5px;
}

.sidebox .hd span a:hover {
    color: #333;
    text-decoration: underline;
}

.sidebox .bd {
    padding: 5px 3px;
}

.sidebox .bd li {
    width: 100%;
}

.sidebox .bd li .date {
    float: right;
    width: 100px;
    text-align: right;
}

.sidebox li a, .sidebox li {
    font-size: 12px;
    line-height: 26px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebox li a:hover {
    color: #105b9e;
}

/*news-list 列表*/
.news-list .box1000 {
    overflow: hidden;
}

.news-list .list-hd {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #105b9e;
    text-align: left;
    border-bottom: 2px solid #105b9e;
    overflow: hidden;
    margin-bottom: 20px;

}

/**/
.news-list .list-bd {
    padding: 0 3px 5px;
    margin-top: -10px;
}

.list-bd li {
    width: 100%;

}

.list-bd li .date {
    float: right;
    width: 140px;
    text-align: right;
}

.list-bd li a, .list-bd li {
    font-size: 12px;
    line-height: 32px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-bd li a:hover {
    color: #105b9e;
}

/*分页*/

.mod-pagerbar {
    text-align: center;
    margin: 20px auto 25px;
}

.mod-pagerbar {
    color: #949494;
    font-size: 12px;
    height: 26px;
    font-family: Arial;
    line-height: 24px;
    white-space: nowrap;
}

.mod-pagerbar a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 4px;
    height: 24px;
    overflow: hidden;
    border: #dfdfdf 1px solid;
    background-color: #fff;
    color: #949494;
    padding: 0 10px;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mod-pagerbar a.current {
    font-weight: 700;
    cursor: default;
}

.mod-pagerbar a.current,
.mod-pagerbar a:hover {
    color: #fff;
    background-color: #105b9e;
    border: #105b9e 1px solid;
}

.mod-pagerbar a.disabled,
.mod-pagerbar a.disabled:hover {
    color: #949494;
    background-color: #dddddd;
    border: #dddddd 1px solid;
    overflow: hidden;
    cursor: not-allowed;
}

.mod-pagerbar .pagenum {
    border-radius: 3px;
    width: 24px;
    height: 26px;
    border: 1px solid #dfdfdf;
}

/*分页end*/