@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.8);
        /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.8);
    }
}


body{
    min-width: 1040px;
}

.mNone{
    display: block !important;
}

.img-cont img {
    width: 100%;
    /* display: block; */
}

.sk-gjgc-wrapper .zoomImg{
    overflow: hidden;
}

.sk-gjgc-wrapper .zoomImg img{
    transition: transform 0.4s;
}

.sk-gjgc-wrapper .zoomImg:hover img{
    transform: scale(1.2);
}

.sk-gjgc-wrapper{
    width: 1400px;
    margin: 0 auto;
}

.gjgc-container a{
    color: inherit;
}

.gjgc-banner{
    position: relative;
}

.gjgc-banner-title{
    width: 100%;
    height: 190px;
    text-align: center;
    position: absolute;
    top: 140px;
    z-index: 10;
}

.gjgc-banner-title img{
    height: 100%;
}


.img-cont {
    height: 100%;
}
.gjgc-banner-box{
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}
.gjgc-banner-box img{
    height: 100%;
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 100s; /*动画所花费的时间*/
}

.gjgc-banner .gjgc-logo{
    position: absolute;
    display: block;
    width: 178px;
    top: 38px;
    left: 70px;
}

.gjgc-banner .gjgc-search{
    position: absolute;
    width: 362px;
    height: 44px;
    border-bottom: 1px solid #fff;
    top: 38px;
    right: 75px;
    opacity: 0.7;
}

