@import url('/static/css/font.css');

* {
    box-sizing: border-box;
    font-style: none;
    text-decoration: none;
    font-family: 'Roboto-Regular';
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    /* padding: 0px 0px 128px; */
    margin: 0;
    font-size: 14px;
    max-width: 100vw;
     font-family: 'Roboto-Regular';
}

.banner {
    position: relative;
    background: url('/static/images/banner1.jpg') no-repeat center center;
    height: 235px;
    background-size: cover;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.2);
    backdrop-filter: blur(2px); 
    -webkit-backdrop-filter: blur(2px); /* 兼容性 */
    z-index: 1;
}

.navbar {
    position: relative;
    z-index: 2;
}

.bars {
    background: url(/static/images/sidebar.svg) no-repeat 0 0;
    width: 33px;
    height: 33px;

    position: absolute;
    top: 12px;
    left: 30px;

}

.signin {
    position: absolute;
    top: 10px;
    right: 10px;
}

.signina {
    color: #007BFF;
    font-size: 16px;
}

.navbar-brand img {
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    width: 140px;
}

.banner-out {
    width: 84%;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    font-weight: bold;
}

.banner-text {
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
}

.searchs {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-32%);
    /* margin: 0 auto; */
    z-index: 2;

}

.searchs .center {
    width: 64%;
    height: 38px;
    border-radius: 24px;
    margin: 0;
    background: rgba(233, 236, 239, .6);
    display: flex;
    justify-content: space-between;
}

.searchs input[type=text] {
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: 38px;
    line-height: 38px;
    width: 80%;
    padding-left: 10px;
    color: #343A40;
    float: left;
    outline: none;
    background: 0 0;
    border: none;
}

input.searchints::placeholder { 
    color: #343A40AA;
}

.searchs .search-icons {
    width: 32px;
    height: 32px;
    padding: 6px;
    margin: 0 5px;
    float: left;
    display: block;
}

.searchs .search-icons img {
    width: 100%;
}

.searchs .or {
    width: 64%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /* font-weight: 400; */
}

.start-here {
    margin-top: 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.downHere {
    margin-top: 0;
    width: 100%;
    position: relative;
    text-align: center;
   
}

.downHere a {
    color: #fff;
    line-height: 50px;
    font-size: 16px;
     display: flex;
    justify-content: center;
    border-radius: 16px;
    background: rgb(26, 115, 232) !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px, rgba(0, 0, 0, 0.15) 0px 1px 3px 1px !important;
}

.searchbtnIcon {
    display: inline-block !important;
    cursor: inherit !important;
    margin-left: 4px !important;
    margin-right: 6px !important;
    margin-top: 14px !important;
}

.start-here a {
    padding: 0;
    height: 38px;
    width: 64%;
    margin: 0;
    border-radius: 3px;
    display: block;
    background-color: #f5b609;
    color: #333;
    line-height: 38px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 24px;
}

.gg-ads.top,
.gg-ads.end {
    height: auto !important;
    width: 100%;
    margin: 15px auto;
    margin-bottom: 25px;
    padding: 10px 0;
}

.gg-ads {
    border: 0;
}

.title-tlie h3 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    color: #343A40;
    font-weight: bold;
}

.centent img {
    width: 80%;
    border: 0;
    margin: 0 auto;
    display: block;
}

.ctswy .ctswy-list {
    margin-top: 10px;
    width: 100%;
}

.ctswy .ctswy-list li {
    width: 50%;
    text-align: left;
    float: left;
    line-height: 25px;
}

.ctswy .ctswy-list li a {
    font-size: 16px;
    line-height: inherit;
    color: #343A40;
    position: relative;
    text-decoration: none;
    background-color: transparent;
}

.ctswy .ctswy-list li a span {
    padding-left: 10px;
    font-weight: bold;
}

.ctswy .ctswy-list li a::after {
    top: 8px;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
    left: 0;
    content: "";
    line-height: 0;
    background: #FD7E14;
    border-radius: 50%;
}

.tmpap {
    width: 100%;
    display: inline-block;
}

.margin {
    margin-bottom: 40px;
}

.title-tlie {
    margin-top: 10px;
    margin-bottom: 5px;
}

.centent {
    width: 91%;
}

.centent {
    max-width: 1200px;
    margin: 0 auto;
}

.clearfloat {
    zoom: 1;
}

.tmpap .tmpap-list {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    padding: 0;
    padding-bottom: 20px;
}

.tmpap .tmpap-list {
    position: relative;
}

.tmpap-list .tmpap-img {
    width: 100%;
    max-height: 220px;
    overflow: hidden;
    border-radius: 4px;
}

.tmpap-list .tmpap-img img {
    width: 100%;
    vertical-align: middle;
    border: 0;
}

.tmpap-list .tmpap-text {
    height: initial;
}

.tmpap-list .tmpap-text {
    width: 100%;
    position: relative;
    text-align: center;
}

.tmpap-list .tmpap-text ul {
    margin-bottom: 7px;
}

.tmpap-list .tmpap-text ul {
    display: block;
    margin-top: 10px;
    max-width: 400px;
    padding-inline-start: 0;
}

.clearfloat {
    zoom: 1;
}

.tmpap-list .tmpap-text ul a {
    display: block;
    color: #bcbcbc;
}

