@charset "UTF-8";
* {
    margin: 0;
    padding: 0
}

body {
    font: 17px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
    font-size: 17px;
    color: rgba(0, 0, 0, .65);
}

img {
    border: 0;
    display: block
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #0976D2;
    text-decoration: none;
}

video {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    margin: 10px auto;
}

i {
    font-style: normal;
    display: inline-block;
}


.clear, .blank {
    clear: both;
    width: 100%;
    overflow: hidden;
}

.blank {
    height: 20px;
    background: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.htitle {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin: 30px auto
}

.box, article {
    width: 1170px;
    margin: auto;
    overflow: hidden
}

.whitebg {
    background: #fff;
    border: 1px solid #eee;
}

/*header*/
header {
    margin: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    background: #fff
}

.content-box {
    padding: 25px 5px 0 10px;
}

.content-box a {
    float: left;
    color: lightgrey;
    font-weight: bold;
}

.content-box a:hover {
    color: white;
    transition: all;
    transform: scale(1.1);
}

.content-box i, .content-box span {
    float: left;
    color: lightgrey;
}

.bg-image {
    margin: 0;
    height: 220px;
    width: 100%;
    background: url("/beetl/static/img/icf/背景图.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo-section {
    padding: 10px 0;
}

.logo {
    overflow: hidden;
    padding-top: 5px;
}

.logo-title {
    font-size: 28px;
    color: blue;
}

.logo-text {
    float: left;
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-text a {
    display: grid;
    font-size: 50px;
    font-family: "汉仪雅酷黑简", system-ui;
    font-weight: 800;
    color: #2E54A1;
    letter-spacing: 5px;
    margin-left: 2%;
    text-shadow: 2px 0 white,
    -2px 0 white,
    0 2px white,
    0 -2px white,
    2px 2px white,
    -2px -2px white,
    2px -2px white,
    -2px 2px white;
}

.logo-text a img {
    height: 40px;
    width: 515px;
    margin-bottom: 10px;
}

.logo-text a:hover {
    color: #00428C;
    cursor: pointer;
}

.logo-text a span {
    color: white;
    font-size: 20px;
    text-shadow: 1px 0 #2E54A1,
    -1px 0 #2E54A1,
    0 1px #2E54A1,
    0 -1px #2E54A1,
    1px 1px #2E54A1,
    -1px -1px #2E54A1,
    1px -1px #2E54A1,
    -1px 1px #2E54A1;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 15px;
}

/*search*/
/*#search {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

.bg-r {
    padding: 10px;
    width: 20%;
    position: relative;
    left: 20px;
}

.header-search input {
    font-size: 12px;
    height: 34px;
    background: white;
    border: 1px solid white;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.header-search button {
    height: 34px;
    border: 1px solid #fff;
    border-radius: 0 4px 4px 0;
    background: #f90;
    color: #fff;
    outline: none;
    width: 50px;
    cursor: pointer;
    letter-spacing: 5px;
    text-align: center;
}

.header-search button:focus, .header-search button:hover {
    color: #0976dc;
}


input::-webkit-input-placeholder {
    color: lightgrey;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

/*导航栏*/

.nav-text {
    width: fit-content;
    margin: 10px 0 0 20px;
    position: relative;
    z-index: 99999;
}

.nav-title {
    display: inline-block;
    height: 60px;
    text-align: center;
    line-height: 70px;
    width: 80px;
    color: white;
    vertical-align: top;
}

.nav-link:hover ~ .nav-substitle {
    display: block;
}

.nav-substitle:hover {
    display: block;
}

.checkbtn {
    font-size: 18px;
    color: white;
    float: right;
    line-height: 70px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

#starlist li {
    position: relative;
    display: inline;
    float: left;
    margin-right: 20px;
    height: 60px;
    line-height: 60px;
}

#starlist li a {
    display: inline;
    float: left;
    padding: 0 20px;
    /*color: #fff;*/
}

#starlist li a:hover {
    background: #1e90ff;
}

#selected {
    position: relative
}

#starlist ul.sub {
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: #1e90ff;
    z-index: 9;
    display: none;
}

#starlist ul.sub li {
    height: 34px;
    line-height: 34px;
    margin-left: 0;
    width: 100%;
    font-size: 14px;
}

