@charset "UTF-8";

/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #a30a09;
    color: #fff;
    border: 1px solid #a30a09;
}

.pagination a:hover {
    background: #a30a09;
    color: #fff;
    border: 1px solid #a30a09;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.banner img {
    display: block;
    width: 100%;
}

.ny-main {
    padding: 45px 0 0;
    background: url("../images/ny-main.png") no-repeat right bottom;
}

.ny-left {
    width: 245px;
    float: left;
    background-color: #fff;
}

.ny-left>h4 {
    font-size: 28px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    background: #941100;
    position: relative;
}

.ny-left>h4>span {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../images/ny-icon3.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.ny-left>ul {
    box-shadow: 0 0 5px #efeaea;
}

.ny-left>ul>li {
    line-height: 70px;
    position: relative;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
}

.ny-left>ul>li:last-child {
    border-bottom: none;
}

.ny-left>ul>li>a {
    display: block;
    font-size: 20px;
    color: #333;
    position: relative;
    padding-left: 10px;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny-left>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 70px;
    background: url("../images/ny-iconi.png") no-repeat left center;
    cursor: pointer;
}

.ny-left>ul>li>ul {
    background: #f9f9f9;
    display: none;
}

.ny-left>ul>li>ul>li {
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.ny-left>ul>li>ul>li:first-child {
    border-top: none;
}

.ny-left>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #666;
    padding-left: 60px;
}

.ny-left>ul>li>ul>li span {
    position: absolute;
    left: -10px;
    top: 0;
    display: block;
    color: #666666;
    cursor: pointer;
}

.ny-left>ul>li>ul>li:hover {
    color: #b20603;
}

.ny-left>ul>li>ul>li:hover span {
    color: #b20603;
}

.ny-left>ul>li.on>a {
    color: #94070a;
    border-left: 4px solid #94070a;
}

.ny-left>ul>li.active>ul {
    display: block;
}

.ny-left>ul>li>ul>li:hover>a {
    color: #94070a;
    text-decoration: underline;
}

.ny-left>ul>li.on>span {
    background: url("../images/ny-iconi-on.png") no-repeat left center;
}

.ny-right {
    overflow: hidden;
    padding-left: 35px;
}

.ny-right>div {
    background-color: #f8f8f8;
    padding: 30px;
    min-height:552px;
    margin-bottom:20px;
}

.ny-tit>h4 {
    float: left;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
}

.ny-tit span{
    font-size:14px;
}
.ny-right .cont-tit {
    border-bottom: 1px solid #e5e5e5;
}

.ny-right .cont-tit h3 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.ny-right .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-bottom: 20px;
}

.ny-right .cont-tit span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}

.ny-tit a {
    font-size: 15px;
    color: #666666;
    margin: 0 5px;
    /* vertical-align: middle; */
}

.ny-tit a:hover {
    color: #94070a;
}

.ny-tit>h4:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    bottom: -1px;
    background-color: #94070a;
}

.ny-tit {
    border-bottom: 1px solid #d2d2d2;
    text-align: right;
    overflow: hidden;
}


/* 列表页 */

.list>ul>li {
    position: relative;
    margin-top: 30px;
    padding-right: 110px;
}

.list>ul>li>a {
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.list>ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
    padding-left: 10px;
    border-left: 1px solid #d2d2d2;
}

.list>ul>li:hover>a {
    transform: translateX(10px);
    color: #b20603;
}

.list>ul>li:hover span {
    color: #b20603;
    border-left-color: #b20603;
}

.list {
    margin-top: 10px;
}
/*发稿排行*/
.list_fg>ul>li {
    position: relative;
    margin-top: 30px;
    padding-right: 110px;
    border-left:1px solid #999999;
    padding-left:10px;
}
.list_fg>ul>li>div {
    float:left;
    margin-right:10px;
}
.list_fg>ul>li>div>p {
    font-size:22px;
    color:#b20603;
    font-weight:400px;
    text-align:center
}
.list_fg>ul>li>a {
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    line-height: 32px;
}

.list_fg>ul>li>div>span {
    /* position: absolute; */
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
    padding-left: 10px;
    
    line-height: 32px;
}

.list_fg>ul>li:hover>a {
    transform: translateX(10px);
    color: #b20603;
}

.list_fg>ul>li:hover span {
    color: #b20603;
    border-left-color: #b20603;
}

.list_fg {
    margin-top: 10px;
}

/* 内容页 */

.article p {
    font-size: 16px !important;
    color: #666;
    line-height: 200%!important;
    margin-bottom: 10px;
    text-indent: 2em;
}
.article p.vsbcontent_img img{height: auto!important;}
.article p:first-child {
    margin-top: 20px;
}


