/*样式*/
.home1 .right ul {
    border-left: 1px solid #dfdfdf;}
.section2-BodyslickItem {
    padding-top: 4%;
    padding-bottom: 3.5%;
    position: relative;
    padding-left: 3%;}
.section2-Body-Con {
    display: block;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 120px;
    position: absolute;
    left: 3%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);}
.section2-Body-Date {
    float: right;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 微软雅黑;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);}
.section2-BodyslickItem::before {
    position: absolute;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #1a54a9;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);}
@media screen and (max-width: 1024px){
.section2-BodyslickItem {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 42px;
    position: relative;
    padding-left: 15px;}
.section2-Body-Con {
    position: static;
    top: 0;
    transform: translateY(0);}
.home1 .right {
    width: 48%;
    padding-left: 2%;}
}
@media screen and (max-width: 1000px){

.home1 .right {
    width: 100%;}
}
@media screen and (max-width: 480px){
.section2-Body-Con {
    width: 65.7%;}}