.gjgc-banner .gjgc-search input{
    width: 90%;
    height: 100%;
    line-height: 44px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.gjgc-banner .gjgc-search input::placeholder{
    color: #fff;
}

.gjgc-banner .gjgc-search .search-btn{
    width: 50px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("sk-gjgc-search.png") center center no-repeat;
    cursor: pointer;
}

.gjgc-banner .top-news{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 2;
}

.gjgc-banner .top-news .sk-gjgc-wrapper{
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 60px;
    position: relative;
}

.gjgc-banner .top-news h3{
    font-size: 40px;
    font-weight: bold;
    color: #252f5a;
    padding-left: 105px;
    background: url(sk-gjgc-topIcon.png) 0 center no-repeat;
    text-align: center;
}

.gjgc-banner .top-news p{
    font-size: 18px;
    margin-top: 12px;
}

.gjgc-banner .top-news p span{
    color:  #252f5a;
    margin: 0 10px;
}

.gjgc-banner .top-news .top-more{
    font-size: 16px;
    color: #c1011e;
    padding-right: 20px;
    background: url(sk-gjgc-icon1.png) right center no-repeat;
    position: absolute;
    right: 65px;
    bottom: 25px;
}

.gjgc-container .top-news-list{
    margin-top: 25px;
    padding-bottom: 50px;
}

.gjgc-container .top-news-list .img-list{
    width: 1060px!important;
    float: left;
}

.gjgc-container .top-news-list .img-item{
    position: relative;
    display: none;
}

.gjgc-container .top-news-list .img-item.active{
    display: block;
}

.gjgc-container .top-news-list .img-item .img-cont{
    height: 540px;
    overflow: hidden;
}

.gjgc-container .top-news-list .img-item .img-cont img {
    width: 100%;
    height: 100%;
}

.gjgc-container .top-news-list .img-item .text-cont{
    position: absolute;
    width: 320px;
    height: 130px;
    background-color: rgba(193, 1, 30, .8);
    box-sizing: border-box;
    padding: 30px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    left: -20px;
    bottom: 120px;
}

.gjgc-container .top-news-list ul{
    width: 320px;
    float: right;
}

.gjgc-container .top-news-list ul li{
    padding: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.gjgc-container .top-news-list ul li.active{
    background-color: #c1011e;
}

.gjgc-container .top-news-list ul li .img-cont{
    width: 142px;
    height: 80px;
    float: left;
}

.gjgc-container .top-news-list ul li .img-cont img{
    height: 100%;
    object-fit: cover;
}

.gjgc-container .top-news-list ul li .text-cont{
    width: 150px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    float: right;
    transition: all 0.4s;
}

.gjgc-container .top-news-list ul li.active .text-cont{
    color: #fff;
}

.friend_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.gjgc-container .gjgc-title{
    text-align: center;
}

.gjgc-container .gjgc-title span{
    display: inline-block;
    vertical-align: bottom;
}

.gjgc-container .gjgc-title span:nth-of-type(1){
    font-size: 42px;
    color: #1f2452;
    position: relative;
    padding-bottom: 8px;
}

.gjgc-container .gjgc-title span:nth-of-type(2) {
    background-color: #1f2452;
    font-size: 34px;
    color: #fff;
    padding: 0 5px;
    margin-left: 5px;
}
.gjgc-container .gjgc-title span:nth-of-type(1):after{
    content: '';
    height: 3px;
    background-color: #c1011e;
    border-radius: 1px;
    overflow: hidden;
    bottom: 0;
    left: 14px;
    right: 14px;
    position: absolute;
}


.gjgc-container .mhgj-list{
    margin-top: 70px;

}

.gjgc-container .gjdt-cont{
    padding: 50px 0;
}


.gjgc-container .gjdt-cont .gjgc-title{
    margin-bottom: 70px;
}

.gjgc-container .gjdt-cont .gjdt-left{
    width: 830px;
    height: 360px;
    background-color: #f5f5f7;
    float: left;
    box-sizing: border-box;
    padding: 35px 40px;
}

.gjgc-container .gjdt-cont .gjdt-left h3{
    font-size: 24px;
    color: #333333;
}

.gjgc-container .gjdt-cont .gjdt-left p{
    font-size: 16px;
    line-height: 2;
    color: #666666;
    margin-top: 28px;
}

.gjgc-container .gjdt-cont .gjdt-left .gjdt-label{
    display: inline-block;
    margin-top: 30px;
    background-color: #e8e8e8;
    padding: 10px 15px;
    color: #666666;
}

.gjgc-container .gjdt-cont .gjdt-right{
    width: 500px;
    float: right;
    padding-top: 35px;
}

.gjgc-container .gjdt-cont .gjdt-right li{
    border-bottom: 1px solid #eee;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #333;
}


.gjgc-container .mhgj-list .item-date{
    width: 64px;
    height: 64px;
    float: left;
    text-align: center;
    color: #333333;
    font-size: 12px;
    border: 1px solid #666666;
    border-top: none;
    position: relative;
    margin-top: 16px;
}

.gjgc-container .mhgj-list .item-date:after,.gjgc-container .mhgj-list .item-date:before{
    content: '';
    width: 15px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 0;
}

.gjgc-container .mhgj-list .item-date:after{
    right: 0;
}

.gjgc-container .mhgj-list .item-date:before{
    left: 0;
}

.gjgc-container .mhgj-list .item-date span:first-of-type{
    font-size: 28px;
    display: block;
    padding-top: 5px;
}

.gjgc-container .mhgj-list .text-cont{
    width: 534px;
    float: right;
}

.gjgc-container .mhgj-list h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.gjgc-container .mhgj-list p{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 2;
    height: 70px;
}

.gjgc-container .mhgj-list ul{
    margin-top: 32px;
}

.gjgc-container .mhgj-list ul li{
    border-top: solid 1px #d8dadc;
    height: 68px;
    line-height: 68px;
    color: #666666;
    width: 628px;
    float: left;
    margin-left: 50px;
    margin-right: 5px;
    font-size: 18px;
}

.gjgc-container .mhgj-list ul li.mhgj-top{
    height: auto;
    line-height: normal;
    border-top: none;
    margin-bottom: 20px;
}

.gjgc-container .mhgj-list ul li.mhgj-top:before{
    display: none;
}

.gjgc-container .mhgj-list ul li:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 12px;
    vertical-align: 3px;
}

.gjgc-container .mhgj-imgs{
    margin-top: 60px;
}

.gjgc-container .mhgj-imgs li{
    float: left;
    width: 33.33%;
    position: relative;
    height: 235px;
    overflow: hidden;
}

.gjgc-container .mhgj-imgs li .text-cont{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: url(sk03_zkzg_index15.png) no-repeat center center;
    background-size: cover;
    height: 65px;
    line-height: 80px;
}


.gjgc-container .xjxr-main,.gjgc-container .mhgj-cont{
    background-color: #f5f5f5;
    padding: 50px 0;
}

.gjgc-container .xjxr-main .xjxr-swiper{
    padding-top: 80px;
    padding-bottom: 20px;
}

.gjgc-container .xjxr-main .swiper-slide{
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.6s;
}

.gjgc-container .xjxr-main .swiper-slide-active{
    transform: translateY(-50px);
}

.gjgc-container .xjxr-main .xjxr-item{
    background-color: #fff;
    background-image: url(sk-gjgc-bg1.png);
    background-repeat: no-repeat;
    padding: 134px 30px 0;
    box-sizing: border-box;
    height: 622px;
}

.gjgc-container .xjxr-main .xjxr-item .img-cont{
    width: 150px;
    height: 214px;
    overflow: hidden;
    margin: 0 auto 50px;
}

.gjgc-container .xjxr-main .xjxr-item h3{
    font-size: 22px;
    text-align: center;
    color: #000033;
    font-weight: bold;
    margin-top: 30px;
}

.gjgc-container .xjxr-main .xjxr-item h4{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.gjgc-container .xjxr-main .xjxr-item p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-top: 25px;
    text-indent: 2em;
}

.gjgc-container .xjxr-main .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.gjgc-container .xjxr-main .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c1011e;
    opacity: 0.2;
    margin: 0 5px;
    cursor: pointer;
}
.gjgc-container .xjxr-main .swiper-active-switch {
    opacity: 1;
}

