.ncon {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 20px 0 40px 0;
}

.w1280 {
    width: 70%;
    margin: 0 auto;
}
.cteam {
    padding-bottom: 30px;
}
.cteam ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
ul, li {
    list-style-type: none;
}
.cteam ul li {
    background: #fff;
    padding: 30px;
}

ul, li {
    list-style-type: none;
}
.cteam ul li .cteaml {
    width: 180px;
    height: auto;
}
.fl {
    float: left;
}
.fl {
    float: left;
}
.cteam ul li .cteaml a {
    display: block;
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none;
    color: #333333;
    outline: none;
}
.cteam ul li .cteaml a .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 10px;
}

.cteam ul li .cteaml a .img img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
img {
    border: 0;
}
a, img {
    -webkit-touch-callout: none;
}
.cteam ul li .cteaml a .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(https://xystcdn.xydec.com.cn/static/xy2022/images/team_icon1.png) no-repeat 46px 50% #e50120;
    font-size: 16px;
    color: #fff;
    text-indent: 75px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    display: none;
}
.cteam ul li .cteamr {
    width: 365px;
    height: auto;
}
.fr {
    float: right;
}
.fr {
    float: right;
}
.cteam ul li .cteamr .cteamrt .cteamrtl {
}
.fl {
    float: left;
}
.fl {
    float: left;
}
.cteam ul li .cteamr .cteamrt .cteamrtl .tit {
    font-size: 18px;
    line-height: 32px;
    color: #272727;
}
.cteam ul li .cteamr .cteamrt .cteamrtl .info {
    padding-left: 17px;
    line-height: 26px;
    background: url(https://xystcdn.xydec.com.cn/static/xy2022/images/team_icon2.png) no-repeat left 50%;
    color: #999999;
    font-size: 14px;
}
.cteam ul li .cteamr .cteamrt .cteamrtr {
}

.fr {
    float: right;
}
.cteam ul li .cteamr .cteamrt .cteamrtr a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px #999999 solid;
    color: #666666;
}

a {
    text-decoration: none;
    color: #333333;
    outline: none;
}
.cl {
    clear: both;
}
.cteam ul li .cteamr .con {
    margin: 6px auto 14px auto;
}
.cteam ul li .cteamr .con .con_tit {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.textHidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cteam ul li .cteamr .con .con_info {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}
.cteam ul li .cteamr .con .con_info span {
    color: #777777;
}
.cteam ul li .cteamr .ctlist {
}
.cteam ul li .cteamr .ctlist dl {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.cteam ul li .cteamr .ctlist dl dd a {
    display: block;
    width: 170px;
    height: 94px;
    overflow: hidden;
    background: #f1f1f1;
}

a {
    text-decoration: none;
    color: #333333;
    outline: none;
}
.cteam ul li .cteamr .ctlist dl dd a img {
    width: 100%;
    display: block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
img {
    border: 0;
}
a, img {
    -webkit-touch-callout: none;
}
.cteam ul li .cteamr .ctlist dl dd a {
    display: block;
    width: 170px;
    height: 94px;
    overflow: hidden;
    background: #f1f1f1;
}
a {
    text-decoration: none;
    color: #333333;
    outline: none;
}
.cteam ul li .cteamr .ctlist dl dd a img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
img {
    border: 0;
}
a, img {
    -webkit-touch-callout: none;
}
.cl {
    clear: both;
}



@media (max-width: 480px) {
    .w1280 {
        width: 100% ;
        padding: 0 20px;
    }

    .cteam ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .cteam ul li .cteaml
    {
        width: 100%;
        height: auto;
    }
    .cteam ul li .cteaml a .img {
        width: 30%;
        height: auto;
        overflow: hidden;
        background: #f1f1f1;
        border-radius: 10px;
    }

    .cteam ul li .cteamr {
        width: 100%;
        height: auto;
    }

    .cteam ul li {
        /* width: 42vh; */
        width: 72%;
        background: #fff;
        /* padding: 30px; */
    }
    .cteam ul li .cteamr .ctlist dl dd a {
        display: block;
        width: 100%;
        height: 75px;
        overflow: hidden;
        background: #f1f1f1;
    }
    .ncon {
        width: 100%;
        height: auto;
        background: #f9f9f9;
    }
    


}




