@charset "UTF-8";

.Partners {
    padding-top: 20px;
    /* text-align: center; */
    background-color: #fff;
    /* margin-left: 5%; */
}

.Partners_title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 5%;
    position: relative;
    font-family: 'din 2014 bold';
}
.Partners_title-lf{
    width: 114px;
    height: 2px;
    background: #DADADA;
    position: absolute;
    left: -120%;
    top: 24px;
}
.Partners_title-lf div{
    border-width: 0px;
    width: 30px;
    height: 4px;
    background-color: rgba(11, 69, 219, 1);
    float: right;
}
.Partners_title-rt{
    width: 100px;
    height: 4px;
    background: #DADADA;
    position: relative;
    right: -3%;
    top: -4px;
    display: inline-block;
}

.Partners_title-rt div{
    border-width: 0px;
    width: 30px;
    height: 4px;
    background-color: rgba(11, 69, 219, 1);
}

.Partners_tit {
    margin: 0 auto;
    height: 38px;
    margin-bottom: 30px;
}

.cpyfw_list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex-wrap: wrap;
    margin-top: 3%;
    margin-bottom: 3%;
}

.index_icon {
    height: 20px;
    width: 23px;
    margin-right: 10px;
    vertical-align: middle;
    /* margin-bottom: 10px; */
}

.cpyfw_list>h3 {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    padding-left: 6px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    border-left: 4px solid #1AD6DC;
}

.cpyfw_list>img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 80px;
}

.cpyfw_list .list_con {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.cpyfw_list .list_con h4 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    /* line-height: 76px; */
    text-align: center;
}

.cpyfw_list .list_con h4>img {
    display: inline-block;
    vertical-align: middle;
}

/* .cpyfw_list .list_con p {
    color: #333;
    font-family: NotoSansHans-Light, "PingFang SC", "微软雅黑", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
} */

.Partners_img {
    width: 190px;
    height: 190px;
    vertical-align: middle;
    margin: 0 !important;
}

.mt30 {
    margin-top: 30px;
}

.pl80 {
    /* padding-left: 80px; */
    margin-bottom: 20px;
}




/*  */
@media screen and (max-width: 1024px) {
    .Partners_img {
        width:190px;
        height: 190px;
    }
}

@font-face {
    font-family:'din 2014 bold';
    src: url(../DIN2014/DIN2014-Bold.ttf);
}
@font-face {
    font-family:'din 2014 regular';
    src: url(../DIN2014/DIN2014-Regular.ttf
    );
}
