body {
    position: relative;
}

html {
    overflow-y: scroll;
}

.allScreen {
    position: relative;
    min-width: 1300px;
    overflow: hidden;
}

.allScreen .banner-img {
    position: absolute;
    z-index: -1;
    height: 300px;
    width: 100%;
}

.allScreen .banner-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.allScreen .main-center {
    width: 1175px;
    margin: 0 auto 110px;
}

.allScreen .main-center .search-box {
    margin: 60px 0;
    font-size: 0;
    position: relative;
}

.allScreen .main-center .search-box .resourceload {
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #D88E06;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-left: 20px;
}

.allScreen .main-center .search-box .resourceload img {
    vertical-align: middle;
    width: 18px;
    margin-right: 6px;
}

.allScreen .main-center .search-box .search-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 40px;
    cursor: pointer;
}

.allScreen .main-center .search-box .search-input {
    display: inline-block;
    vertical-align: top;
    width: 614px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 20px;
    padding: 13px 54px 13px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.allScreen .main-center .search-box .search-input input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 22px;
}

.allScreen .main-center .search-box .search-input .clearBtn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon/clear.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    display: none;
}

.allScreen .main-center .search-box .search-input .clearBtn:hover {
    background: url(../images/icon/clear_h.png) no-repeat center center;
    background-size: cover;
}

.allScreen .main-center .search-box .search-input input::-webkit-input-placeholder {
    color: #999999;
}

.allScreen .main-center .search-box .search-input input:-ms-input-placeholder {
    color: #999999;
}

.allScreen .main-center .search-box .search-input input::-ms-input-placeholder {
    color: #999999;
}

.allScreen .main-center .search-box .search-input input::placeholder {
    color: #999999;
}

.allScreen .main-center .search-box .search-btn {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #278DE8;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.allScreen .tab-list {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.12);
    box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.12);
    border-radius: 8px;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.allScreen .tab-list .tab-item {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    padding-left: 82px;
    min-height: 32px;
}

.allScreen .tab-list .tab-item:first-child {
    margin-top: 0;
}

.allScreen .tab-list .tab-item .tab-title {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 6px 0;
    line-height: 20px;
    width: 63px;
    margin-right: 20px;
    letter-spacing: 0.06em;
}

.allScreen .tab-list .tab-item .tab-ul {
    overflow: hidden;
}

