body,
html,
div,
ul,
p,
select,
input,
button,
em {
  margin: 0;
  padding: 0;
  font-style: normal;
}

body,
html,
#app {
  width: 100%;
  min-width: 1380px;
  background-color: #f9f9f9;
}

li {
  list-style: none;
}

a,
a:hover,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
}

select,
input,
button {
  border: none;
  outline: none;
}

.header .header-content,
.main .main-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.header {
  width: 100%;
  height: 118px;
  background-color: #fcfdfd;
  border-bottom: 1px solid #f2f2f2;
}
#header {
  border-bottom: none;
}
.header a {
  color: #333333;
}

.header .header-logo {
  width: 140px;
  /*height: 40px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header .header-logo img {
  width: 100%;
  height: 100%;
}

.main-nav {
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  background-color: #333333;
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 15px auto;
  scrollbar-width: thin;
  scrollbar-color: #C1BABA #D8D8D8;
  /* overflow: auto; */
}

.nav_detail li {
  height: 50px;
  line-height: 50px;
}

.main-nav li {
  /* width: 10%; */
  text-align: center;
  padding: 0 10px 4px 10px;
  margin-right: 5px !important;
  border-right: none !important;
}
.main-nav li:not(:last-of-type) {
  padding-right: 10px;
}
.main-nav li:last-child {
  margin-right: 0;
}

.main-nav li a {
  color: #fff;
  font-size: 15px;
}
.main-nav::-webkit-scrollbar {
  width: 0px;
  height: 5px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“

å†…é˜´å½±+åœ†è§’*/

.main-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*å®šä¹‰æ»‘å—

å†…é˜´å½±+åœ†è§’*/

.main-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dbd3d3;
}

.main-nav li.sitename {
  width: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  background-color: #0961a0;
  position: relative;
  z-index: 999;
}
.main-nav li.sitename:before {
  content: '';
  /* width: 100%; */
  /* display: block; */
  /* height: 100%; */
  /* position: absolute; */
  /* background-color: #0961A0; */
  /* left: 0; */
}
.main-nav li.sitename a {
  color: #fff;
  font-size: 18px;
  z-index: 9999;
  position: static;
}

.main-nav li:hover {
  background-color: #0961a0;
}

.main-nav li:hover a {
  color: #dbdbdb;
  font-size: 18px;
}

.main-nav a:hover {
  color: #0961a0;
}

.main-nav a img {
  width: 78px;
  height: 26px;
  margin-top: 5px;
}

.main-search {
  width: 400px;
  height: 40px;
  position: relative;
  float: right;
  margin-top: 20px;
}

.main-search form {
  width: 100%;
  height: 40px;
}

.main-search .search-input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border: 1px solid #999;
  border-radius: 12px;
  height: 40px;
  box-sizing: border-box;
}

.main-search img,
.main-search .search-submit {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translateY(-50%);
}

.main-search .search-submit {
  width: 50px;
  z-index: 1;
  right: 0;
  height: 40px;
  background-color: transparent;
}

.main-content {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.main-left-top,
.main-catalog,
.article-content,
.main-ynmt,
.rmtjnei {
  border-radius: 6px;
  background-color: #fff;
}

.main-left {
  width: 840px;
  margin-right: 30px;
}

.main-left .main-left-top {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 40px;
  position: relative;
}

.main-left-top .top-breadcrumb {
  display: flex;
  color: #444444;
  line-height: 19px;
  font-size: 12px;
}

.main-left-top .top-breadcrumb a {
  font-size: 12px;
  color: #444444;
  margin: 0 2px;
}

.main-left-top .top-breadcrumb span {
  color: #444444;
  margin: 0 2px;
}

.main-left-top .top-breadcrumb a:hover {
  color: red;
  text-decoration: underline;
}

.main-left-top .top-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 40px;
  width: 700px;
}

