.content_title {
    display: flex;
    align-items: center;
    padding: 23px 0;
}

.content {
    max-width: 1400px;
    margin: 0 auto;

}

.row_1 {
    background-image: url(../images/bg_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 50px 0;
}

.link_card {
    display: flex;
    max-width: 1400px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 33px 0;
    justify-content: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
}

.link_item {
    text-align: center;
}

.link_img {
    width: 89px;
    height: 89px;
    object-fit: cover;
}

.link_text {
    font-size: 20px;
    font-weight: 500;
    color: #004B8D;
    margin-top: 6px;
}

.link_line {
    height: 58px;
    border-left: 1px dashed rgba(18, 96, 165, 0.4);
    margin: 0 72px;
}

.row_2 {
    background-image: url(../images/bg_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0 30px;
}

.news {
    max-width: 1400px;
    margin: 0 auto;
}

.main-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #004B8D;
}

.lou {
    width: 664px;
    height: 28px;
    object-fit: cover;
}

.more {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #006D59;
}

.more img {
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.more a {

    color: #006D59;
}

.news_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    margin-top: 32px;

}

.news_item {
    padding: 12px;
    width: 304px;
    height: 449px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.n_bg_1 {
    background-image: url('../images/n_bg_1.png');
}

.n_bg_2 {
    background-image: url('../images/n_bg_2.png');
}

.n_bg_3 {
    background-image: url('../images/n_bg_3.png');
}

.n_bg_4 {
    background-image: url('../images/n_bg_4.png');
}

.news_img {

    width: 302px;
    height: 212px;
}

.news_title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_desc {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    color: #F6F0F0;
    margin-top: 11px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.news_time {
    font-size: 15px;
    font-weight: 500;

    color: #FFFFFF;
}

.news_btn img {
    width: 28px;
    height: 23px;
}

.row_3 {
    background-image: url(../images/bg_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 0;
}

.notice {
    max-width: 1400px;
    margin: 0 auto;
    background-image: url('../images/zhongjing.png');
    background-position: left 0;
    background-size: 471px 749px;
    background-repeat: no-repeat;
    padding-bottom: 172px;
}

.notice_r {
    margin-left: 472px;
    margin-bottom: 57px;
    margin-top: 25px;

}

.notice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.notice_item {
    margin-bottom: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    width: 292px;
    padding: 17px;

}

.notice_item:hover .ntc_title {
    color: #004B8D;
}

.notice_item:hover .ntc_time {
    color: #004B8D;
}

.ntc_title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05em;
    color: #3D3D3D;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.ntc_line {
    margin-top: 21px;
    height: 12px;
    display: flex;
    align-items: center;
}

.jian {
    height: 17px;
    width: 17px;
    transform: rotate(-45deg);
    border-top: 1px solid #B5B2B2;
    border-right: 1px solid #B5B2B2;
}

.r_line {
    border-bottom: 1px solid #B5B2B2;
    flex: 1;
    margin-left: 3px;
}

.ntc_time {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #696868;
    margin-top: 6px
}

.ntc_time img {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}

.row_4 {
    background-image: url(../images/bg_4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 62px 0 120px 0;
}

.stu {
    max-width: 1400px;
    margin: 0 auto;
}

.stu_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 23px;
    margin-bottom: 50px;
}

.stu_item {
    display: flex;
    width: 682px;

    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 35px;
}

.stu_img {

    width: 326px;
    height: 233px;
}


.r_stu {
    padding: 14px 17px;
}

.r_stu_time {
    width: 126px;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    background: #CFE8FD;
    font-size: 18px;
    text-align: center;
    color: #004B8D;
}

.r_stu_dec {
    margin-top: 14px;
    font-size: 18px;
    text-align: justify;
    color: #3D3D3D;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.r_stu a:hover .r_stu_dec {
    color: #004B8D;

}
.link_wrap {
    width: 1400px;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 5px;
  }
  .link_wrap .new_top {
    border: none;
  }
  .link_wrap .link {
    padding: 20px;
    padding-bottom: 50px;
  }
  .link_wrap .link .link_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align-last: left;
  }
  .link_wrap .link .link_content .link_item a {
    display: inline-block;
    width: 410px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 42px;
    margin-top: 15px;
    margin-right: 40px;
    font-size: 18px;
    
  }
  .link_wrap .link .link_content .link_item a:hover {
    color: #004b8d;
    border-bottom: 1px solid #004b8d;
    transition: 0.4s;
  }
@keyframes animista-slide-in-right-left {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
  
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
@keyframes animista-slide-in-down {
    0% {
      opacity: 0;
      transform: translateY(-100%);
      visibility: visible;
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
@media (max-width: 1400px) {

    .link_card,
    .news,
    .notice .stu ,
    .link_wrap
    {
        max-width: 1200px;
    }
    .link_content .link_item a
    {
        width: 345px !important;
    }

    .news_item {
        width: 254px;
        height: auto;


    }

    .news_img {
        width: 252px;
        height: 162px;
    }

    .notice_r {
        margin-left: 272px;

    }

    .stu_item {
        width: 582px;
    }

    .stu_img {
        width: 260px;
        height:185px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1200px) {
    .news_item {
        width: 204px;
    }
    .link_content .link_item{
        display: block;
        width: 100%;
    }
    .link_content .link_item a{
        width: 100% !important;
    }
    .news_img {
        width: 202px;
        height: 132px;
    }

    .news_title {
        font-size: 16px;
    }

    .news_desc {
        font-size: 12px;
    }

    .news_time {
        font-size: 12px;
    }

    .news_btn img {
        width: 24px;
        height: 19px;
    }

    .notice_r {
        margin-left: 0;
        margin-bottom: 27px;
    }

    .notice {
        background-image: none;
        padding-bottom: 72px;
    }

    .stu_item {
        width: 48%;
    }

    .stu_img {
        width: 180px;
height:128px;
    }

    .r_stu_dec {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .row_4 {
        padding: 62px 0 60px 0;
    }
}

@media (max-width: 980px) {
    .link_line {
        margin: 0 42px;
    }

    .link_text {
        font-size: 16px;
    }

    .news_list {
        flex-wrap: wrap;
    }

    .news_item {
        width: 45%;
        margin-bottom: 24px;
    }

    .news_img {
        width: 100%;
        min-height: 180px;
        height: auto;
        max-height: 212px;
    }

    .notice_list {
        padding: 0 20px;
    }

    .notice_item {
        width: 45%;
    }

    .stu_item {
        width: 100%;
    }

    .stu_img {
        width: 230px;
height:160px;
    }

    .r_stu_dec {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

}

@media (max-width: 768px) {
    .stu_list{
        margin-bottom: 20px;
    }
    .main-title {
        font-size: 28px;
    }

    .lou {
        width: 100%;
        height: auto;
    }

    .link_line {
        display: none;
    }

    .link_card {
        flex-wrap: wrap;
    }
    .link_item{
        width: 45%;
        margin-bottom: 16px;
    }
    .link_img {
        height: 60px;
        width: 60px;
    }

    .stu_img {
        display: none;
    }

    .news_list {
        justify-content: center;
        padding: 0 10px;
    }

    .news_item {
        width: 100%;
    }

    .notice_item {
        width: 100%;
    }
    .link_card,
    .link_wrap{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
}