/*超大屏幕*/ @media screen and (min-width: 1900px) { .page_bg { height: 600px; background-size: 100% 600px; } } /*大屏幕*/ @media screen and (min-width: 769px) { .page_bg { height: 450px; background-size: 100% 450px; } .div_intro_1 { width: 1000px; margin: 60px auto; } .div_intro_1 .div_detail { padding-bottom: 60px; border-bottom: 1px dashed #717171; margin-bottom: 60px; } .div_honor_img img { border-radius: 10px; width: 100%; } .div_title a { color: #00269a; font-size: 20px; } .div_title a:hover { color: #00269a; } .div_title a span { /*margin-left: 8px;*/ font-weight: bold; } .div_content { margin-top: 20px; font-size: 16px; letter-spacing: 1px; } .page { margin-top: 20px; } }