﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


/*自己的代码*/
.line{
    border:ridge #000000 1px;
    border-radius:3px;
}

.heading-1 {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #07a6d2;
    border-bottom: 3px solid #eee;
}

    .heading-1::after {
        content: "";
        margin-top: 20px;
        margin-bottom: -3px;
        width: 170px;
        height: 3px;
        display: block;
        background-color: #07a6d2;
    }



.newsList {
    float: right;
    width: 100%
}
    .newsList ul {
        padding-left:2px;
    }

    .newsList li {
        overflow: hidden;
        padding: 10px 10px;
        transition: .5s;
    }

        .newsList li:hover {
            background: #FFF;
            transform: translateY(-10px);
            box-shadow: 0px 0px 10px #9e9e9e63;
            transition: .5s;
        }

            .newsList li:hover a {
                color: #0168b5;
            }

        .newsList li span {
            display: block;
        }

            .newsList li span.newsList-num {
                width: 15%;
                height: 60px;
                padding-right: 3px;
                border-right: 1px solid #e6e6e6;
                text-align: right;
                line-height: 26px;
                font-size: 24px;
                color: #666666;
                font-weight: lighter;
                float: left;
            }

            .newsList li span em {
                display: block;
                border-top: 0px #DEDDDD solid;
                font-size: 12px;
                color:#ff0000;
                height: 25px;
            }

            .newsList li span.newsList-text {
                float: right;
                width: 80%;
                margin-left: 10px;
            }

             


