@charset "utf-8";

/******************selection start*******************/

* {
    padding: 0;
    margin: 0;
}

.selection {
    border-bottom: 1px dotted #e5e5e5;
    background: #fff;
    color: #717171;
    min-height: 40px;
    max-height: 126px;
}

.selection:after {
    content: '';
    display: block;
    clear: both;
}

.selection h3 {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 42px;
    width: 80px;
    text-align: right;
    font-weight: bold;
}

.selection li {
    display: inline-block;
    padding: 0px 10px;
    list-style: none;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
    margin: 5px 0px;
}

.selection li:hover {
    text-decoration: underline;
}

.selection li.selection_selected {
    background: #ffab47;
    color: #fff;
}

.selection ul {
    float: left;
    margin-left: 10px;
    width: 1007px;
    padding: 8px 0;
}

.more_btn {
    float: right;
    padding: 0 10px;
    display: block;
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 10px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    color: #b5b5b5;
}

.more_btn:hover {
    color: #fff;
    background: #ffab47;
    text-decoration: none;
    border-color: #ffab47;
}

.selectionsCntr {
    float: left;
    width: 1007px;
    overflow: hidden;
    height: 40px;
    max-height: 126px;
}


/******************selection end*******************/


/******************searchBox start*******************/

.searchbox {
    width: 600px;
    height: 36px;
    font-size: 0;
    position: relative;
    border-radius: 18px;
    border: solid 1px #C21A30;
}
.input-group-down{
    width: 315px;
    display: none;
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    left: 15px;
    top: 37px;
    background-color: #ffffff;
    box-shadow:1px 1px 3px #ccc;
}
.input-group-down span{
    display: block;
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    color: #717171;
}
.input-group-down span:hover{
    background-color: #f3f3f3;
}
.searchst{
    display: inline-block;
    width: 50px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #c21a30;
    border-radius: 20px;
    border: 1px solid #c21a30;
    position: relative;
    cursor: pointer;
    top:1px;
    margin-left: 10px;
}
.searchac{
    background-color: #c21a30;
    color: #ffffff;
}

.search_type {
    display: none!important;
    line-height: 42px;
    height: 42px;
    width: 80px;
    border: none;
    margin: 0 10px;
    position: relative;
    float: left;
}

.search_type span {
    display: inline-block;
    width: 110%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    left: -7px;
}

.search_type_list li {
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}

.search_type_list {
    position: absolute;
    top: 46px;
    width: 100px;
    left: -12px;
    padding-bottom: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    font-family: 'Microsoft YaHei';
    z-index: 999;
}

.search_type:focus {
    outline: none;
}
.search_input {
    display: inline-block;
    background-color: #ffffff!important;
    width: 400px;
    height: 30px;
    line-height: 30px;
    border: none;
    /*background-color: #F3F3F3!important;*/
    margin-top: 2px;
    /*border-left: #e0e0e0 1px solid;*/
    padding-left: 10px;
    font-size: 14px;
    color: #c1c1c1;
    position: relative;
    left: 10px;
}

.search_input:focus {
    outline: none;
}

.search_btn {
    display: inline-block;
    width: 60px;
    height: 38px;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
    border: none;
    background: url(../images/search_box.png) center no-repeat, #f95a5e;
    cursor: pointer;
    position: absolute;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    right: -1px;
    top: -1px;
}

.search_btn:focus {
    outline: none;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #969696;
    position: absolute;
    top: 19px;
    right: 2px;
}


/******************searchBox end*******************/


/******************leftMenu start*******************/

.left_menu {
    height: 200px;
    width: 260px;
    /*border: #e0e0e0 2px solid;*/
    background: #c21a30;
}

.left_menu ul {
    background: #fff;
    cursor: pointer;
}

.left_menu:hover {
    border-color: #c21a30;
}

.left_menu li {
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 16px;
    z-index: 9;
}

.left_menu li:after {
    content: '>';
    position: absolute;
    right: 10px;
    font-family: "黑体";
    color:#C21A31;
}

.left_menu .menu_lv3:after {
    content: '';
}

.left_menu li:hover {
    background: #99081b;
    color: #fff;
}

.left_menu li:hover>ul {
    display: block;
}

.menu_lv1 {
    line-height: 66px;
    height: 66px;
    width: 100%;
    border-bottom: #e9e9e9 1px solid;
    /*	text-indent:30px;*/
    color: #fff;
}
.menu_lv1 span {
    text-indent: 22px;
    display: inline-block;
}

