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

/* 科研处 */
.research{width:100%;background:url('../images/kyc/bg_kyc.jpg') no-repeat right top #F8F8F8;padding:60px 0 87px 0;}
.research_main{width:1400px;margin:0 auto;display: flex;justify-content: space-between;}
.briefing{width:48.5%;}
.briefing_title{width:100%;display: flex;height: 48px;justify-content: space-between; align-items: center;position: relative;}
.briefing_title span{width:50px;height:22px;background:url('../images/kyc/icon_sub.png') no-repeat;position: absolute;left:0;bottom:-22px;}
.briefing_title h3{font-size: 34px;color:#1f1f1f;}
.briefing_title a{font-size:16px;color: #666;display: flex;align-items: center;}
.briefing_title a img{display: block;margin:3px 0 0 5px;}
.briefing_list{padding-top:23px;}
.briefing_list li{height:49px;border-bottom: 1px dashed #d4d4d4; display: flex;align-items: center;}
.briefing_list li span{width:85px;color:#999;font-size: 14px;margin-left:30px;}
.briefing_list li a{flex: 1;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

@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;}
    .research_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;}
    .research_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;}
    .research{background:url('../images/kyc/bg_kyc@2x.jpg') no-repeat right top #F8F8F8;}
    .research_main{width:96%; flex-direction: column;}
    .briefing{width:100%;}
    .briefing:nth-child(2){margin-top:30px;}

}
@media screen and (min-width:0px) and (max-width:750px){

}
