.fw {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.4rem;
}

.yf .yf_con {
    padding-bottom: 0.67rem;
}

.pu_title {
    display: flex;
    width: 100%;
    margin-bottom: 0.25rem;
}

.pu_title img {
    display: block;
    width: 0.31rem;
    height: 0.31rem;
    padding-top: 0.06rem;
    margin-right: 0.19rem;
}

.pu_title .pu_title_left {
    display: flex;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    padding-bottom: 0.04rem;
    border-bottom: 0.01rem solid #E4E4E4;
}

.pu_title .pu_title_left .pu_title_title1 {
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #144FA6;
    line-height: 0.32rem;
}

.pu_title .pu_title_left .pu_title_title1::after {
    content: "";
    position: absolute;
    top: 0.36rem;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: #144FA6;
}

.pu_title .pu_title_left .pu_title_title2 {
    cursor: pointer;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.32rem;
}

.lj {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    margin-bottom: 0.48rem;
}

.lj .lj_item {
    display: flex;
    width: 4.65rem;
    height: 1.32rem;
    background: rgba(255, 255, 255, 0.48);
    border-right: 0.01rem solid #E6E6E6;
    border-top: 0.01rem solid #E6E6E6;
    padding: 0.24rem 0.26rem;
    box-sizing: border-box;
}

/*.lj .lj_item:nth-child(3n) {*/
/*    border-right: 0;*/
/*}*/

/*.lj .lj_item:nth-child(1),*/
/*.lj .lj_item:nth-child(2),*/
/*.lj .lj_item:nth-child(3) {*/
/*    border-top: none;*/
/*}*/

.lj .lj_item .lj_img {
    width: 0.84rem;
    height: 0.84rem;
    overflow: hidden;
    margin-right: 0.18rem;
}

.lj .lj_item .lj_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.lj .lj_item .lj_center {
    width: 2.4rem;
}

.lj_center .lj_title {
    width: 100%;
    margin-bottom: 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.21rem;
}

.lj_center .lj_btn {
    width: 0.88rem;
    height: 0.22rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
    border: 0.01rem solid #1958C7;
    box-sizing: border-box;
    margin-bottom: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #1958C7;
    line-height: 0.22rem;
    text-align: center;
}

.lj_center .lj_text {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #787878;
    line-height: 0.16rem;
}

.lj .lj_item .lj_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    width: 0.61rem;
}

.lj_right .lj_right_top {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #787878;
    line-height: 0.16rem;
}

.lj_right .lj_right_top img {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.04rem;
}

.lj_right .lj_right_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #1958C7;
    line-height: 0.21rem;
    text-align: right;
}

.kj {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0.28rem;
}

.kj .kj_itme {
    display: block;
    width: 2.12rem;
    height: 3.67rem;
    background: #FFFFFF;
    border: 0.01rem solid rgba(0, 0, 0, 0.16);
    margin-right: 0.25rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}

.kj .kj_itme:nth-child(6n) {
    margin-right: 0;
}

.kj .kj_itme .kj_item_img {
    width: 2.12rem;
    height: 2.12rem;
    overflow: hidden;
    margin-bottom: 0.14rem;
}

.kj_item_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.kj_itme:hover .kj_item_img img {
    transform: scale(1.1);
}

.kj_itme .kj_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.14rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
}

.kj_itme .kj_item_top .kj_item_mon {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.18rem;
    color: #EF1E1F;
    line-height: 0.18rem;
}

.kj_item_mon span {
    font-size: 0.12rem;
    line-height: 0.12rem;
    font-weight: 400;
}

.kj_itme .kj_item_top .kj_item_loc {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #787878;
    line-height: 0.16rem;
}

.kj_item_loc img {
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.04rem;
}

.kj_itme .kj_item_title {
    margin-bottom: 0.3rem;
    width: 100%;
    padding: 0 0.14rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    line-height: 0.18rem;
}

.kj_itme .kj_item_text {
    width: 100%;
    padding: 0 0.14rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #999999;
    line-height: 0.12rem;
}

.ts {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0.28rem;
}

.ts .ts_item {
    display: block;
    width: 2.2rem;
    height: 3.16rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #E6E6E6;
    padding: 0.22rem 0.2rem 0;
    margin-right: 0.125rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}

.ts .ts_item:nth-child(3n) {
    margin-right: 0;
}

.ts .ts_item img {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.06rem;
    margin: 0 auto 0.16rem;
    object-fit: cover;
}

.ts .ts_item .ts_item_title {
    width: 100%;
    margin-bottom: 0.08rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.18rem;
    color: #1E1E1E;
    line-height: 0.21rem;
    text-align: center;
}

.ts .ts_item .ts_item_title1 {
    margin-bottom: 0.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #1958C7;
    line-height: 0.18rem;
    text-align: center;
}

.ts .ts_item .ts_item_text {
    width: 100%;
    height: 0.6rem;
    margin-bottom: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #9A9AB4;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ts .ts_item .ts_item_btn {
    width: 100%;
    height: 0.32rem;
    background: #1958C7;
    border-radius: 0.03rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    text-align: center;
}

