/*取消bootstrap table 左右滚动条  遇到问题可取消*/
.fixed-table-body{
    /*overflow: hidden !important;*/
    overflow-x: hidden !important;
    /*overflow-y: auto;*/
}
body{
    /* background: #f8f8f8; */
    min-width: 1300px;
    font-family: '微软雅黑';
}
input::-webkit-input-placeholder {
    color: #C1C1C1;
}

/* @media (min-width: 1400px) { 
    .container{
        max-width: 1200px;
    }
} */
.container{
    min-width: 1200px;
}
/*select {*/
    /*!*Chrome和Firefox里面的边框是不一样的，复写一下*!*/
    /*border: solid 1px #000;*/

    /*!*很关键：将默认的select选择框样式清除*!*/
    /*appearance:none;*/
    /*-moz-appearance:none;*/
    /*-webkit-appearance:none;*/

    /*!*在选择框的最右侧中间显示小箭头图片*!*/
    /*background: url("../images/down.png") no-repeat scroll 256px center transparent !important;*/

    /*!*为下拉小箭头留出一点位置，避免被文字覆盖*!*/
    /*padding-right: 14px;*/
/*}*/

a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/}
a:visited{text-decoration:none; /*指已经访问过的链接*/}
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:active{text-decoration:none;/* 指正在点的链接*/ }

.top{
    height: 120px;
}
.top-bg{
    /*background-color: #4CCE88;*/
    height: 60px;
}
.menu-bg{
    background-color: #23C9B3;
    height: 60px;
}
.head{
    height: 50px;
}
.top .logo{
    width: 120px;
    margin-top: 15px;
}

.top .search{
    margin-top: 13px;
    height: 35px;
    border: 2px solid #F77524;
    position: relative;
    font-size: 14px;
}
.top .search input{
    width: 73%;
    padding: 2px 15px;
    margin: 0 auto;
    border: none;
    height: 25px;
}
.top .search i{
    position: absolute;
    right: 25px;
    top: 5px;
    color: #4CCE88;
}
.top .btn-list ul li{
    list-style: none;
    display: inline-block;
    margin-left: 40px;
    margin-top: 12px;
    vertical-align: top;
}
.dropdown-menu{
    font-size: 14px;
}
.tip-list{
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
}
.tip-list .hot-lin{
    color: #999999;
}
.tip-list .course{
    color: #23C9B3;
}
.search select{
    height: 100%;
    border: none;
    color: #FFB86A;
    z-index: 30;
}
.search select:focus{
    outline: none;
}
.search img{
    position: absolute;
    top: 13px;
    left: 50px;
    z-index: -1;
}
.search span{
    margin-left: 5px;
    color: #999999;
}
.user_home{
    width: 25%;
    text-align: right;
    margin-bottom: 0;
    line-height: 60px;
    position: relative;
}
.user_home div{
    font-size: 14px;
    color: white;
}
.user_home div{
    cursor: pointer;
}
/*.top .btn-list ul li:hover img{*/
    /*margin-top: 3px;*/
/*}*/

.menu{
    background-color: #23C9B3;
}
.menu .font-color{
    font-size:16px;
    font-family:MicrosoftYaHei;
    /*color:rgba(100,100,100,1);*/
    color: white;
    line-height:44px;
    outline: none;
}
.menu .active{
    font-size:18px;
    font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight:bold;
    line-height:44px;
}
.menu .dropdown-toggle::after{
    display: none;
}

.footer{
    background-color: #EBFFF6;
    height: 300px;
    padding-top: 65px;
    /* text-align: center; */
}
.footer ul{
    padding-left: 0;
}
.footer ul li{
    line-height: 35px;
}
.footer .first-li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: calc( 98% / 5 );
}
.footer .first-li ul{
    padding-left: 0;
}
.footer .first-li li{
    list-style: none;
}
.footer .first-li .first-title{
    font-size:15px;
    font-family:'微软雅黑';
    color:rgba(51,51,51,1);
}
.footer .first-li li{
    font-family:'微软雅黑';
    font-size:12px;
    color:rgba(100,100,100,1);
}
.footer .first-li li a{
    color:rgba(100,100,100,1);
}




.search-bar{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: white;
    border-radius: 2px;
    margin-bottom: 20px;
}
.search-bar i{
    color: #40D585;
    margin: 0 10px;
}
.search-bar input{
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    height: 46px;
}

/*.filtrate-box{*/
    /*background-color: white;*/
    /*padding: 20px;*/
