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

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

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

.news_right {
    padding-top: 0.05rem;
}

.df {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.23rem;
}

.df .df_item {
    display: block;
    width: 3.31rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.df .df_item:nth-child(4n) {
    margin-right: 0;
}

.df .df_item .df_img {
    width: 100%;
    height: 1.86rem;
    margin-bottom: 0.14rem;
    overflow: hidden;
}

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

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

.df .df_item .df_title {
    width: 100%;
    height: 0.55rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #18263A;
    line-height: 0.27rem;
}

.yp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.06rem;
}

.yp .yp_item {
    display: block;
    width: 3.31rem;
    margin-right: 0.25rem;
    margin-bottom: 0.42rem;
}

.yp .yp_item:nth-child(4n) {
    margin-right: 0;
}

.yp .yp_item .yp_img {
    width: 100%;
    height: 3.31rem;
    margin-bottom: 0.14rem;
    overflow: hidden;
}

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

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

.yp_item .yp_title {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #3D3D3D;
    line-height: 0.27rem;
    text-align: center;
}

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

.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;
}
@media only screen and (max-width: 1024px) {
    .container {
  width: 92%;
  margin: 0 auto;
    margin-top: 0px;
  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;
}
.kj_news{
    display: block;
}
.kj_news .news_left {
  margin-right:0;
  width: 100%;
  margin-bottom: .3rem;
}
.news_top .news_img {
  width: 35%;
  margin-right: 2%;
  height: auto;
}
.news_top .news_title1{
    width: 63%;
}
.news_top .news_title1 .news_title2{
    font-size: 0.24rem;
    margin-bottom: .3rem;
}
.news_top .news_title1 .news_title3{
    font-size: 0.24rem;
}
.kj_news .news_item {
  width: 100%;
  font-size: 0.24rem;
  line-height: .3rem;
}
.df .df_item {
  width: 48%;
  margin-right: 4%;
}
.df .df_item .df_img{
    height: auto;
}
.df .df_item .df_title{
    font-size: 0.24rem;
}
.df .df_item:nth-child(2n){
    margin-right: 0;
}
.yp .yp_item{
     width: 48%;
  margin-right: 4%;
    
}
.yp .yp_item:nth-child(2n){
    margin-right: 0;
}
.yp_item .yp_title{
    font-size: 0.24rem;
}
.lj .lj_item{
    width: 100%;
    border: none;
    height: auto;
}
.lj .lj_item .lj_img {
  width: 20%;
  height: auto;
}
.lj .lj_item .lj_center{
    width: 60%;
}
.lj .lj_item .lj_right{
    width: 20%;
}
.lj_center .lj_title{
    font-size: 0.24rem;
    line-height: .3rem;
}
.lj_center .lj_text{
    font-size: 0.24rem;
    line-height: .3rem;
}
.lj_center .lj_btn{
    font-size: 0.24rem;
  width: 50%;
  line-height: .5rem;
  height: .5rem;
}
.lj_right .lj_right_title{
    font-size: 0.24rem;
}
.lj_right .lj_right_top{
    font-size: 0.24rem;
}
}