.menu_lv1>a {
    color: #fff;
    width: 100%;
    display: inline-block;
    height: 100%;
}

.menu_lv3-list {
    min-width: 200px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #D0D0D0;
}
.title .s1{
    width: 6px;
    height: 18px;
    display: inline-block;
    background-color: #ff6c6c;
    border-radius: 6px;
}
.menu_lv3-list .item-span {
    padding: 3px 8px;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    text-indent: 0px!important;
}
.item-span-active {
    background-color: #FF6C6C;
    color: #ffffff;
}
.con-item {
    padding-left: 24px;
}
.menu_lv3-list .title{
    position: relative;
    left: 15px;
}
.menu_lv3-list .title .s1 {
    position: relative;
    top:2px;
}
.menu_lv3-list .title .s2 {
    text-indent:0px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #333333 !important;
}
.menu_lv3-list .title .s2 a{
    padding-left: 8px;
    position: relative;
    left: -8px;
}
.menu_lv3-list .title .s2 a:hover{
    background-color: #c21a30;
    color: #ffffff;
}
.menu_lv3-list .item-span:hover {
    background-color: #c21a30;
}
.last_lv1 {
    border: none;
}

.menu_lv2_cntr{
    border: #c21a30 2px solid;
    display: none;
    width: 150px;
    position: absolute;
    left: 260px;
    top: 0px;
}

.menu_lv3_cntr {
    left: 150px;
    width: 120px;
    top: -2px;
    border: #c21a30 2px solid;
    display: none;
    position: absolute;
}
.menu_lv2 {
    color: #000;
    line-height: 40px;
    height: 40px;
    width: 150px;
}
.menu_lv3{
    color: #000;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
}
.menu_lv2 a{
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.menu_lv3 a {
    color: #000;
    text-decoration: none;
    text-indent: 0px !important;
    display: inline-block;
}

.menu_lv2:hover>a,
.menu_lv3:hover a {
    color: #fff;
}
.menu_lv1_titspan:hover {
    cursor: default;
}
#left_menu {
    position: relative;
    z-index: 99;
    height: 0;
    width: 1100px;
    margin: 0 auto;
    top: -260px;
}

#left_menu .left_menu {
    height: 400px;
    width: 204px;
    border: #e0e0e0 2px solid;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    top: -140px;
}

#left_menu .left_menu ul {
    background: #fff;
    cursor: pointer;
}

#left_menu .left_menu:hover {
    border-color: #c21a30;
}

#left_menu .left_menu li {
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 16px;
}

#left_menu .left_menu li:after {
    content: '>';
    position: absolute;
    right: 10px;
    font-family: "黑体";
    top:0px;
}

#left_menu .left_menu .menu_lv3:after {
    content: '';
}

#left_menu .left_menu li:hover {
    background: #c21a30;
    color: #fff;
}

#left_menu .left_menu li:hover>ul {
    display: block;
}

#left_menu .menu_lv1 {
    line-height: 84px;
    height: 132px;
    width: 100%;
    /*border-bottom: #e9e9e9 1px solid;*/
    /*text-indent:30px;*/
    color: #000;
}
.menu_lv1-span {
    height: 50px;
    line-height: 50px;
    align-items: center;
    padding-left: 24px;
    overflow: hidden;
}
.menu_lv1-span span {
    margin-right: 12px;
    text-indent: 0px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
#left_menu .last_lv1 {
    border: none;
}

#left_menu .menu_lv2_cntr {
    border: #c21a30 2px solid;
    display: none;
    width: 160px;
    position: absolute;
    left: 200px;
    top: -2px;
}

#left_menu .menu_lv3_cntr {
    border: #c21a30 2px solid;
    display: none;
    position: absolute;
    left: 160px;
    top: -2px;
}

#left_menu .menu_lv2 {
    color: #000;
    line-height: 40px;
    height: 40px;
    width: 160px;
}
.menu_lv3 {
    color: #000;
    line-height: 40px;
    height: 40px;
    width: 120px;
}

#left_menu .menu_lv3 a {
    color: #000;
    text-decoration: none;
}

#left_menu .menu_lv3:hover a {
    color: #fff;
}


/******************leftMenu end*******************/


/****************fileList start******************/

.fileList_head {
    line-height: 38px;
    height: 38px;
    background: #f3f3f3;
    position: relative;
    /* border-top: 1px solid #c21a30; */
}

