
div,ul,li{
    margin: 0;
    padding: 0;
}
.vido_top{
    width: 100%;
    height: 100%;
    margin-top: 2%;
}
.vido_lun{
    width: 95%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px auto;
}
.container{
    width: 100%;

    position: relative;


    /*border: 1px solid #ccc;*/
}

.container img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition-duration: 1s;

    opacity: 0;
}
.container img.on{
    opacity: 1;
}

.newscardis_ul{
    max-width: 1680px;
    height: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
.container ul{
    position: absolute;
    bottom: 10px;
    right: -180px;
    max-width: 500px;
    padding: 5px 200px;

}
.container ul li{
    list-style: none;
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #ccc;
    cursor: pointer;
}
.container ul li.active{
    background-color: #fff;        /*焦点激活时的样式*/
}
.left_right{
    margin-left: 1%;
}
.left_b{
    margin-top: 2%;
    width: 100%;
    height: 100%;
}
.abss_te{
    z-index: 2;
}
.left_right{
    width: 40%;
    height: 40%;
}
.left_right img{
    width: 100%;
    height: 100%;
}

.newscardis_cardmain{
    max-width: 1410px;

    margin: 0px auto;
    height: 100%;
    padding-bottom: 5%;
}
.newscardis_ul{
    display: flex;
    margin: 0px auto;
    justify-content: center;
    flex-wrap: wrap;



}
.void_main{
    display: flex;
    margin: 0px auto;
    justify-content: center;
    flex-wrap: wrap;
}



.voidclass_titi{
    padding-top: 5%;
display: flex;
    flex-wrap: nowrap;
    padding-left: 2.3%;
    padding-right: 2%;
    width: 100%;

}

.void_imim{
    float: right;

    width: 12%;

}
.void_imim_b{
    width: 30%;

}

.imim_a{
   float: right;
}
.newscardis_li img{
    width: 100%;

}
.newscardis_li {
    margin: 0px auto;
    width: 24%;
    float: left;
    margin-top: 2%;
    z-index: 123;
    position: relative;



}
.voidti{
    font-size: 24px;
}
.void_titi{

color: #284157;
    width: 87%;
    display: flex;
    flex-wrap: nowrap;

}
.void_tete{
    margin-left: 2%;
    margin-top: 0.8%;
    color: #284157;

}
.newscardis_bian{
    position: absolute;
    top: -35px;
    left: -22px;
}
.ne_navs {

    width: 100%;

    margin-top: 3%;
    display: flex;
    padding-bottom: 3%;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: center;

    justify-content: center;


}

.newscar_textt{

    padding-top: 5%;
    padding-bottom: 5%;
    line-height: 2em;
    padding-right: 5%;
    margin-top: -2%;
    border-radius: 4px;
}
.newscar_textt_tete {
    display: flex;
    flex-wrap: nowrap;

}
.newscar_textt_title{
    font-size: 20px;
    color: #274056;
}
.newscar_textt_title a{
    color: #274056;
}
.newscar_textt_title a:hover{
    color: #333333;
}
.newscar_textt_title a:link{
    color: #274056;
}
.newscar_textt_title a:visited{
    color: #274056;
}
.newscar_textt_tete{

    font-size: 14px;
    color: #afafaf;
    margin-top: 5%;

}
.newscar_textt_monony{
    font-size: 16px;
    color: #606060;
    margin-top: 5%;
    padding-bottom: 5%;
    line-height: 1.5em;


}
.news_yujifeiy{
    font-size: 16px;
    color: #606060;

    padding-bottom: 5%;
    line-height: 1.5em;


}
.newscar_textt_monony{
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (max-width:1100px){
    .newscar_textt_title{
        font-size: 16px;
        color: #274056;
    }
    .voidti{
        font-size: 16px;
    }
    .newscar_textt_tete{

        font-size: 12px;
        color: #606060;

    }
    .newscardis_li {
        margin-top: 20px;
        width: 48%;
    }
    .void_tete {
        margin-left: 8%;
        margin-top: 1%;
        color: #284157;
		font-size: 14px;
    }
    .newscar_textt_monony{
        font-size: 22px;
        color: #274056;
        margin-top: 5%;
        padding-bottom: 5%;
    }
	.void_imim{
    float: right;

    width: 12%;
    display: none;
}

}
@media screen and (max-width:1300px){
    .newscardis_li {
        margin-top: 20px;
        width: 48%;}


}
@media screen and (max-width:800px){
    .container ul li{
        list-style: none;
        float: left;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-left: 5px;
        background-color: #ccc;
        cursor: pointer;
    }
}
