.newslist {
    width: 100%;
}

.newslist .item {
    width: 100%;
    display: flex;
    margin-bottom: 33px;
} 

.newslist .item:hover .info h3{
    color: #0092B8;
}

.newslist .item:hover img{
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.newslist .item img {
    width: 175px;
    max-height: 132px;
    border-radius: 6px;
    transition: all .5s;
}

.newslist .item .info {
    flex: 1;
    margin-left: 24px;
    overflow: hidden;
}

.newslist .item .info h3 {
    color: #1F2937;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist .item .info p {
    color: #4B5563;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
}

.newslist .item .info .bot {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #6B7280;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.newslist .item .info .bot span:nth-child(2) {
    color: #00A63E;
}

.cpintro p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-indent: 2em;
}

.ywlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.ywlist .item {
    width: 384px;
    height: 278px;
    margin-right: 24px;
    border-radius: 16px;
    background: #FFF;
    transition: all .3s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.ywlist .item img{
    display: block;
    width: 100%;
}

.ywlist .item:nth-child(1),
.ywlist .item:nth-child(2),
.ywlist .item:nth-child(3) {
    margin-bottom: 24px;
}

.ywlist .item:nth-child(3n) {
    margin-right: 0;
}

.ywlist .item .info {
    width: 100%;
    padding: 20px 20px 0;
}

.ywlist .item .info h3 {
    color: #101828;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
}

.ywlist .item .info p {
    color: #6A7282;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.25px;
}

.ywlist .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.teamcon {
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.teamcon>img{
    max-width: 264px;
    transition: all .5s;
}
.teamcon>img:hover{
    transform:scale(1.05);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.teamnr {
    flex: 1;
    margin-left: 53px;
}

.teamnr h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 16px;
    background: url(../img/bgline.png) 0 bottom no-repeat;
}

.teamnr h1 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 16px;
}

.teamnr ul li {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
    position: relative;
}

.teamnr ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: 15px;
}

.newsarc .newsarc_title {
    text-align: center;
}

.newsarc .newsarc_title h1 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}

.newsarc .newsarc_title p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.60);
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsarc .newsarc_title p span:first-child {
    margin-right: 40px;
}

.newsarc_con {
    margin-top: 40px;
}

.newsarc_con p {
    color: #000;
    font-size: 16px;
    line-height: 40px;
}

.newsarc_con img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
}

.lxwmleft {
    width: 535px;
}

.lxwmrig {
    width: 614px;
}

#dituContent {
    width: 744px;
    height: 655px;
}

.lxwmrig a img {
    display: block;
    width: 100%;
}

.lxwmleft ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    align-self: stretch;
    margin-bottom: 32px;
}

.lxwmleft ul li .img {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.lxwmleft ul li h4 {
    color: rgba(75, 85, 99, 0.40);
    font-size: 20px;
    line-height: 40px;
}


.lxwmleft ul li p {
    color: #4B5563;
    font-size: 24px;
    line-height: 40px;
}

.formnr {
    width: 735px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    border-radius: 64px;
    background: #fff;
    overflow: hidden;
    position: absolute;
}

.formnr .item {
    width: 735px;
    height: 64px;
    padding: 13px 78px 13px 30px;
}

.formnr .item input {
    display: block;
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 18px;
    background: transparent;
}

.formnr .item button {
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: url(../img/icon_search.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 10px;
}

.formnr .item input::placeholder {
    color: #ccc;
}

.common404 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common404 h1 {
    color: #999;
    font-family: "Noto Sans SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin-bottom: 18px;
}

.common404 p {
    color: #999;
    font-family: "Noto Sans SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
}

.common404 p a {
    color: #0072F5;
}

.searchnone {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .cpintro p {
        font-size: 15px;
        line-height: 28px;
        text-indent: 2em;
        text-align: justify;
    }

    .newslist .item {
        margin-bottom: 24px;
    }

    .newslist .item .info {
        margin-left: 0;
    }

    .newslist .item .info h3 {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .newslist .item .info p {
        font-size: 13px;
    }

    .newslist .item .info .bot {
        margin-top: 15px;
    }

    .newslist .item img {
        width: 100px;
        margin-right: 15px;
        border-radius: 3px;
    }

    .newslist.zhuanjia .item .info h3 {
        white-space: wrap;
        overflow:visible;
    }

    .newslist.zhuanjia .item .info p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-height: 0;
    }

    .newsarc .newsarc_title h1 {
        font-size: 16px;
        line-height: 25px;
    }

    .newsarc .newsarc_title p {
        font-size: 13px;
    }

    .newsarc .newsarc_title p span:first-child {
        margin-right: 20px;
    }

    .newsarc_con p {
        font-size: 15px;
        line-height: 28px;
        text-align: justify;
    }

    .newsarc_con img {
        width: 100%;
        margin: 20px auto;
    }

    .teamcon {
        flex-direction: column;
    }

    .teamcon>img {
        width: 150px;
        margin: 0 auto 20px;
    }

    .teamnr {
        flex: 1;
        margin-left: 0;
    }

    .teamnr ul li {
        padding-left: 0px;
        font-size: 15px;
        line-height: 28px;
        text-indent: 2em;
        position: relative;
    }

    .teamnr ul li::before {
        display: none;
    }

    .teamnr h1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        padding-bottom: 8px;
        margin-bottom: 10px;
        background: none;
    }

    .teamnr h1 span {
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        margin-left: 0;
    }

    .ywlist {
        margin-top: 0;
    }

    .ywlist .item {
        width: 100%;
        height: 278px;
        margin-right: 0;
        border-radius: 8px;
        background: #FFF;
        margin-bottom: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
        overflow: hidden;
    }

    .ywlist .item:nth-child(1),
    .ywlist .item:nth-child(2),
    .ywlist .item:nth-child(3) {
        margin-bottom: 12px;
    }

    .ywlist .item img {
        display: block;
        width: 100%;
    }

    .lxwmleft {
        width: 100%;
    }

    .lxwmleft ul li .img {
        width: 42px;
        height: 42px;
    }

    .lxwmleft ul li h4 {
        font-size: 13px;
        line-height: 26px;
    }

    .lxwmleft ul li p {
        font-size: 15px;
        line-height: 26px;
    }

    .lxwmrig {
        width: 100%;
    }

    #dituContent {
        width: 100%;
        height: 317px;
    }

    .formnr {
        width: calc(100% - 30px);
        height: 44px;
        display: flex;
        align-items: center;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 44px;
        background: transparent;
        overflow: hidden;
        position: absolute;
    }

    .formnr .item {
        flex: 1;
        width: auto;
        height: 44px;
        padding: 0 15px;
        line-height: 44px;
        background: #fff;
        border-radius: 44px;
        position: relative;
    }

    .formnr .item input {
        font-size: 14px;
    }

    .formnr .item button {
        width: 19px;
        height: 19px;
        cursor: pointer;
        background: url(../img/icon_search.png) center center no-repeat;
        background-size: cover;
        position: absolute;
        right: 15px;
        top: 13px;
    }

    .formnr span {
        width: 40px;
        color: #11A2E9;
        font-size: 14px;
        line-height: normal;
        text-align: right;
    }

    .common404 img {
        width: 182px;
        margin-bottom: 14px;
    }

    .common404 h1 {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .common404 p {
        font-size: 15px;
    }

    .searchnone {
        display: block;
        width: 100%;
    }
    .cpintro p img{
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
    }
}