/** 资讯一级界面-开始 **/
.information-container * {
    padding: 0;
    margin: 0;
}
.information-container {
    width: 100%;
    min-width: 1120px;
}
.information-row-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.information-row-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.information-main-row-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}

.information-title-container {
    width: 14rem;
    margin: 0.7rem 0;
}

.information-title-container div {
    text-align: center;

}

.information-title-main {
    font-size: 0.44rem;
    height: 0.8rem;
    color: #C62222;
    font-weight: 600;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.information-title-sub {
    font-size: 0.16rem;
    line-height: 0.33rem;
    font-weight: 600;
    color: #C62222;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;

    /*超出展示省略号*/
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.information-main-container {
    width: 14rem;
}

.information-main-title-text {
    font-size: 0.24rem;
    color: #074798;
    /*font-family:PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.information-main-container .information-main-left-center-title {
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    color: #4a4a4a;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    /*超出展示省略号*/
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.information-main-container .information-main-left-center-title:hover {
    color: #C62222;
}

.information-main-right {
    width: 3.28rem;
}

.information-main-container .information-main-right img {
    padding-bottom: 0.1rem;
}

.information-main-container .information-main-right .info-main-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-main-container .information-main-left .information-main-left-center-img {
    width: 1.86rem;
}

.information-main-left-center-img .left-center-img{
    height: 1.31rem;
}

.information-main-left-center-img .left-center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-main-left {
    width: 3.82rem;
}

.information-main-container .information-main-middle ul {
    color: #4c4c4c;
    list-style-position: inside;
}

.information-main-container .information-main-middle ul:not(:first-child) {
    list-style-position: inside;
    height: 2.05rem;
}

.information-main-container .information-main-middle ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    line-height: 0.34rem;
    color: #cccccc;
    list-style-type: disc;
}

.information-main-container .information-main-middle ul li span {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.28rem;
    height: 0.28rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    color: #4C4C4C;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.information-main-container .information-main-middle ul li span:hover {
    cursor: pointer;
    color: #C62222;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
}

/*.information-main-container .information-main-middle ul li .active {*/
/*    color: #454545;*/
/*    font-weight: 600;*/
/*    font-size: 0.18rem;*/
/*    font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
/*    -webkit-animation-name: flipInX;*/
/*    animation-name: flipInX;*/
/*    -webkit-animation-duration: 200ms;*/
/*    animation-duration: 200ms;*/
/*}*/

.information-main-title-more {
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    color: #9f9f9f;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    cursor: pointer;
}

.information-main-title-more:hover {
    color: #074798;
}

.information-img {
    height: 6.04rem;
    width: 100%;
}

.information-main-img-divider {
    height: 5px;
    width: 100%;
}

.information-main-title {
    margin-top: 0.2rem;
    margin-bottom: 0.21rem;
}

.information-main-left-top-img {
    width: 3.82rem;
    height: 2.53rem;
}

.information-main-left-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-main-left-center-info {
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
}

.information-main-middle {
    width: 6.06rem;
    height: 4.6rem;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.information-main-right-two-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-main-right-one-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-main-right img:hover {
    cursor: pointer;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.information-main-left img:hover {
    cursor: pointer;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/** 资讯（一级）界面-结束 **/

/* 新闻二级页面-start */
.news-container {
    margin-top: 0.4rem;
}

.news-container ul {
    margin-top: 0;
    padding-left: 0;
}

.news-container .tab-nav .active {
    color: #fff;
    background-color: #074798;
}

.news-row-between {
    display: flex;
    justify-content: space-between;
}

.news-row-between .tab-content {
    width: 8.13rem;
}

.news-left li {
    list-style: none;
}

.news-container .news-left li {
    height: 0.5rem;
    width: 1.6rem;
    background-color: #E7E7EA;
    color: #333333;
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 0.5rem;
    text-align: center;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-container .news-right {
    width: 3.18rem;
}

.news-container .news-left li:hover {
    color: #fff;
    cursor: pointer;
    background-color: #074798;
}

.news-container .news-right .news-text-title {
    font-size: 0.2rem;
    font-weight: 600;
    color: #333333;
    border-bottom: 4px solid #074798;
    padding-bottom: 0.09rem;
    margin-bottom: 0.2rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-container .news-middle .news-text-title {
    font-weight: 600;
    color: #333333;
    font-size: 0.18rem;
    /*超出展示省略号*/
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    height: 0.55rem;
}

.news-container .news-middle .news-text-title:hover{
    color: #C62222;
    cursor: pointer;
}

.news-container .news-middle .news-middle-text-describe {
    margin-top: 0.1rem;
    color: #999999;
    font-size: 0.14rem;
    /*超出展示省略号*/
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    height: 0.46rem;
    margin-bottom: 0.2rem;
}

.news-container .news-middle .news-middle-text-time {
    margin-top: 0.1rem;
    color: #666666;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-container .news-middle hr {
    margin: 0 0 0.2rem 0;
}

.news-middle-img {
    width: 2.66rem;
    height: 1.5rem;
}

.news-middle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-middle-title {
    margin-left: 0.25rem;
    width: 5.22rem;
}

.news-middle-title-null {
    cursor: pointer;
    width: 8.13rem;
}

.news-middle-img:hover {
    cursor: pointer;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* 咨询二级页面-end */


/** 新闻详情（三级）页面-开始**/

.news-detail * {
    padding: 0;
    margin: 0;
}

.news-detail-row-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-detail-row-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}

.news-detail .news-detail-left {
    margin-top: 0.4rem;
}

.news-detail .news-detail-left .news-detail-left-top {
    height: 1.86rem;
    width: 1.83rem;
    background-color: #fff;
    position: relative;
    margin-top: 0.405rem;
    border-radius: 4px;

}

.news-detail .news-detail-left .news-detail-left-top-null {
    height: 1.86rem;
    width: 1.83rem;
    background-color: #fff;
    position: relative;
    margin-top: 0.405rem;
    border-radius: 4px;
}


.news-detail .news-detail-left .news-detail-left-top .news-detail-left-top-circle {
    height: 0.81rem;
    width: 0.81rem;
    background-color: #147FE7;
    border-radius: 50%;
    position: absolute;
    top: -0.405rem;
    left: 0.5rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    color: #fff;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    text-align: center;
}

/* 文章来源头像图片样式start */
.news-detail-left-top-circle-avatar {
    height: 0.81rem;
    width: 0.81rem;
    border-radius: 50%;
    position: absolute;
    top: -0.405rem;
    left: 0.5rem;
}

.news-detail-left-top-circle-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ebebeb;
}

/* 文章来源头像图片样式end */

.news-detail .news-detail-left .news-detail-left-top .news-detail-left-top-title {
    padding-top: 0.7rem;
    text-align: center;
    font-size: 0.2rem;
    color: #333333;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-left .news-detail-left-top .news-detail-left-num {
    padding-top: 0.09rem;
}

.news-detail .news-detail-left .news-detail-left-top .news-detail-left-num .news-detail-left-num-up {
    font-size: 0.18rem;
    color: #333333;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-left .news-detail-left-top .news-detail-left-num .news-detail-left-num-down {
    font-size: 0.12rem;
    color: #999999;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-left-soild {
    position: relative;
    text-align: center;
    width: 1.83rem;
    margin: 0.4rem auto 0.2rem auto;
    height: 0.25rem;
    font-size: 0.16rem;
    color: #333333;
    /*font-family: PingFangSC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-left-soild::before, .news-detail .news-detail-left-soild::after {
    content: "";
    position: absolute;
    top: 50%;
    border: 1px solid #929292;
    width: 30%;
}

.news-detail .news-detail-left-soild::before {
    left: 0;
}

.news-detail .news-detail-left-soild::after {
    right: 0;
}

.news-detail .news-detail-left .news-detail-left-bottom li img {
    height: 0.26rem;
}

.news-detail .news-detail-left .news-detail-left-bottom li {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0.23rem;
    margin-bottom: 0.08rem;
    padding: 0.06rem;
    width: 1.15rem;
}

.news-detail .news-detail-left .news-detail-left-bottom li:hover {
    cursor: pointer;
    background: #f1f4fe;
    border-radius:6px;
}

.news-detail .news-detail-left .news-detail-left-bottom li div {
    margin-left: 0.1rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;

    color: #666;
}

.news-detail .news-detail-middle {
    width: 8.03rem;
    margin-top: 0.59rem;
    margin-bottom: 1.2rem;
}

.news-detail .news-detail-middle .news-detail-text-title {
    font-weight: 600;
    color: #333333;
    font-size: 0.3rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-middle .news-detail-middle-date {
    margin-top: 0.16rem;
    margin-bottom: 0.41rem;
    color: #666666;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-middle img {
    height: auto;
    max-width: 8.03rem;
    margin: 0.16rem 0 0.41rem 0;
}

.news-detail-middle-describe {
    width: 8.03rem;
}

.news-detail-middle-describe-pdf {
    width: 8.03rem;
    height: 10rem;
}

.news-detail .news-detail-right {
    width: 3.11rem;
}

.news-row-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    padding-bottom: 0.2rem;
}

.news-detail .news-detail-right .news-text-title {
    font-size: 0.2rem;
    color: #333333;
    border-bottom: 4px solid #074798;
    padding-bottom: 0.09rem;
    margin-top: 0.53rem;
    margin-bottom: 0.2rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.hot-concern {
    width: 1.56rem;
    height: 0.88rem;
}

.news-right-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-right-img:hover {
    cursor: pointer;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.news-detail .news-detail-right .news-right-text .news-right-text-title {
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-detail .news-detail-right .news-right-text .news-right-text-title:hover{
    color: #C62222;
}

.news-detail .news-detail-right .news-right-text .news-right-text-sub {
    margin-top: 0.18rem;
    font-size: 0.14rem;
    color: #999999;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-hot-concern-adv {
    width: 3.11rem;
    height: 2.29rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.news-hot-concern-adv .news-right-bottom-img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news-detail-left-num-left {
    text-align: center;
    border-right: 1px solid #929292;
    padding-right: 0.28rem;
}

.news-detail-left-num-right {
    text-align: center;
    padding-left: 0.21rem;
}

.news-detail-middle-date span:first-child:not(:empty) + .news-detail-middle-source {
    margin-left: 0.48rem;
}

/* 热点数据开始 */
.news-container .news-right .news-right-text {
    cursor: pointer;
}

.news-text-characters {
    width: 1.44rem;
    margin-left: 0.09rem;
}

.news-container .news-right .news-right-text .news-right-text-title {
    height: 0.48rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.news-container .news-right .news-right-text .news-right-text-title:hover{
    color: #C62222;
}

.news-container .news-right .news-right-text .news-right-text-sub {
    margin-top: 0.18rem;
    font-size: 0.14rem;
    color: #999;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

/* 热点数据结束 */

/** 新闻详情页面-结束**/

.advertising-board {
    margin: 0.4rem auto 0.7rem auto;

}

.advertising-board a img {
    height: 1.3rem;
    width: 14rem;
}

/* 通知公告文件附件-样式 */
.notice-attachment {
    margin-top: 0.1rem;
    border-top: 1px solid #ababab;
    padding-top: 0.15rem;
}

.notice-attachment a:hover {
    text-decoration: underline;
    color: #1F84CD;
}

.notice-attachment a{
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0.1rem;
}

.notice-attachment a div{
    height: 0.17rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #1F84CD;
}

.news-container-back {
    width: 100%;
    min-width: 1120px;
}
.news-detail-container-back {
    width: 100%;
    min-width: 1120px;
}