html,
body {
    width: 100%;
    overflow: auto;
    position: relative;
    font-family:"microsoft yahei" !important;
    font-weight:400;
}

body::-webkit-scrollbar {
    display: none;
}

span {
    outline: none;
}

li,
img,
button {
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

.box {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.cur1 {
    color: #EC1216 !important;
    border-bottom: 2px solid #EC1216;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.hide1 {
    visibility: hidden;
    z-index: -1;
    height: 0;
    position: absolute;
}

.active {
    /*color: #004E97 !important;*/
    /*font-weight: bold !important;*/
}

.clear {
    clear: both;
}


/* 首页导航 */
.navBox {
    width: 100%;
}




/* 轮播 */
.swiper {
    width: 100%;
    /*height: 440px;*/
}

.swiper-container,
.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper .swiper-slide,
.swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 按钮 */
.banner .btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
}

.banner .btn li {
    margin-left: 20px;
    background: #fff;
    text-indent: -999em;
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
}
.banner .btn li.hover {
    width: 10px;
    height: 10px;
    border: 4px solid #ffffff;
    background-color: transparent;
}
.page-top {
    background: linear-gradient(180deg,#ffffff 19%, #f6fbff 82%);
    padding-bottom: 20px;
}
.sjw-big-title {
    margin-top:30px;
    margin-bottom:24px;
    font-size:40px;
    font-weight:600;
}
.sjw-big-title dl dt { text-align: center;} /*大标题 原始26px*/
.sjw-big-title dl dt a { font-size: 28px; color:#111;} /*大标题 原始26px*/
.sjw-big-title dl dt a:hover {
    color: #00509c;
}
.sjw-big-title dl dd a{font-size:18px;color:#010101;}   /*小标题*/
.sjw-big-title dl dd b{font-size:20px;}
/*.sjw-big-title dl dt a{font-size:40px; font-weight:700;color:#333333; text-decoration:none;}*/
.sjw-big-title dl dd{padding:15px 0;}
/*.sjw-big-title dl dd a{font-size:20px; display:inline-block; color:#010101;}*/
.sjw-big-title dl dd b{padding:0 15px; vertical-align:2px;}
.main{width:1030px; margin:0 auto;}
/*通知公告 todo*/
.cont-notice {
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: 0 3.46px 6px 0px rgba(82,110,137,0.08); 
}
.notice-main {
    height: 34px;
}
.cont-notice .notice-img {
    width: 90px;
    height: 34px;
    display: block;
    float: left;
}
.cont-notice .notice-swiper {
    width: 1050px;
    float: left;
    height: 100%;
    overflow: hidden;
}
.cont-notice .notice-swiper li {
    height: 34px;
    line-height: 34px;
}
.cont-notice .notice-swiper .addTime {
    font-size: 14px;
    font-weight: bold;
    color: #00509c;
 }
.cont-notice .notice-swiper li .title {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}
/* todo */
.cont-notice .more {
    font-size: 14px; 
    line-height: 34px;
    font-weight: normal;
    color: #757F89;
    float: right;
    display: flex;
    align-items: center;
}
/* 中间内容 */
.contBox {
    width: 100%;
    margin-top: 15px;
}
.cont {
    width: 1200px;
    margin: 0 auto;
}

/* 轮播 */
.cont-lun-news {
    width: 100%;
}

.cont-swiper {
    width: 600px;
    height: 334px;
    display: inline-block;
}

.cont-swiper .swiper-wrapper {
    position: relative;
}
.cont-swiper .swiper-wrapper img {
    width: 600px;
    height: 334px;
    display: block;
}
.cont-swiper .swiper-wrapper .cont-swiper-nr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*background: rgba(0, 78, 151, 0.8);*/
    /*background: rgba(82, 165, 235, 0.8);*/
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.8;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}
.cont-swiper .swiper-wrapper .cont-swiper-nr span {
    display: block;
    width: 70%;
    padding-left: 16px;
}
.cont-swiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff;
    opacity: 1;
}
.cont-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #00509c;
}
.cont-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.cont-swiper .swiper-pagination-custom,
.cont-swiper .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 98%;
    height: 10px;
}

.cont-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.cont-swiper .swiper-container {
    position: relative;
}