/*}*/
/*.filtrate-box .filtrate-option{*/
    /*height: 50px;*/
    /*border-bottom: 1px solid #ccc;*/
    /*display: flex;*/
    /*line-height: 50px;*/
    /*overflow: hidden;*/
/*}*/
/*.filtrate-box .filtrate-option:last-child{*/
    /*border-bottom: none;*/
/*}*/
/*.filtrate-box .filtrate-option .filtrate-title{*/
    /*font-size: 14px;*/
    /*color: #CCCCCC;*/
    /*width: 8%;*/
/*}*/
/*.filtrate-box .filtrate-option .filtrate-li{*/
    /*display: inline-block;*/
    /*width: calc(100% - 120px);*/
/*}*/
/*.filtrate-box .filtrate-option .filtrate-li ul{*/
    /*padding-left: 0;*/
    /*list-style: none;*/
/*}*/
/*.filtrate-box .filtrate-option .filtrate-li ul li{*/
    /*display: inline-block;*/
    /*font-size: 14px;*/
    /*margin: 10px 10px;*/
    /*line-height: 24px;*/
    /*padding: 0 10px;*/
    /*cursor: pointer;*/
/*}*/
/*.filtrate-box .filtrate-option .filtrate-li .filtrate-all{*/
    /*color: #40d585;*/
    /*border:1px solid #40d585;*/
    /*border-radius: 20px;*/
/*}*/
/*.filtrate-box .filtrate-option .filtrate-li ul li:hover{*/
    /*color: #40d585;*/
    /*border-radius: 20px;*/
/*}*/
.screen-box {
    padding: 20px;
    background-color: white;
}
.screen-box .screen-block {
    height: 50px;
    border-bottom: 1px solid #ccc;
    display: flex;
    line-height: 50px;
    overflow: hidden;
}
.screen-block .screen-tip {
    font-size: 14px;
    color: #CCCCCC;
    width: 8%;
}
.screen-block .screen-content {
    width: 80%;
    font-size: 14px;
}
.screen-content ul {
    padding-left: 0;
    list-style: none;
}
.screen-block ul .filtrate-all {
    background-color: #E6E6E6;
}
.screen-block ul li{
    position: relative;
}
.screen-block ul li img{
    width: 26px;
    background: #FFB86A;
}
.screen-content ul li {
    display: inline-block;
    font-size: 14px;
    margin: 10px 10px;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}
.screen-tail {
    width: 10%;
}
.screen-tail button {
    width: 48px;
    height: 27px;
    font-size: 10px;
    border: none;
    background-color: #23C9B3;
    color: white;
    line-height: 0;
}
.screen-tail .screen-tail-tip {
    float: right;
    font-size: 12px;
    color: #999999;
}



.academy{
    background-color: white;
    padding: 34px 26px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.academy:last-child{
    margin-bottom: 0;
}
.academy .academy-title p{
    display: inline;
}
.academy .academy-title p:first-child{
    font-size:18px;
    font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.academy .academy-title p:nth-child(2){
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(151,151,151,1);
    line-height:16px;
    float: right;
}
.blogroll ul{
    padding: 0;
    margin-top: 24px;
}
.blogroll ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.blogroll ul li a{
    font-size:12px;
    font-family: "微软雅黑";
    color:#646464 !important;
    line-height:16px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
    text-decoration: none;
    outline: 0px;
}
.dropdown-menu > li > a {
    color: inherit;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    border-radius: 3px;
    margin: 4px;
}
.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    padding: 3px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: rgb(38, 38, 38);
    background-color: rgb(245, 245, 245);
    text-decoration: none;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    background-color: rgb(186, 186, 186);
    color: rgb(255, 255, 255);
    border-color: rgb(186, 186, 186);
}
.btn-default {
    background-color: rgb(194, 194, 194);
    color: rgb(255, 255, 255);
    border-color: rgb(194, 194, 194);
}
.pagination-detail{
    font-size: 13px;
    color: rgb(103, 106, 108);
}
.pagination {
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 4px;
    font-size: 13px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: rgb(244, 244, 244);
    color: inherit;
    cursor: default;
    z-index: 2;
    border-color: rgb(221, 221, 221);
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
}
.pagination > li > a, .pagination > li > span {
    background-color: rgb(255, 255, 255);
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 4px 10px;
    text-decoration: none;
}
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-top: 20px !important;
    margin-bottom: 10px;
}
.search-bar button{
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 90px;
    /* float: right; */
    background-color: #23C9B3;
    color: white;
    border: none;
    margin-left: 40px;
    letter-spacing: 3px;
    font-weight: 300;
}
table{
    font-size: 13px !important;
}