/* 后加内容 */
.pageL img{
    width: 100%;
    height: 100%;
}
.pageL{
    border-radius: 12px;
    overflow: hidden;
}


/* end */


.mySwiper1 .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.mySwiper1 .swiper-slide>div{
    width: 47.72%;
}
.zxhd-block .y-1320{
    overflow: hidden;
}
.zxhd-block .moutside{
    margin-top: 30px;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}
.swiper-pagination1{
    bottom: 5px;
}
.swiper-pagination-bullet {
    width: 14px;
	height: 14px;
	border: solid 1px #71bf44;
    background-color: transparent;
    margin-right: 19px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #71bf44;
}
.moutside .mySwiper1{
    height: 360px;
}
.zxhd-block .mySwiper1 .pageR{
    padding: 0 38px;
    padding-top: 80px;
    background-color: #f5f5f5;
	border-radius: 12px;
}
.mySwiper1 .pageR h4{
    font-size: 20px;
	line-height: 21px;
    font-weight: bold;
	color: #333333;
}
.mySwiper1 .pageR h5{
    font-size: 14px;
	line-height: 15px;
	color: #666666;
    margin-top: 25px;
}
.mySwiper1 .pageR .lines{
	width:100%;
	height: 1px;
	background-color: #71bf44;
    margin-top: 30px;
}
.mySwiper1 .pageR p{
    font-size: 14px;
	line-height: 26px;
	color: #808080;
    margin-top: 7px;
    text-align: justify;
}
.mySwiper1 .pageR .link{
    font-size: 14px;
	line-height: 26px;
	color: #71bf44;
    margin-top: 35px;
}
.mySwiper1 .pageR .link img{
    margin-left: 10px;
}
/*.hytwoadd{*/
/*    margin-top: 70px;*/
/*}*/
.hytwoadd .y-1320{
    display: flex;
    justify-content: space-between;
}
.hytwoadd .y-1320>div{
    width: 47.72%;
}
.hytwoadd .zxlist{
    margin-top: 40px;
}
.hytwoadd .zxlist .date{
    display: flex;
    align-items: center;
}
.hytwoadd .zxlist .date img{
    margin-right: 10px;
}
.hytwoadd .items{
    font-size: 14px;
	line-height: 14px;
	color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}
.hytwoadd .ljmore{
    background-color: #2795b8;
	border-radius: 4px;
    width: 100%;
    padding: 6px 0;
    color: #ffffff;
    text-align: center;
}
.hytwoadd .y-1320>div:nth-child(2) .ljmore{
    background-color: #db923b;
}
/*.mtdhz{*/
/*    margin-top: 80px;*/
/*}*/
.mtdhz .y-1320{
    overflow: hidden;
}
.mtdhz .swkid{
    margin-top: 40px;
    position: relative;
    padding-bottom: 54px;
    overflow: hidden;
}
.mySwiper2 .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.mySwiper2 .swiper-slide .desc h5{
    font-size: 18px;
	line-height: 19px;
	color: #333333;
    margin-top: 18px;
    margin-bottom: 12px;
}
.mySwiper2 .swiper-slide .desc p{
    font-size: 14px;
	line-height: 15px;
	color: #999999;
}
.swkid .hdkL{
    cursor: pointer;
    /* width: 47.72%; */
}
.swkid .hdkL .img img{
    width: 100%;
}
.swiper-pagination2{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width:1335px){
    .zxhd-block .mySwiper1 .pageL {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .zxhd-block .mySwiper1 .pageL img{
        display: none;
    }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1200px){
    .zxhd-block .mySwiper1 .pageL{
        border-radius: 12px;
    }
    .mySwiper1 .swiper-slide>div {
        width: 48.72%;
    }
    .hytwoadd .items>span{
        display: block;
        width: 70%;
        text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .zxhd-block .mySwiper1 .pageL{
        border-radius: 12px;
    }
    .mySwiper1 .swiper-slide>div {
        width: 48.72%;
    }
    .hytwoadd .items>span{
        display: block;
        width: 60%;
        text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
    }
    .zxhd-block .mySwiper1 .pageR {
        padding: 0px 30px;
        padding-top: 40px;
    }
    .hytwoadd .zxlist {
        margin-top: 30px;
    }
    .mtdhz .swkid {
        margin-top: 40px;
        position: relative;
        padding-bottom: 40px;
    }
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .mySwiper2 .swiper-slide .desc h5 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .zxhd-block .mySwiper1 .pageL{
        border-radius: 12px;
    }
    .mySwiper1 .swiper-slide>div {
        width: 100%;
    }
    .hytwoadd .items>span{
        display: block;
        width: 60%;
        text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
    }
    .zxhd-block .mySwiper1 .pageR {
        padding: 15px 10px;
    }
    .hytwoadd .zxlist {
        margin-top: 16px;
    }
    .mtdhz .swkid {
        margin-top: 10px;
        position: relative;
        padding-bottom: 22px;
    }
    .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    .mySwiper2 .swiper-slide .desc h5 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .mySwiper2 .swiper-slide .desc p{
        font-size: 12px;
    }
    .mySwiper1 .swiper-slide{
        flex-wrap: wrap;
    }
    .zxhd-block .mySwiper1 .pageL{
        height: 260px;
    }
    .moutside .mySwiper1{
        height: unset;
    }
    .mySwiper1 .pageR h4 {
        font-size: 16px;
        line-height: 21px;
        font-weight: bold;
        color: #333333;
    }
    .mySwiper1 .pageR h5{
        margin-top: 10px;
        font-size: 12px;
    }
    .mySwiper1 .pageR .lines{
        margin-top: 12px;
    }
    .mySwiper1 .pageR .link{
        margin-top: 15px;
    }
    .hytwoadd .y-1320{
        flex-wrap: wrap;
    }
    .hytwoadd .y-1320>div{
        width: 100%;
        margin-bottom: 20px;
    }
    .mySwiper2 .swiper-slide{
        flex-wrap: wrap;
    }
    .swkid .hdkL{
        width: 100%;
        margin-bottom: 15px;
    }
    .zxhd-block .moutside{
        margin-top: 10px;
        padding-bottom: 33px;
    }
}