#starlist ul.sub li a {
    padding: 0;
    display: block;
    width: 100%;
}

#starlist ul.sub li a:hover {
    background: #1e90ff;
}

#starlist li:hover ul.sub {
    display: block
}

a#selected {
    background: #1e90ff;
}

#starlist ul.sub:before {
    content: "";
    height: 15px;
    width: 15px;
    background: #1e90ff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 42%;
}

#mnavh {
    display: none;
    width: 70px;
    height: 40px;
    background: #1e90ff;
    text-align: center;
}

.navicon {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-top: 20px;
    float: left;
    margin-left: 20px;
}

.navicon:before, .navicon:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    background: #fffefe;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.navicon:before {
    margin-top: -10px;
}

.navicon:after {
    margin-top: 10px;
}

.open .navicon {
    background: none
}

.open .navicon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .navicon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .navicon:before, .open .navicon:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    background: #fff;
}

.menu:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 24px;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu:hover:after {
    transform: rotate(180deg)
}

.is-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 3px 10px 1px rgba(144, 161, 180, 0.4);
    z-index: 99;
}

/*footer*/
footer {
    background: #15549a;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.footer-copyright {
    overflow: hidden;
    background-color: #323741;
    font-size: .9rem;
    color: #fff;
}

.footer-copyright a {
    color: #fff;
}

.page-footer h3 {
    color: #fff;
    margin-bottom: 1.5rem !important;
}

.page-footer p {
    line-height: 2rem;
}

.swiper-box {
    width: 60%;
    float: left;
    margin-right: 15px;
}

/*news-title*/
.news-title {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px 20px 20px 20px;
    padding-bottom: 8px;
}

.news-title h2 {
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    width: 100px;
    text-align: center;
    margin: 0 !important;
    color: #1487f4;
}

.news-title h2:after {
    content: "";
    background: #1e90ff;
    background: -webkit-gradient(linear, left top, right top, from(#1e90ff), to(#1e90ff));
    background: linear-gradient(90deg, #1e90ff 0, #1e90ff);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.news-title i {
    padding-right: 5px;
}

.hot1 {
    margin-top: 25px;
    overflow: hidden !important;
    display: -webkit-box !important; /*弹性伸缩盒子*/
    -webkit-box-orient: vertical !important;
    line-clamp: 3;
    -webkit-line-clamp: 3 !important; /*显示文本的行数*/
    white-space: normal !important;
    text-overflow: ellipsis; /*溢出部分用省略号显示*/
    white-space: nowrap; /*溢出不换行*/
}

.guanzhu {
    float: left;
    font-size: 12px;
    font-weight: normal;
    border: #ff6600 1px solid;
    padding: 0 5px;
    border-radius: 3px;
    color: #ff6600;
    margin: 4px 8px 0 0;
}

/*more 样式*/

.loadingThree span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    background: orange;
    -webkit-animation: load 1.04s ease infinite;
}

.loadingThree span:last-child {
    margin-right: 0px;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loadingThree span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
}

.loadingThree span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
}

.loadingThree span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
}


/*news-list*/
.news-list {
    padding: 0;
    margin: 22px;
}

.news-list li {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    position: relative
}

.news-list li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0;
    top: 15px;
}

/*news-list-col*/
.news-list-col {
    padding: 0;
    margin: 0 0 0 8px;
}