.gjgc-container .xjxr-other{
    padding: 130px 0;
    overflow: hidden;
}

.gjgc-container .xjxr-other .other-tab{
    border-bottom: 4px solid #eee;
    text-align: center;
}

.gjgc-container .xjxr-other .other-tab .tab-item{
    display: inline-block;
    margin: 0 45px;
    padding-bottom: 24px;
    font-size: 32px;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.gjgc-container .xjxr-other .other-tab .tab-item.active{
    color: #c1011e;
}

.gjgc-container .xjxr-other .other-tab .tab-item.active:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: #c1011e;
    margin-bottom: -5px;
}

.gjgc-container .xjxr-other .other-tab .tab-item.active:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 8px solid transparent;
    border-top-color: #c1011e;
    margin-bottom: -20px;
    margin-left: -6px;

}

.gjgc-container .xjxr-other .tab-main{
    margin-top: 34px;
}

.gjgc-container .xjxr-other .tab-main .tab-item{
    display: none;
    height: 450px;
    overflow: hidden;
}

.gjgc-container .xjxr-other .tab-main .tab-item.active{
    display: block;
}

.gjgc-container .xjxr-other .llzh-left{
    width: 830px;
    height: 360px;
    background-color: #f5f5f7;
    float: left;
    box-sizing: border-box;
    padding: 35px 40px;
}

.gjgc-container .xjxr-other .llzh-left h3{
    font-size: 24px;
    color: #333333;
}

.gjgc-container .xjxr-other .llzh-left p{
    font-size: 16px;
    line-height: 2;
    color: #666666;
    margin-top: 28px;
}

.gjgc-container .xjxr-other .llzh-left .llzh-label{
    display: inline-block;
    margin-top: 30px;
    background-color: #e8e8e8;
    padding: 10px 15px;
    color: #666666;
}

.gjgc-container .xjxr-other .llzh-right{
    width: 500px;
    float: right;
    padding-top: 35px;
}

.gjgc-container .xjxr-other .llzh-right li{
    border-bottom: 1px solid #eee;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    color: #333;
}

.gjgc-container .xjxr-other .jjx-list li{
    float: left;
    width: 640px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.gjgc-container .xjxr-other .jjx-list li:nth-child(3) {
    clear: both;
}
.gjgc-container .xjxr-other .jjx-list li .li-title{
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    float: left;
}

.gjgc-container .xjxr-other .jjx-list li .li-time{
    width: 120px;
    text-align: right;
    float: right;
    color: #999999;
}

.gjgc-container .xjxr-other .jjx-list li .li-title:before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    overflow: hidden;
    background: #bdc5cd;
    margin-right: 10px;
    vertical-align: 3px;
}

