@charset "UTF-8";
:root { --bs-primary-rgb:2,76,165; }

._search-text::placeholder { color: #fff; }

._search-text::-webkit-input-placeholder { /* //兼容WebKit browsers（Chrome的内核） */ color: #fff; }

._search-text::-moz-placeholder { /* //Mozilla Firefox 4 to 18 */ color: #fff; }

._search-text::-moz-placeholder { /* //Mozilla Firefox 19+ */ color: #fff; }

._search-text::-ms-input-placeholder { /* //Internet Explorer 10+ */ color: #fff; }

header { background: url(../images/header-bg.png) no-repeat center 0/cover; height: 540px; }

.hot-search { color: #ffffff; gap: .5rem; }
.hot-search a { color: #fff; padding: 3px 11px; background: #5CAFF9; border-radius: 6px; }

.section { color: #006FD1; }
.section1 { background: url(../images/bg-rmzc.png) no-repeat center bottom; }
.section2 { background: url(../images/bg-zcfb.png) no-repeat center bottom; }

.zt-title { font-size: 36px; font-weight: bold; text-align: center; background: url(../images/title-bg.png) no-repeat center; }
.zt-news-list a { background: url(../images/disc.png) no-repeat 0 center; text-indent: 1.1em; }

.icon-bg { width: 137px; height: 155px; background: url(../images/icon-bg.png) no-repeat center; display: flex; align-items: center; justify-content: center; }

.types .nav-link { --bs-nav-link-padding-y:.3rem; cursor: pointer; }
.types .col-1 .active { --bs-nav-pills-link-active-bg:#D0EAFF; color: #0C5EA0; }
.types .col-11 { padding-left: 2rem; }

