.cont {
    width: 14rem;
    margin: 0 auto;
    padding-top: 0.4rem;
    padding-bottom: 0.42rem;
}

.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;
}


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

.kj_news .news_left {
    margin-right: 0.2em;
}

.kj_news .news_left:last-child {
    margin-right: 0;
}

.kj_news .news_left .news_top {
    display: flex;
    margin-bottom: 0.35rem;
}

.news_top .news_img {
    display: block;
    width: 2.27rem;
    height: 1.7rem;
    overflow: hidden;
    margin-right: 0.21rem;
}

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

.news_top .news_img:hover img {
    transform: scale(1.1);
}

.news_top .news_title1 {
    width: 4.42rem;
}

.news_top .news_title1 .news_title2 {
    width: 100%;
    height: 0.64rem;
    margin-bottom: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #081C2E;
    line-height: 0.32rem;
}

.news_top .news_title1 .news_title3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #8C9194;
    line-height: 0.32rem;
}

.kj_news .news_item {
    position: relative;
    display: block;
    width: 6.66rem;
    padding-left: 0.16rem;
    margin-bottom: 0.24rem;
    transition: all 0.3s;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    /*line-height: 0.16rem;*/
}

.kj_news .news_item:hover {
    transform: translateX(-0.05rem);
}

.kj_news .news_item:last-child {
    margin-bottom: 0;
}

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

.rc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0.32rem;
}

.rc .rc_item {
    display: flex;
    margin-right: 0.25rem;
    margin-bottom: 0.16rem;
    padding-bottom: 0.16rem;
    width: 4.5rem;
    border-bottom: 0.01rem dashed #DDDDDD;
}

.rc .rc_item:nth-child(3n) {
    margin-right: 0;
}

.rc .rc_item .rencai_img {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 0.06rem;
    overflow: hidden;
}

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

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

.rc .rc_item .rencai_text {
    margin-left: 0.12rem;
}

.rencai_text .name {
    margin-bottom: 0.06rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.26rem;
}

.rencai_text .rencai_text_title {
    display: flex;
    align-items: center;
}

.rencai_text .rencai_text_title .rencai_text_title1 {
    margin-right: 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #878B8E;
    line-height: 0.12rem;
}

.rencai_text .rencai_text_title .rencai_text_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.2rem;
    background: #ECF5FC;
    border-radius: 0.03rem;
    padding: 0 0.07rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #3D3D3D;
    margin-left: .06rem;
}

.rc .rc_item .rencai_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.9rem;
    height: 0.28rem;
    background: #144FA6;
    border-radius: 0.02rem;
    transition: all 0.3s;
    margin-left: auto;
    margin-top: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
}

.rc .rc_item .rencai_btn:hover {
    background: rgba(20, 79, 166, 0.8);
}
@media only screen and (max-width: 1024px) {
.cont{
    width: 92%;
    margin-top: 1rem;
}
.pu_title .pu_title_left .pu_title_title1{
    font-size: 0.24rem;
}
.pu_title .pu_title_left .pu_title_title2{
    font-size: 0.24rem;
}
.news_top .news_img {
  width: 35%;
  margin-right: 3%;
  height: auto;
}
.news_top .news_title1 {
  width: 60%;
}
.news_top .news_title1 .news_title2{
    font-size: 0.24rem;
    margin-bottom: .2rem;
}
.news_top .news_title1 .news_title3 {
  font-size: 0.24rem;
}
.kj_news .news_left:last-child {
  margin-right: 0;
  width: 100%;
}
.kj_news .news_item {
  font-size: 0.24rem;
  width: 100%;
}
.rc .rc_item {
  width: 100%;
  margin-right: 0;
}
.rc .rc_item .rencai_img {
  width: 25%;
  height: auto;
}
.rc .rc_item .rencai_btn{
    width: 25%;
  height: auto;
  font-size: 0.24rem;
}
.rc .rc_item .rencai_text {
  margin-left: 0.12rem;
  width: 45%;
}
.rencai_text .name{
    font-size: 0.24rem;
}
.rencai_text .rencai_text_title .rencai_text_title1{
    font-size: 0.24rem;
}
.rencai_text .rencai_text_title {
  display: block;
}
.rencai_text .rencai_text_title .rencai_text_title1 {
  font-size: 0.24rem;
  line-height: .3rem;
}
.rencai_text .rencai_text_title .rencai_text_btn {
  font-size: 0.24rem;
  margin-bottom: .1rem;
  margin-top: .1rem;
  height: auto;
}
}