@charset "UTF-8";

.tit {
    text-align: center;
    position: relative;
    margin-top: .8rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: center;
}

.tit h2::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 0.04rem;
    background: #ff8b2e;
}

.tit h2 {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.54rem;
    color: #373737;
    position: relative;
    z-index: 9;
    padding-bottom: .1rem;
}

.tit p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 0.72rem;
    font-weight: normal;
    line-height: 0.58rem;
    color: rgba(255, 255, 255, .2);
    text-stroke: 1px rgba(0, 36, 149, .2);
    -webkit-text-stroke: 1px rgba(0, 36, 149, .2);
    z-index: 1;
}

.tit a {
    position: absolute;
    right: 0;
    width: 0.95rem;
    height: 0.45rem;
    border-radius: 0.22rem;
    border: solid 1px #2d51b2;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .43rem;
    letter-spacing: 0px;
    color: #2d51b2;
    text-align: center;
    bottom: 0;
    z-index: 9;
    transition: all 0.5s;
}

.tit a:hover {
    background: #2d51b2;
    color: #fff;
}

.tit-w h2 {
    color: #fff;
}

.tit-w p {
    color: transparent;
    text-stroke: 1px rgba(255, 255, 255, .2);
    -webkit-text-stroke: 1px rgba(255, 255, 255, .2);
}

.tit-w a {
    border: solid 1px #ffffff;
    color: #fff;
}

.tit-w a:hover {
    background: #fff;
    color: #2d51b2;
}

.tit-tar {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
}

.tit-tar::before {
    right: 0;
    left: auto;
    transform: translateX(0);
}

.tit-tar p {
    left: auto;
    right: 0;
    white-space: nowrap;
}

.tit-tar a {
    top: 100%;
    margin-top: .7rem;
}

.czjy_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.czjy_l {
    width: 8.6rem;
    border-radius: 0 0.6rem 0 0.6rem;
    overflow: hidden;
    margin-right: .4rem;
}

.czjy_l ul li a {
    display: block;
    position: relative;
}

.czjy_l .pic {
    position: relative;
    overflow: hidden;
    padding-top: 66%;
}

.czjy_l .pic>span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s;
}

