@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
  position: relative;
}

.location span {
  color: #ff6600;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 190px;
}

.header {
  height: 445px;
  position: relative;
  z-index: 2;
}
.header-top {
  height: 319px;
  position: relative;
}
.header-top .logo {
  position: absolute;
  top: 70px;
}
.header-top .top-tools {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 0;
}
.header-top .top-tools-btn {
  display: inline-block;
  width: 104px;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  text-align: center;
}
.header-top .top-tools-btn.current, .header-top .top-tools-btn:hover {
  background: linear-gradient(270deg, #FFA438 0%, #FF640D 100%);
  color: #fff;
}
.header-top .top-tools-btn:nth-child(1) {
  border-radius: 17px 0 0 17px;
}
.header-top .top-tools-btn:nth-child(2) {
  border-radius: 0 17px 17px 0;
}
.header-swiper {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.header-swiper .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.header-swiper .swiper-pagination {
  bottom: 23px;
  font-size: 0;
}
.header-swiper .swiper-pagination-bullet {
  width: 48px;
  height: 6px;
  border-radius: 3px;
  margin: 0 4px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.header-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.header-nav {
  position: absolute;
  height: 73px;
  left: 0;
  width: 100%;
  bottom: 60px;
}
.header-nav > .bg {
  position: absolute;
  top: 7px;
  height: 66px;
  width: 100%;
  left: 0;
  background-color: #1A77FF;
}
.header-nav .nav-container {
  position: relative;
  width: 1266px;
  margin: 0 auto;
  height: 100%;
  background: url("../images/header_nav_bg.png") center no-repeat;
  z-index: 1;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}
.header-nav .nav-click {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  height: 51px;
  line-height: 51px;
  margin-top: 7.5px;
}
.header-nav .nav-click > a {
  display: block;
  height: 100%;
  color: #fff;
}
.header-nav .nav-click > a > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 13.5px;
}
.header-nav .nav-click > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 13.5px;
}
.header-nav .nav-click::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.header-nav .nav-click.current::before, .header-nav .nav-click:hover::before {
  bottom: 0;
  opacity: 1;
}
.header-nav .nav-click.current, .header-nav .nav-click:hover {
  font-weight:700;
}
.header-nav .nav-click:hover .nav-detail-list {
  display: block;
}
.header-nav .nav-click .nav-detail-list {
  display: none;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  padding: 6px 2px;
  z-index: 999999;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.header-nav .nav-click .nav-detail-list > a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.header-nav .nav-click .nav-detail-list > a:hover {
  background-color: #F5F9FF;
  color: #2577FF;
}
.header-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 60px;
  background-color: #F5F7FA;
}
.header-bottom > .container {
  height: 100%;
  display: flex;
}
.header-bottom .date {
  line-height: 60px;
  margin-right: 20px;
  display: flex;
}
.header-bottom .search-box {
  margin-left: auto;
  height: 38px;
  width: 310px;
  display: flex;
  background-color: #fff;
  border-radius: 19px;
  margin-top: 11px;
}
.header-bottom .search-input {
  width: calc(100% - 66px);
  border-radius: 19px 0 0 19px;
  padding: 0 18px;
}
.header-bottom .search-btn {
  cursor: pointer;
  width: 66px;
  height: 38px;
  border-radius: 19px;
  background: url("../images/header_search.png") center center no-repeat #FF9600;
}

.footer {
  height: 190px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #151B26;
}
.footer-links {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}
.footer-link {
  width: 384px;
  height: 34px;
  position: relative;
}
.footer-link .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  height: 34px;
}
.footer-link .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  padding-right: 27px;
}
.footer-link .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 27px;
  height: 32px;
}
.footer-link .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.footer-link .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
.footer-text {
  margin-top: 24px;
}
.footer-text-item {
  display: flex;
  justify-content: center;
}
.footer-text-item > p,
.footer-text-item > a {
  margin: 0 15px 10px 15px;
  color: #fff;
  line-height: 21px;
}
.footer .container {
  position: relative;
}
.footer .container .find-error {
  position: absolute;
  right: 0;
  top: 67px;
}
.footer .container .sydw {
  position: absolute;
  left: 0;
  top: 67px;
}