.gjgc-container .xjxr-other .jjx-list li:nth-of-type(even){
    margin-left: 120px;
}

.gjgc-container .xjxr-other .jjx-list .top-pic{
    height: auto;
    line-height: normal;
    margin-bottom: 10px;
}
.gjgc-container .xjxr-other .gyxz .top-pic {
    height: auto;
    line-height: normal;
    margin-bottom: 30px;
}
.gjgc-container .xjxr-other .gyxz .top-pic:nth-child(3) .img-cont, .gjgc-container .xjxr-other .gyxz .top-pic:nth-child(4) .img-cont {
    float: right;
}
.gjgc-container .xjxr-other .gyxz .top-pic:nth-child(3) .text-cont, .gjgc-container .xjxr-other .gyxz .top-pic:nth-child(4) .text-cont {
    float: left;
}
.gjgc-container .xjxr-other .jjx-list .top-pic .img-cont{
    width: 260px;
    overflow: hidden;
    float: left;
}

.gjgc-container .xjxr-other .jjx-list .top-pic .text-cont{
    width: 354px;
    float: right;
}

.gjgc-container .xjxr-other .jjx-list .top-pic h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
}

.gjgc-container .xjxr-other .jjx-list .top-pic p{
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 8px;
}

.gjgc-container .xjxr-other .jjx-list .top-pic .img-cont img{
    height: 154px;
    object-fit: cover;
}
.gjgc-container .xjxr-other .gyxz .top-pic .img-cont img {
    width: 150px;
    height: 190px;
    object-fit: cover;
    border: 1px #f1f1f1 solid;
}
.gjgc-container .xjxr-other .gyxz .top-pic .img-cont {
    width: 152px;
}
.gjgc-container .xjxr-other .gyxz .top-pic .text-cont {
    width: 460px;
}
.sk_gjgc_footer {
    border-top: 6px solid #222B57;
}


/* 国研融媒体添加左右箭头 start  */

.mhgj-main {
    position: relative;
}
.swiper1_prev,
.swiper1_next{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 232px;
    cursor: pointer;
    opacity: .8;
}

.swiper1_prev{
    background: url(sk_gjgc_prev.png) no-repeat center;
    background-size: 100%;
    left: -50px;
}

.swiper1_next{
    background: url(sk_gjgc_next.png) no-repeat center;
    background-size: 100%;
    right: -50px;
}

.swiper1_prev:hover,
.swiper1_next:hover {
    opacity: 1;
}

/* 国研融媒体添加左右箭头 end  */


/* 友情链接 */

.sk_friend_link {
    margin-top: 20px;
}

.sk_friend_link a {
    font-size: 18px;
    line-height: 2;
    float: left;
    color: #333;
    margin: 0 10px;
}

.sk-gjgc-friendLink {
    margin-top: 80px;
}


/* 投稿信箱 */
.poster_wrap{
    width: 100%;
    height: 100px;
    background-color: #6879ba;
    margin-top: 50px;
}

.poster_wrap_in {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.poster_wrap_in a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(sk_gjgc_pc_email.jpg) no-repeat;
    background-size: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
}

.poster_wrap_in a p {
    text-align: left;
    margin-left: 300px;
}

.poster_wrap_in a span {
    margin: 0 20px;
}