.cont-swiper .swiper-button-next,
.cont-swiper .swiper-button-prev {
    width: 22px;
    height: 30px;
}

.cont-swiper .swiper-button-next img,
.cont-swiper .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.cont-swiper .swiper-button-next {
    position: absolute;
    top: 162px;
    right: 16px;
}

.cont-swiper .swiper-button-prev {
    position: absolute;
    top: 162px;
    left: 16px;
}
.swiper-container.swiper-hot-top {
    margin-top: 22px;
}
.swiper-container.swiper-hot-top a {
    width: 100%;
    height: 100px;
    display: block;
}
/* 总局新闻 */
.cont-news {
    width: 600px;
    padding-top: 5px;
    display: inline-block;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.commont-tab {
    width: 100%;
    border-bottom: 2px solid #00509C;
    position: relative;
}

.commont-tab ul {
    display: inline-block;
}

.commont-tab ul li {
    width: 127px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-right: 20px;
    text-align: center;
    background: #f5f6fb;
    position: relative;
}
.commont-tab ul li.cur {
    background: #00509c;
    color: #fff;
}
.commont-tab-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    color: #757F89;
}

.commont-tab-more a {
    font-size: 14px;
    color: #757F89;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.more-icon {
    width: 8px;
    height: 12px;
    margin-left: 4px;
}
.news-list ul li {
    position: relative;
    padding: 11px 0;
}
.news-list ul li:first-child {
    padding-top: 16px;
}
.news-list ul li:last-child {
    padding-bottom: 0;
}
.news-list ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news-list ul li a>span {
    /*width: 100%;*/
    line-height: 25px;
}
.newsWzLeft.news-time {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-right: 22px;
}
.newsWzLeft.news-time .d {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
}
.newsWzLeft.news-time .ym {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #333333;
}
.newsWzRight {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsWzRight .title {
     font-size: 18px;
     font-weight: 500;
     text-align: left;
     color: #111111;
}
.newsWzRight .content {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #757f89;
}

/* 中间内容 */
.cont-main {
    width: 100%;
}

/* 左侧内容 */
.main-left, .main-center {
    width: 385px;
    margin-top: 29px;
    float: left;
    display: inline-block;
}
.main-center {
    margin-left: 20px;
}
/* 主营业务 */
.main-business{
    width: 100%;
    padding-top: 24px;
}
.main-business-title {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #111;
    position: relative;
    font-weight: bold;
}
.main-business-title span:last-child {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 18px;
}
.main-business-title span:last-child:before {
    content: '';
    width: 447px;
    height: 1px;
    background: #e5e5e5;
    margin-right: 21px;
}
.main-business-title span:last-child:after {
    content: '';
    width: 447px;
    height: 1px;
    background: #e5e5e5;
    margin-left: 21px;
}
.main-business-container {
    width: 100%;
    display: flex;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.main-business-container .main-business-item {
    width: 14%;
    position: relative;
    cursor: pointer;
}
.main-business-container .main-business-item:first-child {
    width: 30%;
}
.main-business-container .main-business-item .bg {
    width: 100%;
}
.main-business-container .main-business-item  .desc-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.main-business-container .main-business-item  .desc-container .icon {
    width: 80px;
    height: 80px;
}
.main-business-container .main-business-item .desc-text, .main-business-container .main-business-item .more{
    display: none;
}
.main-business-container .main-business-item.active .desc-text, .main-business-container .main-business-item.active .more{
    display: block;
}
.main-business-container .desc-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.main-business-container .desc-title:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.main-business-container .desc-text {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
}
.main-business-container .more {
    width: 126px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    margin-top: 20px;
}
.business-cur-desc .img-wrap, .business-cur-desc .img-wrap img {
    width: 880px;
    height: 248px;
    display: block;
    overflow: hidden;
}
.business-cur-desc .desc-title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    margin: 20px 0 20px 0;
}


.page-title-common {
    height: 68px;
    line-height: 68px;
    padding-left: 34px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #333;
    position: relative;
    font-weight: bold;
}
.page-title-common:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/title-icon-common.png) no-repeat; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-title-common:after {
    content: '';
    width: 116px;
    height: 3px;
    background: #00509c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-title-common .more {
    font-size: 14px; 
    font-weight: normal;
    color: #757F89;
    display: flex;
    align-items: center;
}
    /* 文化 */