.sidebar-left {
  position: fixed;
  z-index: 9999;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar {
  position: fixed;
  z-index: 9999;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-item {
  background-color: #fff;
  width: 86px;
  min-height: 78px;
  margin: 0 5px;
}
.sidebar-item:hover {
  background-color: #F3F7FF;
}
.sidebar-item:hover .sidebar-click {
  color: #2577FF;
}
.sidebar-click {
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  color: #666;
}
.sidebar-click > img {
  width: 26px;
  height: 26px;
  margin: 12px auto 4px auto;
  display: block;
}
.sidebar-top {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #2577FF;
  cursor: pointer;
}
.sidebar-top:hover {
  opacity: 0.5;
}

.flex {
  display: flex;
}

.left-nav.style1 {
  width: 210px;
}
.left-nav.style1 .nav-hd {
  position: relative;
  height: 104px;
  background: url("../images/left_nav_1_hd.png") center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding-left: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.left-nav.style1 .nav-hd::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  left: 30px;
  top: 22px;
}
.left-nav.style1 .nav-hd .cn {
  font-size: 22px;
  margin-top: 33px;
  line-height: 30px;
}
.left-nav.style1 .nav-hd .en {
  line-height: 21px;
  font-weight: 500;
}
.left-nav.style1 .nav-bd > a {
  position: relative;
  display: block;
  height: 64px;
  line-height: 64px;
  padding-left: 30px;
  margin-top: 2px;
  background-color: #F8F8F8;
  color: #333;
  font-size: 16px;
}
.left-nav.style1 .nav-bd > a.current, .left-nav.style1 .nav-bd > a:hover {
  background: linear-gradient(90deg, rgba(198, 219, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  font-weight: 700;
  color: #2577FF;
  border-left: 2px solid #2577FF;
  padding-left: 28px;
}
.left-nav.style1 .nav-bd {
  margin-bottom:30px;
}
.left-nav.style2 {
  width: 210px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}
.left-nav.style2 .nav-hd {
  height: 136px;
  background: url("../images/subject_info/nav_hd.png") center no-repeat;
  overflow: hidden;
  text-align: center;
}
.left-nav.style2 .nav-hd .target {
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 12px 0 12px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.left-nav.style2 .nav-hd .kind {
  width: 98px;
  height: 32px;
  background: url("../images/subject_info/nav_hd_label.png") center no-repeat;
  margin: 16px auto 0;
  font-weight: 550;
  color: #fff;
  line-height: 32px;
}
.left-nav.style2 .nav-bd {
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: -10px;
}
.left-nav.style2 .nav-click {
  height: 52px;
  line-height: 52px;
  display: flex;
  background-color: #F8F8F8;
  border-radius: 4px;
  margin-bottom: 10px;
}
.left-nav.style2 .nav-click > img {
  width: 24px;
  height: 24px;
  margin: 14px 10px 14px 16px;
}
.left-nav.style2 .nav-click .name {
  font-size: 16px;
  color: #333;
  width: calc(100% - 24px - 30px - 8px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-nav.style2 .nav-click .act {
  display: none;
}
.left-nav.style2 .nav-click.current, .left-nav.style2 .nav-click:hover {
  background-color: #EBF3FF;
}
.left-nav.style2 .nav-click.current .normal, .left-nav.style2 .nav-click:hover .normal {
  display: none;
}
.left-nav.style2 .nav-click.current .act, .left-nav.style2 .nav-click:hover .act {
  display: block;
}
.left-nav.style2 .nav-click.current .name, .left-nav.style2 .nav-click:hover .name {
  color: #2577FF;
  font-weight: 750;
}

.com-list {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  overflow: hidden;
}
.com-list-hd {
  display: flex;
  height: 50px;
  margin: 4px;
  margin-bottom: 0;
  background-color: #EFF5FF;
}
.com-list-hd .total {
  line-height: 50px;
  margin-left: 20px;
}
.com-list-hd .list-search {
  margin-left: auto;
  height: 30px;
  display: flex;
  background-color: #fff;
  margin-top: 10px;
  width: 220px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}
.com-list-hd .list-search > input {
  width: calc(100% - 26px);
  padding: 0 8px;
}
.com-list-hd .list-search > div {
  width: 26px;
  height: 30px;
  cursor: pointer;
  background: url("../images/list_search.png") left center no-repeat;
}
.com-list-bd {
  margin-bottom: 30px;
}
.com-list-click {
  padding: 0 24px;
  padding-left: 45px;
  display: block;
  background: url("../images/com_list_arrow.png") left 20px top 22px no-repeat;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.com-list-click:hover {
  background-color: #F7FAFF;
}
.com-list-click:hover .name {
  color: #2577FF !important;
}
.com-list-click .top {
  display: flex;
  line-height: 24px;
  margin-top: 16px;
}
.com-list-click .top .name {
  width: calc(100% - 190px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
}
.com-list-click .top .date {
  width: 190px;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.com-list-click .detail {
  color: #999;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
  margin-bottom: 15px;
}
.com-article {
  padding: 30px;
  box-sizing: border-box;
}
.com-article .article-tt {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 550;
}
.com-article > .article-info {
  margin-top: 20px;
  height: 36px;
  line-height: 36px;
  display: flex;
  background-color: #F7F8FA;
  justify-content: center;
  color: #7F8BA5;
}
.com-article .article-info > P {
  margin: 0 16px;
}
.com-article .article-detail {
  margin-top: 20px;
}
.com-location {
  height: 61px;
  line-height: 61px;
  padding-left: 32px;
  background: url("../images/location.png") left center no-repeat;
  box-sizing: border-box;
  color: #666;
}
.com-location > a {
  color: #666;
}
.com-location > a:hover {
  color: #2577FF;
}
.com-location > span {
  margin: 0 6px;
}
.com-location > span:last-child {
  margin: 0;
  color: #2577FF;
}
.com-file {
  margin-top: 30px;
  border-top: 1px solid #E7E7E7;
}
.com-file .file-tt {
  margin-top: 9px;
  line-height: 54px;
  font-size: 16px;
  color: #000;
}
.com-file .file-list {
  margin: 0 0 -20px -20px;
  display: flex;
  flex-wrap: wrap;
}
.com-file .file-item {
  width: calc(33.33% - 20px);
  margin: 0 0 20px 20px;
}
.com-file .file-item > a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(16, 56, 122, 0.1);
  height: 68px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.com-file .file-item > a:hover {
  border-color: #2D74E8;
}
.com-file .file-kind {
  width: 36px;
  height: 36px;
  margin: 0 12px 0 20px;
}
.com-file .file-info {
  line-height: 14px;
  width: calc(100% - 36px - 36px - 32px);
}
.com-file .file-info > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-file .file-info .name {
  color: #2F2F2F;
}
.com-file .file-info .size {
  margin-top: 8px;
  color: #7F8BA5;
}
.com-file .file-download {
  width: 20px;
  height: 20px;
  background: url("../images/download.png") center no-repeat;
  margin-right: 16px;
  cursor: pointer;
}
.com-sub-tt {
  height: 28px;
  line-height: 28px;
  padding-left: 16px;
  position: relative;
  font-size: 18px;
  font-weight: 550;
  position: relative;
  color: #2577FF;
  margin-bottom: 16px;
}
.com-sub-tt::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 16px;
  background-color: #2577FF;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.com-table {
  table-layout: fixed;
  width: 100%;
}
.com-table tbody td {
  border: 1px solid #D5E5FC;
  line-height: 24px;
  padding: 17px 15px;
  font-size: 16px;
}
.com-table tbody td.label {
  color: #7991B2;
  background-color: #F8FBFF;
  text-align: right;
}
.com-table tbody td.value {
  color: #666;
}

.pager {
  margin: 0 0 30px 0;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 0;
}
.pager .m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button {
  border-radius: 1px;
  border: 2px solid #ECEDF2;
  color: #4E5463;
  margin-right: 8px;
}
.pager .m-pagination-page > li.active > a,
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #2577FF;
  background-color: #fff;
  color: #2577FF;
}
.pager .m-pagination-info {
  height: 32px;
  line-height: 32px;
  padding-left: 0;
  margin-right: 8px;
}
.pager .m-pagination-info span {
  color: #E1251B;
  font-weight: 700;
  margin: 0;
}
.pager .m-pagination-jump {
  width: auto;
}
.pager .m-pagination-group > input {
  width: 51px;
  height: 30px;
  margin-right: 0;
}
.pager .m-pagination-group > button {
  width: 45px;
  height: 32px;
  border-left: none;
}
.weather {
  margin:10px 0 !important;
}
.top-tools-a {
	color:inherit;
}
.footer-text-item i img {
  vertical-align: baseline;
}