﻿body {
  overflow-y: scroll;
}
:root {
  --theme-color: #0075d2;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.it {
  margin: 0 auto;
  min-height: 44px;
  width: 1180px;
}
.it .itl {
  min-height: 44px;
  width: 860px;
  float: left;
}
.it .itl .indexhead {
  color: #686C85;
  border-bottom: 2px #173B8F solid;
  display: flex;
  align-items: center;
  line-height: 44px;
}
.it .itl .indexhead a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.it .itl .indexhead a .left {
  margin-left: 5%;
  font-size: 20px;
}
.it .itl .indexhead a .left p {
  font-weight: 700;
  color: #173B8F;
  margin-bottom: 0;
}
.it .itl .indexhead a .right {
  font-size: 20px;
  margin-right: 5%;
}
.it .itl .indexhead a .right p {
  font-family: "times new roman";
  margin-bottom: 0;
  color: #173B8F;
}
.it .itl .head {
  background: #173B8F;
  color: #fff;
  text-indent: 10px;
  font-size: 16px;
  position: relative;
  line-height: 44px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.it .itl .head .left {
  display: flex;
  flex-direction: row;
  margin-left: 5px;
  align-items: center;
}
.it .itl .head .left p {
  margin-bottom: 0;
}
.it .itl .head .left img {
  height: 15px;
  width: 15px;
}
.it .itl .head .right {
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.it .itl .head .right p {
  margin-bottom: 0;
}
.it .itl .head .right p a {
  color: #fff;
}
.it .itl .head .right img {
  margin-left: 5px;
  height: 15px;
  width: 15px;
}
.it .itl .contentList {
  margin-bottom: 30px;
}
.it .itl .contentList .content {
  line-height: 48px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  position: relative;
  text-indent: 10px;
}
.it .itl .contentList .content a {
  width: 100%;
  height: 48px;
  display: block;
  overflow: hidden;
}
.it .itl .contentList .content .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #888;
}
.it .aside-column {
  width: 280px;
  float: right;
}
.it .aside-column .head {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #0075d2;
  position: relative;
  text-indent: 10px;
  margin-bottom: 15px;
}
.it .aside-column .head .line {
  width: 4px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #0075d2;
  font-size: 0;
  line-height: 0;
}
.it .aside-column .contentList {
  margin-bottom: 30px;
}
.it .aside-column .contentList .content {
  line-height: 48px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  position: relative;
}
.it .aside-column .contentList .content a {
  width: 100%;
  height: 48px;
  display: block;
  overflow: hidden;
}
.it .aside-column .contentList .content a img {
  margin-right: 10px;
  height: 10px;
  width: 10px;
  display: inline;
}