.hp_cont{
     display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0px 0px 0;
}
.cont_l{
    width: 25%;
}
.cont_l li{
    border-bottom: 1px solid #aecfe6;
    height: 90px;
}
.cont_l li:last-child{
    border-bottom: none;
}
.cont_l li a{
    display: flex;
    align-items: center;
    padding: 12px 0 10px 14px;
    box-sizing: border-box;

}
.cont_l li a>img{
    margin-right: 18px;
    /*width: 50px;*/
}
.cont_l li a>.l_title>:first-child{
    font-size: 16px;
    color: #005e9e;
    font-weight: bolder;
}
.cont_l li a>.l_title>:last-child{
    color: #666666;
}
.cont_r{
    width: 73%;
}
.cont_r>.lbt{
    width: 100%;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.lbt .swiper-pagination{
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}
.lbt .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #3e3e3e;
    opacity: 1;
}
.lbt .swiper-pagination-bullet-active{
    background: #fe7000;
}
.cont_r>.r_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.r_cont a:hover{
    text-decoration: underline;
}
.cont_r>.r_cont>.cont_side{
    width: 49%;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.cont_side>.side_top{
    width: 100%;
    display: flex;
    line-height: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}
.side_top>span{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #114982;
    font-weight: bold;
}
.side_top>span>img{
    margin-left: 10px;
    cursor: pointer;
}
.side_top>a{
    color: #114982;
    font-weight: bold;
}
.cont_side>.side_title{
    display: flex;
    align-items: center;
    line-height: 30px;
}
.side_title>a{
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cont_side>.side_cont{
       display: flex;
      justify-content: space-between;
}
.side_cont>a{
    width: 40%;
    margin: 10px 20px 0 15px;
}
.side_cont>a>img{
    width: 100%;
}
.side_cont>.cont_zy{
    width: 49%;
}
.side_cont>.cont_zy>p{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
}
.side_cont>.cont_zy>span{
    display: block;
    color: #114982;
   line-height: 40px;
}
.cont_side>.side_title_two{
    display: flex;
    align-items: center;
    line-height: 35px;
}
.side_title_two>a{
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.side_cont_two>.cont_one{
    display: flex;
    align-items: flex-start;
}
.cont_one>p{
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-left: 10px;
}
.side_cont_two>.cont_two{
    display: flex;
    align-items: center;
    line-height: 35px;
}
.cont_two>a{
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cont_side>.side_cont li{
      display: flex;
      align-items: center;
      margin-left: 15px;
}
.side_cont a{
    line-height: 30px;
    margin-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hidden{
    display: none;
}

