body {
    background: #fff url(../images/home/bg.jpg) no-repeat left top;
    background-size: 100% 100%;
    overflow: auto;
}

.system-name {
    margin-top: 4%;
}

.system-name img {
    width: 100%;
    margin-left: 2%;
}

.login {
    flex: 0 0 26%;
    max-width: 26%;
    height: 390px;
    background-color: rgba(255, 255, 255, 0.4)
}

.panel {
    margin-left: 1%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 320px;
}

.login-img img {
    width: 70%;
    margin-left: 17%;
}

.btn-register a {
    color: #1999dc;
}

.form-control-name, .form-control-id, .form-control-password {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.form-control-name {
    background-image: url("../images/home/用户.png") !important
}

.form-control-id {
    background-image: url("../images/home/身份证.png") !important
}

.form-control-password {
    background-image: url("../images/home/密码.png") !important
}

.btn-login {
    margin-bottom: 3%;
}

.btn-login button {
    height: 90%;
    width: 100%;
    border-radius: 6px;
    color: white;
    border: none;
    background: linear-gradient(to right, #0b90df, #16c2ea);
}

.news-notice .news-txt {
    width: 620px;
    height: 362px;
    float: right;
}

.news-txt {
    /*margin-bottom: 5%*/
}

.news-title {
    height: 38px;
    background: #fafafa;
    border-bottom: 1px solid #efefef;
    /*line-height: 38px;*/
    position: relative;
}

.news-name.tab-nav {
    position: absolute;
    left: -1px;
    top: -1px;
    height: 39px;
}

.tab-nav {
    left: 100px;
    top: 0;
}

.tab-nav span {
    color: black;
    font-weight: bold;
}

.tab-block {
    display: block;
}

.tab-none {
    display: none;
}

.news-name.tab-nav a.current {
    background: #0b90df;
    color: white;
    font-weight: bold;
}

.current span {
    color: white;
}

.tab-nav a.current:hover {
    background-color: #16c2ea;
}

.tab-nav a.not-current:hover {
    background-color: #ece7e7;
}

.news-name.tab-nav a {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
    color: #9f9f9f;
    text-align: center;
    font-size: 15px;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.tab-nav a {
    float: left;
    line-height: 32px;
    font-size: 14px;
    margin: 0 20px;
}

.hotnews {
    margin: 12px 12px 0 12px;
}

.hotnews h5 {
    font-size: 16px;
    color: #1192d5;
    height: 66px;
    line-height: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    font-weight: bold;
}

.hotnews .hotcon {
    word-break: break-all;
    display: -webkit-box;
}

.hotnews .hotcon a {
    color: #797272;
    line-height: 24px;
    font-size: 14px;
}

.tab-con {
    padding-top: 15px;
}

ul, ol, li {
    list-style: none;
}

.newslist {
    padding: 0;
    position: relative;
    bottom: -37px;
}

.newslist li {
    position: relative;
    padding: 0 80px 0 14px;
}

.newslist li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: black;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title, .newslist a {
    font-weight: 600;
    color: black;
}

.img-bottom {
}

.img-bottom img {
    margin-top: 25%;
    height: 67%;
}

ol {
    counter-reset: li; /* 初始化计数器 */
    list-style: none; /* 移除默认的计数 */
    *list-style: decimal; /*  兼容IE7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    padding: 2% 0 0 6%;
}

ol ol {
    margin: 0 0 0 2em;
}

.rectangle-list a {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    color: black;
    text-decoration: none;
    transition: all .3s ease-out;
    text-align: left;
    font-size: 14px;
    line-height: 29px;
}

.rectangle-list span {
    color: black;
}

.rectangle-list a:hover {
    background: #eee;
}

.rectangle-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2em;
    top: 65%;
    margin-top: -1em;
    background: #5688c7;
    height: 1.3em;
    width: 1.3em;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    color: white;
}

.rectangle-list a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
    color: white;
}

.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #5688c7;
}

#btnForgetPassword {
    color: #0275d8;
    cursor: pointer;
}

#modalSignTipsTitle, #modalSignTipsContent {
    color: black;
}

.modal-home-protocol h2 {
    color: black;
}

.modal-home-protocol .modal-body {
    color: black;
}