.czjy_l .czjy_lbg {
    width: 100%;
    height: 2.99rem;
    background: url(/images/czjylbg.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 100% 100%;
}

.czjy_l .czjy_date {
    position: absolute;
    left: 0.4rem;
    bottom: 0.36rem;
    right: 0;
    width: 1.06rem;
    height: 1.06rem;
    border-radius: 50%;
    background: #37C8F2;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding-top: 0.18rem;
}

.czjy_l .czjy_date>p {
    font-family: Georgia;
    font-size: 0.34rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.czjy_l .czjy_date>span {
    display: block;
    font-family: Georgia;
    font-size: 0.18rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.czjy_l h3 {
    position: absolute;
    left: 1.7rem;
    bottom: 0.22rem;
    right: 0.3rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.czjy_r {
    flex: 1;
    min-width: 0;
}

.czjy_r ul li {
    margin-top: 0.32rem;
}

.czjy_r ul li:first-child {
    margin-top: 0;
}

.czjy_r ul li a {
    display: flex;
    align-items: center;
}

.czjy_r ul li a .czjy_date {
    width: 0.88rem;
    height: 0.88rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.czjy_r ul li a .czjy_date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/czjyrdate.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.czjy_r ul li a .czjy_date>p {
    font-family: Georgia;
    font-size: 0.32rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #2564C6;
}

.czjy_r ul li a .czjy_date>span {
    display: block;
    font-family: Georgia;
    font-size: 0.16rem;
    font-weight: normal;
    color: #999999;
}

.czjy_r ul li a hr {
    background: #E5E5E5;
    width: 1px;
    height: 0.65rem;
    border: none;
    margin: 0 0.3rem 0 0.1rem;
}

.czjy_r ul li a .czjy_rtx {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    line-height: 0.28rem;
    max-height: 0.56rem;
    letter-spacing: 0.04em;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.czjy_r ul li:hover a .czjy_date::before {
    opacity: 1;
}

.czjy_r ul li:hover a hr {
    background: transparent;
}

.czjy_r ul li:hover .czjy_rtx {
    color: #2564C6;
    font-weight: bold;
}


/* ×é¼þÑùÊ½ */
.czjy2 {
    background: url(/images/czjy2_bg.png) no-repeat right top;
    background-size: 79.16% auto;
    padding-top: .8rem;
    position: relative;
    margin-top: 1.05rem;
}

.czjy2_c {
    position: relative;
    z-index: 1;
    padding: .95rem 0.1rem 0.2rem 0.1rem;
}

.czjy2_c .czjy2_tit {
    position: absolute;
    top: 0;
    right: 0;

}

.czjy2_c ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;
}

.czjy2_c ul li {
    list-style: none;
    width: 33.333%;
}

.czjy2_c ul li:nth-child(2) {
    margin-top: 0.7rem;
}

.czjy2_c ul li:nth-child(3) {
    margin-top: 1.4rem;
}

.czjy2_c ul li a {
    display: block;
    margin: 0 0.16rem;
    background: rgba(37, 100, 198, .1);
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.302);
    border-radius: 0.3rem;
    position: relative;
    transition: all 0.5s;
}

.czjy2_c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: .07rem;
    border-radius: 0.3rem;
    opacity: 1;
    background: #FFFFFF;
}

.czjy2_c ul li:hover a {
    background: #2564C6;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.302);
}

.czjy2_c ul li:hover a .czjy2_tx h3 {
    color: #2564c6;
}

.czjy2_c ul li .czjy2_pic {
    padding-top: 66.99%;
    border-radius: 0.3rem;
}

.czjy2_c ul li .czjy2_tx {
    padding: 0.35rem 0.5rem 0.7rem 0.5rem;
    position: relative;
    z-index: 1;
}

.czjy2_c ul li .czjy2_tx::after {
    content: '';
}

.czjy2_c ul li:hover .czjy2_tx::after {
    width: 100%;
    background: #571590;
}

.czjy2_c ul li .czjy2_tx span {
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #2D51B2;
}

.czjy2_c ul li:hover .czjy2_tx span {
    color: #571590;
}

.czjy2_c ul li .czjy2_tx h3 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    color: #353535;
    font-weight: normal;
}

.czjy2_c ul li:hover .czjy2_tx h3 {
    color: #353535;
}

.czjy2_c ul li .czjy2_tx p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
    color: #9E9E9E;
}

.czjy2_c ul li:hover .czjy2_tx p {
    color: #9E9E9E;
}


.czjy3 {
    margin-top: 1rem;
}

.czjy3 .tit {
    justify-content: flex-start;
    z-index: 9;
    margin-top: 0;
}

.czjy3-c {
    display: flex;
    justify-content: space-between;
}

.czjy3-l {
    width: 48%;
    padding-right: .66rem;
    padding-bottom: .7rem;
    padding-top: .55rem;
    padding-left: .4rem;
    position: relative;
}

.czjy3-l::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: .43rem;
    background: #2D51B2;
    border-radius: 0 0 0 .6rem;
    z-index: 1;
}

.czjy3-l::after {
    content: "";
    position: absolute;
    left: 0;
    right: .2rem;
    bottom: .2rem;
    top: 0;
    background: #2D51B2;
    border-radius: 0 0 0 .6rem;
    z-index: 2;
    background: linear-gradient(180deg, #F1F9FE 0%, #FFFFFF 97%);
    border-radius: 0 0 0 .6rem;
}

.czjy3-l ul {
    position: relative;
    z-index: 9;
}

.czjy3-l ul li {
    position: relative;
}

.czjy3-l ul li:last-child::before {
    content: none;
}

.czjy3-l ul li:last-child::after {
    content: none;
}

.czjy3-l ul li a .info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: 1;
    border-bottom: 1px dashed rgba(45, 81, 178, .2);
}

.czjy3-l ul li a .info::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #c3222e;
    z-index: 2;
    transition: all 0.5s;
}

.czjy3-l ul li:hover::after {
    width: 100%;
}

.czjy3-l ul li:nth-child(1) {
    padding-top: 0;
}

.czjy3-l ul li a {
    display: flex;
    align-items: center;
}

