@charset "utf-8";

/**基本格式开始***************/

ul {
    list-style: none;
}

img,
a img {
    border: none;
}

a {
    text-decoration: none;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}


/**基本格式结束***************/

.bodyCon08 .students {
    margin: 0 auto;
    width: 1280px;
    height: 416px;
    position: relative;
}

.bodyCon08 .students p.PP {
    width: 510px;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 300px;
}

#four_flash {
    position: relative;
    width: 1280px;
    height: 356px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
}

#four_flash .flashBg {
    width: 1238px;
    height: 356px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#four_flash .flashBg ul.mobile {
    width: 2000%;
    height: 356px;
    position: absolute;
    top: 15;
    left: 0;
}

#four_flash .flashBg ul.mobile li {
    border: 1px solid #ededed;
    float: left;
    width: 376px;
    height: 356px;
    margin-left: 27.5px;
    padding-top: 0px;
    color: #6C6E85;
    transition: all 1s ease 0s;
}


/*#four_flash .flashBg ul.mobile li:hover{
    border: 1px solid rgba(0,200,217,0.80);
    color: #000;
    -webkit-box-shadow: 0px 0px 5px 10px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,.5);
}*/

#four_flash .flashBg ul.mobile li img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border: 0px solid #343851;
    border-radius: 0px;
    object-fit: cover;
}

#four_flash .flashBg ul.mobile li dd {
    font-size: 14px;
    margin: 10px 20px 5px 20px;
    height: 50px;
    color: #000;
    font-weight: 600
}

#four_flash .flashBg ul.mobile li p {
    margin: 0 20px;
}

#four_flash .flashBg ul.mobile li a:hover dd {
    color: red;
}

#four_flash .flashBg ul.mobile li a:hover p {
    color: red;
}

#four_flash .but_left {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 0px;
}

#four_flash .but_right {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 100px;
    right: 0px;
}

#four_flash .but_left:hover {
    background: url(/statics/picture/qianxleft1.png) no-repeat;
    background-size: 25px 50px;
}

#four_flash .but_right:hover {
    background: url(/statics/picture/qianxr1.png) no-repeat;
    background-size: 25px 50px;
}