 img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
ul,li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  text-decoration: none;

}
a:hover {
  text-decoration: none;
}
.xx {
  margin-top: 50px;
}
.header {
    background-color: #1c4692;
}
.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
}

.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background: #007bff;
	color: white;
}
.dropdown-menu > li.show > a{
	color: white;
}
.navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.9);
}


.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.title {
  padding-top: 48px;
  padding-bottom: 16px;
  border-bottom: 1px #dedede solid;
}
.list-ul {
  
}
.list-li {
  padding-top: 5px;
  height: 60px;
  border-bottom: 1px #dedede solid;
}
.list-article {
padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px #dedede solid;
}
.position {
    color: #999999;
    margin-top: 48px;
}
.at h3 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.info {
    padding-left: 20px;
    border-left: solid 1px #cccccc;
    padding-bottom: 10px;
}
.article_content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 32px;
    word-wrap: break-word;
    padding-bottom: 50px;
}
.article_content img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.share {
    margin-bottom: 50px;
}
.self {
    padding-top: 50px;
}
#sidebar{
    margin-top: 40px;
    float: left;
    width: 100%;
    color: #ffbdbd;
    will-change: min-height;
}

#sidebar .sidebar__inner{
    padding: 10px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.content {
    font-size: 16px;
    line-height: 32px;
    word-wrap: break-word;
    padding-bottom: 100px;
    padding-top: 40px;
}
.content img {
    margin-top: 20px;
}
.footer {
  margin-top: 50px;
  background-color: #1c4692;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 24px;
}
.weixin {
  color: #999999;
  margin-right: 30px;
  text-decoration: none;
}
.weixin:hover {
  color: #ffffff;
}
.span {
  line-height: 30px;
  color: #ccccff;
  font-size: 95%
}
.copyright {
  font-size: 90%;
  background-color: #16366f;
  text-align: center;
  line-height: 40px;
  color: #999999;
}
.copyright a {
  color: #999999;
  text-decoration: none;
}
@media (max-width: 767px) {
    .xx {
        display: none;
    }
    .footer {
        text-align: center;
        padding-top: 20px;
    }
}
@media (max-width: 782px) {

}