@media screen and (max-width: 1440px) {

    .sk-gjgc-wrapper {
        width: 1000px;
    }

    .gjgc-banner .gjgc-logo {
        width: 128px;
        top: 26px;
        left: 50px;
    }

    .gjgc-banner .gjgc-search {
        width: 260px;
        top: 24px;
        right: 53px;
        height: 32px;
    }

    .gjgc-banner .gjgc-search input {
        line-height: 32px;
        font-size: 16px;
    }


    .gjgc-banner .gjgc-search .search-btn {
        width: 40px;
        height: 32px;
        background-size: 20px auto;
    }

    .gjgc-banner .top-news{
        height: 70px;
    }

    .gjgc-banner .top-news .sk-gjgc-wrapper{
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 40px;
    }

    .gjgc-banner .top-news h3{
        font-size: 30px;
        background-size: 58px auto;
        padding-left: 65px;
    }

    .gjgc-banner .top-news p{
        font-size: 13px;
    }
    .gjgc-banner .top-news .top-more{
        font-size: 12px;
        background-size: 8px auto;
        padding-right: 12px;
        right: 38px;
        bottom: 10px;
    }

    .gjgc-container .top-news-list .img-list{
        width: 756px!important;
    }

    .gjgc-container .top-news-list ul{
        width: 230px;
    }

    .gjgc-container .top-news-list ul li{
        padding: 6px;
        margin-bottom: 8px;
    }

    .gjgc-container .top-news-list ul li .img-cont{
        width: 102px;
        height: 58px;
    }

    .gjgc-container .top-news-list ul li .text-cont{
        width: 104px;
        font-size: 13px;
    }

    .gjgc-container .top-news-list .img-item .img-cont{
        height: 380px;
    }

    .gjgc-container .top-news-list .img-item .text-cont{
        width: 230px;
        height: 94px;
        padding: 25px;
        bottom: 106px;
        left: -15px;
        font-size: 16px;
    }

    .gjgc-container .mhgj-main{
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .gjgc-container .gjgc-title span:nth-of-type(1){
        font-size: 30px;
    }

    .gjgc-container .gjgc-title span:nth-of-type(2){
        font-size: 24px;
    }

    .gjgc-container .mhgj-list{
        margin-top: 50px;
    }


    .gjgc-container .mhgj-list .item-date{
        width: 46px;
        height: 46px;
    }

    .gjgc-container .mhgj-list .item-date:after, .gjgc-container .mhgj-list .item-date:before{
        width: 10px;
    }

    .gjgc-container .mhgj-list .item-date span:first-of-type{
        font-size: 20px;
    }

    .gjgc-container .mhgj-list .item-date span:nth-of-type(2){
        transform: scale(0.8) translateY(-3px);
        display: block;
    }

    .gjgc-container .mhgj-list .text-cont{
        width: 380px;
    }

    .gjgc-container .mhgj-list h3{
        font-size: 18px;
    }

    .gjgc-container .mhgj-list p{
        font-size: 14px;
        height: 60px;
    }

    .gjgc-container .mhgj-list ul li{
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        margin-left: 38px;
        margin-right: 4px;
        width: 448px;
    }

    .gjgc-container .xjxr-main .swiper-slide{
        padding: 0 15px;
    }

    .gjgc-container .xjxr-main .xjxr-item{
        height: 445px;
        padding: 90px 20px 0;
    }

    .gjgc-container .xjxr-main .xjxr-item .img-cont{
        width: 103px;
        height: 154px;
        margin: 0 auto 30px;
    }

    .gjgc-container .xjxr-main .xjxr-item h3{
        font-size: 16px;
        margin-top: 20px;
    }

    .gjgc-container .xjxr-main .xjxr-item h4{
        font-size: 14px;
        margin-top: 6px;
    }

    .gjgc-container .xjxr-main .xjxr-item p{
        font-size: 12px;
        margin-top: 10px;
    }
    .gjgc-container .xjxr-main .swiper-pagination-switch{
        width: 10px;
        height: 10px;
    }

    .gjgc-container .xjxr-other{
        padding: 100px 0;
    }

    .gjgc-container .xjxr-other .other-tab .tab-item{
        font-size: 24px;
        padding-bottom: 18px;
    }

    .gjgc-container .xjxr-other .other-tab{
        border-width: 2px;
    }

    .gjgc-container .xjxr-other .other-tab .tab-item.active:after{
        height: 2px;
        margin-bottom: -2px;
    }

    .gjgc-container .xjxr-other .other-tab .tab-item.active:before{
        border-width: 6px;
        margin-bottom: -14px;
    }

    .gjgc-container .gjdt-cont .gjdt-left{
        width: 594px;
        height: 258px;
        padding: 25px;
    }

    .gjgc-container .gjdt-cont .gjdt-left h3{
        font-size: 18px;
    }

    .gjgc-container .gjdt-cont .gjdt-left p{
        font-size: 12px;
        margin-top: 15px;
    }

    .gjgc-container .gjdt-cont .gjdt-left .gjdt-label{
        margin-top: 15px;
        font-size: 12px;
    }

    .gjgc-container .gjdt-cont .gjgc-title{
        margin-bottom: 40px;
    }

    .gjgc-container .gjdt-cont .gjdt-right{
        width: 344px;
        padding-top: 25px;
    }

    .gjgc-container .gjdt-cont .gjdt-right li{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .gjgc-container .xjxr-other .jjx-list li{
        width: 454px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .gjgc-container .xjxr-other .tab-main .tab-item{
        display: none;
        height: 350px;
    }
    .gjgc-container .xjxr-other .jjx-list li:nth-of-type(even){
        margin-left: 45px;
    }

    .gjgc-container .xjxr-other .jjx-list li .li-title{
        width: 370px;
    }

    .gjgc-container .xjxr-other .jjx-list li .li-time{
        width: 80px;
    }

    .gjgc-container .xjxr-other .jjx-list li .li-title:before{
        width: 5px;
        height: 5px;
    }

    .gjgc-container .xjxr-other .jjx-list .top-pic .img-cont{
        width: 190px;
    }

    .gjgc-container .xjxr-other .jjx-list .top-pic .img-cont img{
        height: 110px;
    }

    .gjgc-container .xjxr-other .jjx-list .top-pic .text-cont{
        width: 250px;
    }

    .gjgc-container .xjxr-other .jjx-list .top-pic h3{
        font-size: 16px;
    }

    .gjgc-container .xjxr-other .jjx-list .top-pic p{
        font-size: 12px;
        line-height: 2;
    }

    .gjgc-container .mhgj-imgs li .text-cont{
        font-size: 15px;
        height: 60px;
        line-height: 80px;
    }

    .gjgc-container .mhgj-imgs li{
        height: 180px;
    }


    .gjgc-banner-box{
        width: 100%;
        height: 480px;
        position: relative;
    }

    .img-cont{
        height: 100%;
    }

    .gjgc-banner-box img{
        height: 100%;
    }

    .gjgc-banner-title{
        width: 100%;
        height: 120px;
        text-align: center;
        position: absolute;
        top: 80px;
        z-index: 10;
    }

    .gjgc-banner-title img{
        height: 100%;
    }

    .gjgc-container .xjxr-other .gyxz .top-pic .img-cont img {
        width: 103px;
        height: 140px;
        object-fit: cover;
        border: 1px #f1f1f1 solid;
    }
    .gjgc-container .xjxr-other .gyxz .top-pic .img-cont {
        width: 105px;
    }
    .gjgc-container .xjxr-other .gyxz .top-pic .text-cont {
        width: 340px;
    }


    /* 国研融媒体添加左右箭头 start  */

    .swiper1_prev,
    .swiper1_next{
        width: 30px;
        height: 30px;
        position: absolute;
        top: 183px;
    }

    .swiper1_prev{
        background: url(sk_gjgc_prev.png) no-repeat center;
        background-size: 100%;
        left: -40px;
    }

    .swiper1_next{
        background: url(sk_gjgc_next.png) no-repeat center;
        background-size: 100%;
        right: -40px;
    }

    /* 国研融媒体添加左右箭头 end  */

    /* 友情链接 */

    .sk_friend_link {
        margin-top: 15px;
    }

    .sk_friend_link a {
        font-size: 14px;
        margin: 0 8px;
    }

    .sk-gjgc-friendLink {
        margin-top: 60px;
    }

    /* poster - 投稿信箱 */

    .poster_wrap{
        width: 100%;
        height: 70px;
        background-color: #6879ba;
        margin-top: 30px;
    }

    .poster_wrap_in {
        width: 1000px;
        height: 100%;
        margin: 0 auto;
    }

    .poster_wrap_in a {
        width: 100%;
        height: 100%;
        display: block;
        background: url(sk_gjgc_pc_email.jpg) no-repeat;
        background-size: 100%;
        padding-top: 30px;
        font-size: 13px;
    }

    .poster_wrap_in a p {
        text-align: left;
        margin-left: 180px;
    }

    .poster_wrap_in a span {
        margin: 0 16px;
    }


}