.news-container .news-content-zwgk {
    width: 677px;
    height: 348px;
}
.news-container .news-content-zwgk ul{
    /*padding-left: 20px;*/
    display: none;
}
.news-container .news-content-zwgk ul:nth-of-type(1){
    display: block;
}
.news-container .news-content-zwgk ul li{
    margin-top: 38px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.news-container .news-content-zwgk ul li p{
    transition: all .2s;
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.news-container .news-content-zwgk ul li span{
    float: right;
}
.news-container .news-content-zwgk ul li::before{
    content:url("../image/list-normal.png");
    display: inline-block;
    /*vertical-align: middle;*/
}
.news-container .news-content-zwgk ul li:hover::before{
    content:url("../image/list-active.png");
    /*display: block;*/
    /*margin-top: -200px;*/
}
.news-container .news-content-zwgk ul li:hover{
    color: #3767E7;
}

.news-container .news-content-zwgk ul li:hover p{
    transform: translateX(10px);
}
.news-container .news-content-zwgk ul li:first-child{
    margin-top: 35px;
}

.news-container .news-content-zwgk .news-tab {
    height: 45px;
    border-bottom: solid 1px #E1EEFC;
}

.news-container .news-content-zwgk .news-tab img {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item {
    padding-bottom: 22px;
    margin-right: 53px;
    cursor: pointer;
    margin-top: -4px;
    border-bottom: solid 4px transparent;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item:first-child{
    color: #3767E7;
    font-weight: bold;
}

.news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item img {
    width: 11px;
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    display: none;
}

.news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item:first-child img {
    display: block;
}

.news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item:first-child {
    border-bottom: solid 4px #3767E7;
}
@media screen and (max-width: 850px) {
    .news-container .news-content-zwgk {
        width: calc(100% - 10px);
        padding: 5px;
    }
    .news-container .news-content-zwgk ul li{
        font-size: 14px;
    }
    .news-container .news-content-zwgk .news-tab{
        height: 30px;
    }
    .news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item {
        font-size: 16px;
        padding-bottom: 14px;
        margin-right: 25px;
    }
    /* .news-container .news-content-zwgk .news-tab img{
        display: none;
    } */
}


.news-container-zwgk-center {
    margin-top: 70px;
}
.news-container-zwgk-center ul{
    display: none;
    list-style: none;
}
.news-container-zwgk-center ul:nth-of-type(1){
    display: block;
}
.news-container-zwgk-center ul li{
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 40px;
    transition: all .2s;
}
.news-container-zwgk-center ul li .news-date{
    width: 72px;
    height: 72px;
    background: #F0F6FF;
    border-radius: 4px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    transition: all .5s;
}
.news-container-zwgk-center ul li .news-date p{
    font-size: 30px;
    font-weight: bold;
    color: #3767E7;
    margin-bottom: 2px;
    transition: all .5s;
}
.news-container-zwgk-center ul li .news-content-right{
    flex:1
}
.news-container-zwgk-center ul li .news-content-right p{
    max-width: 1000px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-container-zwgk-center ul li .news-content-right .zwgk_content_xgx{
    max-width: 1000px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-container-zwgk-center ul li:hover .news-date{
    background: #3460CD;
}
.news-container-zwgk-center ul li:hover .news-date p{
    color:#fff;
}
.news-container-zwgk-center ul li:hover .news-date span{
    color:rgba(255,255,255,.8);
}
.news-container-zwgk-center ul li:hover .news-content-right p,.news-container-zwgk-center ul li:hover .news-content-right .zwgk_content_xgx{
    color: #3460CD;
}
.news-container-zwgk-center .news-tab {
    height: 45px;
    border-bottom: solid 1px #E1EEFC;
}

.news-container-zwgk-center .news-tab img {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.news-container-zwgk-center .news-tab .news-tab-left .news-tab-left-item {
    padding-bottom: 22px;
    margin-right: 53px;
    cursor: pointer;
    margin-top: -4px;
    border-bottom: solid 4px transparent;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.news-container-zwgk-center .news-tab .news-tab-left .news-tab-left-item:first-child{
    color: #3767E7;
    font-weight: bold;
}

.news-container-zwgk-center .news-tab .news-tab-left .news-tab-left-item img {
    width: 11px;
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    display: none;
}

.news-container-zwgk-center .news-tab .news-tab-left .news-tab-left-item:first-child img {
    display: block;
}

.news-container-zwgk-center .news-tab .news-tab-left .news-tab-left-item:first-child {
    border-bottom: solid 4px #3767E7;
}
@media screen and (max-width: 850px) {
    .news-container-zwgk-center {
        width: calc(100% - 10px);
        padding: 5px;
    }
    .news-container-zwgk-center .news-tab{
        height: 30px;
    }
    .news-container-zwgk-center .news-tab .news-tab-left .news-tab-left-item {
        font-size: 16px;
        padding-bottom: 14px;
        margin-right: 20px;
    }
    .news-container-zwgk-center .news-tab img{
        display: none;
    }
}


.news-container .zfxxgk-container{
    width: 459px;
    height: 349px;
    background: url("../image/zfxx-bg.png") no-repeat;
    background-size: 100% 100%;
}
.news-container .zfxxgk-container .zfxxgk-title{
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    user-select: none;
    cursor: pointer;
}
.news-container .zfxxgk-container .zfxxgk-title p{
    margin: 0 18px;
}
.news-container .zfxxgk-container .zfxxgk-title img{
    width: 64px;
    height: 4px;
}

.news-container .zfxxgk-container .zfxxgk-list{
    height: 290px;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item{
    width: 80%;
    height: 50px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #AAC9FF;
    border-radius: 5px;
    padding: 0 12px 0 14px;
    cursor: pointer;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item>img{
    width: 11px;
    height: 16px;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item .zfxxgk-item-left{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item:hover .zfxxgk-item-left{
    color: #3767E7;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item .zfxxgk-item-left img{
    width: 24px;
    height: 26px;
    margin-right: 22px;
}


.zwgk-title{
    border-bottom: solid 1px #E1EEFC;
    padding-bottom: 19px;
    margin: 50px auto 34px;
}
.zwgk-title .zwgk-title-left{
    width: 206px;
    height: 54px;
    background-image: url("../image/zwgk-title.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.zwgk-title img{
    width: 39px;
    height: 28px;
}
.ztzl-content .ztzl-item{
    margin-right: 17px;
}
.ztzl-content .ztzl-item:last-child{
    margin-right: 0;
}
.ztzl-content .ztzl-item img{
    width: 287px;
    /*height: 171px;*/
}
@media screen and (max-width: 900px) {
    .ztzl-content .ztzl-item img{
        width: 357px;
        margin-top: 20px;
    }
    .zwgk-title{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 400px) {
    .ztzl-content .ztzl-item{
        width: calc(100% - 10px);
        padding: 0 5px;
        margin-right: 0;
    }
    .ztzl-content .ztzl-item img{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item {
        margin-right:20px;
    }
    .news-container .zfxxgk-container{
        width: 100%;
        margin-top: 10px;
    }
    .zwgk-title .zwgk-title-left{
        width: 126px;
        height: 34px;
    }
}
