.banner .more {
    width: 263px;
    height: 140px;
    cursor: pointer;
    position: absolute;
    margin: 19% 59%;
}

.company {
    background-color: #FFFFFF;
    border: 1px solid rgba(164, 166, 181, 0.1);
    padding: 24px;
}

.company .sp-vr {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: rgba(140, 140, 140, 0.2);
}

.company .intro-img {
    width: 100%;
    margin-bottom: 12px;
}

.name {
    padding: 1px 12px;
    background: linear-gradient(90deg, #F5F6F7 0%, rgba(245, 246, 247, 0.4) 100%);
}

.name h3 {
    height: 29px;
    font-weight: bold;
    font-size: 24px;
    color: #1A448A;
    line-height: 29px;
}

.name p {
    margin-top: -11px;
    color: #6F6F6F;
    line-height: 17px;
}

.desc {
    margin: 10px auto;
    line-height: 24px;
    color: #444444;
}

ul {
    list-style: none;
    padding: 0;
    margin-top: 18px;
}

ul li {
    margin-bottom: 24px;
}

ul .title {
    color: #127FBB;
    font-size: 18px;
}

li div {
    display: inline-block;
}

ul p {
    font-weight: 400;
    color: #6F6F6F;
    line-height: 24px;
}

ul img {
    width: 110px;
    border-radius: 3px;
}

ul .text {
    margin: 0 10px;
    vertical-align: top;
}

.corporate {
    background-color: #fff;
    border: 1px solid rgba(164, 166, 181, 0.1);
    padding: 24px;
}

.corporate .item {

}

.corporate .news {
    color: #127FBB;
    display: flex;
}

.corporate .tname {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}
.corporate .tname a{
        color: #127FBB;
    text-decoration: none;
}
.corporate .detail {
    font-weight: 500;
    font-size: 12px;
    margin: 3px 16px;
    cursor: pointer;
    user-select: none;
}

.corporate .detail a {
    color: #127FBB;
    text-decoration: none;
}

.corporate .detail a:visited {
    color: #127FBB;
}

.corporate .detail img {
    margin-top: -2px;
    vertical-align: middle;
}

.corporate .desc {
    margin-top: 8px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
    text-align: left;
}

.corporate .more {
    font-weight: 400;
    color: #127FBB;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    user-select: none;
    margin: -11px 0;
}

.corporate .more img {
    width: 12px;
    height: 12px;
}

.corporate .sp-hr {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background-color: rgba(140, 140, 140, 0.2);
}

.cooperate {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.cooperate .item {
    width: 24%;
    margin-left: 1%;
    margin-bottom: 10px;
}

.cooperate .item img {
    width: 100%;
}