.allScreen .tab-list .tab-item .tab-ul li {
    padding: 6px 20px;
    margin: 5px 0;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.allScreen .tab-list .tab-item .tab-ul li.active {
    background: #0768BC;
    color: #FFFFFF;
}

.allScreen .tab-list .tab-item .tab-ul.letter li:not(:first-child) {
    padding: 6px 10px;
    margin-right: 4px !important;
}

.allScreen .tab-list .tab-item .tab-ul.letter li:nth-child(2) {
    /* margin-left: 10px; */
}

.allScreen .bread-crumbs {
    margin-top: 30px;
}

.allScreen .bread-crumbs .crumbs {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding: 8px 0;
}

.allScreen .bread-crumbs .selectItem {
    width: 170px;
    height: 36px;
    padding: 8px 34px 8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.allScreen .bread-crumbs .selectItem .text {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

.allScreen .bread-crumbs .selectItem .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 10px;
    background: url(../images/icon/topSelect.png) no-repeat center;
    background-size: 100%;
}

.allScreen .bread-crumbs .selectItem .icon.active {
    background: url(../images/icon/bottomSelect.png) no-repeat center;
    background-size: 100%;
}

.allScreen .bread-crumbs .selectItem .select-option {
    width: 170px;
    height: 192px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px rgba(15, 42, 95, 0.16);
    box-shadow: 0px 0px 14px rgba(15, 42, 95, 0.16);
    border-radius: 8px;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.allScreen .bread-crumbs .selectItem .select-option .item {
    width: 100%;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.allScreen .bread-crumbs .selectItem .select-option .item:hover {
    background: #F0F8FF;
    color: #1C6DB4;
}

.allScreen .bread-crumbs .selectItem .select-option .item.active {
    background: #1C6DB4;
    color: #FFFFFF;
}

.allScreen .main-list {
    margin-top: 20px;
    overflow: hidden;
}

.allScreen .main-list .resource {
    width: 100%;
    float: left;
}

.allScreen .main-list .resource:nth-child(2n+1) {
    margin-right: 30px;
}

.allScreen .main-list .resource .table-list {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
}

.allScreen .main-list .resource .table-list .t-header {
    background: #F7F7F8;
    padding: 14px 0;
    color: #999999;
    border-radius: 8px;
}

.allScreen .main-list .resource .table-list .t-header ul {
    font-size: 0;
    padding: 0 10px;
}

.allScreen .main-list .resource .table-list .t-header .th {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 0px 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.allScreen .main-list .resource .table-list .t-header .th:nth-child(1) {
    width: 8%;
    padding-left: 38px;
}

.allScreen .main-list .resource .table-list .t-header .th:nth-child(2) {
    width: 51%;
}

.allScreen .main-list .resource .table-list .t-header .th:nth-child(3) {
    width: 31%;
}

.allScreen .main-list .resource .table-list .t-header .th:nth-child(4) {
    width: 10%;
}

.allScreen .main-list .resource .table-list .t-body {
    margin-bottom: 8px;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul {
    height: 60px;
    color: #333333;
    font-size: 0;
}

.allScreen .main-list .resource .table-list .t-body .td-item .bg {
    background: #F7F7F8;
    border-radius: 8px 8px 0 0;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    padding: 20px 0px 20px 5px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td:nth-child(1) {
    width: 8%;
    padding-left: 46px;
    cursor: pointer;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td:nth-child(2) {
    width: 51%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td:nth-child(2) p {
    cursor: pointer;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td:nth-child(3) {
    width: 31%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td:nth-child(4) {
    width: 10%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text {
    max-width: calc(100% - 78px);
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text.noSpan {
    max-width: 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text.oneSpan {
    max-width: calc(100% - 48px);
}
.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text.twoSpan {
    max-width: calc(100% - 83px);
}
.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text.threeSpan {
    max-width: calc(100% - 121px);
}
.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text.allSpan {
    max-width: calc(100% - 156px);
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .icon-right {
    position: absolute;
    left: 20px;
    top: 24px;
    width: 12px;
    height: 12px;
    /*background-image: url(../images/icon/icon-right.png);*/
    background-size: 100% 100%;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .icon-right.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.allScreen .main-list .resource .table-list .t-body .td-item .new-tips {
    background-image: url(../images/icon/new.png);
    background-size: 100% 100%;
    margin-left: 10px;
    width: 30px;
    height: 18px;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box {
    font-size: 0;
    text-align: center;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-left: 14px;
    cursor: pointer;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box i:first-child {
    margin-left: 0;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-login {
    background-image: url(../images/icon/login-icon.png);
    background-size: 100% 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-login:hover {
    background-image: url(../images/icon/xnHover.png);
    background-size: 100% 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-nologin {
    background-image: url(../images/icon/xiaowaikaoshi1.png);
    background-size: 100% 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-nologin:hover {
    background-image: url(../images/icon/xwHover.png);
    background-size: 100% 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-collect {
    background-image: url(../images/icon/collect1.png);
    background-size: 100% 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-collect:hover {
    background-image: url(../images/icon/collect2.png);
    background-size: 100% 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .btn-box .icon-collect.active {
    background-image: url(../images/icon/collect2.png);
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item {
    background: #F7F7F8;
    border-radius: 0 0 8px 8px;
    padding: 0px 0px 0px;
    margin: 0 0px 0px;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-head {
    margin-bottom: 3px;
    padding: 10px 0;
    font-size: 0;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-head .th {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999999;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-head .th:nth-child(1) {
    width: 80%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-head .th:nth-child(2) {
    width: 20%;
    text-align: right;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-body {
    padding: 15px 0;
    font-size: 0;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-body .td {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #333333;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-body .td .dataBase-Text {
    max-width: calc(100% - 50px);
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-body .td:nth-child(1) {
    width: 80%;
    cursor: pointer;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-body .td:nth-child(2) {
    width: 20%;
    text-align: right;
}

.allScreen .main-list .half {
    width: calc((100% - 30px)/2);
}

.allScreen .main-list .half .table-list .t-header .th:nth-child(1) {
    width: 10%;
    padding-left: 14px;
}

.allScreen .main-list .half .table-list .t-header .th:nth-child(2) {
    width: calc(65% - 46px);
    padding-left: 18px;
}

.allScreen .main-list .half .table-list .t-header .th:nth-child(3) {
    width: 90px;
    text-align: center;
}

.allScreen .main-list .half .table-list .t-header .th:nth-child(4) {
    width: 16%;
    text-align: center;
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(1) {
    width: 11%;
    padding-left: 14px;
    text-indent: 6px;
}

.allScreen .main-list .half .table-list .t-body .td-item {
    padding: 1px 10px
}

.allScreen .main-list .half .table-list .t-body .td-item .child-item .td-ul .td:nth-child(1) {
    width: 11%;
    padding-left: 14px;
    color: #999
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(2) {
    width: calc(65% - 48px);
    padding-right: 0;
    padding-left: 18px;
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(2) p {
    cursor: pointer;
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(3) {
    width: 90px;
    text-align: center;
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(3):hover span.title {
    display: block
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(3) .title {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #154FB2;
    color: #fff;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    border-radius: 5px;
    width: auto;
    white-space: nowrap;
    display: none;
}

.allScreen .main-list .half .table-list .t-body .td-item .td-ul .td:nth-child(4) {
    width: 16%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td:nth-child(2) p:hover {
    color: #0768BC;
}

.allScreen .main-list .resource .table-list .t-body .td-item .child-item .child-body .td:nth-child(1):hover {
    color: #0768BC;
}

.successIcon {
    position: fixed;
    width: 134px;
    height: 46px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #4F5762;
    opacity: 0.98;
    border-radius: 6px;
}

.successIcon .icon {
    width: 18px;
    height: 18px;
    background: url(../images/icon/saveOk.png) no-repeat center;
    background-size: 100%;
    margin-left: 24px;
    margin-top: 14px;
    margin-right: 10px;
}

.successIcon .text {
    width: 56px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
}

.cancelIcon {
    position: fixed;
    width: 134px;
    height: 46px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #4F5762;
    opacity: 0.98;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
}

.allScreen .main-list .resource .table-list .t-body .td-item .zhiding {
    background-image: url(../images/icon/zhiding.png);
    background-size: 100% 100%;
    margin-left: 10px;
    width: 28px;
    height: 18px;
}

.allScreen .main-list .resource .table-list .t-body .td-item .oa {
    background-image: url(../images/icon/app-oa.png);
    background-size: 100% 100%;
    margin-left: 10px;
    width: 28px;
    height: 18px;
}

.allSelects {
    margin-top: 20px;
    padding-left: 82px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.allSelects .select-item {
    width: 200px;
    padding: 0 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F7F7F8;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.allSelects .select-item.left {
    border-radius: 4px 0px 0px 4px;
}

.allSelects .select-item.right {
    border-radius: 0px 4px 4px 0px;
}

.allSelects .select-item .text {
    line-height: 42px;
    text-align: left;
    font-size: 14px;
    color: #333333;
}

.allSelects .select-item .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 13px;
    background: url(../images/icon/topSelect.png) no-repeat center;
    background-size: 100%;
}

.allSelects .select-item .icon.active {
    background: url(../images/icon/bottomSelect.png) no-repeat center;
    background-size: 100%;
}

.allSpanCheck {
    width: calc(100% - 165px);
    margin-left: 82px;
    padding: 0 0 20px 30px;
    background: #F7F7F8;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.allSpanCheck.active {
    display: block;
}

.allSpanCheck .check-item {
    height: 20px;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
}

.allSpanCheck .check-item .check-icon {
    width: 18px;
    height: 18px;
    background: url(../images/icon/select-noChecked.png) no-repeat center;
    background-size: 18px;
    margin-top: 1px;
    margin-right: 10px;
    float: left;
}

.allSpanCheck .check-item .check-icon.active {
    background: url(../images/icon/select-checked.png) no-repeat center;
    background-size: 18px;
}

.allSpanCheck .check-item .check-text {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: #333333;
    float: left;
}

.haveSelected {
    margin-top: 20px;
    padding-right: 176px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.haveSelected .selected-title {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-right: 10px;
}

.haveSelected .selected-item {
    background: #F3F3F3;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 20px;
}

.haveSelected .selected-item .selected-title {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}

.haveSelected .selected-item .selected-icon {
    width: 12px;
    height: 12px;
    background: url(../images/icon/remove-selected.png) no-repeat center;
    background-size: 12px;
    margin-top: 9px;
    cursor: pointer;
}

.haveSelected .resetSpan {
    width: 50px;
    height: 20px;
    background: url(../images/icon/resetSelect.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 102px;
    top: 6px;
    cursor: pointer;
}

.haveSelected .okSubmit {
    width: 72px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: -2px;
    right: 0;
    background: #0768BC;
    border-radius: 4px;
    cursor: pointer;
}

.banner-covrer {
    position: absolute;
    z-index: -2;
    height: 300px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 33, 86, 0.7)), to(rgba(2, 33, 86, 0.7)));
    background: linear-gradient(0deg, rgba(2, 33, 86, 0.7), rgba(2, 33, 86, 0.7));
}

.allScreen .banner-img {
    position: absolute;
    z-index: -2;
    height: 300px;
    width: 100%;
}

.allScreen .main-list .resource .table-list .t-body .td-item .tryOut {
    background: url(../images/icon/testUse.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 10px;
    width: 28px;
    height: 18px;
}

.allScreen .main-list .resource .table-list .t-body .td-item .new-tips {
    width: 32px;
}

.allScreen .main-list .resource .table-list .t-body .td-item .td-ul .td .dataBase-Text {
    max-width: calc(100% - 80px);
}

.lidan-add {
    position: relative;
}

.lidan-add .tab-title {
    position: absolute;
    left: 0;
    top: 5px;
    padding: 6px 0;
    line-height: 20px;
    width: 63px;
    letter-spacing: 0.06em;
    font-size: 14px;
}


/*# sourceMappingURL=index3.css.map */


/* 20220526 */

.vpn-tips-pop {
    position: absolute;
    left: 50%;
    top: 300px;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    padding: 14px 52px;
    transform: translateX(-50%);
    border-radius: 8px;
    display: none;
}

.vpn-tips-pop .ts_icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    /* display:none; */
}

.vpn-tips-pop .ti_close_btn {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.vpn-tips-pop p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.associatedWord {
    position: absolute;
    width: 614px;
    max-height: 400px;
    background: #fff;
    border-radius: 4px;
    left: 222px;
    top: 52px;
    z-index: 9;
    box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.2);
    padding: 6px 0;
    overflow: auto;
    display: none;
}

.associatedWord li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 14px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    box-sizing: border-box;
}

.associatedWord li {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* padding: 8px 14px; */
    /* cursor: pointer; */
}

.associatedWord li:hover,
.associatedWord li.cur {
    background: rgba(255, 140, 33, 0.3);
}

.associatedWord li span {
    vertical-align: middle;
}

.associatedWord li span.icon {
    display: inline-block;
    width: 50px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #E3E3E3;
}

.associatedWord li span.icon img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.associatedWord li span.title {
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}