
.contaner_my{
    width:95%;
    margin: 1px auto;
}

a,a:hover,a:focus{
    /*去掉点击链接时周围的虚线框,focus的outline属性*/
    outline:none;
    text-decoration: none;
    color: black;
}
/*顶部，头部*/
#header{
    height: 50px;
    line-height: 50px;
    margin: 0px;
    background:#2C6AA0;
}
footer{
    color: black;
    text-align: center;
    padding-top: 10px;
}
/*主界面，左边导航*/
#left_nav{
    /*background: url('img/u204.png');*/
    width: 190px;
    padding: 0px;
    color: #D1DAE1;
    background: #222A2D;
    border-right: solid 1px #dddddd;
}
.nav-head{
    width: 100%;
    min-height: 41px;
    line-height: 40px;
    text-align: center;
    /*border-bottom: solid 1px #dddddd;*/
    background: #f5f5f5;
}
#left_nav>div.nav-head{
    color: white;
    background: #222A2D;
    background: #676D76;
    border-bottom: solid 1px #4d4d4d;
}
.user-manage{
    color: #D1DAE1;
    width: 100%;
    padding: 20px 20px;
    font-size: 16px;
    border-bottom: solid 1px #4d4d4d;
}
#left_nav a{
    color: #D1DAE1;
    font-size: 16px;
    border-radius: 0px;
    border-bottom: solid 1px #4d4d4d;
}
/*导航标签样式*/
#left_li>li>a:hover,
#left_li>li.active>a,
#left_li>li.active>a:focus,
#left_li>li.active>a:hover{
    color:#55A0DC;
    background-color:#141A1B;
}

/*右边，显示box样式*/
#right_show{
    padding-left: 191px;
    width: 100%;
}
/*顶部按钮的样式*/
.nav-head div.pull-left{
    margin: 0px 10px;
}
#right_show div.flag div.container:nth-of-type(2){
    /*height: 50px;*/
}
.detail_message{
    min-height: 31px;
    margin-top: 10px;
    /*border: solid 1px #000000;*/
}

/*表格显示列名样式*/
.tdcolor tbody tr td:nth-of-type(3),/*选取tr下的第三个，第一个td元素*/
.tdcolor tbody tr td:first-child{
    width: 18%;
    background: #ebebeb;
    text-align: center;
}
.table-responsive{
    width: 97%;
    margin: 10px auto;
}
/*显示信息列表*/
.table-list{
    width: 100%;
}
/*thead*/
.table-list thead tr{
    text-align: center;
    background-color: #F7F7F7;
}
/*操作，列的表头样式*/
.table-list>thead>tr td:last-child{
    width: 80px;
}
.table-list tbody a{
}
.table-list tbody a:hover{
    text-decoration: underline;
    /*color: #2e6da4;*/
}
.table-list tbody tr td div.dropdown>button{
    border-radius: 50%;
}