.culture-list ul{
    width: 100%;
    height: 263px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 19px;
    background-color: #fff;
}
.culture-list ul li {
    flex: 0 0 385px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 9px;
    height: 24px;
}
.culture-list ul li:first-child {
    padding: 0;
    height: 150px;
}
.culture-list ul li img {
    width: 385px;
    height: 150px;
    display: block;
}
.culture-list li a {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.culture-list .title {
    flex: 1;
    margin-right: 20px;
}
.culture-list .news-time {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #757f89;
}
/* 榜样 */
.example-listBox {
    margin-top: 19px;
}
.example-list {
    background-color: #fff;
    height: 264px;
}
.example-list .swiper-wrapper .swiper-slide {
    width: 224px;
    height: 264px;
    box-sizing: border-box;
}
.example-list .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    text-align: left;
    color: #222222;
    box-sizing: border-box;
}
.example-list li a .img-wrap, .example-list li a .img-wrap img{
    width: 224px;
    height: 144px;
    display: block;
    overflow: hidden;
}
.example-list li a .text {
    border: 1px solid #EFF2F5;
    border-top: 0 none;
    padding: 16px 10px 13px;
    position: relative;
    height: 100px;
    box-sizing: border-box;
}
.example-list .title {
    font-size: 18px;
    font-weight: 500;
    width: 204px;
    text-align: center;
    position: relative;
}
.example-list li a .text::after {
    content: '';
    width: 24px;
    height: 3px;
    background: #e5e5e5;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
}
.example-list .desc {
    font-size: 16px;
    width: 204px;
    font-weight: 400;
    color: #757F89;
    margin-top: 20px;
    text-align: center;
}
/* 国资动态与行业资讯  */
.cont-dynamic {
    width: 100%;
}

.main-left-news1{
    width: 385px;
    display: inline-block;
}
.main-left-news1 .main-left-listBox {
    background-color: #fff;
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    height: 324px;
    box-sizing: border-box;
}
.main-left-listBox {
    margin-top: 20px;
}
.main-left-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-left-list ul li {
    flex: 0 0 50%;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.main-left-list ul li:last-child {
    margin-bottom: 0 !important;
}

.main-left-list ul li a {
    font-size: 18px;
    color: #222;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-left-list ul li a .title {
    font-weight: 500;
    width: 300px;
}
.main-left-list ul li a .addTime {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #757f89;
}
.main-left-list ul li a .desc {
    font-size: 14px;
    color: #757F89;
    font-weight: 400;
}

/* 热点专题 */
.cont-hot {
    width: 100%;
    margin-top: 16px;
}

.hot-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.hot-list li a, .hot-list li a img {
    display: block;
    width: 285px;
    height: 150px;
    overflow: hidden;
}
.culture-book {
    background-color: #f0f8ff;
    margin-top: 30px;
    padding-bottom: 24px;
}
.culture-book .culture-book-main {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}
.culture-main {
    width: 385px;
}

/* 报刊 */
.cont-book {
    width: 390px;
    height: 324px;
}

.cont-book-pic {
    width: 100%;
    height: 263px;
    margin-top: 14px;
    background-color: #fff;
    padding-top: 15px;
    box-sizing: border-box;
}

.cont-book-pic .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 224px;
}

.poster-list .cont-book-imgPic {
    width: 100%;
    height: 100%;
    position: relative;
}

.poster-list .imgPic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.poster-list .ell {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background:#000;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    opacity: 0.6;
}


.cont-book-pic .swiper-container {
    position: relative;
}

