
    .one{
    margin-top: 64px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 400px;
    overflow: visible;
    background-position: 50%;
    background-size: auto 100%;
    }
    
    .currency{
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 24px auto;
    }
    .one .currency .sousuo{
        box-sizing: border-box;
        flex-basis: 710px;
        flex-shrink: 1;
        margin-right: 16px;
        padding: 36px 32px 33px 0;
        background: transparent;
    }
    .one .currency .sousuo_right{
        box-sizing: border-box;
        flex-basis: 440px;
        margin: 15px 0;
        flex-shrink: 1;
        padding: 24px;
        background: #fff;
    }
    .one .currency .sousuo .introduce-wrapper {
    width: 90%;
}
.one .currency .sousuo .introduce-wrapper .introduce-title {
    margin: 32px 0;
    color: #323233;
    font-size: 48px;
    line-height: 48px;
}

.one .currency .sousuo .introduce-wrapper .search-box {
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: 30px;
}
.home-search-area-box {
    position: relative;
    width: 100%;
    height: 48px;
}
.home-search-area-box-search {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.home-search-area-box-search .search-input {
    flex: 1;
    padding: 0;
    font-size: 16px;
    background-color: transparent;
    border: none;
}
input:focus{
    border:none;
    outline: none;
}
.one .currency .sousuo .introduce-wrapper .search-box .search-button {
    color: #fff!important;
    background-color: #323233!important;
    border: none!important;
    transition: all .3s;
    border-radius: 19px;
    padding: 5px 20px 0;
    cursor: pointer;
}
.home-search-area-box .home-search-keyword {
    display: inline-block;
    margin-top: 24px;
    font-size: 14px;
}
.home-search-area-box .home-search-keyword span {
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
    color: #155bd4;
    font-size: 14px;
    cursor: pointer;
}
.sousuo_right .notice-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.sousuo_right .notice-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    cursor: pointer;
}
.sousuo_right .notice-content-item .notice-content-item-main {
    display: flex;
    align-items: center;
}
.sousuo_right .notice-content-item .notice-content-item-main .notice-content-item-tag.newest {
    color: #d40000;
    background: #ffebeb;
    font-size: 12px;
    padding: 4px;
}
.sousuo_right .notice-content-item .notice-content-item-main .notice-content-item-content {
    width: 263px;
    overflow: hidden;
    color: #323233;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sousuo_right .notice-content-item .notice-content-item-time {
    color: #323233;
    text-align: right;
}

.home-situation-page{
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    color: var(--theme-stroke-1,#323233);
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    width: 100%;
    font-family: Pingfang SC;
    background-color: #fff;
}
.home-situation-page .content {
    max-width: 1200px;
    min-width: 952px;
    display: flex;
    margin: 0 auto;
    padding: 36px 24px;
    background: #fff;
}
.home-situation-page .content .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    width: 220px;
    height: 260px;
    padding: 15px 25px;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 2px;
    text-align: center;
}
.home-situation-page .content .card .title {
    font-size: 18px;
}
.home-situation-page .content .card .describe {
    color: #646566;
    font-size: 14px;
    line-height: 1.5em;
}
.home-situation-page .content .card .zent-btn {
    color: #155bd4;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #bbb;
    cursor: pointer;
}
.home-situation-page .content .card:hover {
    box-shadow: 0 0 20px #dcdee0;
}


.home-situation-page .content .appList {
    position: relative;
    display: flex;
    width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fff;
}
.home-situation-page .content .appList .blueLine {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    margin-right: 14px;
    border: 2px solid #155bd4;
}
.home-situation-page .content .appList .title {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    font-size: 24px;
    margin-left: 20px;
}
.home-situation-page .content .appList .links {
    margin-bottom: 26px;
    margin-left: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.home-situation-page .content .appList .links a{
    color: #646566;
}

.home-situation-page .content .appList .more {
    color: #155bd4;
    font-size: 14px;
    margin-left: 20px;
}
.document-feedback {
    position: fixed;
    top: 60%;
    right: 20px;
    z-index: 10;
}
.document-feedback .list {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    font-size: 12px;
    color: #646566;
    line-height: 14px;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 10px 12px;
    cursor: pointer;
    margin-top: 16px;
}
.document-feedback .list:first-child {
    margin-top: 0;
}
.document-feedback .scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.document-feedback .list {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    font-size: 12px;
    color: #646566;
    line-height: 14px;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 10px 12px;
    cursor: pointer;
    margin-top: 16px;
}

.news_list ul{
    margin:20px 0;
    width: 100%;
}

.news_list .lists{
    list-style: none;
    padding: 10px 30px 30px;
    border: solid #eee 1px;
}

.cont{
    width: 1200px;
    margin: 0 auto;
}
.news_list .lists:hover {
    box-shadow: 0 0 20px #dcdee0;
}
.news_list .lists h3{
    color: #333;
}
.news_list .lists p{
    line-height: 28px;
    color: #666;
}
.feny{
    width: 100%;
    margin-top: 20px;
}
.feny ul{
    text-align: center;

}
.feny li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;

}
.feny li a{
    padding: 5px 10px;
    border: solid 1px #007aff;
    cursor: pointer;
}

.feny a:hover{
    color: #fff;
    background: #007aff;
}

@media ( max-width :768px) {
.one .currency .sousuo{
    padding: 36px 32px 33px 30px;
    margin-right: 0;
}
.one .currency .sousuo_right{
	display: none;
}
.one .currency .sousuo .introduce-wrapper{
    width: 100%;
}
.home-situation-page .content{
    display:block;
    min-width:0;
}
.home-situation-page .content .card{
    width: 100%;
}
.home-situation-page .content .appList{
    width: 49%;
    display: inline-block;
}
.cont{
    width: 100%;
    padding: 0 10px;
}
}
