.sou-box{
    width:583px;
    height:50px;
    border:1px solid rgba(21,107,215,0.23);

    border-radius:15px;margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.buttons{
    width:80px;
    height:50px;
    background:rgba(17,104,214,1);
    border-radius:0px 15px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.buttons img{
    width: 18px;
    height: 18px;
}

.sou-box input{
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
    height: 100%;
    background: #f5f6f7;
    color: #616161;
    font-size: 20px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(97,97,97,.57);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(97,97,97,.57);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(97,97,97,.57);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color:rgba(97,97,97,.57);
}

.choose{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 20px;
}

.choose span{
    font-size:16px;
   
    font-weight:500;
    color:rgba(97,104,121,1);
    line-height:16px;
}

.choose .items{
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose .items .p-v{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 30px;
}

.flex-s{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.choose .items .p-v .imgs{
    width: 18px;
    height: 12px;
    cursor: pointer;
   background: url("/r/cms/www/default/images/top-2020-2.png")no-repeat center center /100% 100%;
}

.choose .items .p-v .imgs.active{
    background: url("/r/cms/www/default/images/top-2020-1.png")no-repeat center center /100% 100%;
}

.choose .items .p-v .imgs-bottom{
    width: 18px;
    height: 12px;
    transform: rotate(180deg);
    cursor: pointer;
    background: url("/r/cms/www/default/images/top-2020-2.png")no-repeat center center /100% 100%;
}

.choose .items .p-v .imgs-bottom.active{
    background: url("/r/cms/www/default/images/top-2020-1.png")no-repeat center center /100% 100%;
}


.choose-list{
    width: 100%;
    height: auto;
    margin-top: 28px;
}

.choose-list .items{
    width:100%;
    height:70px;
    background:rgba(245,246,247,1);
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 23px;
    box-sizing: border-box;
    margin-bottom: 11px;
}

.choose-list .items span{
    flex: 1;
    height: 100%;
    font-size:14px;
   
    font-weight:400;
    color:rgba(97,97,97,1);
    line-height:70px;
    box-sizing: border-box;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.choose-list .items .status{
    width:90px;
    height:30px;
    background:rgba(134,12,12,1);
    border-radius:15px;
    font-size:14px;
   
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    text-align: center;
    position: relative;
}

.choose-list .items .status:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -21px;
    width:1px;
    height:21px;
    background: rgba(220,224,231,1);
}

.choose-list .items .status:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -21px;
    width:1px;
    height:21px;
   background: rgba(220,224,231,1);
}


.choose-list .items .status.active{
    background:rgba(227,65,65,1);
}
.choose-list .items .status.active2{
    background:rgba(255,162,0,1);
}

.choose-list .items .status.active3{
    background:rgba(109,177,87,1);
}

.choose-list .items .time{
    font-size:14px;
   
    font-weight:400;
    color:rgba(97,97,97,1);
    line-height:34px;
    opacity:0.7;
    margin-left: 33px;
}

.jieguo{
    width: 100%;
    border-top: 1px solid  rgb(210, 210, 210);
    padding-top: 74px;
    margin-top: 30px;
}

.jieguo .text{
    font-size: 16px;

    color: rgb(97, 97, 97);

    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.jieguo .text p{
  
    color: rgb(97, 97, 97);
    text-align: center;
    width: 100%;
}
.return{
    border-radius: 10px;
    background-color: rgb(32, 113, 216);
    width: 146px;
    height: 40px;
    /* margin: 0 auto; */
    /* margin-left: auto!important; */
    /* margin-right: auto!important; */
    margin-top: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}



/* index */
@media screen and (max-width: 768px) and (min-width: 320px){
    .sou-box{
        width: 100%;
    }
    .choose-list .items .status{
        width: 50px;
    }
    .choose-list .items .status:before{
        right: -10px;
    }
    .choose-list .items .status:after{
        left: -10px;
    }
    .choose-list .items .time{
        margin-left: 16px;
    }
    .choose-list .items{
        padding: 0 10px;
    }
    .choose .items:last-child{
        margin-left: 9px!important;
    }
    .choose-list .items span{
        padding-right: 11px;
    }
}






/* content */
.newtitle{
    font-size: 18px;
   
    color: rgb(43, 51, 60);
    line-height: 2;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.newtime{
    font-size: 14px;
 
    color: rgba(97, 97, 97, 0.702);
    line-height:1;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 38px;

}
.tablist{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 34px;
    
}
.tablist .items{
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f6f7;
    color: #616161;
}
.tablist .items:first-child{
    height: 57px;
   
}
.tablist .items .div{
    width: 25%;
    height: 100%;
    line-height: 14px;
    text-align: center;
    /* line-height: 57px; */
    font-size: 14px;
    

   
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.tablist .items div:last-child{
    border-right: none;
}

.tablist .items.active{
    background: #e3e5e8;
    color: #5a667a;
    font-weight: bold;
}

.status{
    background:rgba(134,12,12,1);
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
}

.status.active{
background:rgba(227,65,65,1);
}
.status.active2{
    background:rgba(255,162,0,1);
}

.status.active3{
    background:rgba(109,177,87,1);
}


.newscontent{
    width: 100%;
    height: auto;
    border-top: 1px solid #f7f7f7;
    color: #616161;
    padding-top: 33px;
}

.newscontent .tit{
    font-size: 16px;
    line-height: 16px;
    color: #5a667a;
    margin-bottom: 16px;
    font-weight: 400;
}
.newscontent .con{
    font-size: 14px;
    line-height: 14px;
    color: #616161;
    margin-bottom: 30px;
    
}


@media screen and (max-width: 768px) and (min-width: 320px){
    .tablist .items .div{
        line-height: 14px;
    }
    .status {
        
        width: 50px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
        border-radius: 10px;
    }
}


.sou-box{
    border-radius: 10px;
}
.buttons{
    background: #2276da;
    border-radius: 0px 10px 10px 0px;
}

.tablist .items{
    height: 55px;
}
.tablist .items:first-child{
    height: 45px;
}

.choose-list .items .status{
    background: #e24301;
}

.choose-list .items .status.active{
    background: #ff671b;
}

.choose-list .items .status.active2{
    background: #fec325;
}

.choose-list .items .status.active3{
    background: #3fae49;
}

.status{
    background: #e24301;
 
}

.status.active{
    background: #ff671b;
}

.status.active2{
    background: #fec325;
}

.status.active3{
    background: #3fae49;
}

.newscontent .tit{
    font-weight: bold;
}
.newscontent .con,.newscontent .tit{
    font-size: 14px;
}
<!--ºÄÊ±1755146069.9532Ãë-->