.czjy3-l ul li a .date {
    width: 0.66rem;
    margin-right: .25rem;
    height: .71rem;
    background: #2D51B2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.czjy3-l ul li a .date::before {}

.czjy3-l ul li a .date b {
    display: block;
    line-height: .3rem;
    font-size: 0.3rem;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.czjy3-l ul li a .date span {
    display: block;
    line-height: 0.24rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;
    text-align: center;
}

.czjy3-l ul li a .info {
    flex: 1;
    min-width: 0;
    height: 1.1rem;
    padding: .2rem 0;
    position: relative;
}

.czjy3-l ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.czjy3-l ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #9E9E9E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .05rem;
}

.czjy3-l ul li a:hover .info h3 {
    color: #2C45AC;
}


.czjy3-r {
    width: 48%;
    padding-left: .6rem;
    padding-bottom: .7rem;
    padding-top: .55rem;
    padding-right: .4rem;
    position: relative;
}

.czjy3-r::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: .43rem;
    background: #37C8F2;
    border-radius: 0 0 .6rem 0;
    z-index: 1;
}

.czjy3-r::after {
    content: "";
    position: absolute;
    right: 0;
    left: .2rem;
    bottom: .2rem;
    top: 0;
    border-radius: 0 0 .6rem 0;
    z-index: 2;
    background: linear-gradient(180deg, #EEFAFE 0%, #FFFFFF 96%);
}

.czjy3-rfirst {
    position: relative;
    z-index: 9;
    padding-top: .15rem;
}

.czjy3-rfirst a {
    display: flex;
}

.czjy3-rfirst a .pics {
    width: 2.6rem;
    margin-right: .3rem;
}

.czjy3-rfirst a .pics .pic {
    padding-top: 61.5%;
}

.czjy3-rfirst a .info {
    flex: 1;
    min-width: 0;
}

.czjy3-rfirst a .info h3 {
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.3rem;
    text-transform: uppercase;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.czjy3-rfirst a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-transform: uppercase;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
    margin: .17rem 0;
}

.czjy3-rfirst a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: 0.05em;
    color: #999999;
    padding-left: .2rem;
    background: url(/images/icon-time.png) no-repeat;
    background-position: left center;
    background-size: .14rem;
}

.czjy3-rfirst a:hover .info h3 {
    color: #2d51b2;
}
.czjy3-r ul{
    position: relative;
    z-index: 9;
    margin-top: .4rem;
}
.czjy3-r ul li {
    margin-top: .24rem;
}
.czjy3-r ul li:nth-child(1){
    margin-top: 0;
}

.czjy3-r ul li a {
    display: block;
    position: relative;
    padding-left: .15rem;
}

.czjy3-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background: #3D3D3D;
}

.czjy3-r ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.czjy3-r ul li a:hover::before{
    background: #37C8F2;
}
.czjy3-r ul li a:hover p{
    color: #37C8F2;
    font-weight: 600;
}


@media screen and (max-width: 1600px) {

    .czjy2_c .czjy2_tit {}

    .czjy2_c ul li .czjy2_tx {
        padding: 0.25rem 0.4rem 0.6rem 0.4rem;
    }

    .czjy2_c ul li .czjy2_tx p {
        margin-top: 0.2rem;
    }


}

