/* 系部动态和通知公告 */
.dynamics{width:1400px;margin:60px auto 80px;display:flex;}
.department_dynamics{width:914px;}
.department_title{display: flex; justify-content:space-between;align-items: center;height:48px;font-size:24px;}
.department_main{display: flex;padding-top:32px;}
.department_main dl{width:460px;}
.department_main dt img{display: block;width:100%;height:250px;}
.department_main dd{height:100px;background:#fff;box-shadow:-2px 3px 8px 0px #eee, 2px 3px 8px 0px #eee ;padding:0 20px;}
.department_main dd a{display: block;font-size:20px; line-height: 58px;white-space: nowrap; overflow: hidden;text-overflow: ellipsis; font-weight: Regular; }
.department_main dd span{font-size:14px;line-height:16px;color:#666;}
.department_main ul{padding-left:30px;width: 424px;}
.department_main ul li{font-size:16px;line-height:26px;padding-bottom:20px;width: 100%;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.department_main ul li:last-child{padding-bottom: 0;}

.notice{padding-left:40px;width:446px;}
.notice_main{padding-top:8px;}
.notice_main dl{display: flex;padding-top:24px;}
.notice_main dl dt{width:70px;height:70px;background: #B60F15;color:#fff;text-align: center;font-size:14px;}
.notice_main dl dt span{font-size: 24px;font-weight: bold;display: block;line-height:42px;}
.notice_main dl dd{width:356px;padding-left:20px;padding-top:4px;}
.notice_main dl dd a{display: block;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;font-size:16px;line-height:32px;}
.notice_main dl dd span{display: block;font-size: 14px; line-height:24px;color:#888;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

/* 学生天地 */
.studentWorld{width:100%;background:url('../images/gqtw/bg_student.png') no-repeat right top #F8F8F8;padding:60px 0 69px 0;}
.studentWorld_content{width:1400px;margin:0 auto;}
.studentWorld_title{font-size:34px;line-height: 48px;font-weight: bold;}
.student_main{padding-top:32px;display: flex;}
.student_left{width:700px;height:430px;position: relative;}
.student_left dt img{display: block; width: 100%; height: 100%;}
.student_left dd{height: 60px; background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.80));position: absolute;left:0;bottom:0;width:100%;display: flex; align-items: center;padding:0 3%;box-sizing: border-box; line-height: 60px;text-align: center;}
.student_left dd a{color:#fff;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;margin:0 auto; text-align: center;}
.student_right{display: flex; flex-wrap: wrap; flex: 1;}
.student_right dl{width:320px;height:200px;position: relative;margin-left:30px;}
.student_right dt img{display: block; width:320px;height:200px;}
.student_right dd{background: linear-gradient(180deg,rgba(0,0,0,0.00), rgba(0,0,0,0.80));height:40px;width:100%;position: absolute;left:0;bottom:0;line-height:40px;text-align: center;padding:0 3%;box-sizing: border-box;}
.student_right dd a{color:#fff;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;display: block;}
.student_right dl:nth-child(1){margin-bottom:30px;}

@media screen and (min-width: 0px) and (max-width: 1640px){
    .dynamics{width:1200px;}
    .department_dynamics{width:814px;}
    .department_main ul{width:324px;}
    .notice{width:346px;}
    .notice_main dl dd{width:256px;}
    .studentWorld_content{width:1200px;}
    .student_left{width:600px;height:368px;}
    .student_right dl{width:270px;height:168px;}
    .student_right dt img{width:270px;height:168px;}
}
@media screen and (min-width: 0px) and (max-width: 1360px){
    .dynamics{width:1000px;}
    .department_dynamics{width:714px;}
    .department_main ul{width:224px;}
    .notice{width:246px;}
    .notice_main dl dd{width:156px;}
    .studentWorld_content{width:1000px;}
    .student_left{width:500px;height:306px;}
    .student_right dl{width:220px;height:136px;}
    .student_right dt img{width:220px;height:136px;}
}
@media screen and (min-width: 0px) and (max-width: 1024px){
    .dynamics{width:96%; flex-direction: column;}
    .department_dynamics{width:100%;}
    .department_main{flex-direction: column;}
    .department_main dl{width:100%;}
    .department_main dt img{display: block;width:100%;height:auto; object-fit: cover;}
    .department_main ul{width:100%;padding-left:0;padding:30px 0 60px;}
    .notice{width:100%;padding-left:0;}
    .notice_main dl{width:100%;}
    .notice_main dl dd{ flex:1;}
    .studentWorld_content{width:96%;}
    .student_main{ flex-direction: column;}
    .student_left{width:100%;height:auto;}
    .student_right{width:100%; justify-content:space-between;}
    .student_right dl{width:48%;height:30%;margin-left:0; margin-top:30px;}
    .student_right dt img{width:100%;height:100%;}
    .student_right dl:nth-child(1){margin-bottom:0;}
}
@media screen and (min-width:0px) and (max-width:750px){
    .student_right dd a{font-size:.20rem;}
    .student_right dl{width:100%;height:62.5%;}
}
