/* 系部动态和通知公告 */
.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: #0f2b9c;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;}

/* 教务处 */
.jiaowu{width:100%;background:url('../images/jwc/bg_jwc01.jpg') no-repeat right top #F8F8F8;padding:60px 0 80px 0;}
.jiaowu_main{width:1400px;margin:0 auto;display: flex;justify-content: space-between;}
.education{width:65%;}
.education_title{height: 48px;display: flex;justify-content: space-between;align-items: center;}
.education_title h3{font-size:34px;color:#1f1f1f;}
.education_list{width:100%;margin-top:32px;background:#fff;box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.10);display: flex; justify-content:space-around;}
.education_list ul{width:43.7%;padding:18px 0 24px 0;}
.education_list ul li{line-height:49px;border-bottom: 1px dashed #d4d4d4;background:url('../images/jwc/dot2.png') no-repeat left center;padding-left:23px;box-sizing: border-box;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.edu{width:32%;}
.edu_list ul{width:89%;}

.edu_pic{width:100%;background:#fff;padding:60px 0;}
.edu_pic_main{width:1400px;display: flex;justify-content: space-between;margin:0 auto;}
.edu_pic_item{width: 22.86%;height:10%; position: relative;}
.edu_pic_item img{display: block;width:100%;height:100%;}
.edu_pic_item span{position: absolute;left:0;top: 0;width:100%;height:100%;display: flex;justify-content: center; align-items: center;font-size:32px;color:#fff;}

@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;}
    .jiaowu_main{width:1200px;}
    .edu_pic_main{width:1200px;}
}
@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;}
    .jiaowu_main{width:1000px;}
    .edu_pic_main{width:1000px;}
}
@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;}
    .jiaowu_main{width:96%;flex-direction: column;}
    .education{width:100%;}
    .edu{width:100%;margin-top:80px;}
    .edu_pic_main{width:96%;}
}
@media screen and (min-width:0px) and (max-width:750px){
    .education_list{flex-direction: column;}
    .education_list ul{width:89%;margin:0 auto;}
    .education_title h3{font-size: .34rem;}
    .edu{width:100%;margin-top:40px;}
    .edu_pic_item span{font-size: .32rem;}
}