/*机构表格*/

.chart {
    /* padding-right: 70px; */
}

.chart table {
    /* border-collapse: collapse; */
    margin-top: 15px;
    width: 100%;
    /* background-color: #fff; */
}

.chart table tr td {
    border-spacing: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.chart table tr td.child1 {
    width: 20%;
    background-color: #fbf4f3;
    color: #94070a;
}

.chart table tr td.child2 {
    width: 23%;
    border-right: 1px solid #e5e5e5;
}

.chart table tr td.child3 {
    width: 57%;
}

.chart table tr {
    /* line-height: 50px; */
    /* border-bottom: 1px solid #e5e5e5; */
}

.chart table tr:first-child {
    /* background-color: #f7e8e8; */
    /* line-height: 48px; */
}

.chart table tr:first-child td {
    font-size: 16px;
    /* color: #94070a; */
}

.chart table tr:first-child td:first-child {
    /* background-color: #f7e8e8; */
}

.charting2 tr td.hz1 {
    background-color: #fbf4f3;
    width: 18%;
}

.charting2 tr td.hz2,
.hz3,
.hz4,
.hz5 {
    width: 15%;
    border-right: 1px solid #e5e5e5;
}

.hz6 {
    width: 20%;
}

.charting2 tr td.xx {
    border-right: none;
}


/* 组织机构 */
.organize{
    margin-top:10px;
}
#organize .ny-right>div {
    background-color: #fff;
    padding: 0;
    min-height:612px;
}
.st-organ ul{
    margin:15px 0;
}
.st-organ li{
    float:left;
    line-height:45px;
    border-bottom:1px solid #dcdcdc;
    width:28%;
    margin: 15px 1.5%;
    padding:0 10px;
}
.st-organ li a{
    color:#444;
}
.organize>ul>li {
    margin-bottom: 40px;
}

.organize>ul>li h2 {
    line-height: 45px;
    background-color: #eeeeee;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    border-left: 4px solid #94070a;
    padding-left: 20px;
}

.organize>ul>li ul {
    overflow: hidden;
}

.organize>ul>li ul li {
    float: left;
    width: 22%;
    margin-left: 4%;
    margin-top: 15px;
    line-height: 42px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.organize>ul>li ul li:nth-child(4n+1) {
    margin-left: 0;
}

.organize>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .ny-left {
        float: none;
        width: auto;
    }
    .ny-left>h4 {
        font-size: 18px;
        line-height: 48px;
        text-align: left;
        padding-left: 15px;
        padding-top: 0;
    }
    .ny-left>h4>span {
        display: block;
    }
    .ny-left ul {
        display: none;
        padding-bottom: 0;
        background: #fff;
    }
    .ny-left>ul>li {
        line-height: 42px;
        padding-left: 0;
    }
    .ny-left>ul>li>span {
        height: 42px;
    }
    .ny-left>ul>li>a {
        font-size: 16px;
    }
    .ny-left>ul>li>ul>li>a {
        font-size: 12px;
    }
    .ny-left>ul ul {
        margin-left: 0;
    }
    .ny-right {
        margin-top: 20px;
        padding-left: 14px;
    }
    .ny-tit>h4 {
        font-size: 18px;
        background-size: contain;
    }
    .ny-main {
        padding-top: 20px;
    }
    .organize {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 870px) {
    .ny-tit>span{
        float: right;
        width:100%;
        line-height: 35px;
        text-align: left;
    }
    .ny-tit>h4{
        float:none;
        text-align:left;
    }
}

@media screen and (max-width: 768px) {
    .ny-right>div {
        padding: 20px 10px 20px 10px;
    }
    .list>ul>li {
        padding-right: 90px;
        margin-top: 20px;
    }
    .list>ul>li>span {
        font-size: 14px;
    }
    .chart {
        padding-right: 0;
    }
    .organize>ul>li ul li {
        float: left;
        width: 48%;
        margin-left: 0;
    }
    .organize>ul>li ul li:nth-child(2n) {
        margin-left: 4%;
    }
.st-organ li{width:100%;}
}

@media screen and (max-width:375px) {
    .list>ul>li>a {
        font-size: 14px;
    }
    .list>ul>li>span {
        font-size: 12px;
    }
    .organize>ul>li ul li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .organize>ul>li ul li:nth-child(2n) {
        margin-left: 0;
    }
    .ny-right .cont-tit h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ny-tit a span {
        font-size: 14px;
    }
    .ny-tit a {
        font-size: 12px;
    }
}