@media screen and (max-width: 1024px) {
    .home-md.active {
        transform: translateY(-50%) translateX(100%);
        display: none;
    }

    .tit {
        padding-bottom: 0;
        margin: .35rem 0;
    }

    .tit h2 {
        font-size: .28rem;
    }

    .tit p {
        font-size: .46rem;
    }

    .tit a {
        height: 0.4rem;
        line-height: .38rem;
    }

    .czjy2_c .czjy2_tit {}

    .czjy2_c .czjy2_tit {
        position: static;
        margin-bottom: .35rem;
    }

    .tit-tar a {
        bottom: 0;
        top: auto;
        right: 0;
        margin-top: 0;
    }

    .tit-tar {
        justify-content: flex-start;
    }

    .czjy2_c {
        padding: 0;
    }

    .czjy2_c ul li .czjy2_tx {
        padding: 0.15rem 0.2rem .3rem .2rem;
    }

    .czjy2_c ul li .czjy2_tx span {
        font-size: 0.16rem !important;
        line-height: 0.26rem;
    }

    .czjy2_c ul li .czjy2_tx h3 {
        font-size: 0.18rem !important;
        line-height: 0.26rem;
        height: 0.52rem;
        margin-top: 0.1rem;
    }

    .czjy2_c ul li .czjy2_tx p {
        font-size: 0.16rem !important;
        line-height: 0.26rem;
        height: 0.78rem;
        margin-top: 0.15rem;
    }

    .czjy2_c ul li .czjy2_tx::after {
        height: 0.04rem;
    }

    .czjy2_c ul li:nth-child(2) {
        margin-top: 0.35rem;
    }

    .czjy2_c ul li:nth-child(3) {
        margin-top: 0.7rem;
    }

    .czjy_c {
        display: block;
    }

    .czjy_l {
        width: 100%;
        margin-right: 0;
    }

    .czjy_l .pic {
        height: auto;
        padding-top: 66.2%;
    }

    .czjy_l .czjy_date {
        width: 0.75rem;
        height: 0.75rem;
        padding-top: 0.1rem;
        left: 0.2rem;
        bottom: 0.2rem;
    }

    .czjy_l .czjy_date>p {
        font-size: 0.24rem !important;
    }

    .czjy_l .czjy_date>span {
        font-size: 0.14rem !important;
    }

    .czjy_r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .czjy_l h3 {
        left: 1.1rem;
        right: 0.1rem;
    }

    .czjy_l .czjy_lbg {}

    .czjy_r ul li a .czjy_date>p {
        font-size: 0.24rem;
        line-height: .24rem;
    }

    .czjy_r ul li a .czjy_date>span {}

    .czjy_r ul li a .czjy_date {
        height: .6rem;
        width: .7rem;
    }

    .czjy_r ul li a .czjy_rtx {
        line-height: 0.26rem;
        max-height: 0.52rem;
    }

    .czjy_r ul li a hr {
        height: 0.5rem;
        margin: 0 0.2rem 0 0.05rem;
    }

    .czjy_r ul li {
        margin-top: 0.2rem;
    }

    .czjy2 {
        background: #2d51b2;
        border-radius: .3rem;
        padding: 1px 0 .5rem 0;
        margin-top: .5rem;
    }
    .czjy3-c{
        display: block;
    }
    .czjy3-l{
        width: auto;
        padding: .35rem .35rem .35rem .2rem;
    }
    .czjy3-r{
        width: auto;
        padding: .35rem .2rem .35rem .35rem;
        margin-top: .35rem;
    }
    .czjy3{margin-top: .5rem;}
}

@media screen and (max-width: 768px) {


    .czjy2_c .czjy2_tit {
        position: static;
        margin-bottom: 0.25rem;
    }

    .czjy2_c ul li:nth-child(2) {}

    .czjy2_c ul li:nth-child(3) {}

    .czjy2_c ul li a {
        margin: 0 0.05rem;
    }

    .czjy2_c ul {
        clear: both;
        margin: 0 -.05rem;
    }

    .czjy2_c ul li .czjy2_tx span,
    .czjy2_c ul li .czjy2_tx p {}

    .czjy2_c ul li .czjy2_tx p {
        max-height: 0.78rem;
        height: auto;
    }

    .czjy2_c ul li .czjy2_tx h3 {
        height: auto;
        max-height: .52rem;
    }
}

@media screen and (max-width: 640px) {


    .czjy2_c .czjy2_tit {
        margin-bottom: 0;
    }

    .czjy2_c ul {
        display: block;
    }

    .czjy2_c ul li {
        width: auto;
        margin-top: 0.25rem !important;
    }

    .czjy2_c ul li:nth-child(1) {
        margin-top: 0 !important;
    }

    .czjy2_c ul li a {
        margin: 0;
    }

    .czjy2_c ul li .czjy2_tx h3 {
        height: auto;
    }

    .czjy2_c ul li .czjy2_tx p {
        height: auto;
    }
    .czjy3-rfirst a{
        display: block;
    }
    .czjy3-rfirst a .pics{
        width: auto;
        margin-right: 0;
        margin-bottom: .25rem;
    }
}