body { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } body .body-container { width: 1200px; margin: 0 auto; } body .nav .nav-top { height: 30px; background-color: #021622; font-size: 12px; color: #fff; } body .nav .nav-top .body-container { height: 100%; display: flex; justify-content: flex-end; align-items: center; } body .nav .nav-top .body-container .tip { padding-right: 30px; } body .nav .nav-top .body-container #needlogin { color: #fff; padding-right: 10px; } body .nav .nav-top .body-container #needlogin:hover { color: #E0620D; } body .nav .nav-top .body-container #needlogout { color: #fff; } body .nav .nav-top .body-container #needlogout:hover { color: #E0620D; } body .nav .nav-bottom { background-color: #fff; } body .nav .nav-bottom .body-container { height: 100px; display: flex; justify-content: space-between; align-items: center; } body .nav .nav-bottom .body-container .logo-container { display: flex; justify-content: flex-start; align-items: center; } body .nav .nav-bottom .body-container .logo-container .logo { display: block; width: 100px; height: 100px; } body .nav .nav-bottom .body-container .logo-container .word { flex: 1; } body .nav .nav-bottom .body-container .logo-container .word .name { color: #213E5C; font-size: 24px; font-weight: 600; font-family: Source Han Sans CN ; } body .nav .nav-bottom .body-container .logo-container .word .name-es { color: #213E5C; font-size: 10px; } body .nav .nav-bottom .body-container .side-container ul { display: flex; justify-content: space-between; align-items: center; } body .nav .nav-bottom .body-container .side-container ul li { position: relative; margin-left: 40px; } body .nav .nav-bottom .body-container .side-container ul li:hover::after, body .nav .nav-bottom .body-container .side-container ul li.active::after { display: block; } body .nav .nav-bottom .body-container .side-container ul li:hover a, body .nav .nav-bottom .body-container .side-container ul li.active a { color: #005389; } body .nav .nav-bottom .body-container .side-container ul li::after { display: none; content: ""; position: absolute; bottom: -16px; width: 100%; border-bottom: 2px solid #005389; } body .nav .nav-bottom .body-container .side-container ul li a { font-size: 18px; color: #333; line-height: 1; } body .nav .nav-bottom .body-container .side-container ul li:first-child { margin-left: 0; } .banner.common-banner { position: relative; } .banner.common-banner::after { width: 100%; height: 100%; display: block; content: ""; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.1); } .banner.common-banner .title { position: absolute; top: 45px; left: 50%; transform: translateX(-50%); color: #fff; } .banner.common-banner .title h3 { font-size: 36px; line-height: 54px; font-weight: 500; } .banner.common-banner .title p { font-size: 14px; line-height: 22px; } .direction-container .headline .body-container { height: 84px; background-color: #EEEEEE; display: flex; justify-content: space-between; align-items: center; } .direction-container .headline .body-container .title { font-size: 14px; color: #999; } .direction-container .headline .body-container .back a { font-size: 14px; color: #005389; } .direction-container .direction-content { background-color: #fff; padding: 40px 0 100px 0; } .direction-container .direction-content .body-container { display: flex; justify-content: flex-start; } .direction-container .direction-content .body-container .lf { width: 810px; } .direction-container .direction-content .body-container .lf .title { font-size: 40px; line-height: 1; color: #000; margin-bottom: 34px; } .direction-container .direction-content .body-container .lf .item { margin-bottom: 20px; } .direction-container .direction-content .body-container .lf .item .article-title { font-size: 20px; font-weight: 700; line-height: 30px; color: #000; position: relative; padding-left: 20px; margin-bottom: 20px; } .direction-container .direction-content .body-container .lf .item .article-title::after { content: ""; display: block; width: 12px; height: 12px; background-color: #005389; position: absolute; left: 0; top: 9px; } .direction-container .direction-content .body-container .lf .item .article { font-size: 18px; line-height: 36px; color: #000; text-indent: 36px; text-align: justify; } .direction-container .direction-content .body-container .lf .item img { width: 749px; display: block; margin-top: 34px; } .direction-container .direction-content .body-container .rt { width: 310px; margin-left: 80px; } .direction-container .direction-content .body-container .rt .time { font-size: 14px; color: #333; padding-bottom: 30px; line-height: 20px; text-align: right; } .direction-container .direction-content .body-container .rt .title { height: 64px; text-align: center; line-height: 64px; background-color: #E0620D; color: #fff; background-image: url(../images/version2/direction/title.png); background-size: 100% 100%; background-repeat: no-repeat; } .direction-container .direction-content .body-container .rt ul > li { height: 64px; line-height: 64px; color: #fff; border-top: 1px solid #E7E7E7; position: relative; padding-left: 10px; } .direction-container .direction-content .body-container .rt ul > li::after { content: ""; display: block; width: 5px; height: 5px; background-color: #005389; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .direction-container .direction-content .body-container .rt ul > li a { color: #333; font-size: 16px; } .direction-container .direction-content .body-container .rt ul > li a:hover { color: #005389; text-decoration: underline; } .info-head-conatiner { font-size: 24px; line-height: 1; font-weight: bold; color: #333; border-bottom: 2px solid #005389; margin-bottom: 20px; } .info-head-conatiner span { display: inline-block; border-bottom: 2px solid #005389; height: 100%; padding-bottom: 16px; padding-right: 30px; } .zy_public-tip { color: #E0620D; font-size: 12px; line-height: 21px; padding-bottom: 24px; text-align: justify; }