.main-left-top .top-time {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.main-left-top .top-time span {
  font-size: 14px;
  color: #999999;
  margin-right: 12px;
}

.main-left-bottom {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.main-left-bottom .main-catalog {
  width: 80px;
  min-height: 635px;
  margin-right: 30px;
  text-align: center;
  font-size: 14px;
  position: sticky;
  top: 0;
  height: 100%;
}

.main-left-bottom .main-article {
  width: calc(100% - 100px);
}

.main-left-bottom .article-content,
.main-ynmt,
.rmtjnei {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 28px;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.main-left-bottom .main-catalog .title {
  width: 100%;
  padding: 14px 0 6px 0;
  position: relative;
}

.main-left-bottom .main-catalog .title::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #bdbdbd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-left-bottom .main-catalog .catelog-item {
  margin: 12px 0;
  cursor: pointer;
}

.main-left-bottom .main-catalog .catelog-item a {
  color: inherit;
  font-size: inherit;
}

.main-left-bottom .main-catalog .share {
  margin-top: 24px;
}

.social-share {
  margin: 20px 0;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.article-panel {
  width: 100%;
  margin-top: 42px;
  color: #404040;
}

.tabBody h2,
.article-panel .title,
.main-ynmt .title {
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 2px solid #404040;
  font-size: 16px;
  color: #333;
}

.article-content p {
  font-size: 15px;
  line-height: 22px;
  margin: 12px 0;
  text-indent: 2em;
  color: #333;
}

.article-content img {
  display: block;
  max-width: 600px;
  margin: auto;
}

.main-ynmt {
  margin-top: 30px;
}

.main-ynmt .title a {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin: 0 0 0 16px;
}

.main-ynmt .title a:hover {
  color: #0961a0;
}

.main-ynmt .ynmt-content {
  width: 100%;
  margin-top: 16px;
}

.main-ynmt .ynmt-content .list {
  overflow: hidden;
  line-height: 30px;
}

.main-ynmt .ynmt-content .list li p {
  display: none;
}

.main-ynmt .ynmt-content .list li {
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  float: left;
}
.main-ynmt .ynmt-content .list li:nth-child(2n) {
  float: right;
}
.main-ynmt .ynmt-content .list li::before,
.main-right .front .list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0961a0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.front .slider {
  margin: 15px 0;
}
.main-ynmt .ynmt-content .list a {
  margin-left: 16px;
  font-size: 14px;
  color: #404040;
}

.main-ynmt .ynmt-content .list a:hover {
  color: #0961a0;
  text-decoration: underline;
}

.pagination-next {
  display: block;
  margin-top: 16px;
  overflow: hidden;
  clear: both;
}

.pagination-next li {
  width: 49%;
  height: 40px;
  background-color: #fff7f4;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
  font-size: 13px;
  color: #666666;
  position: relative;
  float: left;
  line-height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}

.pagination-next li:nth-child(2n) {
  float: right;
}

.pagination-next a {
  font-size: 13px;
  color: #666666;
  margin-left: 0;
}

.pagination-next li::before {
  content: '';
  width: 8px;
  height: 100%;
  background-color: #0961a0;
  position: absolute;
  left: 0;
}

.main-ynmt .ynmt-list {
  width: 100%;
}

.main-ynmt .ynmt-list li {
  width: 100%;
  height: 90px;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.main-ynmt .ynmt-list li:last-child {
  border-bottom: none;
}

.main-ynmt .ynmt-list li .list-title a {
  font-size: 18px;
  color: #404040;
  line-height: 30px;
}

.main-ynmt .ynmt-list li .list-title a:hover {
  color: #0961a0;
  text-decoration: underline;
}

.main-ynmt .ynmt-list li .source,
.main-ynmt .ynmt-list li .time {
  font-size: 12px;
  color: #999999;
  position: absolute;
  left: 0;
  bottom: 16px;
}

.main-ynmt .ynmt-list li .time {
  left: unset;
  right: 0;
}

.rmtjnei {
  margin-top: 30px;
}

.rmtjnei .hottj {
  width: 100%;
}

.rmtjnei .hottj li {
  width: 100%;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.rmtjnei .hottj li:first-child {
  padding-top: 0;
}
.rmtjnei .hottj li img {
  width: 120px;
  height: 90px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
}

.rmtjnei .hottj li .text {
  overflow: hidden;
}

.rmtjnei .hottj li h3 {
  margin: 5px 0 15px 0;
  font-size: 16px;
  color: #404040;
  line-height: 24px;
  font-weight: normal;
}

.rmtjnei .hottj li .h3:hover {
  color: #0961a0;
  text-decoration: underline;
}

.rmtjnei .hottj li i,
.rmtjnei .hottj li span {
  font-size: 12px;
  color: #999999;
  font-style: normal;
}

.rmtjnei .hottj li p.source {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

/* #region */

.main-right {
  width: 330px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  position: sticky;
  top: 0;
  height: 100%;
}

.main-right .front {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  border-top: 1px solid #ececec;
}

.main-right .front .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  color: #404040;
  position: relative;
}

.main-right .front .title::before {
  content: '';
  width: 8px;
  height: 24px;
  background-color: #0961a0;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.main-right .front .img-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-right .front .img-list li {
  width: 48%;
}

.main-right .front .img-list li p {
  font-size: 14px;
  line-height: 20px;
  color: #444;
  height: 40px;
}

.main-right .front .img-list li img {
  width: 100%;
  height: 100px;
  margin-top: 8px;
}

.main-right .front .img-list li a,
.main-right .front .num-list li a,
.main-right .front .list li a {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.main-right .front .img-list li a:hover,
.main-right .front .num-list li a:hover,
.main-right .front .list li a:hover {
  color: #0961a0;
}

.main-right .front .img-list li .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-right .front .num-list {
  margin-top: 8px;
}

.main-right .front .num-list li,
.main-right .front .list li {
  display: flex;
  align-items: center;
}

.main-right .front .num-list li a,
.main-right .front .list li a {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-right .front .num-list span {
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  margin-right: 8px;
  font-weight: bold;
  font-family: fangsong;
  font-size: 18px;
  font-style: italic;
  margin-left: -5px;
}

.main-right .front .list li {
  padding-left: 16px;
  position: relative;
}

.nav-fixed {
  position: fixed;
  top: 0;
}

#export_content {
  position: fixed;
  top: 0px;
  width: 760px;
  margin-left: 180px;
  margin-right: 300px;
  padding: 24px 28px;
  line-height: 34px;
  font-size: 16px;
}

.border-box {
  border-radius: 6px;
  background-color: #ffffff;
}

@media (max-width: 1440px) {
  body,
  html,
  #app {
    min-width: 1200px;
  }
  .header .header-content,
  .main .main-container {
    width: 1200px;
  }
  .main-left {
    width: 850px;
  }
  .main-right {
    width: calc(100% - 880px);
    padding: 0 20px;
  }
  .main-left-top .top-title {
    width: 590px;
  }
  .main-ynmt .ynmt-content .pagination-next li {
    width: 300px;
  }
  .pagination-with-title ul li {
    width: 286px;
  }
}

.bigHot {
  width: 100%;
  height: 360px;
  background: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 4px #ccc;
  margin-bottom: 30px;
  overflow: hidden;
}

.bigHot .img {
  width: 69%;
  float: left;
  height: 360px;
}

.bigHot .img a,
.bigHot .img li {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.bigHot h5 a {
  display: inline;
}

.bigHot .img div.yiong {
  width: 100%;
  padding: 10px 15px;
  color: #ddd;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}

.bigHot .yiong span {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
}

.bigHot .img .tagBox a {
  color: #fff;
  display: inline;
  width: auto;
}

.bigHot .text {
  float: right;
  z-index: 20;
  line-height: 1.5em;
  width: 31%;
}

.bigHot .text a {
  display: block;
  padding: 15px 10px 0 10px;
  line-height: 14px;
  font-weight: bold;
  font-size: 14px;
  height: 40px;
}

.bigHot .img a img {
  width: 100%;
  height: 100%;
}

.bigHot .text a span {
  display: block;
  font-weight: normal;
  color: #ccc;
  padding-top: 6px;
  font-size: 12px;
}

.bigHot .text li {
  position: relative;
  margin-top: 2px;
}

.bigHot .text .hover a {
  background: #e6e6e6;
  color: #333;
}

.bigHot .text .hover span {
  color: #999;
}

.bigHot .text .hover a i {
  border: transparent 14px solid;
  line-height: 0;
  font-size: 0;
  border-right-color: #e6e6e6;
  position: absolute;
  left: -28px;
  top: 15px;
}
.bigHot .img div.yiong h5 {
  margin: 10px 0 5px 0;
}

/*=======*/

.main-right .front .img-list li p {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
