﻿.container{
    padding: 0 !important;
}
.navbar-default{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #3779F6 !important;
}
.navbar-nav{
    font-size: 18px;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
}
.nav>li>a{
    padding: 16px 80px !important;
}
.nav:before{
    content: none !important;
}
.navbar{
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: #3779F6 !important;
    color: #fff !important;
}
.navbar-default .navbar-nav>li>a{
    color: #232323 !important;
}
.banner-index{
    width: 100%;
    height: 488px;
    position: relative;
    background-image: url("../img/indexBanner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100%; */
}

.banner-other{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url("../img/listBanner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.index-login{
    right: 20%;
    position: absolute;
    top: .6%;
    padding: 30px 40px ;
    border: 1px solid #D8D8D8;
    background: #fff
}
.index-login-active{
    color: #fff !important;
    background-color: #3779F6 !important;
}
.btn{
    padding: 8px 28px !important;
    border-color: #eee !important;
}
.btn:hover,
.btn:focus {
    outline: none !important;
}

.index-login-type{
    font-size: 18px;
    font-weight: 600;
    color: #3B3B3B;
    text-align: center
}
.index-input-user input{
    width: 360px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #D8D8D8;
}
.index-input-pwd input{
    width: 360px;
    height: 50px;
    margin-bottom: 30px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #D8D8D8;
}
.index-input-btn button{
    width: 360px;
    height: 50px;
    background: #3779F6;
    border: none;
    color: #fff;
    font-size: 18px;
    outline: none; "
}
.index-other-message{
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: space-between;
    color:#363636;
    font-size: 16px
}

/*轮播图css 开始*/
#banner { position: relative; width: 100%; height: 375px; overflow: hidden; }
#banner_list img { border: 0; }
#banner_bg { position: absolute; bottom: 0; background-color: #000; height: 30px; filter: Alpha(Opacity=30); opacity: 0.3; z-index: 1000; cursor: pointer; width: 100%; }
#banner_info { position: absolute; bottom: 0; left: 5px; height: 22px; color: #fff; z-index: 1001; cursor: pointer }
#banner_text { position: absolute; width: 120px; z-index: 1002; right: 3px; bottom: 3px; }
#banner ul { position: absolute; list-style-type: none; filter: Alpha(Opacity=80); opacity: 0.8; z-index: 1002; margin: 0; padding: 0; bottom: 3px; right: 5px; }
#banner ul li { padding: 0px 8px; float: left; display: block; color: #A4A4A4; cursor: pointer;}
#banner ul li.on { color: #fff; }
#banner_list a { position: absolute; }
/*轮播图css 结束*/

.nav-tabs{
    background: #f3f3f3;
    border-right: 1px solid #D2D2D2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    padding: 15px 40px !important;
    color: #3779F6 !important;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #D2D2D2 !important;
    border-bottom-color: transparent !important;
}
.nav-tabs>li>a{
    padding: 15px 40px !important;
    color: #333 !important;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0 !important;
}


.list-message{
    padding:0 !important;
    border-top: 5px solid #3779F6;
}
.ul-list-content{
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.ul-list-content-title{
    padding: 15px 0;
    border-bottom: 2px dashed #CACACA;
    margin: 0 17px;
}

.ul-list-content-title p:first-of-type a{
    color: #1C528A;
    font-size: 20px;
    font-weight: 600;
}
.ul-list-content ul{
    list-style: none;
    padding-left: 0;
    margin: 0 17px;
}
.ul-list-content ul li{
    padding: 5px 0
}
.ul-list-content ul li:first-of-type {
    padding-top: 10px;
}
.ul-list-content ul li:last-of-type {
    padding-bottom: 12px;
}

.ul-list-content ul li a {
    color: #333333
}
.ul-list-content ul li a:hover {
    color: #1C528A
}
.ul-list-content ul li span {
    float: right
}

.bottom-input:focus{
    border: none;
}
.bottom-input:focus-within{
    border: none;
}



.bm_content {
    width: 100%;
    height: 290px;
    background-color: white;
    margin: 0 5px 0 5px;
    border-radius: 3px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

table {
    table-layout: fixed;
    font-size: 14px;
    color: #777;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table>tbody+tbody{
    border-top: none !important;
}

.center {
    vertical-align: middle;
}
.table>tbody>tr>td{
    border: none !important;
}
.downList ul{
   padding-top: 15px;
    list-style: none;
    padding-left: 0;
}

.downList ul li{
    height: 42px;
    line-height: 42px;
    color: #333;
}
.downList ul li a{
    font-size: 15px;
    color: #333;
}
.downList ul li span{
   float: right;
}
.downList .li-list-style{
    height:6px;
    width: 6px;
    background: #A0A0A0;
    display: inline-block;
    margin-right: 10px
}

.errlog{
    display: none;
}
