﻿.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.databasebox {
    border-radius: 0;
}
.features {
    margin-top: 40px;
    margin-bottom: 60px;
    /*display: none;*/
}

.db-list {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.db-list ul {
    flex-wrap: nowrap;
}
.db-list ul li {
    width: 220px;
    height: 165px;
    position: relative;
    /*box-shadow: 0px 0px 20px 0px rgba(0, 21, 41, 0.05);*/
}
.db-list ul li img {
    width: 220px;
    height: 165px;
}

.db-list ul li a .text {
    position: absolute;
    z-index: 44;
    width: auto;
    height: auto;
    left: 32px;
    top: 30px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease 0s;
}
.db-list ul li a:hover .text {
    color: rgba(0, 0, 0, 0.99);
    transition: all 0.5s ease 0s;
}
.db-list ul li a .cover {
    position: absolute;
    z-index: 22;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.db-list ul li a:hover .cover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}
.db-list ul li .pic {
    opacity: 0.8;
}





.home-res-title {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.home-res-title .res-title {
    font-size: 26px;
    line-height: 40px;
    color: #333;
}

.home-res-title a {
    padding-right: 4px;
    font-size: 18px;
    line-height: 40px;
    /*color: rgba(155, 155, 155, 1);*/
    color: rgba(24, 144, 255, 1);
}

.home-res-title a:hover {
    padding-right: 0px;
    font-size: 18px;
    line-height: 40px;
    /*color: rgba(156, 127, 102, 1);*/
    color: rgba(24, 144, 255, 1);
}

.home-res-list {
    /*max-width: 1200px;*/
    /*min-width: 1200px;*/
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}

.home-res-list ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    padding-bottom: 30px;
}

.home-res-list ul li {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 30px;
}

.home-res-list ul li img {
    /*width: 100%;*/
    /*min-width: 100%;*/
    /*height: 150%;*/
}

.home-res-list ul li .pic {
    display: block;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.home-res-list ul li .pic img {
    left: 50%;
    top: 50%;
    /*position: absolute;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 1s ease 0s;
}

.home-res-list ul li a:hover .pic {
    background-color: #fef6e9;
}

.home-res-list ul li a:hover .pic img {
    transform: translate(-50%, -50%) scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -webkit-transition: all 1s ease 0s;
}

.home-res-list ul li a .title {
    padding-bottom: 6px;
    padding-top: 14px;
    font-size: 17px;
    line-height: 24px;
}

.home-res-list ul li a:hover .title {
    color: rgba(24, 144, 255, 1);
}

.home-res-list ul li .from {
    font-size: 14px;
    line-height: 22px;
    color: rgba(155, 155, 155, 1);
    padding-top: 2px;
}

.home-res-list ul li .from a {
    color: rgba(155, 155, 155, 1);
}

.home-res-list ul li .from a:hover {
    color: rgba(24, 144, 255, 1);
    /*padding-left: 4px;*/
}


.res-tuiwen-list {
    padding-top: 60px;
    padding-bottom: 20px;
}

.res-haibao-list {
    padding-top: 60px;
    padding-bottom: 20px;
}

.res-h5-list {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

.res-ppt-list {
    padding-top: 50px;
    /*padding-bottom: 0px;*/
}

.res-shortvideo-list {
    padding-top: 50px;
    padding-bottom: 60px;
}


/*推文案例*/
.list-tuiwen ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-top: -10px;
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    /*padding-bottom: 30px;*/
}
.list-tuiwen ul li {
    width: 280px;
    height: 140px;
    /*height: 440px;*/
    background: #FFFFFF;
    margin-bottom: 30px;
    padding: 17px 20px 20px 20px;
    box-sizing: border-box;
}
.list-tuiwen ul a li {
    border-top: solid 3px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 21, 41, 0.05);
    transition: all 0.3s ease 0s;
}
.list-tuiwen ul a:hover li {
    border-top: solid 3px rgba(24, 144, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 21, 41, 0.20);
    transition: all 0.3s ease 0s;
}
.list-tuiwen ul li img {
    width: 100%;
}
.list-tuiwen ul a li .pic {
    width: 280px;
    height: 280px;
    margin-top: -17px;
    margin-left: -20px;
    display: block;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}
.list-tuiwen ul a li .pic img {
    left: 50%;
    top: 50%;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 1s ease 0s;
    width: 100%;
}
.list-tuiwen ul a:hover li .pic img {
    left: 50%;
    top: 50%;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%) scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -webkit-transition: all 1s ease 0s;
    width: 100%;
}
.list-tuiwen ul a li .title {
    padding-bottom: 6px;
    /*padding-top: 20px;*/
    font-size: 17px;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}
