.nav_news { display: flex; width: 1400px; margin: 15px auto; } .situation { width: 300px; text-align: center; line-height: 59px; } .situation_title { background-color: #1b7cd2; } .situation_item { width: 300px; height: 60px; padding: 0 17px; border: 1px solid #eee; border-top: none; box-sizing: border-box; color: #1b1b1c; } .situation_item a { display: block; width: 100%; height: 100%; color: #1b1b1c; letter-spacing: 2px; font-family: "微软雅黑"; font-size: 18px; } .click_item { width: 300px; height: 60px; padding: 0 17px; border: 1px solid #fab548; border-bottom: none; box-sizing: border-box; background-color: #fab548; } .click_item a { display: block; width: 100%; height: 100%; color: #fff; letter-spacing: 2px; font-family: "微软雅黑"; font-size: 18px; } .situation_item:hover { background-color: #fab548; } .situation_item a:hover { color:#fff; } .situation h2 { width: 100%; text-align: center; border-radius: 5px; background: #007db9; color: #fff; letter-spacing: 2px; margin-top: 17px; font-family: "宋体"; } .nav_right { width: 1050px; margin-left: auto; margin-top: 35px; } .right_top { display: flex; width: 100%; } .right_top h1 { color: #0076da; font-size: 22px; margin-left: 20px; } .hr { width: 100%; height: 2px; background-color: #40b6ee; margin: 10px 0; } .right_r { height: 100%; margin-left: auto; } .right_r img { color: #b0b0b0; } .right_r span { display: inline-block; margin-bottom: 1px; font-family: "微软雅黑"; color: #1b1b1c; } .nav_right ul { line-height: 50px; } .nav_right ul li{ width: 100%; height: 50px; border-bottom: 1px dashed #b0b0b0; } .nav_right ul li a,.nav_right ul li span { color: #1d1d1d; font-family: "微软雅黑"; font-size: 17px; } .nav_right ul li span { float: right; } .nav_right ul li img { margin-right: 8px; } .page { font-family: "微软雅黑"; margin: 20px auto 30px auto; }