/* ldqxn - 亮点黔西南 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font: 14px/1.8 "Microsoft YaHei", Tahoma, Arial, sans-serif;
  color: #333;
  background: #f5f5f5
}

a {
  color: #444;
  text-decoration: none;
  transition: color .2s
}

a:hover {
  color: #0364d8
}

img {
  border: none;
  max-width: 100%
}

ul,
ol {
  list-style: none
}

.container {
  width: 1200px;
  margin: 0 auto
}

/* header */
.site-header {
  background: #fff
}

.top-bar {
  height: 40px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd
}

.top-bar-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.top-nav {
  display: flex;
  gap: 0
}

.top-nav a {
  float: left;
  width: 50px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #000
}

.top-nav a:hover {
  color: #0364d8
}

.top-extra {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px
}

.platform-link {
  height: 40px;
  line-height: 40px;
  cursor: pointer
}

.header-main {
  background: #fff;
  padding: 10px 0
}

.header-inner {
  width: 1200px;
  margin: 0 auto
}

.logo img {
  max-height: 60px
}

.ad-banner {
  width: 1200px;
  margin: 0 auto
}

.breadcrumb-bar {
  padding: 5px 0 10px
}

.breadcrumb-inner {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #666
}

.breadcrumb-inner a {
  color: #666
}

.breadcrumb-inner a:hover {
  color: #0364d8
}

/* layout */
.content-area {
  margin-top: 20px
}

/* article list */
.article-item {
  background: #fff
}

.title a:hover {
  color: #5276cf
}

/* widget */
.widget-title {
  font-weight: bold
}

.link-list li {
  padding: 0 0 0 21px
}

.link-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999
}

.link-list li a {
  color: #333
}

.link-list li a:hover {
  color: #b50404
}

/* mod-content */
.mod-content .view {
  width: 100%
}

.mod-content .view>a {
  overflow: hidden;
  display: inline-block
}

.mod-content .view p a {
  display: block;
  height: 83px;
  overflow: hidden;
  color: #666
}

.mod-content .view p a:hover {
  color: #b50404
}



/* footer */
.site-footer {
  background: #f7f7f7;
  padding: 20px 0;
  text-align: center;
  margin-top: 30px
}

.footer-inner {
  width: 1200px;
  margin: 0 auto
}

.footer-inner p {
  font-size: 13px;
  line-height: 26px;
  color: #666
}

.copyright {
  font-weight: bold
}

/* responsive */
@media(max-width:768px) {

  .container,
  .top-bar-inner,
  .header-inner,
  .ad-banner,
  .breadcrumb-inner,
  .footer-inner {
    width: 100%;
    padding: 0 10px
  }

  .thumb {
    width: 100px;
    height: 70px
  }

  .title {
    font-size: 15px;
    line-height: 22px
  }

  .summary {
    font-size: 12px;
    line-height: 20px;
    margin: 8px 0 0
  }

  .date {
    font-size: 11px;
    margin: 8px 0 0
  }

  .top-nav a {
    width: auto;
    padding: 0 8px;
    font-size: 13px
  }

  .top-extra {
    display: none
  }
}