.list-tuiwen ul a li:hover .title {
    color: rgba(24, 144, 255, 1);
    transition: all 0.3s ease 0s;
}
.list-tuiwen ul li .from {
}
.list-tuiwen ul li .from {
    font-size: 14px;
    line-height: 22px;
    color: rgba(155, 155, 155, 1);
    padding-top: 2px;
}
.list-tuiwen ul li .from a {
    color: rgba(155, 155, 155, 1);
}
.list-tuiwen ul li .from a:hover {
    color: rgba(24, 144, 255, 1);
    /*padding-left: 4px;*/
}


/*海报案例*/
.list-haibao ul {
    width: 100%;
}

.list-haibao ul li {
    width: 180px;
    min-width: 190px;
}

.list-haibao ul li img {
    width: 100%;
}

.list-haibao ul li .pic {
    width: 180px;
    height: 320px;
}

.list-haibao ul li .pic img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.list-haibao ul li a:hover .pic {
}

.list-haibao ul li a:hover .pic img {
}

.list-haibao ul li .title {
}

.list-haibao ul li .from {
}


/*H5案例*/
.list-h5 ul {
    width: 100%;
    4
}

.list-h5 ul li {
    width: 180px;
}

.list-h5 ul li img {
    width: 100%;
}

.list-h5 ul li .pic {
    width: 180px;
    height: 280px;
}

.list-h5 ul li .pic img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.list-h5 ul li a:hover .pic {
}

.list-h5 ul li a:hover .pic img {
}

.list-h5 ul li .title {
}

.list-h5 ul li .from {
}


/*PPT案例*/
.list-ppt ul {
    width: 100%;
}

.list-ppt ul li {
    width: 288px;
}

.list-ppt ul li img {
}

.list-ppt ul li .pic {
    width: 100%;
    height: 170px;
}

.list-ppt ul li .pic img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.list-ppt ul li a:hover .pic {
}

.list-ppt ul li a:hover .pic img {
}

.list-ppt ul li .title {
}

.list-ppt ul li .from {
}



/*电商案例*/
.list-dianshang ul {
    width: 100%;
}

.list-dianshang ul li {
    width: 180px;
}

.list-dianshang ul li img {
    width: 100%;
}

.list-dianshang ul li .pic {
    width: 180px;
    height: 500px;
}

.list-dianshang ul li .pic img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;


    left: 50%;
    top: 100%;
    /*position: absolute;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    transform: translate(-50%, -500px) scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -500px) scale(1);
    -webkit-transition: all 1s ease 0s;
}

.list-dianshang ul li a:hover .pic {
}

.list-dianshang ul li a:hover .pic img {
    transform: translate(-50%, -500px) scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -500px) scale(1.1);
    -webkit-transition: all 1s ease 0s;
}

.list-dianshang ul li .title {
}

.list-dianshang ul li .from {
}

/*短视频案例*/
.list-shortvideo ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    /*padding-bottom: 50px;*/
}

.list-shortvideo ul li {
    box-sizing: border-box;
    /*width: 20%;*/
    width: 240px;
    height: 240px;
    border: solid 1px #fff;
    position: relative;
}

.list-shortvideo ul li .dbimg {
    width: 100%;
    padding-top: 100%;
    display: block;
    background-color: #ddd;
    position: relative;
    overflow: hidden;
}

.list-shortvideo ul li .dbimg img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    /*width: 100%;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s ease 0s;
    /*-webkit-transform: translate(-50%, -50%) scale(1);*/
    /*-webkit-transition: all 2s ease 0s;*/
}

.list-shortvideo ul li .dbname {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 16px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.5s ease 0s;
}

.list-shortvideo ul li .dbname .name {
    padding-top: 12px;
    line-height: 24px;
    font-size: 17px;
    color: #f8f8f8;
}

.list-shortvideo ul li .dbname .from {
    padding-top: 4px;
    font-size: 14px;
    color: #eeddc4;
    word-break: keep-all;
    white-space: nowrap;
}

.list-shortvideo ul li .dbname .from a {
    color: rgba(255, 255, 255, 0.5);
}

.list-shortvideo ul li .dbname .from a:hover {
    color: rgba(24, 144, 255, 1);
}

.list-shortvideo ul li a:hover .dbimg {
    background-color: #fef6e9;
}

.list-shortvideo ul li a:hover .dbimg img {
    transform: translate(-50%, -50%) scale(1.3);
    transition: all 1s ease 0s;
    /*-webkit-transform: translate(-50%, -50%) scale(1.3);*/
    /*-webkit-transition: all 2s ease 0s;*/
}

.list-shortvideo ul li a:hover .dbname {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: all 0.5s ease 0s;
    padding-bottom: 22px;
}

