   .qr-code {
        display: none;
        position: absolute;
        top: 0;
        right: 50px;
        width: 100px;
        height: 100px;
        background-color: white;
        border: 1px solid #ccc;
        padding: 0px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
    a:hover + .qr-code {
        display: block;}
  .news_slider-container {
    width: 443px;
    height: 255px;
    overflow: hidden;
    position: relative;}
  .news_slider {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;}
  .news_slide {
    flex: 0 0 100%;
    height: 100%;
    position: relative;}
  .news_slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;}
  .news_slider-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
  .news_slider-title span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;}
  .news_slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1;}
  .news_prev-btn {
    left: 0;}
  .news_next-btn {
    right: 0;}
  .news_slider-dots {
    position: absolute;
    bottom: 15px;
    right: 5px;
    display: flex;}
  .news_dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;}
  .news_dot.active {
    background-color: red;}

.fi-main02 .fi-right-list a{max-width:100%;}
.fi-main02 .fi-right-list li{margin-bottom:0;line-height:25px;}
.serch{background:url(https://youth.aust.edu.cn/skin/images/ss.png) no-repeat 50% 50%;}
