@charset "UTF-8";
body {
    font: 12px / 140% Arial, "宋体", Helvetica, sans-serif, Verdana;
    color: #5a5a5a;
    background: #FFF;
}
.pagination {
    margin-bottom: 0;
}
.pagination li {
    border: 1px solid #EEE;
    padding: 2px 5px;
    margin: 2px;
    color: #DDD;
}

.pagination li.active {
    border: 1px solid #000;
    font-weight: bold;
    margin: 2px;
    color: #FFF;
    background-color: #000;
}

.pagination li a {
    text-decoration: none;
    color: #000;
}

header .logo {
    width: 371px;
}

header .header-search-wechat {
    width: 92px;
}

header .lang a {
    color: rgb(90, 90, 90);
    margin: 0 3px;
    font-size: 12px;
    display: inline-block;
    padding-right: 7px;
    height: 14px;
    line-height: 14px;
    text-decoration: none;
}

header .lang a.en {
    background: url(/assets/addons/wwh/images/sitestar-lan-ver1.jpg) right top repeat-y;
}

header .input-box .box-icon {
    width: 25px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat 0 0;
}

header .input-box .box-input{
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) repeat 0 -30px
}

header .box-input input{
    outline: none;
    height: 22px;
    line-height: 22px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat -84px 0;
    border: 0;
    margin: 0;
    color: #444;
    width: 243px;
}

header .box-search {
    height: 30px;
    background: none;
    cursor: pointer;
}

header .box-search .btn-left {
    width: 1px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat -58px 0;
}

header .box-search .btn-center {
    padding: 0 10px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat 0 -90px;
    line-height: 30px;
    text-align: center;
    color: #6694A4;
    font-weight: bold
}

header .box-search .btn-right {
    width: 1px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat -58px 0;
}

header .search-type span {
    padding: 0 5px;
    line-height: 28px;
    height: 28px
}

header .search-li {
    margin: 0;
    max-height: 200px;
    padding: 0;
    width: 269px;
    list-style: none;
    border: 1px solid #eee;
    background-color: #ffffff;
}

header .search-li li a{
    padding: 0 10px;
    display: block;
    width: 100%;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

header .search-li li a:hover {
    background-color: #F5F5F5;
}

header .menubar {
    --bs-navbar-padding-y: 0;
    min-height: 55px;
    background-color: rgb(10, 59, 144);
}

header .input-box-h5 {
    background-color: #ffffff;
    font-family: Microsoft YaHei,sans-serif;
}
header .input-box-h5 .box-input input {
    font-size: 12px;
    color: #666;
    line-height: 55px;
    height: 53px;
    vertical-align: middle;
    border: transparent 2px solid;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

header .input-box-h5 .box-btn {
    background: #ff9900;
    width: 80px;
    height: 53px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

header .navbar-toggler {
    border: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.main .adv img{
    width: 100%;
}

.main .menu-right .item{
    width: 100%;
    height: 126px;
    margin-bottom: 10px;
}

.main .menu-right .bg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.main .menu-right .text{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 126px;
    height: 39px;
    margin-left: -63px;
    margin-top: -18px;
}

.bread {
    min-height: 48px;
    line-height: 1;
}
.bread .text {
    white-space: nowrap;
}
.bread .path {
    opacity: 0.43;
}
.bread .path img {
    width: 17px;
    height: auto;
}
.bread a {
    text-decoration: none;
    color: rgb(141, 141, 141);
}

.article-menu {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: auto;
    text-align: center;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #eeeeee;
}

.article-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.article-menu .options-item {
    height: 40px;
}
.article-menu .options-item.current a{
    color: #3c78d8;
    background-image: url(/assets/addons/wwh/images/vty1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.article-menu a {
    white-space: nowrap;
    padding: 0 5px;
    text-decoration: none;
    color: #434343;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.theme-bg .article-menu .options-item.current a {
    background-color: #3c78d8;
    color: #ffffff;
}

.theme-cl .article-menu .options-item.current a {
    background: none;
}

footer {
    padding-top: 2rem;
    background-color: rgb(17, 63, 142);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: repeat;
}

footer .menubar {
    color: rgb(74, 134, 232);
}

footer .menubar .title {
    line-height: 140%;
    font-size: 18px;
    color: #ffffff;
}

footer .menubar .item {
    height: 30px;
    line-height: 30px;
}

footer .menubar .item a {
    color: rgb(74, 134, 232);
    text-decoration: none;
}

footer .bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 30px 0;
    overflow: hidden;
    position: relative
}
footer .bottom .footer-copy {
    font-size:14px;
    color: #d0d0d0;
}
footer .bottom .footer-copy a {
    color: #d0d0d0;
    margin-left: 5px;
}
footer .bottom .footer-copy a:hover{
    color: #FDD000;
}

footer .bottom .footer-beian i {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
}
footer .bottom .footer-beian span {
    font-size:14px;
    color: #d0d0d0;
}
footer .bottom .footer-beian span:hover {
    color: #FDD000;
}

footer .link .item{
    position: relative;
    padding: 0 5px;
    background-color: #f5f5f5;
    height: 42px;
    line-height: 42px;
    background-image: url(/assets/addons/wwh/images/oi46.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

footer .footer-wechat {
    width: 155px;
    height: auto;
}

footer .hover {
    position: relative;
}

footer .menu {
    display: none;
    position: absolute;
    margin: 0;
    bottom: 42px;
    left: 0;
    width: 100%;
    padding: 0;
    line-height: 30px;
    list-style: none;
    border-radius: 5px;
    background: #0a43a7;
    box-shadow: 9px 11px 29px rgba(125,138,152,0.15);

}
footer .menu li {
    padding: 10px;
}
footer .menu li:hover {
    background: #022968;
}

footer .menu a {
    text-decoration: none;
    color: #fff;
}


.detail-title {
    font-weight: 600;
    font-size: 20px;
    color: rgb(17, 63, 142);
}
.detail-content {
    border: 1px solid rgb(217, 217, 217);
    padding: 20px;
}