.tmpap-list .tmpap-text li {
    line-height: 18px;
    height: 18px;
}

.tmpap-list .tmpap-text li {
    line-height: 31px;
    float: left;
}

.tmpap-list .tmpap-text li p {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
}

.tmpap-list .tmpap-text li p {
    position: relative;
    margin: 0 0 10px;
    color: #343A40;
    display: block;
    font-weight: bold;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.tmpap-text .tmpap-feat {
    text-align: left;
    font-size: 12px;
}

.tmpap-list p,
.tmpap-list .tmpap-text .tmpap-clus a {
    color: #666;
    margin: 0;
    font-size: 14px;
}

.tmpap-list .tmpap-text .tmpap-clus {
    height: 80px;
    -webkit-line-clamp: 3;
    line-height: 26px;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.hide {
    display: none !important;
}

.tmpap-list .tmpap-text .more {
    color: #007BFF;
    font-size: 14px;
}

.showmore {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    margin: 5px 0;
    border-radius: 23px;
    text-align: center;
    border: 1px solid #007BFF;
}

.rentog {
    width: 100%;
    background: #fff;
    display: inline-block;
    margin-top: 20px;
}

.title-tlie {
    margin-bottom: 5px;
}

.title-tlie h3 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    color: #343A40;
    font-weight: bold;
}

.rentog .rentog-list {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.rentog .rentog-list .rentog-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}

.rentog .rentog-list .rentog-img img {
    border-radius: 4px;
    width: 100%;
    vertical-align: middle;
    border: 0;
}

.rentog .rentog-list .rentog-text {
    width: 100%;
    font-size: 14px;
    margin: 10px auto 20px;
    color: #666;
}

.rentog .rentog-list .rentog-text p {
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.blitname {
    font-size: inherit;
    padding: 10px 0 0;
    line-height: initial;
    width: auto;
    font-family: Ink Free;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.blitname img {
    width: 100%;
}

.footer .footer-policy {
    font-size: 12px;
    margin: 25px 0;
    max-width: 1200px;
    color: #999;

}
.footer .footer-policy a:link {
    color: #007BFF; 
}
 
.footer .footer-policy a:visited {
    color: #007BFF; 
}
 
.footer .footer-policy a:hover {
    color: #0056B3; 
    text-decoration: underline;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.footer-searchs {
    width: 290px;
    text-align: center;
    margin: 0 auto;
}

.footer-searchs .center {
    position: relative;
    height: 40px;
}

.footer-searchs input {
    width: 200px;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #f2f2f2;
    border-radius: 4px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-searchs .search-icons-foot {
    width: 70px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #007BFF;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-searchs .search-icons-foot img {
    width: 22px;
}

.footer .foemele {
    margin: 20px 0 10px;
    width: 100%;
    text-align: center;
}


.footer .foemele p {
    font-size: 10px;
    height: 100%;
    width: 100%;
    line-height: 18px;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.footer .foemele p a {
    padding: 0 10px;
    font-size: 13px;
    color: #999;
}

.footer .foemele p+p {
    margin-top: 20px;
}

.footer .foemele p {
    font-size: 10px;
    height: 100%;
    width: 100%;
    line-height: 18px;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.footer .foemele p:last-child a {
    font-size: 14px;
}

.footer .foemele p a:last-child {
    border: 0;
}

.footer .foemele p .foemele-emles {
    color: #999;
}

.footer .foemele p a {
    padding: 0 10px;

}

.overlay-open section {
    display: block;
}

.navapp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
    width: 200px;
    height: 100vh;
}

.overlay {
    position: fixed;
    left: 200px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.53);
}

/* section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.53);
    display: none;
}

.ls-closed .sidebar {
    margin-left: -300px;
}

.sidebar {
    background: #fff;
}

.sidebar .menu {
    height: initial;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.sidebar .menu .list {
    padding: 100px 0 0;
    list-style: none;
}

.sidebar .menu .list li.item-short {
    width: 200px;
}
*/
.sidebar .menu .list {
    padding-left: 0px;
    margin: 0;
}

.sidebar .menu .list li {
    /* float: left; */
    position: relative;
    text-align: center;
    /* height: 40px; */
}

.sidebar .menu .list a {
    font-size: initial;
    line-height: 39px;
    color: #343A40;
    text-align: left;
    padding: 0 15px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
}

.sidebar .menu .list .more span {
    font-size: initial;
    color: #007BFF;
    position: relative;
    /* overflow: hidden; */
}

.ment-twelist {
    position: initial;
    width: 80%;
    z-index: 2;
    background: #fff;
    padding-left: 0px;
}

.sidebar .menu .list .ment-twelist li {
    width: 100%;

}

.ment-twelist .smore span {
    color: #007BFF;
}

.sidebar .menu .list .ment-twelist li a {
    height: 24px;
    line-height: 24px;
    text-align: left;
    color: #666;
    font-size: 12px;
    display: block;
    width: 100%;

}

.navdeled {
    height: 100px;
    padding-top: 30px;
}


.navdeled p {
    display: block;
    font-size: 30px;
    color: grey;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.zhankai {
    font-size: 16px;
    padding-left: 10px;
}

.shouqi {
    font-size: 16px;
    padding-left: 10px;
}