/**组件样式**/
.px ul li {
    width: 16.67%;
    text-align: center;}

.px ul {
    background: url(https://vpn.uoh.edu.cn/http-8080/77726476706e69737468656265737421a1a70fcd777e39003059d9f5/system/_owners/cwc_x/_webprj/image/ks-bg.png)repeat-x;
    height: 100px;}

.px ul li a {
    display: block;
    text-align: center;
    overflow: hidden;
    height: 100px;
    line-height: 100px;}

.px ul li a div {
    display: inline-block;
    vertical-align: -20px;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 2px dotted #f7f9f9;
    position: relative;
    z-index: 1;}

.px ul li a div:after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 32px;
    height: 32px;
    background: rgba(150, 193, 250, 0.3);
    border-radius: 50%;
    z-index: -1;}

.px ul li a div img {
    width:auto;
    max-height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

.px ul li a span {
    font-size: 20px;
    color: #ffffff;
    margin-left: 20px;}

#px {
    margin-top: -100px;}

.px ul li:hover {
    background-color: #196eaf;}

@media screen and (max-width: 1400px) {
    #px .px1400 {
        padding-left: 0;
        padding-right: 0;
        margin-left:0 ;
        margin-right:0 ;}
    .px ul li a span{
        font-size: 18px;}
}

@media screen and (max-width: 1024px) {
    
    .px ul li a div {
        width: 40px;
        height: 40px;
        vertical-align: -15px;}
    .px ul li a span {
        font-size: 16px;}
    .px ul {
        height: 80px;}
    .px ul li a {
        height: 80px;
        line-height: 80px;}
    .px ul li a div:after {
        width: 22px;
        height: 22px;}
    }
.px ul li{width:100%;}