.news-list-col section {
    margin: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.news-list-col h3 {
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    margin: 15px 0 5px 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.news-list-col p {
    font-size: 15px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*tab*/


/*news-pic*/
.news-pic {
    width: 30%;
    float: left;
    overflow: hidden;
}

.news-pic i {
    height: 226px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    line-height: 120px;
    position: relative
}

.news-pic i img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
}

.news-pic i:hover img {
    transform: scale(1.2);
}

.news-pic i span {
    position: absolute;
    right: 0;
    font-size: 12px;
    padding: 2px 5px 2px 10px;
    top: 10px;
    background: #0CF;
    color: #fff;
    border-radius: 3px 0 0 3px;
    line-height: normal;
}

.news-pic h2 {
    color: black;
    font-size: 1.1rem;
    margin: 10px 0;
}

.news-pic p {
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 80px;
    line-height: 20px;
    font-size: 14px;
}

.btn-blue-border {
    width: 60%;
    margin: 16px auto 0;
    border: 1px solid #ddd;
    color: #999;
    display: block;
    letter-spacing: 2px;
    border-radius: 2px;
    transition: all 0.3s;
    line-height: 40px;
    text-align: center;
}

.btn-blue-border:hover {
    background: dodgerblue;
    border-color: blue;
    color: #fff;
}

/*tuijian-news*/
.tuijian-news-list {
    width: 70%;
    float: right;
}

.tuijian-news-list a {
    display: block;
    margin: 0 0 0 20px;
    padding: 10px;
    transition: all 0.5s;
}

.tuijian-news-list span {
    width: 70px;
    height: 70px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    background: #ababab;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
    transition: all 0.5s;
}

.tuijian-news-list b {
    display: block;
    font-size: 16px;
    margin-top: 16px;
}

.tuijian-news-list h3 {
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-align: left;
}

.tuijian-news-list p {
    font-size: 0.9rem;;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
}

.tuijian-news-list span:hover {
    background: dodgerblue;
}

.tuijian-news-list a:hover {
    color: dodgerblue;
}

/*tags*/
.tags {
    position: relative;
    overflow: hidden;
}

.index-cg-tj-t {
    width: 100%;
    height: 120px;
    border-radius: 6px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.index-cg-tj-t-n {
    font-size: 20px !important;
    color: #333;
    margin-top: 5px;
}

.index-cg-tj-t-t {
    margin-top: 10px;
}

.index-cg-tj-sz {
    float: right;
    line-height: 24px;
    font-size: 20px;
    color: #fea752;
}

.index-cg-tj-tb {
    float: left;
    margin: 10px 0 0 10px;
}

.index-cg-tj-tb i {
    font-size: 24px;
    color: dodgerblue;
}

/*search-result*/
.side-section {
    width: 28%;
}

.container-box {
    width: 70%;
}

.sidelist {
    padding: 20px;
}

.search-title {
    font-size: 1.1rem;
    border-bottom: 1px solid #d3d3d3;
    color: #0976dc;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.search-title:after {
    position: absolute;
    width: 105px;
    height: 2px;
    content: "";
    background: #0976dc;
    left: 0;
    bottom: -1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sidelist .search-input {
    height: 36px;
    width: auto;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: none;
    border: 1px solid gray;
    margin-right: -7px !important;
    padding-top: 2px;
}

.sidelist .search-input:focus, .search-input:active {
    border: 1px solid dodgerblue;
}

.sidelist .search-btn {
    border: 1px solid dodgerblue;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #0976dc;
    color: #fff;
    height: 36px;
    width: 55px;
    text-align: center;
    float: right;
}

.collapse-header {
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.collapse-content {
    overflow: hidden;
    padding-left: 5px;
    color: rgba(0, 0, 0, .65);
    border-bottom: 1px solid #d9d9d9;
}

.search-filters {
    display: flex;
    font-size: 0.95rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.search-filters-link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    text-overflow: ellipsis;
}

.filter-tag {
    padding: 20px 20px 0 20px;
}

.filter-tag .toast {
    display: inline-block;
    width: auto;
    /*margin: 10px 0 0 10px;*/
}

.filter-tag .me-auto {
    padding: 10px;
}

.form-select {
    font-size: 17px;
    width: auto;
    display: inline-block;
    line-height: 1;
}

.number-select {
    background: white;
    width: 70%;
    float: right;
    padding-top: 10px;
}

.number-search {
    float: left;
    padding-left: 18px;
    display: flex;
}

.item-list ul {
    padding: 0 20px;
    list-style: none;
}

.item-list ul li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #a9a9a9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-list li a {
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}

.item-list li span {
    white-space: nowrap;
    display: inline-block;
}

.item-list li p, .item-list li span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    margin-top: -2px;
}

.news-zuixin-pic {
    display: block;
    overflow: hidden;
    width: 155px;
    height: 105px;
    line-height: 70px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.item-list li p {
    color: #a9a9a9;
    line-height: 1.5rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-top: 0.5rem;
}

.down-info {
    color: #9b9b9b;
    color: grey;
}

.down-info em {
    font-style: normal;
    margin-right: 1rem;
}

.sourcesite {
    font-size: 0.9rem !important;
    color: grey;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.picview-other {
    overflow: hidden;
    color: #a9a9a9;
    margin-bottom: 15px;
}

.picview-other span {
    float: left;
    margin-right: 15px;
    padding-left: 20px;
    display: block;
}

.po-from {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAExklEQVR4Xu1bTYgcRRR+r2ZW1/USjVmMEQ+yENSghiSHIEbEKBpNbq5/J3MJHlzY3Z5Xs3saPOx2VTfrRRAvKoiiixd1UfEPjYeISgxRBMMqiD/RGPwhYTVmup+UOrCEzXRVT3VnJrN12UN/773vffWqpv4Woc8b9nn+sCrAagWUoAAzo9b6QQB4HBHXtQl5mJn3SSk/KoHWvyEKHwJKqT2I+IprQmmaXl+v1z93tXPFFyZAFEUXM/NJV0LL8cz8qZRyWyc+smwLESCKop3M/HZWcIfvI0T0tQPeGupdAK31zQCw35qBJTBN0zX1ev0PS7g1zKsAPsq+HXMi8srX+ySotWZr6fMB3ySiu/KZrmzlTVGl1O2I+JZPciv5ajabw9PT07/4iuNNgBJ6v5UzE5HoKgFmZmbWVqvV475IZfnxORd4qQCt9QsA8EAWcV/fmXmnlPJdH/58CVD05Hdmrh8S0Y6+FYCZ/5ZSXti3ApjEfc0DvToE+luAvh8CzLxfSnlLN80BzwOAOfAopSHirbVa7X0fwbzMAXEcX5amqbflaVZiviZAr5uhEpfCp4nogiyRbL97qQATTGt9JwC8YRs4L04IsS4IAm/Lbm8C/C9C0SvCBSLanVe8ley8CtD3ByJG4TAMdwghPvDZS8ZXTxyJtZIOw/BuIcSCLxEqlcrGycnJI778LffjdQgsd+xpOBwkoi1FJN7yWZgArQBa63sBYN41CSHEdUEQfOlq54ovXABDyOFq7BAzP3JeXY259kjZ+FIqoOykXOKtCuCi1vmILawC5ufnK4uLi2sQ8RIhxKWIeBEiWsXj/9qfiPhbs9n8dWRk5PfR0dGkiA6wImQbOIqiTcy8CwB2MfNNiFi1tc3AnQaA1wHgucHBwYWxsbFTnvz6eSChlNoKAE8iovlbaGPmE4j47MDAwOz4+PjRToN1VAFzc3Mbms1mVOalSCthcy5ohKhWq49NTEz8kFeI3ALEcbwtTVOz3h/OG9yT3TEhxD1BEHySx18uAZRSDwHA04jo7WQmD/nl1QAAe6WU5mzSqTkLoLW+DwBedIpSHvh+InrJJZyTALOzs5srlcoBAPByLeVC1BJ7KkmS7VNTU59Z4u1/BczJb5IkhxFxva3zc4Fj5qNJktxg+4jCugKUUmbMP3wuknKNyczPSCn32thZCRDH8bVpmn5RxsNKG9IWGBZCbLI5T7ASQCn1DiLeZhG4myDvEVEm50wBwjC8SgjxbTdlZsuFmTdIKX9sh88UQCklETG0DdpNOGZ+VEr5REcCaK0/BoBC3+sWJZp5riulvCO3AOYsL4oisw3NrJSikujEr9kvENEgIp71xqptYkqpKxHxu05IdIHteiL66Ww8sgTYioi5NhldkHiLwhYiOphLgCiKdjPzq12UjDMVRNxTq9VeyyVAl298bMVou0FqOwS01jcCgPXGwpZRybjNRHQoVwUYI621udYy11s915j5ZSllW+6ZP2+NRkMMDQ3tY+YAEa/uBRWY+RtEjJeWlp5qNBpp7nXAmYZKqY2IuB0ArgGAywHgCmZeCwDmX+GGyzohYua/AOA4IpqnMseY+WcA+B4RjzDzASnlV7YdlVkBto56FbcqQK/2nC/efV8B/wCLbbBQGzvLaAAAAABJRU5ErkJggg==) no-repeat 0;
    background-size: 16px;
}

.po-date {
    background: url(data:image/png;base64,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) no-repeat 0;
    background-size: 16px;
}

.po-classname {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABUklEQVR4Xu1awQ3CMAx0VHUEpmAIhkBsUtVSP8CnqjIKYggYAoaAEfow6gcBavklduTLt218uTu7keVAzldwfn4CAXCAcwaQAs4NgCKIFEAKzDAwDMO6qqrVEjnjON66rnt+Pu/7flXX9doqoSGER9M09198sykQYzwT0XbpMCKyY+bpnfeKMe6I6GSVABE5M/OE8WuBgDnF4ACkgPMaYLWQpcCFi1AKVkvaEw4oSa0UWOGAFKyWtCccUJJaKbDCASlYLWlPOKAktVJgXWqIHIlo8yfgvm3b609HaHp/+s7kEpELMx/QEUJLDD1BNEU/GUARNFmyM4LCRSgj2SZDwQEmZckICg7ISLbJUHCASVkygoIDMpJtMhQcYFKWjKAwIzRHNmaEMCPkfEbIfQq4H5XN+BdSD4WLkLoEygDgAGUB1MPDAeoSKAOAA5QFUA/v3gEvIUwUUF6EJz0AAAAASUVORK5CYII=) no-repeat 0;
    background-size: 16px;
}

.smalltext {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    color: #a9a9a9;
    line-height: 22px;
}

.smalltext a {
    color: #1e90ff;
}

.smalltext a:hover {
    color: red;
}

.newstext {
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}

.newstext p {
    margin-bottom: 20px;
}

.newstext a {
    color: #1e90ff;
}

.newstext a:hover {
    color: red;
}

.share {
    overflow: hidden;
    display: table;
    width: 100%;
    line-height: 24px;
    background: #fff;
}

.share > div {
    padding-right: 20px;
    margin-top: 16px;
    overflow: hidden;
}

.locbarStyle {
    font-size: 16px;
    padding: 10px 0 10px 0;
    left: 0;
    width: auto !important;
    border-bottom: 1px solid #1e90ff;
}

.locbarStyle a:first-child {
    font-weight: 700;
    color: #fff !important;
    background: #1e90ff;
    padding: 11px 21px;
}

.label {
    text-align: right;
    font-weight: bolder;
}

.title-first {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    font-size: 1.8rem !important;
}

.keywords {
    display: block;
    float: left;
    border: dodgerblue 1px solid;
    background: #1e90ff;
    color: #fff;
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 5px;
}

.keywords:hover {
    color: #fff !important;
}

.tupu {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    height: 376px;
    padding: 30px 20px;
    margin: 20px;
}

.facetCount {
    width: auto;
    background: dodgerblue;
    padding: 2px 6px;
    border-radius: 10px;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
}

.facet-link {
    width: 70%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.row img {
    margin: 0 auto;
}

p i {
    font-style: italic;
    display: inline;
}

/*详情页面版式*/
.newstext span {
    display: inline;
    word-wrap: break-word;
    white-space: normal;
}

.newstext img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

/*录音格式*/
audio {
    margin: 0 auto;
    display: block;
}

/*选项卡总体*/
.tab_box {
    width: 100%;
    height: 420px;
    display: inline-block;
}

/*头部导航样式*/
.tab_head {
    height: 100px;
    font-size: 18px;
}

.tab_head_div {
    width: 200px;
    height: 100px;
    text-align: center;
    line-height: 32px;
    background: #eee;
    padding: 4%;
    margin: 6% 0;
    border-radius: 15px;
}

.tab_head_div a {
    margin-top: 2%;
    font-size: 18px;
    font-weight: bold;
}

/*鼠标移到的变化 更改导航样式*/
.tab_head .current {
    background: green;
    opacity: .8;
    border-radius: 15px;
    color: white;
    cursor: pointer; /*鼠标变成小手*/
}

/*导航选项最后一个不要右边框*/
.tab_head_div_r {
    border-right: none;
}

/*选项卡——内容*/
.tab_con {
    width: 85%;
    margin-left: 20%;
    margin-top: -9%;
}

.tab_con a {
    font-size: 17px;
    font-weight: bold;
    display: list-item;
}


/*内容里面ul全部设置隐藏*/
.tab_con_ul {
    display: none;
    list-style: none;
}

.tab_con_ul li {
    width: 90%;
    height: 100px;

}

/*鼠标移到的变化  显示ul*/
.tab_con .current {
    display: block;
}


.my-line-1 {
    overflow: hidden !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 20px;
    height: 25px;
}

.tab_con_ul p.summary {
    color: darkgreen;
    line-height: 1.5rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}


/*下方导航栏切换，科研项目等部分*/

.bottom-tab {
    width: 60%;
    height: 400px;
}

/*头部导航样式*/
.btab_head {
    height: 72px;
    background: #fff;
    font-size: 18px;
    color: black;
}

.btab_head_div {
    float: left;
    width: 15%;
    height: 62px;
    text-align: center;
    line-height: 70px;
    background: #fff;
}


.line-bottom {
    height: 1px;
    width: 100%;
    background: lightgrey;
    margin-top: -10px;
}

/*导航选项最后一个不要右边框*/
.btab_head_div_r {
    border-right: none;
}

/*选项卡——内容*/
.btab_con {
    width: 720px;
}

/*内容里面ul全部设置隐藏*/
.btab_con_ul {
    display: none;
    list-style: none;
}

/*鼠标移到的变化  显示ul*/
.btab_con .current {
    display: block;
}

/*鼠标移到的变化 更改导航样式*/
.btab_head .current a {
    border-bottom: #1487f4 solid 2px;
    padding-bottom: 13px;
    font-weight: bold;
    color: #1487f4 !important;
    cursor: pointer; /*鼠标变成小手*/
}

/*文献速递样式*/

.myBox {
    width: 100%;
    margin: 20px 0 20px 30px;
}

.tHead {
    height: 80px;
    background: #fff;
    font-size: 18px;
    color: black;
}

.tHead_div {
    width: 240px;
    height: 50px;
    text-align: left;
    padding-top: 5px;
    padding-left: 70px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: lightgrey 1px 1px 3px 0px;
    margin-bottom: 11px;
    background: #eee;
}

.tHead_div:nth-child(8) {
    box-shadow: lightgrey 1px -1px 3px 0px;
}

.tHead_div .fa {
    font-size: 20px;
    margin: 10px 0 0 -55px;
    color: #1487f4;
}


.tHead_div a {
    margin-left: 5px;
}

.tHead_div a:hover {
    color: white;
}

.tHead_div a:link {
    color: black;
}

/*导航选项最后一个不要右边框*/
.tHead_div_r {
    border-right: none;
}

/*选项卡——内容*/

.tCon {
    margin-left: 17%;
    margin-top: -82px;
    width: 82%;
}

.tCon_t {
    float: right;
}

.tCon a {
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px 1px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tCon p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0px 5px 0px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*内容里面ul全部设置隐藏*/
.tCon_ul {
    display: none;
    border-radius: 10px;
}

.tCon_ul li {
    width: 48%;
    line-height: 18px;
    display: inline-block;
    line-break: anywhere;
    border-radius: 5px;
}

.tCon_ul li:nth-child(1) {
    background: aliceblue;
}

.tCon_ul li:nth-child(4) {
    background: aliceblue;
}

.tCon_ul li:nth-child(5) {
    background: aliceblue;
}

.tCon_ul li:nth-child(7) {
    border-bottom: none;
}

.tCon_ul li:nth-child(8) {
    border-bottom: none;
    background: aliceblue;
}

/*鼠标移到的变化  显示ul*/
.tCon .current {
    display: block;
}

/*鼠标移到的变化 更改导航样式*/
.tHead .current {
    background: #1487f4;
    opacity: .8;
    font-weight: bold;
    cursor: pointer; /*鼠标变成小手*/
}

.tHead .current a {
    color: white;
}

.current .fa {
    color: white;
}

.filters-panel .more {
    text-align: right;
}

.filters-panel .more a {
    font-size: 16px;
    line-height: 40px;
    color: #0c63e4;
}
