.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 100vh;
}
.banner .slick-dots{
    width: 100%;
    bottom: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255,255,255,0.6);
    margin-right: 0.25rem;
    border-radius: 100%;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li.slick-active{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/flyIcon2.png) no-repeat center;
    background-size: contain;
}
.banner .slick-prev, .banner  .slick-next{
    width: 0.55rem;
    height: 0.55rem;
    background: rgba(66,168,211,0.5) url(../img/bannerArrow.png) no-repeat center;
    border-radius: 100%;
    z-index: 9990;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-prev{
    left: 0.3rem;
}
.banner  .slick-next{
    right: 0.3rem;
    transform: translateY(-50%) rotateY(180deg);
}
.banner  .slick-next:hover,.banner .slick-prev:hover{
    background: rgba(20,88,221,1) url(../img/bannerArrow.png) no-repeat center;
}
/* lmTit */
.lmTit{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.3rem;
}
.lmTit h2{
    font-family: DOUYUFont;
    font-size: 0.4rem;
    line-height: 1;
    color: #1458dd;
    font-weight: normal;
    position: relative;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: 3rem;
    height: 0.5rem;
    background: url(../img/lmTitBg1.png) no-repeat left top;
    background-size: auto 0.46rem!important;
    position: absolute;
    left: -0.25rem;
    bottom: -0.2rem;
}
.lmTit h2 span{
    color: #de3c4b;
}
.lmTit a{
    display: block;
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #999999;
    padding: 0 0.1rem;
    background: url(../img/moreBg1.png) no-repeat right bottom;
}
.lmTit a:hover{
    color: #1458dd;
    font-weight: bold;
}
/* indexCon4 */
.indexCon4{
    padding: 1rem 0;
    background: url(../img/bg4.png) no-repeat left bottom;
    background-size: auto;
}
.sjsh,.ztzl{
    width: 49.87%;
}
.ztzl ul{
    width: 100%;
}
.ztzl ul li{
    float: left;
    width: 48.68%;
    margin-right: 2.64%;
    margin-top: 0.2rem;
}
.ztzl ul li:nth-of-type(2n){
    margin-right: 0;
}
.ztzl ul li a{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
}
.ztzl ul li .img{
    width: 100%;
    padding: 3.05rem 0 0;
}
.ztzl ul li .tit{
    width: 100%;
    height: auto;
    font-family: DOUYUFont;
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 0 0.3rem rgba(0,0,0,0.42);
}
.ztzl ul li.dj .tit{
    font-family: SourceHanSerifCN;
    font-size: 0.38rem;
    line-height: 0.48rem;
    color: #f6efa1;
}
.sjshVideo{
    margin-top: 0.2rem;
}
.sjshImg li{
    float: left;
    width: 48.68%;
    margin-right: 2.64%;
    margin-top: 0.2rem;
}
.sjshImg li:nth-of-type(2n){
    margin-right: 0;
}
.sjshImg li a{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.05rem;
    overflow: hidden;
}
.sjshImg li .img{
    width: 100%;
    padding: 2.3rem 0 0;
}
.sjshVideo li a{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.05rem;
    overflow: hidden;
    position: relative;
}
.sjshVideo li a .img{
    width: 100%;
    padding: 3.8rem 0 0;
}
.sjshVideo li a .btn{
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background: linear-gradient(106deg, rgba(201,67,90,0.8), rgba(37,71,171,0.8));
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sjshVideo li a .btn::before{
    display: block;
    content: "";
    border-left: 0.2rem solid #fff;
    border-right: 0 solid transparent;
    border-top: 0.12rem solid transparent;
    border-bottom: 0.12rem solid transparent;
    position: absolute;
    left: 0.32rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}
/* .indexCon3 */
.indexCon3{
    width: 100%;
    position: relative;
    z-index: 29;
}
.kydtLeft{
    position: absolute;
    left: 0;
    top: 0;
    width: 54.68%;
    z-index: 5;
}
.kydtLeft a{
    display: block;
    width: 100%;
    height: auto;
}
.kydtLeft a .img{
    display: block;
    width: 100%;
    padding: 6.24rem 0 0;
}
.kydtList {
    float: left;
    width: 50%;
    height: 3.54rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kydtList li {
    position: relative;
    padding-bottom: 0.3rem;
}
.kydtList li::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/listLeft1.png) no-repeat left center;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0.13rem;
}
.kydtList li.first::before{
    display: none;
}
.kydtList li a{
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0.25rem;
    box-sizing: border-box;
    position: relative;
}
.kydtList li.first a{
    padding-left: 0;
    margin-bottom: 0;
}
.kydtList li a::before{
    display: block;
    content: "";
    width: 0.15rem;
    height: 1px;
    background: #de3c4b;
    position: absolute;
    left: 0;
    top: 50%;
}
.kydtList li.first a::before{
    display: none;
}
.kydtList li .list{
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #323232;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kydtList li .list span.fr{
    display: block;
    font-family: Poppins;
    font-size: 0.16rem;
    color: #de3c4b;
    font-weight: normal;
    margin-left: 0.1rem;
}
.kydtList li a:hover .list{
    color: #de3c4b;
    font-weight: bold;
    text-indent: 5px;
}
.kydtList li:last-of-type{
    padding-bottom: 0;
}
.kydtList li:last-of-type::before{
    display: none;
}
.kydtList li.first{
    padding-bottom: 0;
}
.kydtList li.first a{
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
}
.kydtList li.first a .img{
    width: 100%;
    display: none;
}
.kydtList li.first a .con{
    width: 100%;
    height: auto;
}
.kydtList li.first .con .tit{
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #323232;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.72rem;
    font-weight: bold;
}
.kydtList li.first .con .time{
    font-family: Poppins;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #de3c4b;
    margin: 0.1rem 0;
}
.kydtList li.first .con .txt{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
.kydtList li.first a:hover .con .tit{
    color: #de3c4b;
}
.kydtList li.first a:hover .con .txt{
    color: #323232;
}
.kydtList li.first .hx{
    width: 118%;
    height: 1px;
    background: #de3c4b;
    margin: 0.35rem 0;
    position: relative;
    left: -18%;
    z-index: 11;
}
.kydtList li.first .hx::before{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/flyIcon1.png) no-repeat left center;
    position: absolute;
    right: 0;
    bottom: 1px;
    transform: translateY(50%);
}
.kydtList li.first .hx::after{
    display: block;
    content: "";
    border-left: 0.15rem solid #de3c4b;
    border-right: 0 solid transparent;
    border-top: 0.08rem solid transparent;
    border-bottom: 0.08rem solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.kydtRight{
    padding-bottom: 0.8rem;
    position: relative;
}
.kydtRight::before{
    display: block;
    content: "";
    width: 86.4%;
    height: 50%;
    background: #fff url(../img/kydtBg.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: -0.15rem 0.15rem 0.1rem 0 rgba(0,0,0,0.02);
    z-index: -1;
}
/* indexCon1 */
.indexCon1{
    margin-top: 0.8rem;
    padding-bottom: 1.5rem;
    background: url(../img/bg1.png) no-repeat left bottom;
    position: relative;
    z-index: 8;
}
.newList {
    margin-top: 0.1rem;
    position: relative;
    overflow: hidden;
}
.newList::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(220,231,247,0.5);
    position: absolute;
    left: 50%;
    top: 0.3rem;
    transform: translateX(-50%);
    z-index: 2;
}
.newList::after{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.5rem;
    background: url(../img/flyImg.png) no-repeat center top;
    background-size: 0.2rem auto;
    position: absolute;
    left: 50%;
    top: 0.3rem;
    transform: translateX(-50%);
    z-index: 9;
}
.newList li{
    float: left;
    width: 46.87%;
    margin-right: 6.26%;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ebebeb;
}
.newList li:nth-of-type(2n){
    margin-right: 0;
}
.newList li:nth-of-type(3),.newList li:nth-of-type(4){
    border-bottom: none;
}
.newList li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}
.newList li a .time{
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/timeBg1.png) no-repeat center;
    background-size: 100% auto;
    font-family: Poppins;
    font-size: 0.14rem;
    color: #de3c4b;
    line-height: 1;
    font-style: italic;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newList li a .time span{
    display: block;
    font-size: 0.3rem;
    text-align: center;
    font-style: initial;
    margin-bottom: 0.05rem;
}
.newList li a .tit{
   width: calc(100% - 0.8rem);
   padding-left: 0.2rem;
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #323232;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
   max-height: 0.6rem;
   font-weight: bold;
   box-sizing: border-box;
}
.newList li a:hover .tit{
    color: #de3c4b;
}
.newImg li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.newImg li:nth-of-type(3n){
    margin-right: 0;
}
.newImg li a{
    display: block;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.2rem 0.35rem;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.newImg li a .img{
    width: 100%;
    padding: 67.72% 0 0;
    border-radius: 0.05rem 0 0;
}
.newImg li:nth-of-type(even) a{
    flex-direction: column-reverse;
}
.newImg li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.1rem 0;
}
.newImg li a .con .flex-l{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.1rem 0;
}
.newImg li a .con .flex-l span{
    display: block;
}
.newImg li a .con .time{
    font-family: Poppins;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #de3c4b;
    white-space: nowrap;
    position: relative;
    padding-bottom: 0.05rem;
}
.newImg li a .con .time::before{
    display: block;
    content: "";
    width: 0.2rem;
    height: 2px;
    background: #de3c4b;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newImg li a .con .flex-l .txt{
    font-size: 0.15rem;
    line-height: 0.26rem;
    color: #999999;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.52rem;
    margin-left: 0.2rem;
}
.newImg li:nth-of-type(even) a{
    padding-top: 0.4rem;
}
.newImg li:nth-of-type(odd) a{
    padding-bottom: 0.4rem;
}
.newImg li a::before{
    display: block;
    content: "";
    width: 100%;
    height: 87.85%;
    position: absolute;
    left: 0;
    background: url(../img/newImgBg.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
    box-shadow: 0 -0.2rem 0.1rem 0 rgba(0,0,0,0.04);
}
.newImg li:nth-of-type(even) a::before{
    top: 0;
    transform: rotateX(180deg);
}
.newImg li:nth-of-type(odd) a::before{
    bottom: 0;
}
.indexCon1 .lmTit{
    position: relative;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.indexCon1 .lmTit a{
    position: absolute;
    right: 0;
    bottom: 0;
}
/* indexCon2 */
.bg2{
    position: relative;
}
.bg2::before{
    display: block;
    content: "";
    width: 100%;
    height: 6rem;
    background: url(../img/bg3.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(55%);
    z-index: 9;
}
.indexCon3{
    min-height: 3.54rem;
   /* margin-top: 1.1rem;*/
}
.indexCon2{
    background: url(../img/bg2.png) no-repeat center;
    background-size: auto 100%;
    padding: 1.4rem 0 1.7rem;
    transform: translateY(-1.2rem);
    position: relative;
    z-index: 19;
}
.indexCon2::before{
    display: block;
    content: "";
    width: 39%;
    height: 1.8rem;
    background: url(../img/bg3Fly.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate( -35%, 50%);
}
.indexCon2 .lmTit h2{
    color: #fff;
}
.indexCon2 .lmTit h2::before{
    background: url(../img/lmTitBg2.png) no-repeat left top;
}
.indexCon2 .lmTit a{
    color: #fff;
    background: url(../img/moreBg2.png) no-repeat right bottom;
}
.notice,.xsjz{
    width: 46.87%;
}
.notice ul li{
    float: left;
    width: 48.68%;
    margin-right: 2.64%;
    margin-top: 0.2rem;
}
.notice ul li:nth-of-type(2n){
    margin-right: 0;
}
.notice ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.23rem 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.05rem;
    box-sizing: border-box;
    position: relative;
}
.notice ul li a::before{
    display: block;
    content: "";
    width: 0.06rem;
    height: 100%;
    background: url(../img/listLeft2.png) repeat-x left center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.notice ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
    position: relative;
}
.notice ul li a .tit::before{
    display: block;
    content: "";
    width: 0.15rem;
    height: 1px;
    background: #d53e50;
    position: absolute;
    left: 0;
    top: 0.1rem;
}
.notice ul li a .time{
    font-family: Poppins;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.12rem;
    position: relative;
}
.notice ul li a .time::before{
    display: block;
    content: "";
    width: 1.15rem;
    height: 1px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
    z-index: 1;
}
.notice ul li a .time::after{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/flyIcon2.png) no-repeat center;
    background-size: auto 0.17rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    z-index: 2;
}
.notice ul li:nth-of-type(2) .time::after,.notice ul li:nth-of-type(2) .time::before,
.notice ul li:nth-of-type(3) .time::after,.notice ul li:nth-of-type(3) .time::before,
.notice ul li:nth-of-type(6) .time::after,.notice ul li:nth-of-type(6) .time::before{
    display: none;
}
.notice ul li a .time span{
    display: block;
    font-size: 0.15rem;
    line-height: 1;
    color: rgba(255,255,255,0.6);
    writing-mode: vertical-rl;
    margin-right: 0.1rem;
}
.notice ul li a .tit,.notice ul li a .time{
    padding:0 0.3rem;
    width:100%;
    box-sizing:border-box;
}
.notice ul li a:hover .tit{
    font-weight: bold;
}
.xsjz li{
    background: transparent;
    margin-top: 0.2rem;
    background: url(../img/xsjzBg.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    width: 100%;
}
.xsjz li .tit .txt{
    width: 100%;
}
.xsjz li .hx{
    display: none;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.1rem 0 0.1rem;
    position: relative;
}
.xsjz li .con,.xsjz li .tit .time{
    display: none;
}
.xsjz li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.38rem;
    box-sizing: border-box;
}
.xsjz li .tit .txt{
    font-size: 0.18rem;
    line-height: 0.62rem;
    height: 0.62rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.xsjz li.on .tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.xsjz li.on .tit .txt{
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #fff;
    -webkit-line-clamp: 2;
    height: auto;
    max-height: 0.64rem;
}
.xsjz li .tit .time{
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/timeBg2.png) no-repeat center;
    background-size: 100% auto;
    font-family: Poppins;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    font-style: italic;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.xsjz li .tit .time span{
    display: block;
    font-size: 0.3rem;
    text-align: center;
    font-style: initial;
    margin-bottom: 0.05rem;
}
.xsjz li .con p{
    float: left;
    width: 50%;
    padding-right: 0.3rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: rgba(255,255,255,0.7);
    padding-left: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xsjz li .con p:nth-of-type(1){
    background: url(../img/jzIcon1.png) no-repeat left center;
    background-size: 0.15rem auto;
}
.xsjz li .con p:nth-of-type(2){
    background: url(../img/jzIcon2.png) no-repeat left center;
    background-size: 0.15rem auto;
}
.xsjz li .con p:nth-of-type(3){
    background: url(../img/jzIcon3.png) no-repeat left center;
    background-size: 0.15rem auto;
}
.xsjz li.on{
    background: url(../img/xsjzBgOn.png) no-repeat center;
    background-size: 100% 100%;
}
.xsjz li.on a{
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
}
.xsjz li.on .con{
    display: block;
}
.xsjz li.on .tit .time{
    display: flex;
}
.xsjz li.on .tit .txt{
    width: calc(100% - 0.8rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.xsjz li.on .hx{
    display: block;
}
.xsjz li .hx::before{
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/xsjzBg2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0.1rem ,-40%);
}
@media only screen and (max-width: 1660px){
    .banner a .img{
        height: 0;
        padding: 48.95% 0 0;
    }
    .sjsh, .ztzl{
        width: 48%;
    }
    .kydtList{
        /* padding-left: 50%; */
    }
    .notice, .xsjz{
        width: 48%;
    }
}
@media only screen and (max-width: 1040px){
    .kydtLeft{
        display: none;
    }
    .kydtRight{
        padding-bottom: 50px;
    }
    .kydtList{
        width: 100%;
        height: auto;
    }
    .kydtRight::before{
        width: 100%;
        box-shadow: none;
        background-size: auto;
    }
    .kydtList li.first .hx{
        width: 100%;
        left: 0;
        margin: 30px 0;
    }
    .kydtList li.first a{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .kydtList li.first a .img{
        display: block;
        width: 50%;
        padding: 220px 0 0;
    }
    .kydtList li.first a .con{
        width: 50%;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .sjsh, .ztzl{
        /* float: none; */
        width: 100%;
    }
    .indexCon4{
        padding: 0 0 60px;
    }
    .sjshImg li .img{
        padding: 63% 0 0;
    }
    .sjshVideo li a .img{
        padding: 50.67% 0 0;
    }
    .ztzl ul li .img{
        padding: 63.56% 0 0;
    }
    .ztzl{
        margin-top: 50px;
    }
    .banner .slick-dots{
        bottom: 20px;
    }
    .lmTit{
        margin-bottom: 15px;
    }
    .lmTit h2{
        font-size: 30px;
        line-height: 40px;
    }
    .lmTit h2::before{
        width: 240px;
        height: 40px;
        background-size: auto 35px!important;
        left: -20px;
        bottom: -15px;
    }
    .lmTit a{
        font-size: 15px;
        line-height: 24px;
        padding: 0 10px;
    }
    .kydtList li.first{
        margin-top: 20px;
    }
    .indexCon1{
        margin-top: 60px;
    }
    .indexCon1 .lmTit{
        justify-content: space-between;
    }
    .newImg li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 30px;
    }
    .newImg li:first-of-type{
        margin-top: 0;
    }
    .newImg li a{
        padding: 0!important;
        flex-direction: row!important;
        align-items: center;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
    }
    .newImg li a::before{
        display: none;
    }
    .newImg li a .img{
        width: 50%;
        padding: 2.6rem 0 0;
    }
    .newImg li a .con{
        width: 50%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .newImg li a .con .flex-l{
        flex-wrap: wrap;
    }
    .newImg li a .con .flex-l .txt{
        width: 100%;
        margin-left: 0;
        -webkit-line-clamp: 3;
        max-height: 0.78rem;
    }
    .newImg li a .con .time::before{
        display:none;
    }
    .newImg li a .con .tit{
        white-space: normal;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 0.6rem;
    }
    .newList::after,.newList::before{
        display: none;
    }
    .newList li{
        width: 100%;
        margin-right: 0;
    }
    .newList li:nth-of-type(3), .newList li:nth-of-type(4){
        border-bottom: 1px solid #ebebeb;
    }
    .notice, .xsjz{
        width: 100%;
    }
    .xsjz{
        margin-top: 60px;
    }
    .indexCon2{
        transform: translateY(-1rem);
        padding: 120px 0;
    }
    .indexCon3{
        margin-top: 0;
        min-height: 8.54rem;
    }
    .bg2::before{
        transform: translateY(30%);
    }
}
@media only screen and (max-width: 768px){
    .kydtList li.first a{
        flex-wrap: wrap;
    }
    .kydtList li.first a .img,.kydtList li.first a .con{
        width: 100%;
    }
    .kydtList li.first a .con{
        padding-left: 0;
        margin-top: 20px;
    }
    .kydtList li.first a .img{
        padding: 60% 0 0;
    }
    .kydtRight::before{
        background-size: contain;
    }
    .newImg li a .img{
        padding: 200px 0 0;
    }
    .newImg li a .con .tit{
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
    .newList li{
        padding: 25px 0;
    }
    .indexCon1{
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .notice ul li{
        width: 100%;
        margin-right: 0;
    }
    .notice ul li a .tit{
        height: auto;
        -webkit-line-clamp: 10;
        max-height: 2.8rem;
    }
    .indexCon2{
        background: url(../img/bg2_2.png) no-repeat center;
        background-size: cover;
        transform: none;
        padding: 40px 0 60px;
        margin-bottom: 40px;
    }
    .indexCon2::before{
        display:none;
    }
    .bg2::before{
        display: none;
    }
    .xsjz li .hx{
        display: block!important;
    }
    .xsjz li .con,.xsjz li .tit .time{
        display: block!important;
    }
    .xsjz li{
        background: linear-gradient(106deg, rgba(201,67,90,0.8), rgba(37,71,171,0.8))!important;
        border-radius: 5px;
        overflow: hidden;
    }
    .xsjz li .tit .time{
        display: flex!important;
    }
    .xsjz li a{
        padding: 30px!important;
    }
    .xsjz li .tit .txt{
        width: calc(100% - 0.8rem);
        padding-left: 0.2rem;
        box-sizing: border-box;
        -webkit-line-clamp: 2;
        height: auto;
        font-size: 0.2rem;
        line-height: 0.32rem;
        max-height: 0.64rem;
    }
    .xsjz li .tit{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .xsjz li .hx::before{
        width: 80px;
        height: 80px;
        top: calc( 100% + 0.3rem);
        transform: none;
    }
}
@media only screen and (max-width: 560px){
    .sjshImg li{
        width: 100%;
        margin-right: 0;
    }
    .ztzl ul li{
        width: 100%;
        margin-right: 0;
    }
    .indexCon4{
        padding: 0 0 40px;
    }
    .lmTit h2{
        font-size: 26px;
        line-height: 35px;
    }
    .lmTit h2::before{
        width: 200px;
        height: 32px;
        background-size: auto 30px!important;
        left: -15px;
        bottom: -10px;
    }
    .ztzl{
        margin-top: 40px;
    }
    .lmTit{
        margin-bottom: 8px;
    }
    .sjshVideo li a .btn{
        width: 55px;
        height: 55px;
    }
    .sjshVideo li a .btn::before{
        left: 21px;
    }
    .ztzl ul li .tit{
        font-size: 30px;
        line-height: 40px;
    }
    .ztzl ul li.dj .tit{
        font-size: 30px;
        line-height: 40px;
    }
    .kydtList li .list span.fr{
        width: 100%;
        float: none;
        margin-left: 0;
        font-size: 16px;
        margin-top: 5px;
        line-height: 20px;
    }
    .kydtList li .list{
        text-overflow: clip;
        white-space: normal;
        font-size: 16px;
        line-height: 26px;
        display: flex;
        flex-direction: column-reverse;
    }
    .kydtList li{
        padding-bottom: 15px;
    }
    .kydtList li::before{
        top: 15px;
    }
    .kydtList li a::before{
        top: 12px;
    }
    .kydtRight{
        padding-bottom: 40px;
    }
    .kydtList li.first .hx{
        margin: 20px 0;
    }
    .kydtList li.first a .con{
        margin-top: 15px;
    }
    .kydtList li.first .con .tit{
        font-size: 18px;
        line-height: 26px;
        -webkit-line-clamp: 10;
        max-height: 260px;
    }
    .kydtList li.first .con .txt{
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 5;
        max-height: 120px;
    }
    .kydtList li.first .con .time{
        margin: 5px 0;
    }
    .banner .slick-dots li{
        margin-right: 8px;
        width: 8px;
        height: 8px;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .banner .slick-next, .banner .slick-prev{
        width: 32px;
        height: 32px;
        background-size: 16px auto!important;
    }
    .banner .slick-prev{
        left: 16px;
    }
    .banner .slick-next{
        right: 16px;
    }
    .newImg li a{
        flex-direction: column!important;
    }
    .newImg li a .img{
        width: 100%;
        padding: 67.72% 0 0;
        border-radius: 0;
    }
    .newImg li a .con{
        width: 100%;
        padding: 12px 10px;
    }
    .newImg li a .con .flex-l{
        display:none;
    }
    .newImg li a .con .tit{
        margin:0;
        -webkit-line-clamp: 10;
        max-height: 240px;
        font-weight: normal;
    }
    .newImg li{
        margin-top: 20px;
    }
    .indexCon1 .lmTit{
        margin-bottom: 30px;
    }
    .newList li{
        padding: 15px 0;
    }
    .newList li a .time{
        width: 68px;
        height: 68px;
    }
    .newList li a .tit{
        font-size: 16px;
        line-height: 28px;
        max-height: 56px;
        font-weight: normal;
        width: calc(100% - 68px);
    }
    .notice ul li a{
        padding: 20px 0;
    }
    .notice ul li a .tit, .notice ul li a .time{
        padding: 0 10px 0 20px;
    }
    .notice .lmTit{
        margin-bottom: 15px;
    }
    .notice ul li a .time{
        font-size: 24px;
    }
    .xsjz li a{
        padding: 20px 10px 10px!important;
    }
    .xsjz li .tit .time{
        width: 68px;
        height: 68px;
    }
    .xsjz li .tit .txt{
        width: calc(100% - 68px)!important;
        font-size: 16px!important;
        line-height: 28px!important;
        max-height: 56px!important;
    }
    .xsjz li .hx{
        margin: 20px 0 10px;
    }
    .xsjz li .con p{
        width: 100%;
        float: none;
        padding-left: 24px;
        font-size: 15px;
        line-height: 35px;
    }
    .xsjz li .hx::before{
        top: calc(100% + 23px);
    }
    .indexCon2{
        padding: 40px 0;
    }
    .xsjz{
        margin-top: 40px;
    }
}
.keywordfontcolor1146375 {
   
    FONT-SIZE: 18px !important;
    COLOR: #ef0606 !important;
    FONT-FAMILY: 微软雅黑 !important;
}