html {
    font-size: calc(0.8333vw);
}

body {
    margin: 0;
    padding: 0;
    overflow: auto;
}

.zjhd-bg-nav{
  top: 0;
  z-index: 999;
  float: left;
  width: 100%;
}

.zjhd-path {
    width: calc(1460 / 1920 * 100vw);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.zjhd-path-container {
    height: calc(55 / 1920 * 100vw);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #fff;
}

.zjhd-path-content {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.zjhd-path-container .zjhd-path-content>a {
    color: #fff;
    margin: 0 5px;
}

.zjhd-path-container .zjhd-path-content>a:first-child {
    margin-left: 0;
}

.aaaaa {
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration-line: none;
    text-decoration: none;
    text-overflow: ellipsis;
    /*文本超出隐藏*/
    -o-text-overflow: ellipsis;
    /*跟上面一样，只是为了兼容其他浏览器*/
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zjhd-header-top-phone {
    display: none;
}

.zjhd-bg {
    /*width: 100vw;*/
    height: calc(282/ 1920 * 100vw);
    background-image: url(../images/zjhd/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.zjhd-bg-text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5%;
  top: 26%;
}

.zjhd-bg-text {
    width: calc(1460 / 1920 * 100vw);
    height: calc(370 / 1920 * 100vw - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.zjhd-bg-text-top {
    font-size: 3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.zjhd-bg-text-btm {
    font-size: 3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.zjhd-menu-container {
    display: none;
    position: relative;
    top: calc(-100 / 1920 * 1460 / 1920 * 100vw / 2);
    width: 100vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.zjhd-menu {
    width: calc(1460 / 1920 * 100vw);
    /*height: calc(100 / 1920 * calc(1460 / 1920 * 100vw));*/
    height: calc(100 / 1920 * 100vw);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 17px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.zjhd-menu div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: calc(1460 / 1920 * 100vw / 3);
}

.zjhd-menu div span {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.zjhd-card {
    width: calc(1000 / 1920 * 100vw);
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px 6px 20px 0px;
    margin: auto;
    overflow: hidden;
}

.card:hover .card-img span{
  transform: scale(1.05);
}

  .card-img {
   width: 100%;
  height: calc(258.75/ 1920 * 100vw);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  background-color: #f5f5f5;
  }

  .card-img span{
  height: 100%;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*活动安排激活状态*/
.hdActive {
    cursor: pointer;
    width: calc(1460 / 1920 * 100vw / 3);
    height: 100%;
    padding-top: calc(10 / 1920 * 100vw);
    padding-bottom: calc(10 / 1920 * 100vw);
    background: linear-gradient(-87deg, #3A83FD, #3E93EB);
    border-radius: 10px;
}


.card {
    width: calc(320 / 1920 * 100vw);
    min-height: calc(366/ 1920 * 100vw);
    margin-bottom: calc(60 / 1920 * 100vw);
    background: #FFFFFF;
    box-shadow: 0px 10px 17px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    float: left;
    margin-right: 2%;
    height: auto;
}

.card:nth-child(3n){
margin-right:0
}

.card:hover {
    cursor: pointer;
}

.card:hover .card-title{
color:#2078ff;
}

.card-title {
    margin-left: calc(20 / 1920 * 100vw);
    margin-right: calc(20 / 1920 * 100vw);
    margin-top: calc(2 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    /*文本超出隐藏*/
    -o-text-overflow: ellipsis;
    /*跟上面一样，只是为了兼容其他浏览器*/
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: calc(298 / 1920 * 100vw);
    white-space: nowrap;
    display: inline-block;
}

.card-content {
    margin-left: calc(20 / 1920 * 100vw);
    margin-right: calc(20 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
    font-size: 0.875rem;
    color: #666666;
    text-overflow: ellipsis;
    /*文本超出隐藏*/
    -o-text-overflow: ellipsis;
    /*跟上面一样，只是为了兼容其他浏览器*/
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*视频相关*/
.card-video-topImg img {
    width: 100%;
    height: calc(300 / 1920 * 100vw);
    object-fit: fill;
    display: flex;
    position: absolute;
}

.card-video {
    width: 100%;
    height: calc(300 / 1920 * 100vw);
    object-fit: fill
}

.card-video-play-btn {
    position: absolute;
    top: calc(220 / 1920 * 100vw / 2);
    left: calc(380 / 1920 * 100vw / 2);
    width: calc(81 / 1920 * 100vw);
    height: calc(81 / 1920 * 100vw);
    z-index: 1;
}

.card-video-play-btn img {
    width: 100%;
    height: 100%;
    min-height: 24px;
    min-width: 24px;
}

.zjhd-card2::after {
    content: "";
    /* width: calc(460 / 1920 * 100vw); */
    height: 1px;
    margin-bottom: calc(60 / 1920 * 100vw);
    background: #FFFFFF;
    box-shadow: 0px 10px 17px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}



.zjhd-card-container {
    width: 100%;
  min-height: calc(100vh - 33.6rem);
}



.zjhd-card2 {
    width: 100%;
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.zjhd-card2:after {
    /* content: " "; */
    /* width: calc(460 / 1920 * 100vw); */
    /* height: 0; */
    /* margin-bottom: calc(60 / 1920 * 100vw); */
    /* background: #FFFFFF; */
    /* box-shadow: 0px 10px 17px 3px rgba(0, 0, 0, 0.05); */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.page-container {
    margin-top: calc(40 / 1920 * 100vw);
    margin-bottom: calc(164 / 1920 * 100vw);
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subnav {
    display: none;
    flex-direction: column;
    position: relative;
}

.subnav-menu {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #1E3885 0%, #2693E0 100%);
}

.weui-cell__bd {
    font-size: 1.25rem;
    color: #FFFFFF;
    padding: 0 20px;
}

.subnav-menu .icon {
    width: 20px;
    height: 20px;
    background-image: url(../../images/index/open1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all .5s ease;
    padding: 0 20px;
}

.container2 {
    background-color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 36px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    overflow-y: auto;
    z-index: 502;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.container2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    height: 40px;
}

.container2 div span {
    font-size: 1.25rem;
    color: #3d3d3d;
}

@media only screen and (max-width: 1440px) {
    html {
        font-size: 0.75rem;
    }

    body {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 768px) {


    .subnav {
        display: flex;
    }

    .zjhd-card-container {
        margin-top: 20px;
    }

    .zjhd-card {
        width: calc(100% - 40px);
        padding: 0;
    }

    .zjhd-bg-text {
        height: auto;
        margin-top: 2%;
    }


    .card-video {
        height: calc(300 * 1.9 / 1920 * 100vw);
    }

    .card-video-topImg img {
        height: calc(300 * 1.9 / 1920 * 100vw);
    }

    .card-video-play-btn {
        top: calc(220 * 1.9 / 1920 * 100vw / 2);
        left: calc(380 * 1.9 / 1920 * 100vw / 2);
    }

    .zjhd-menu {
        min-height: 30px;
        width: calc(100% - 40px);
    }

    .zjhd-bg-text-top {
        font-size: 2rem;
    }

    .zjhd-bg-text-btm {
        font-size: 2rem;
    }




}

@media only screen and (max-width: 1200px) {
    .zjhd-header-top-phone {
        display: block;
        position: relative;
        z-index: 999;
    }

    .zjhd-bg-nav {
        display: none;
    }

    
    .subnav {
        display: flex;
    }

    .zjhd-bg {
        height: 8.4167rem;
    }

    .LeftBar{
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .card {
        width: 100%;
        height: auto;
        background: transparent;
        box-shadow: none;
  padding-bottom: calc(50 / 1920 * 100vw);
    }

    .card-img {
        height: 19.75rem;
        width: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 12px 12px 12px 12px;
        margin-bottom: 0;
    }

    .card-title {
        margin-bottom: .8333rem;
        margin-top: 1.3333rem;
        font-size: 1.333rem;
        width: 100%;
    }

    .card-content {
        /* display: none; */
    }

    .card-video {
        height: calc(300 * 1.8 / 1920 * 100vw);
    }

    .card-video-topImg img {
        height: calc(300 * 1.8 / 1920 * 100vw);
    }

    .card-video-play-btn {
        top: calc(220 * 1.8 / 1920 * 100vw / 2);
        left: calc(380 * 1.8 / 1920 * 100vw / 2);
    }

}

@media only screen and (max-width: 325px) {
    .card {
        width: calc(460 * 1.75 / 1920 * 100vw);
    }

    .card-img {
        height: calc(300 * 1.75 / 1920 * 100vw);
    }

    .card-video {
        height: calc(300 * 1.75 / 1920 * 100vw);
    }

    .card-video-topImg img {
        height: calc(300 * 1.75 / 1920 * 100vw);
    }

    .card-video-play-btn {
        top: calc(220 * 1.75 / 1920 * 100vw / 2);
        left: calc(380 * 1.75 / 1920 * 100vw / 2);
    }
}

@media only screen and (max-width: 250px) {
    .card {
        width: calc(460 * 3.5 / 1920 * 100vw);
    }

    .card-img {
        height: calc(300 * 3.5 / 1920 * 100vw);
    }

    .zjhd-card {
        justify-content: center;
    }

    .card-video {
        height: calc(300 * 3.5 / 1920 * 100vw);
    }

    .card-video-topImg img {
        height: calc(300 * 3.5 / 1920 * 100vw);
    }

    .card-video-play-btn {
        top: calc(220 * 3.5 / 1920 * 100vw / 2);
        left: calc(380 * 3.5 / 1920 * 100vw / 2);
    }
}




@media only screen and (max-width: 450px) {
    .zjhd-article-imgLeft {
        width: calc(330 / 1920 * 100vw * 1.5);
        height: calc(201 / 1920 * 100vw * 1.5);
    }

    .zjhd-article-imgLeft {
        border-radius: 4px;
    }

    .zjhd-bg-text {
        padding-left: 1.9167rem;
    }

    .zjhd-article-container {
        margin-top: 2.2rem;
    }

    .article-date .date {
        font-size: 1rem;
    }

    .zjhd-bg-text-container {
        display: block;
        bottom: 15%;
    }

    .zjhd-path-container .zjhd-path-content>a {
        font-size: .8333rem;
    }

    .zjhd-path-container {
        margin-top: .8333rem;
    }

    .zjhd-bg-text-top,
    .zjhd-bg-text-btm {
        font-size: 2.17rem;
    }




    .zjhd-card {
        width: calc(100vw - 40px);
        padding: 0;
    }
}