.sc {
    display: flex;
    width: 100%;
    margin-bottom: 0.48rem;
}

.sc .sc_item {
    width: 4.5rem;
    margin-right: 0.25rem;
}

.sc .sc_item:last-child {
    margin-right: 0;
}

.sc .sc_item .sc_item_top {
    display: flex;
    cursor: pointer;
    margin-bottom: 0.3rem;
}

.sc_item_top .sc_item_img {
    width: 1.68rem;
    height: 0.95rem;
    overflow: hidden;
    margin-right: 0.18rem;
}

.sc_item_top .sc_item_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.sc_item_top .sc_item_img:hover img {
    transform: scale(1.1);
}

.sc_item_top .sc_item_text {
    width: 2.64rem;
}

.sc_item_top .sc_item_text .sc_item_title {
    width: 100%;
    height: 0.52rem;
    margin-bottom: 0.17rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.sc_item_top .sc_item_text .sc_item_time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #878B8E;
    line-height: 0.26rem;
    text-align: right;
}

.sc_item .sc_item_list {
    position: relative;
    display: block;
    width: 4.5rem;
    padding-left: 0.16rem;
    box-sizing: border-box;
    margin-bottom: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    line-height: 0.16rem;
}

.sc_item .sc_item_list::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #2C5DAD;
}

.sc_item .sc_item_list:last-child {
    margin-bottom: 0;
}

.languages {
    display: flex;
    width: 100%;
    padding-bottom: 0.83rem;
}

.languages .lgus_left {
    width: 4.67rem;
    margin-right: 0.52rem;
}

.languages .lgus_left .lgus_left_item {
    display: flex;
    width: 100%;
    height: 1.32rem;
    background: rgba(255, 255, 255, 0.48);
    border-top: 0.01rem solid #E6E6E6;
    border-left: 0.01rem solid #E6E6E6;
    border-right: 0.01rem solid #E6E6E6;
    padding: 0.24rem 0.26rem 0.24rem 0.26rem;
    box-sizing: border-box;
}

.languages .lgus_left .lgus_left_item:last-child {
    border-bottom: 0.01rem solid #E6E6E6;
}

.lgus_left_item .lgus_left_img {
    width: 0.84rem;
    height: 0.84rem;
    border: 0.01rem solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.03rem;
    margin-right: 0.18rem;
}

.lgus_left_item .lgus_left_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.06rem;
}

.lgus_left_item .lgus_left_cen {
    width: 2.47rem;
}

.lgus_left_item .lgus_left_cen .lgus_left_title {
    margin-bottom: 0.12rem;
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.21rem;
}

.lgus_left_item .lgus_left_cen .lgus_left_text {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #787878;
    line-height: 0.16rem;
}

.lgus_left_item .lgus_left_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 0.61rem;
    margin-left: 0.05rem;
}

.lgus_left_item .lgus_left_right .lgus_left_loc {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #787878;
    line-height: 0.16rem;
}

.lgus_left_loc img {
    display: block;
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.04rem;
}

.lgus_left_item .lgus_left_right .lgus_left_btn {
    margin-top: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #1958C7;
    line-height: 0.21rem;
    text-align: right;
}

.languages .lgus_right {
    width: 3.62rem;
}

.languages .lgus_right .lgus_right_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.95rem;
    background: #144FA6;
    border-radius: 0.04rem;
    margin-bottom: 0.56rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
}

.languages .lgus_right .lgus_right_item:last-child {
    margin-bottom: 0;
}

.lgus_right_item img {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.08rem;
}

.new_item{
    width: 100%;
    height: 1.12rem;
    margin-bottom: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E6E6E6;
    display: flex;
    padding: 0.21rem;
    box-sizing: border-box;
    align-items: center;
}

.new_item:last-child{
    margin-bottom: 0;
}

.new_ava{
    width: 0.7rem;
    height: 0.7rem;
    object-fit: cover;
}

.new_item_center{
    margin-left: 0.2rem;
    width: 4.47rem;
    margin-right: 0.2rem;
}

.new_item_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.16rem;
    color: #18263A;
}

.new_item_decBox{
    display: flex;
    margin-top: 0.28rem;
}

.new_item_decBox>p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #878B8E;
}

.new_item_ly{
    width: 1.82rem;
    /*height: 0.2rem;*/
    background: #ECF5FC;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    text-align: center;
    line-height: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.12rem;
    color: #3D3D3D;
    margin-left: 0.1rem;
}

.new_item_btn{
    width: 0.9rem;
    /*height: 0.28rem;*/
    background: #144FA6;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    transition: all 0.6s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.12rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.18rem;
    padding:0.08rem 0 0.1rem;
}

.new_item:hover .new_item_btn{
    transform: scale(1.06);
}

.new_item_last{
    margin-left: 0.2rem;
}

.new_item_top{
    width: 5.57rem;
    display: flex;
    justify-content: space-between;
}

.new_item_position{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.16rem;
    color: #18263A;
}

.new_item_price{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.22rem;
    color: #EF1F1F;
}

.new_item_bottom{
   width: 5.57rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.24rem;
}

.new_item_xx{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #878B8E;
}

.new_item_address{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #878B8E;
}