.list-shortvideo ul a:hover {
    color: #fff;
}


/* --------AJ-------- */
.searchbox {
    max-width: 1080px;
    width: 90%;
    /*min-width: 1080px;*/
    /*max-width: 1200px;*/
}

.databasetitle .text {
    height: 32px;
    margin: 0 14px;
    font-size: 34px;
    font-weight: 400;
    border-bottom: solid 18px rgba(254, 195, 76, 0.2);
}

.totalnum {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.totalnum i {
    color: #ff0;
    font-style: normal;
    /*color: rgba(24, 144, 255, 1);*/
}

.totalnum span {
    color: #e70013;
}

.database-columns {
    display: flex;
    flex-direction: row;
    width: 92%;
    justify-content: space-between;
    margin: 0 auto;
}

.database-columns > ul {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.site-group {
    margin-bottom: 30px;
}

.site-group-title {
    font-size: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    border-bottom: 1px solid #dddddd;
}

.site-group-title span {
    display: inline-block;
    border-bottom: 3px solid #9c7f66;
    color: #9C7F64;
}

.database {
    padding-top: 0;
}

.database ul {
    /*display: block;*/
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    /*width: 100%;*/
}

.database ul li {
    /*width: 100%;*/
}

.database ul li:hover {
    color: rgba(24, 144, 255, 1);
}

.database ul li .dbname .num {
    color: rgba(24, 144, 255, 1);
}

a.dbsite {
    text-indent: 0px !important;
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #f6eee1;
    border-radius: 18px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
    color: rgba(170, 170, 170, 1);
}

a.dbsite:hover {
    text-indent: 0px !important;
    color: rgba(24, 144, 255, 1) !important;
    background: rgba(24, 144, 255, 0.12);
    border-radius: 18px;
    border: 1px solid rgba(24, 144, 255, 0.12);
}
























.databasebox-select-out {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 21, 41, 0.05);
    padding-bottom: 40px;
}
.databasebox-select {
    box-sizing: border-box;
    max-width: 1200px;
    /*width: 94%;*/
    margin: 0 auto;
    padding-top: 10px;
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
    /*border-radius: 10px;*/
}
.databasebox-list-out {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 21, 41, 0.05);
    padding-bottom: 40px;
}
.databasebox-list {
    box-sizing: border-box;
    max-width: 1200px;
    /*width: 94%;*/
    margin: 0 auto;
    /*margin-top: 40px;*/
    /*margin-bottom: 50px;*/
    /*box-shadow: 0px 0px 20px 0px rgba(0, 21, 41, 0.05);*/
    /*border-radius: 10px;*/
    background-color: #fff;
}






.show-more {
    text-align: center;
    padding-bottom: 10px;
}
.show-more .item {
    box-sizing: border-box;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #9c7f66;
    cursor: pointer;
    border: solid 1px #9c7f66;
    border-radius: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 20px 8px;
    text-indent: 24px;
    font-size: 16px;
    padding: 10px 30px;
}
.show-more .item:hover {
    background-color: #eeddc4;
    color: #9c7f66;
}












