/* 公共样式 star */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

/* a:hover {
    color: #c8161d;
} */

button {
    user-select: none;
}

img:not([src]), img[src=""] {
    opacity: 0;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, button, textarea {
    font-size: 100%;
    font: inherit;
    border: 0;
}

input {
    outline: 0;
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

body {
    color: #333;
    /* position: relative; */
    overflow-x: hidden;
    font-size: 0.16rem;
    font-family: 'Source';
    /* font-family: 'Microsoft YaHei', '-apple-system', 'BlinkMacSystemFont', "PingFang SC", 'Arial', 'Helvetica Neue', "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif; */
}

select::-ms-expand {
    display: none;
}

i, em {
    font-style: normal;
}

input, textarea, select {
    padding: 0 5px !important;
    font-family: inherit;
    outline: none !important;
    resize: none;
    background: none;
    border: none !important;
    font-size: inherit;
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-scrollbar {
    width: .08rem;
    height: .04rem;
}

::-webkit-scrollbar-track {
    border-radius: .05rem;
    background: #ddd
}

::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background: #B30404;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexl {
    flex: 1;
}

@media (max-width:1024px) {
    html {
        font-size: 95px !important;
    }
}

@media (max-width:900px) {
    html {
        font-size: 90px !important;
    }
}

@media (max-width:750px) {
    html {
        font-size: 85px !important;
    }

    .wp {
        width: 90%
    }
}

@media (max-width:540px) {
    html {
        font-size: 80px !important;
    }

    body {
        font-size: .18rem;
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media (max-width:360px) {
    html {
        font-size: 75px !important;
    }
}

/* 公共样式end */

.container {
    width: 16.4rem;
    margin: 0 auto;
}

/* 内页 star */
.ny-main {
    /* position: relative; */
}

.ny-cont {
    /* position: relative; */
}

.ny-main .ny-banner {
    text-align: center;
}

.ny-cont .second-nav {
    width: 20%;
    float: left;
    display: inline-block;
    background: url(../images/secondnav-bg.png) no-repeat top left;
    background-size: contain;
    position: relative;
    top: -.57rem;
    text-align: center;
    padding-top: .6rem;
    box-shadow: 0rem .04rem .18rem 0px rgba(102, 0, 0, 0.06);
    min-height: 300px;
    border-bottom: 8px solid #B30404;
}

/* .ny-cont .second-nav::after {
    content: '';
    display: block;
    width: 100%;
    height: .08rem;
    background: linear-gradient(310deg, #B30404 0%, #C94141 100%);

} */
.social-share .social-share-icon {

    height: 30px;
}
.social-share a {
    margin-left: .15rem;
    display: inline-block;
}
.ny-cont .second-nav h2 {
    font-size: .32rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .38rem;
    padding-bottom: 1.5rem;
}

.ny-cont .second-nav ul li {
    font-size: .28rem;
    font-weight: 400;
    line-height: .33rem;
    padding-bottom: .5rem;
}

.ny-cont .second-nav ul li.select a {
    font-weight: 600;
    color: #B30404;
}

.ny-cont .ny-right {
    width: 80%;
    display: inline-block;
    padding-left: .5rem;
    padding-top: .5rem;
}

.ny-cont .ny-right .ny-right-top {
    border-bottom: .01rem solid #E4E4E4;
    padding-bottom: .1rem;
}

.ny-cont .ny-right .ny-right-top .col-name {
    font-size: .26rem;
    color: #333333;
    display: inline-block;
}

.ny-cont .ny-right .ny-right-top .col-name::before {
    content: '';
    display: inline-block;
    width: .04rem;
    height: .2rem;
    background: #B30404;
    margin-right: .1rem;
}

.ny-cont .ny-right .ny-right-top .posi {
    display: inline-block;
    float: right;
    padding-top: .1rem;
    font-size: .16rem;
    color: #777777;
}

.ny-cont .ny-right .ny-right-top .posi a {
    color: #777777;
    font-size: .16rem;
    padding: 0 .05rem;
}

.ny-cont .ny-right.list ul {
    padding: .3rem 0;
}

.ny-cont .ny-right.list ul li {
    padding: .15rem 0;
    border-bottom: .01rem dashed #E1E1E1;
    position: relative;
}

.ny-cont .ny-right.list ul li .list-date {
    width: 60px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.ny-cont .ny-right.list ul li .list-date .day {
    font-size: .24rem;
    font-weight: 400;
    color: #B30404;
}

.ny-cont .ny-right.list ul li .list-date .month {
    font-size: .14rem;
    font-weight: 400;
}

.ny-cont .ny-right.list ul li h2 {
    display: inline-block;
    font-size: .2rem;
    font-weight: 400;
    vertical-align: middle;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny-cont .ny-right.list ul li h2::before {
    content: '';
    display: inline-block;
    width: .01rem;
    height: .28rem;
    background: #B30404;
    margin: 0 .2rem;
    vertical-align: top;
}

.ny-cont .ny-right.list ul li .listmore {
    float: right;
}

.ny-cont .ny-right ul li .download {
    padding-top: .12rem;
    font-size: 20px;
    color: #B30404;
}

.ny-cont .ny-right.list ul li .download::before {
    content: '';
    display: inline-block;
    width: .22rem;
    height: .22rem;
    background: url(../images/download.png) no-repeat;
    background-size: cover;
}

.ny-cont .ny-right.list ul li .listmore::before {
    content: '';
    display: inline-block;
    width: .52rem;
    height: .52rem;
    background: url(../images/right1.png) no-repeat;
    background-size: cover;
    transition: .5s;
}

.ny-cont .ny-right.list ul li::after {
    content: '';
    position: absolute;
    bottom: -0.01rem;
    left: 0%;
    height: .03rem;
    width: 0%;
    transform: translateX(-0%);
    background-color: #B30404;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ny-cont .ny-right.list ul li:hover::after {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ny-cont .ny-right.list ul li:hover h2 {
    color: #FF9000;
    font-weight: 600;
}

.ny-cont .ny-right.list ul li:hover a::before {
    transition: .5s;
    margin-right: .3rem;
}

.ny-cont .ny-right.list ul li:hover a.download::before {
    transition: .5s;
    margin-right: 0;
}

/* 内页 end*/

/* 新闻详情页 star */

.ny-cont .posi.article {
    padding: .5rem 0;
    font-size: .16rem;
    color: #777777;
}

.ny-cont .posi.article a {
    color: #777777;
    font-size: 16px;
    padding: 0 .05rem;
}

.ny-cont .article-detail {
    background-color: #fff;
    width: 70%;
    display: inline-block;
    float: left;
    padding-bottom: .5rem;
}

.ny-cont .article-detail .arc-title h1 {
    font-weight: 400;
    font-size: .26rem;
    padding: 0 1.2rem;
    text-align: center;
}

.ny-cont .article-detail .arc-info {
    padding-bottom: .1rem;
    border-bottom: .01rem solid #ddd;
    margin-bottom: .2rem;
    padding-top: .25rem;
    font-size: .16rem;
    color: #666;
    text-align: center;
}

.ny-cont .article-detail .arc-info span {
    display: inline-block;
    margin: 0 .1rem;
}

.ny-cont .article-detail .arc-info .resize a {
    position: relative;
    vertical-align: bottom;
}

.ny-cont .article-detail .arc-info a.large-size {
    font-size: .19rem;
    margin: 0 .05rem
}

.ny-cont .article-detail .arc-info a.large-size:after {
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -0.07rem
}

.ny-cont .article-detail .arc-info a.normal-size {
    font-size: .17rem;
    margin: 0 .05rem
}

.ny-cont .article-detail .arc-info a.small-size {
    font-size: .14rem;
    margin: 0 .05rem
}

.ny-cont .article-detail .arc-info a.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -0.03rem;
    right: -0.05rem;
}

.ny-cont .article-detail .arc-con p {
    line-height: .34rem;
    color: #333333 !important;
    text-align: justify;
    font-size: 21px;
    margin-bottom: .3rem;
    text-indent: .32rem;
}

.ny-cont .article-detail .arc-con img {
    display: block;
    width: 100% !important;
    margin: 0.1rem auto;
    max-width: 8rem;
    height: auto !important;
}

.ny-cont .article-detail .arc-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.ny-cont .article-detail .arc-share {
    display: inline-flex;
}

.ny-cont .article-detail .flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ny-cont .article-detail .arc-lib {
    border-top: .01rem solid #ddd;
    padding-top: .26rem;
}

.ny-cont .article-detail .arc-libs {
    flex: 5;
}

.ny-cont .article-detail .arc-lib p {
    padding: .05rem 0;
}

.ny-cont .article-detail .arc-lib p:hover a,
.ny-cont .article-detail .arc-lib p:hover {
    color: #FF9000;
}

.ny-cont .article-detail .arc-back {
    margin-left: .3rem;
    flex: 1;
    width: 1rem;
}

.ny-cont .article-detail .arc-back a {
    display: block;
    padding: 0 .2rem;
    background: #B30404;
    border-radius: .05rem;
    color: #fff;
    line-height: .35rem;
    font-size: .14rem;
    width: 1rem;
    float: right;
}

.ny-cont .new-news {
    width: 24%;
    margin-left: 6%;
    display: inline-block;
    background-color: #fff;
}

.ny-cont .new-news h2 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: .2rem;
}

.ny-cont .new-news h2::before {
    content: '';
    display: inline-block;
    width: .26rem;
    height: .26rem;
    background: url(../images/news.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: .1rem;
}

.ny-cont .new-news ul {
    padding-left: .15rem;
}

.ny-cont .new-news ul li {
    border-left: 1px dashed #B30404;
    padding-left: 13px;
}

.ny-cont .new-news ul li a {
    font-size: 16px;
    display: block;
    padding: .1rem 0 .3rem 0;
}

.ny-cont .new-news ul li:hover a {
    color: #FF9000;
    font-weight: 500;
}

.ny-cont .new-news ul li span {
    font-size: 16px;
    color: #B30404;
    border: .01rem solid #B30404;
    padding: .05rem .1rem;
    border-radius: 5px;
    position: relative;
}

.ny-cont .new-news ul li:hover span {
    background-color: #B30404;
    color: #fff;
}

.ny-cont .new-news ul li span::before {
    content: '';
    display: inline-block;
    width: .08rem;
    height: .08rem;
    border: .01rem solid #B30404;
    border-radius: 50%;
    position: absolute;
    left: -0.2rem;
    top: .08rem;
}

.ny-cont .new-news ul li:hover span::before {
    background-color: #B30404;
}

/* 新闻详情页 end */



/* 单篇正文 star */
.singel-txt p {
    font-size: .18rem;
    line-height: .34rem;
    text-indent: .36rem;
}

.singel-txt {
    margin: 50px 0;
}

/* 单篇正文 end */


.videos-box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    background: rgb(0, 0, 0);
    opacity: 0.95;
    width: 100%;
}

.videos-box .videos {
    width: 640px;
    margin: 120px auto;
    background: #f8f8f8;
    position: relative;
}

.videos-box .videos #video {
    display: block;

    padding: 10px;
}

.videos-box .videos .vclose {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.ny-cont .pb_sys_common {
    margin: 50px 0;
}

.ny-cont .pb_sys_common .p_fun_d, .ny-cont .pb_sys_common .p_no_d, .ny-cont .pb_sys_common .p_no_o {
    color: #B30404 !important;
    font-size: 16px;
}

.ny-cont .ny-cont .pb_sys_common .p_fun a, .ny-cont .pb_sys_common .p_no a {
    color: #B30404;
    font-size: 16px;
}

.ny-cont .pb_sys_common .p_fun_d, .ny-cont .pb_sys_common .p_no_d, .ny-cont .pb_sys_common .p_no_o, .ny-cont .pb_sys_common .p_fun a, .ny-cont .pb_sys_common .p_no a {
    border: 1px solid #B30404;
    border-radius: 5px;
    height: 30px;
    width: 60px;
    font-size: 16px;
    color: #be0404;
    line-height: 18px;
}

.ny-cont .pb_sys_common .p_t {
    font-size: 16px;
    color: #be0404;
}

.ny-cont .pb_sys_common .p_goto a, .ny-cont .pb_sys_common .p_search a {
    border: 1px solid #be0404;
    border-radius: 5px;
    height: 30px;
    width: 60px;
    color: #B30404;
    font-size: 16px;
    line-height: 18px;
}

.ny-cont .pb_sys_common .p_goto input, .ny-cont .pb_sys_common .p_search input {
    border: 1px solid #BE0404;
    border-radius: 5px;
}

.ny-cont .pb_sys_common .p_goto input {
    width: 30px;
    height: 30px;
    text-align: center;
}

.pic-txt {
    background: url(../images/notice-lb.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pic-txt .news-date {
    color: #fff;
    font-size: .22rem;
    font-weight: 400;
    width: 1.29rem;
    display: inline-block;
    padding-left: .16rem;
}

.pic-txt span {
    color: #fff;
    font-size: .24rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 80%;
}