.cont-book-pic .poster-prev-btn,
.cont-book-pic .poster-next-btn {
    width: 32px !important;
    height: 48px !important;
    top: 50% !important;
    transform: translateY(-41px);
    cursor: pointer;
}
.cont-book-pic .poster-main .poster-prev-btn {
    background: url(../img/cont-book-left.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.cont-book-pic .poster-main .poster-next-btn {
    background: url(../img/cont-book-right.png) no-repeat;
    background-size: 100%;
    right: 0;
}



/* 榜样与文化 */
.cont-example {
    width: 100%;
    margin-top: 32px;
}

.example-pic {
    width: 100%;
    height: 144px;
    margin-top: 16px;
}

.example-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont-example .main-left-list ul li {
    margin-bottom: 19px;
}


/* 中间内容右侧 */
.main-right {
    width: 390px;
    margin-top: 29px;
    display: inline-block;
    float: right;
}

.cont-noticeAndperson {
    width: 100%;
}
.main-person-listBox {
    background-color: #fff;
    height: 324px;
    padding-top: 20px;
    box-sizing: border-box;
}
.main-person-listBox li {
    box-sizing: border-box;
    margin-bottom: 16px;
}
.main-person-listBox li a {
    padding: 0 20px;
    font-size: 18px;
    text-align: left;
    color: #222222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-person-listBox .title {
    flex: 1;
    font-weight: 500;
    margin-right: 20px;
    width: 300px;
}
.main-person-listBox .addTime {
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #757f89;
}
/* 通知公告 */

.cont-noticeAndperson .main-left-list ul li a .title {
    width: 100%;
}
.cont-noticeAndperson .main-left-list ul li a .addTime {
    float: right;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

/* 宣传片 */
.example-video {
    width: 100%;
    padding-bottom: 10px;
}
.example-video-main {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}
.example-main {
    width: 790px;
}

/* 总局影像 */
.cont-video {
    width: 390px;
}
.cont-video .cont-video-pic {
    padding-top: 20px;
    position: relative;
}
.cont-video .cont-video-pic .poster, .cont-video .cont-video-pic .poster img  {
    width: 390px;
    height: 219px;
    position: relative;
    display: block;
}
.cont-video .cont-video-pic .poster::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cont-video .cont-video-pic .poster::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../img/video-play-icon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}
.cont-video .cont-video-pic .title {
    width: 390px;
    height: 44px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #222222;
}
.cont-video-pic .poster-prev-btn,
.cont-video-pic .poster-next-btn {
    width: 32px !important;
    height: 48px !important;
    top: 50% !important;
    transform: translateY(-36px);
    cursor: pointer;
    position: absolute;
    z-index: 3;
}
.cont-video-pic .poster-prev-btn {
    background: url(../img/cont-book-left.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.cont-video-pic .poster-next-btn {
    background: url(../img/cont-book-right.png) no-repeat;
    background-size: 100%;
    right: 0;
}
/* 新媒体 */
.cont-media {
    margin-top: 27px;
}

.cont-media-pic {
    width: 100%;
    height: 190px;
    margin-top: 21px;
}

.cont-media-pic .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 196px;
}

.cont-media-pic .swiper-wrapper .swiper-slide .imgPic {
    width: 160px;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 60px; */
}


.cont-media-pic .swiper-container {
    position: relative;
}

.cont-media-pic .swiper-button-next,
.cont-media-pic .swiper-button-prev {
    width: 22px;
    height: 30px;
}

.cont-media-pic .swiper-button-next img,
.cont-media-pic .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.cont-media-pic .swiper-button-next {
    position: absolute;
    top: 83px;
    right: 17px;
}

.cont-media-pic .swiper-button-prev {
    position: absolute;
    top: 83px;
    left: 17px;
}

/* 快捷通道 */
.cont-quick {
    width: 390px;
}

.cont-quick-pic {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.cont-quick-pic li {
    width: 390px;
    height: 112px;
    background: url('../img/kjtd-bg1.png') no-repeat;
    background-size: 100%;
    position: relative;
}
.cont-quick-pic li:first-child{
    background: url('../img/kjtd-bg1.png') no-repeat;
    background-size: 100%;
    margin-bottom: 19px;
}
.cont-quick-pic li:nth-child(2) {
    background: url('../img/kjtd-bg2.png') no-repeat;
    background-size: 100%;
}
.cont-quick-pic li a {
    width: 100%;
    height: 100%;
    display: block;
}
#cnzz_stat_icon_1280157434 {
    display: none;
}

/* 移动端 */
.nav_phone_search{
    display: none;
}
.nav_phone_list{
    display: none;
}
.searchBox{
    display: none;
}
.hrefListbox{
    display: none;
}
.cover{
    display: none;
}
.swiperPhone{
    display: none;
}
.footPhone{
    display: none;
}