.fileList_head label {
    color: #ff8100;
    margin-left: 310px;
    cursor: pointer;
}

.fileList_head label input {
    vertical-align: middle;
    margin-right: 5px;
}

.fileList_head label span {
    color: #777;
}

.fileList_head_right {
    display: inline-block;
    float: right;
    margin-right: 2px;
    margin-top: -39px;
}

.fileList_sortType {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
    background: #fff;
    border: #dedede 1px solid;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}

.fileList_sortType_selected {
    background: #ffab47;
    color: #fff;
    border: #ffab47 1px solid;
}

.noRes {
    width: 100%;
    height: 482px;
    background: url('../images/noRes.png') center no-repeat;
}

.noRes.isFirstLoading {
    background: url('../images/noRes_first_loading.png') center no-repeat;
}

.fileList_search {
    width: 280px;
    height: 26px;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 5px;
}
.label-out{
    position: relative;
    left: 310px;
    width: 200px;
}
.label-out input{
    position: relative;
    margin-right: 5px;
    top: 2px;
    vertical-align: text-top;
}
.label-out label{
    margin-right: 10px;
}
.input_cntr {
    float: left;
    width: 208px;
    height: 24px;
    border: 1px solid #c4c4c4;
    background: url('../images/filelist_search_btn.png') 5px center no-repeat, #fff;
}

.input_cntr input {
    background: transparent;
    border: none;
    height: 24px;
    margin-left: 25px;
    outline: none;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    width: 178px;
    display: block;
}

.filelist_search_btn {
    float: left;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #ff9535;
    color: #fff;
    cursor: pointer;
}


/****************fileList end******************/


/****************fileItem start******************/

.fileItem {
    margin: 10px 20px;
    /*padding: 10px 20px;*/
    padding-left: 20px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 20px;
    /*max-height: 135px;*/
    border-bottom: #c6c6c6 1px dotted;
}
.fileItem:hover{
    background:#f9f9f9;
}
.fileItem:hover .fileItem_title{
    color:#ff8100;
}
.fileItem:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.fileItem_ico {
    width: 56px;
    height: 78px;
    float: left;
    /*margin-right: 10px;*/
    margin-right: 18px;
    position: relative;
    top: 12px;
    cursor: pointer;
}

.fileItem_info {
    float: left;
    color: #b6b6b6;
    width: 73%;
    padding-right: 15px;
    margin-top: 5px;
    border-right: 1px dotted #c6c6c6;
}

.fileItem_title {
    display: inline-block;
    color: #333;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    max-width: calc(100% - 27px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fileItem_title a{
    color: #333!important;
}
.icon-jiajing {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -10px;
    background-image: url("image/jiajing.png");
    background-repeat: no-repeat;
    z-index: 998;
}
.fileItem_title_ico {
    vertical-align: -2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(../images/icon_03.png) 0 -659px no-repeat;

}

.fileItem_source {
    line-height: 30px;
    display: inline-block;
    float: right;
}
.yxjsgg{
    position: relative;
    display: inline-block;
    top:5px;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer;
    color: #b6b6b6;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yxjsgg:hover .ggsm{
    display: block;
}
.ggsm{
    display: none;
    color: #b6b6b6;
    position: absolute;
    width: 330px;
    height: 105px;
    right: -325px;
    top:-100px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #BCBCBC;
    box-shadow: 2px 2px 3px #888888;
    font-size: 12px;
    cursor: pointer;
}
.ggsm .d1{
    padding: 10px 8px 8px 8px;
}
.ggsm .d2{
    text-indent: 24px;
    line-height: 20px;
    padding: 0 8px;
}
.fileItem_intro {
    height: 18px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.fileItem_stars {
    margin: 5px 0;
    height: 20px;
    background: url(../images/icon_03.png) no-repeat;
    text-indent: 95px;
    display: inline-block;
}

.fileItem_stars.praise,
.fileItem_stars.collection {
    background-position: 1px -777px;
    width: 20px;
    margin-left: 10px;
}

.fileItem_stars.collection {
    width: 80px;
    margin-top: 0px;
    cursor: pointer;
    color: #fff;
    height: 22px;
    background: #fdab48;
    font-style: normal;
    line-height: 22px;
    border-radius: 4px;
    position: relative;
    left: 15px;
}

.fileItem_stars.collection:after {
    content: '取消收藏';
    font-size: 12px;
    text-indent: 15px;
    display: block;
}

.fileItem_stars.collection.cancelhear {
    /* background-position: -88px -752px */
}

.fileItem_stars.downloadico {
    width: 60px;
    /* margin-top: 0px; */
    /* margin-left: 10px; */
    cursor: pointer;
    color: #fff;
    height: 22px;
    background: #4dc47d;
    font-style: normal;
    line-height: 22px;
    border-radius: 2px;
    /* position: relative; */
    /* left: 15px; */
    text-align: center;
}

.fileItem_stars.downloadico:hover {
    background: #44ae6e;
}

.fileItem_stars.downloadico:after {
    content: '下载';
    font-size: 12px;
    text-indent: 7px;
    display: block;
    margin-left: -6px;
}
.fileItem_stars.downloadicoing {
    background-color: #C1C1C1;
}
.downloadicoing {
    background-color: #C1C1C1!important;
}
.fileItem_stars.previewicon{
    width: 60px;
    cursor: pointer;
    color: #fff;
    height: 22px;
    background: #ffab48;
    font-style: normal;
    line-height: 22px;
    border-radius: 2px;
    text-align: center;
}
.fileItem_stars.previewicon:hover{
    background:#fa9319;
}
.fileItem_stars.previewicon:after {
    content: '预览';
    font-size: 12px;
    text-indent: 7px;
    display: block;
    margin-left: -6px;
}
.fileItem_score_down{
    width: 15%;
    float: right;
    text-align: center;
    /*position: relative;*/
    /*left: -18px;*/
}
.fileItem_score_down .fr {
    float: none;
    /*position: relative;*/
    /*left: -30%;*/
}
.fileItem_pro_score{
    color: #ffab47;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 10px;
    height: 20px;
}
.fileItem_pro_score span{
    font-size: 18px;
}

.fileItem_stars.file_praise {
    margin: 0 0 0 10px;
}

.star_0 {
    background-position: 0 -400px;
}

.star_1 {
    background-position: 0 -380px;
}

.star_2 {
    background-position: 0 -360px;
}

.star_3 {
    background-position: 0 -340px;
}

.star_4 {
    background-position: 0 -320px;
}

.star_5 {
    background-position: 0 -300px;
}

.fileItem_like {
    display: inline-block;
    margin-left: 20px;
}

.fileItem_like_ico {
    display: inline-block;
    height: 16px;
    width: 20px;
    background: url(../images/icon_03.png) no-repeat;
    background-position-y: -783px;
    position: relative;
    top: 3px;
}


/****************fileItem end******************/

.teachingMaterial {
    float: left;
    height: 120px;
    width: 140px;
    margin: 30px 0 0px 50px;
    cursor: pointer;
}

.teachingMaterial img {
    width: 140px;
    height: 90px;
    border: 1px solid #eee;
}

.teachingMaterial_title {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    float: left;
    max-height: 40px;
    position: relative;
    left: 1px;
}

.teachingMaterial_title i {
    position: absolute;
    right: 0;
    bottom: 3px;
    border-left: 4px solid #fff;
}

.tmaterial_tit {
    width: 120px;
    display: inline-block;
}

.bookItme {
    float: left;
    height: 220px;
    width: 140px;
    margin: 30px 0 0px 50px;
    text-align: center;
}

.bookItme img {
    width: 122px;
    height: 170px;
}

.bookItme_small {
    height: 155px;
    width: 90px;
    margin-left: 20px !important;
}

.bookItme_small img {
    width: 88px;
    height: 128px;
    border: 1px solid #eee;
}

.bookItme_small .teachingMaterial_title {
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.audioItem {
    float: left;
    margin: 10px 10px 20px 0;
    width: 105px;
    height: 95px;
    text-align: center;
}

.audioItem .tname {
    display: inline-block;
    color: #888;
}

.audioItem img {
    display: block;
    height: 70px;
    width: 75px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.videoItem {
    float: left;
    height: 180px;
    margin-bottom: 4px;
    margin-right: 40px;
    width: 210px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.fileList_list .videoItem {
    width: 179px;
    height: 170px;
    font-size: 12px;
}

.fileList_list .no_rmargin {
    margin-right: 0px;
}

.videoItem img {
    width: 210px;
    height: 130px;
}

.fileList_list .videoItem img {
    width: 100%;
    height: 120px;
}

.fileList_list .videoItem .ttitle {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    max-height: 40px;
    line-height: 20px;
    position: relative;
}

.fileList_list .videoItem .ttitle i {
    position: absolute;
    right: 0;
    bottom: 3px;
    border-left: 4px solid #fff;
}

.fileList_list .playico {
    top: 80px;
}

.fileList_list .full_item {
    padding: 0px;
    /*overflow: auto;*/
}

.fileList_list .audioitem_tit {
    font-style: normal;
    width: 89px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.fileList_list .audioItem {
    margin: 10px 20px 20px 14px;
}

.fileList_list .bookItme {
    margin: 20px 0 0px 10px
}


/****************uploader start******************/

.uploadBtn {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 30px;
    cursor: pointer;
}

.uploadLabel {
    display: block;
    background: #ee2f4f;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    margin: 0 !important;
    height: 10px;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


/****************uploader end******************/


/*素材视频*/

.material_video li {
    margin-right: 10px;
    width: 160px;
    font-size: 12px;
    height: 160px;
}

.material_video img {
    height: 100px;
    width: 100%;
}

.material_video .ttitle {
    font-size: 12px;
}

.newfile_item {
    margin-top: -10px;
    min-height: 400px;
}

.newfile_item .ico_course {
    width: 210px;
    top: 0;
    height: 120px;
    position: relative;
}

.course_sq_ico {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/courser_sqico.png') no-repeat;
}

.newfile_item .file_courseinfo {
    width: 75%;
}
.newfile_item .fileItem_score_down{
    width: 16%;
}
.newfile_item .ico_course img {
    width: 100%;
    height: 100%;
}
.newfile_item .ico_course img:hover {
    transition: all 2.3s linear;
    transform: scale(1.08);
    opacity: 0.7;
}
.newfile_item .courseItem {
    padding: 20px 0;
    margin: 0;
}

.newfile_item .file_courseinfo .fileItem_intro {
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.courseItem .fileItem_title i {
    margin-top: 4px;
}

.courseItem .fileItem_intro {
    white-space: initial;
}

.courseItem .fileItem_stars {
    margin: 5px 0 0 0;
}


/*图片轮播样式*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner ul {
    /*transition: all 0.5s;*/
    position: relative;
}

.banner li {
    position: absolute;
    left: 0;
    top: 0;
    transition: background 0.5s;
}

.banner a {
    display: block;
    height: 100%;
    width: 100%;
}

.imgSlide_btnleft,
.imgSlide_btnright {
    position: absolute;
    width: 35px;
    height: 61px;
    background: url(../images/left_white.png) no-repeat;
    cursor: pointer;
}

.imgSlide_btnright {
    left: inherit;
    background: url(../images/right_white.png) no-repeat;
}

.imgSlide_navcntr {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
}

.imgSlide_nav {
    display: inline-block;
    margin-left: 10px;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.imgSlide_checkedbtn {
    width: 36px;
}


/********************tab.js 样式***********************/

.tab_cntr {
    height: 39px;
    line-height: 39px;
    width: 100%;
    border-bottom: 2px solid #c21a30;
    position: relative;
    background: #f3f3f3;
    color: #555;
}

.tab_cntr ul {
    /*overflow: hidden;*/
    white-space: nowrap;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    width: 100%;
}

.tab_cntr li {
    display: inline-block;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
}

.tab_cntr li.active {
    background: #c21a30;
    color: #fff;
}

.tab_list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40px;
    /*overflow: hidden;*/
    width: 100%;
}

.tab_controller {
    height: 100%;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.tab_left_btn,
.tab_right_btn {
    float: left;
    width: 20px;
    height: 100%;
    background-image: url(../images/filelist_tab_btn.png);
}

.tab_right_btn {
    background-position-x: 20px;
}

.tab_btn_active {
    background-position-y: -80px;
}

.tab_btn_active:hover {
    background-position-y: -40px;
}

.skin_lakeblue .tab_cntr {
    border-color: #0ba2b0;
}

.skin_lakeblue .tab_cntr li.active {
    background: #0ba2b0
}

.skin_darkgreen .tab_cntr {
    border-color: #248575;
}

.skin_darkgreen .tab_cntr li.active {
    background: #248575;
}

.skin_deepblue .tab_cntr {
    border-color: #177fba;
}

.skin_deepblue .tab_cntr li.active {
    background: #177fba;
}

.skin_purplishblue .tab_cntr {
    border-color: #3d638a;
}

.skin_purplishblue .tab_cntr li.active {
    background: #3d638a;
}

.skin_jadegreen .tab_cntr {
    border-color: #6bb03e;
}

.skin_jadegreen .tab_cntr li.active {
    background: #6bb03e;
}

.skin_orange .tab_cntr {
    border-color: #f7840e;
}

.skin_orange .tab_cntr li.active {
    background: #f7840e;
}
.skin_dark .tab_cntr {
    border-color: #292929;
}

.skin_dark .tab_cntr li.active {
    background: #292929;
}
.zyjs{
    float: right;
    width: 100px !important;
    position: relative;
    right: 10px;
    top: -4px;
    height: 43px !important;
    font-size: 16px;
    background-color: #FF6364;
    color: #ffffff !important;
    line-height: 43px;
    text-align: center;
}
.zyjs-icon{
    width: 18px;
    height: 20px;
    background-image: url(../images/rmbbb.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: inline-block;
    top: 4px;
    right: 7px;
    position: relative;
}
.double-j{
    position: absolute;
    left: -4px;
    top: 0px;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/double.png);
    height: 10px;
    width: 140px;
}

/********************tab.js 样式结束***********************/


/*dialog*/

.box-main {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}

.pop {
    background: black;
    opacity: 0.5;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    filter: alpha(opacity=50);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*IE4-IE9*/
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.box-title {
    width: 100%;
    height: 30px;
    background: rgb(179, 0, 37);
    color: white;
    position: relative;
    line-height: 50px;
}

.box-title h1 {
    margin-left: 20px;
}

.box-title span {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
}

.box-btn {
    width: 100%;
    text-align: center;
}

.commonStyle {
    width: 200px;
    height: 45px;
    background: rgb(179, 0, 36);
    border: 0px;
    outline: none;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.box-info {
    padding: 60px 0 40px 50px;
}

.box-info span {
    position: relative;
    top: -80px;
    left: 20px;
    font-size: 14px;
    color: #a2a2a2;
}

.dialogBox .showMsg {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.comfirm-msg .box-title h1,.comfirm-msg .box-title span{color:#fff;}
.comfirm-msg .showMsg h3{    margin: 20px 0;}
.comfirm-msg .commonStyle{    width: 140px;
    height: 32px;    font-size: 14px;}
.comfirm-msg .commonStyle#getBack{background-color: #999;}
.onlyClose{background: #fff!important;
    color: #333;}
.dialogBox .btn-default,.dialogBox .btn-important{
    background: #bbb;
    width: 125px;
    height: 30px;
    font-size: 14px;
    font-family:'microsoft yahei';
    margin: 0 5px;
}
.dialogBox .btn-default:hover,.dialogBox .btn-important:hover{
    background: #ff6600;
}
.dialogBox .btn-important{
    background: #ff6600;
}
.fileListCheck{
    color: #555!important;
    margin-left: 0px!important;
    position: relative;
    top:1px
}
.mianfei{
    color: #ffab47;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 10px;
    height: 20px;
    position: relative;
    right: 2px;
    font-size: 18px;
}
/*资源集市为空的页面样式*/
.main-out{
    margin: 0 auto;
    /*width: 870px;*/
    min-height: 700px;
    background-color: #F3F3F3;
}
.zyjs-img-out{
    width: 100%;
    height: 350px;
    background-image: url(../images/zyjsbanner.jpg);
    background-size: 100%;
    position: relative;
}
.zyjs-sczy {
    width: 147px;
    top:274px;
    height: 46px;
    border-radius: 42px;
    background-color: #ffffff;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #ff6c25;
    position: absolute;
    left: 149px;
    cursor: pointer;
    user-select: none;
}
.zyjs-sczy:hover{
    background-color: #ff6c26;
    color: #ffffff;
}
.zyjs-sczy:hover a{
    color: #ffffff;
}
.zyjs-sczy a{
    color: #ff6c26;
}
.zyjs-sczy a:hover {
    color: #ffffff !important;
}
.zyjs-qa{
    width: 100%;
    padding: 37px 0 0 34px;
}
.q-tit {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/qimg.png);
    position: relative;
    top:6px;
}
.a-tit {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/aimg.png);
    position: relative;
    top:8px;
}
.q-main {
    display: inline-block;
    line-height: 30px;
    color: #ff6364;
    font-size: 18px;
}
.a-main {
    display: inline-block;
    font-size: 14px;
    color: #333333;
}
.konw-more {
    text-decoration:underline;
    cursor: pointer;
}
.konw-more a{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ff6364;
    font-size: 14px;
    border-radius: 30px;
    color: #ffffff;
}
.konw-more a:hover{
    color: #ffffff!important;
}