/*图片资源开始*/
.dataimglist {
    /*padding-top: 10px;*/
    padding-top: 50px;
}
.dataimglist ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    /*padding-top: 20px;*/
    /*padding-bottom: 10px;*/
}
.dataimglist ul li {
    box-sizing: border-box;
    width: 220px;
    margin: 0;
    /*padding: 10px 0;*/
    margin-bottom: 50px;
}
.dataimglist ul li .dbimg {
    /*width: 100%;*/
    /*padding-top: 100%;*/
    /*display: block;*/
    /*background-color: #f8f8f8;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}
.dataimglist ul li .dbimg img {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    /*top: 0;*/
    /*position: absolute;*/
    /*min-height: 2rem;*/
    /*max-height: 8rem;*/
    /*overflow: hidden;*/
}
.dataimglist ul li .dbimg a img {
    padding-top: 1px;
    border-top: 4px solid rgba(221, 221, 221, 1);
}
.dataimglist ul li .dbimg a:hover img {
    padding-top: 1px;
    border-top: 4px solid rgba(24, 144, 255, 1);
}
.dataimglist ul li .dbname {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dataimglist ul li .dbname .name {
    padding-top: 10px;
    line-height: 24px;
    font-size: 18px;
}
.dataimglist ul li .dbname .na {
    font-size: 18px;
}
.dataimglist ul li .dbname .tp {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}
.dataimglist ul li .dbname .from {
    padding-top: 4px;
    font-size: 14px;
    color: #CCC;
    /*word-break:keep-all;*/
    /*white-space:nowrap;*/
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
}
.dataimglist ul li .dbname .from a {
    color: rgba(24, 144, 255, 0.5);
}
.dataimglist ul li .dbname .from a:hover {
    color: rgba(24, 144, 255, 1);
    padding-left: 5px;
}
.dataimglist ul li a:hover .dbimg {
    background-color: #fef6e9;
}
/*.dataimglist ul a:hover {*/
/*    color: #9c7f66;*/
/*}*/
/*图片资源结束*/























.data-detail-title {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*background-color: #ff0;*/
}


/*搜索结果详情开始*/
.detailbox {
    width: 100%;
    max-width: 1000px;
    /*max-width: 900px;*/
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 60px;
}
.topicname {
    margin: 0 auto;
    padding-top: 12px;
    width: 100%;
    height: 30px;
    color: rgba(24, 144, 255, 1);
    line-height: 30px;
    font-size: 17px;
    text-align: center;
}
.detailbox .topicitem {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6px;
    padding-bottom: 6px;
}
.detailbox .topicitem .t {
    width: 140px;
    font-size: 20px;
    line-height: 24px;
    /*background-color: #f90;*/
    flex-shrink: 0;
}
.detailbox .topicitem .c {
    /*width: auto;*/
    font-size: 20px;
    line-height: 24px;
    max-height: 3000px;
    overflow: hidden;
    /*background-color: #fc0;*/
    flex: 1;
}
.detailbox .topicitem .c a {
    color: rgba(24, 144, 255, 1);
}
.detailbox .topicitem .c a:hover {
    /*text-decoration: underline;*/
}
.detailbox .topicitem .detail-pic {
    /*width: 400px;*/
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
.detailbox .topicresource {
    margin-top: 20px;
}
.detailbox .topicresource li {
    padding-bottom: 8px;
    line-height: 30px;
}
.detailbox .topicresource li img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 5px;
}
.detailbox .topicresource a {
    color: rgba(24, 144, 255, 1);
}
.detailbox .topicresource a:hover {
    padding-left: 10px;
}
.detailbox .topicfrom {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    height: 30px;
    color: #ccc;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}
.detailcont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detailcont .cont {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    max-height: 3000px;
}
.detailcont .image {
    margin: 0 auto;
    /*max-width: 900px;*/
    padding-bottom: 30px;
}
.detailcont .image img {
    max-width: 100%;
}
.detailcont .video {
    margin: 0 auto;
    /*width: 100%;*/
    /*max-width: 900px;*/
    padding-bottom: 30px;
}
.detailcont .video video {
    max-width: 100%;
}
/*搜索结果详情结束*/










/*0623 主干资源详情页图片资源列表*/
.mt-ml {
    margin-top: 36px;
}
.detailimglist {
    /*padding-top: 10px;*/
}
.detailimglist ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    /*padding-top: 20px;*/
    /*padding-bottom: 70px;*/
}
.detailimglist ul li {
    box-sizing: border-box;
    width: 23%;
    margin: 0 2% 0 0;
    /*padding: 10px 0;*/
    margin-bottom: 30px;
}
.detailimglist ul li .dbimg {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}
.detailimglist ul li a .dbimg {
    border-top: solid 4px rgba(221, 221, 221, 1);
    transition: all 0.3s ease 0s;
}
.detailimglist ul li a:hover .dbimg {
    border-top: solid 4px rgba(24, 144, 255, 1);
    transition: all 0.3s ease 0s;
}
.detailimglist ul li .dbimg img {
    width: 100%;
}
.detailimglist ul li .dbname {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.detailimglist ul li .dbname .name {
	padding-top: 12px;
	line-height: 22px;
	font-size: 16px;
}*/
.detailimglist ul li a .dbname .na {
    padding-top: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    transition: all 0.3s ease 0s;
}
.detailimglist ul li a:hover .dbname .na {
    color: rgba(24, 144, 255, 1);
    transition: all 0.3s ease 0s;
}
/*.detailimglist ul li .dbname .tp {
	padding-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #9C7F66;
}
.detailimglist ul li .dbname .from {
	padding-top: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #9B9B9B;
}*/
.detailimglist ul li a:hover .dbimg {
    background-color: #fef6e9;
}
.detailimglist ul a:hover {
    color: rgba(24, 144, 255, 1);
}











.databasetitle-longtitle {
    /* display: -webkit-flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 60px;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.datatitlebox {
    display: inline;
    /* zoom: 1; */
    background: linear-gradient(to bottom, rgba(0, 255, 255, 0) 40%, rgba(253, 237, 211, 0.8) 0%);
    line-height: 40px;
    padding-bottom: 10px;
}
.databasetitle .text, .databasetitle-longtitle .text {
    /* height: 30px; */
    margin: 0 14px;
    font-size: 34px;
    /* border-bottom: solid 16px #FDEDD3; */
}



























