html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
    padding-left: 0;
}
.header {
    position: fixed;
    left: 0;
    top:0;
    padding: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}
a{
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.logo{
    float:left;
    position:relative;
    margin: 0 0 0 50px;
    padding:0;
    height: 61px;
    /*background-color: #0A0A0A;*/
    color: #27e944;
    line-height: 61px;
}
.logo a{
    padding: 0;
    border: 0;
    margin: 0;
    top:0;
    height: 61px;
    background-color: #9f191f;

}
.logo a {
    display: table-cell;
    vertical-align: middle;
}
.logo img{
    height: 30px;
    background-color: #2b542c;
    top: 0;
    padding: 0;
    margin: 0;
    border: 0;
    visibility: visible;
}
.menu-item{
    float:left;
    margin: 0 10px 0 10px;
    font-size: 16px;
}
.navbar{
    float:left;
    list-style: none;
    margin:18.5px 0 18.5px 0;
}
.cotent-parent{
    background-color: #eeeeee;
    padding-top: 61px;
    min-height: calc(100% - 100px);
}
.cotent-parent:after{
    content: "";
    clear: both;
    display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }

    .visible-sm {
        display: block !important
    }

    .main .inner {
        margin-right: 0
    }

    #hdr a.logo {
        left: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }

    .visible-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }

    .visible-lg {
        display: block !important
    }
}

@media (max-width: 767px) {
    .content_new {
        width: 100%
    }
    .logo{
        font-size: 14px;
        margin-left: 10px;
    }
    #mid_wrap{
        flex-wrap: wrap;
    }
    #multi_label_ad{
        width: 416px;
        overflow: hidden;
    }
    .menu-item {
        margin: 0 5px 0 5px;
        font-size: 14px;
        line-height: 61px;
    }
    .navbar{
        margin: 0;
    }
}

@media (min-width: 768px) {
    .content_new {
        width: 750px
    }
}
@media (max-width: 960px) {
    .mid_ad{
        width: calc(100% - 20px);
        margin: 10px auto;
        overflow: hidden;
    }
}
@media (min-width: 961px) {
    .mid_ad{
        width: 960px;
        margin: 10px auto;
    }
}
@media (min-width: 992px) {
    .content_new {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .content_new {
        width: 1190px
    }
}
.content_new{
    margin: 10px auto 10px auto;
    background-color: white;
}
#mid_wrap{
    border-top: 1px solid #cae0f3;
    display: flex;
}
.item_row_second{
    width: 100%;
    background-color: #ffffff;
}
.item_row_second:after{
    content: "";
    clear: both;
    display: block;
}
#mid_label_wrap{
    flex-grow: 1;
}
#multi_label_ad{
    width: 416px;
}

#multi_label_ad,#mid_label_wrap{
    /*float: left;*/
    margin: auto 2% auto 2%;
}
.very_left ul{
    padding-left: 10px;
}

.item_right ul{
    padding-right: 10px;
}
.item_mid,.item_right{
    margin: auto 2% auto 2%;
}
.item_left h3{
    padding-left: 10px;
    width: calc(100% - 10px);
}
.item_right h3{
    padding-right: 10px;
    width: calc(100% - 10px);
}
.item_row1,.item_row2{
    float: left;
}
.item_row1{
    width: 64%;
}
.item_row2{
    width: 32%;
    margin: auto auto auto 4%;
}
.mixtitle{
    padding-left: 10px;
    width: calc(100% - 10px);
}
.pic_dl{
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #999999;
    padding: 18px 0 10px 10px;
}
.pic_dt {
    float: left;
}
.pic_dt img {
    width: 142px;
    height: 86px;
}
.pic_dd {
    float: left;
    margin-left: 15px;
    width: calc(100% - 142px - 15px);
}
.pic_dd span {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
.pic_dd p {
    color: #666666;
    line-height: 22px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
.pic_dd h3 a,.pic_dd h3{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
.pic_dd h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.navbar_action{
    display:table;
    float:right;
    padding: 0 50px 0 0;
    height: 61px;
    position:relative;
}
.navbar_search ,.navbar-search-input{
    display: table-cell;
    vertical-align: middle;;
}
.menu{
    display: block;
}
.menu-item a{
    color: black;
}
.menu-item a:hover{
    color: #337ab7;
    text-decoration: underline
}
.container .clear{
    margin:0;
    padding:0;
    border:0;
    clear: both;
}
.main-slider-parent{
    background: #ffffff;
    /*border: dashed 1px #ff0000;*/
    margin: 15px 15px 0 15px;
    /*display: table;*/
    width: calc(100% - 30px);
}
.main-slider {
    position: relative;
    width: 350px;
    margin: 25px auto;
    height: auto;
    overflow: hidden;
    direction: ltr;
    border-radius: 5px;
}
.item_list{
    margin: 0 auto;
}
.item_list a{
    font-size: 12px;
    color: #230a09;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.item_list a:hover{
    color: #1006F1;
}
.item_list .summary{
    color: #999999;
    font-size: 11px;
    line-height: 12px;
    margin: 3px 0 3px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main-slider-top{
    /*float:left;*/
    /* display: table-cell;*/
    /*border:dashed 1px #0000ff;*/
}
.slides{
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(350px * 5);
    list-style: none;
}
.slides:after{
    content: "";
    width: 0;
    clear:both;
    display: block;
}
.slide-item{
    float: left;
    position: relative;
    height: 200px;
}
.slide-item img{
    width: 350px;
    height: 200px;
    margin: 0;
    padding: 0;
}
.slide-title{
    position: absolute;
    left:0;
    bottom:0;
    margin: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    background-color: #0000008f
}
.slide-title a{
    color: #07141e;
}
.slide-item:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all .3s ease-out 0s
}
.slide-item img {
    transition: all .3s ease-out 0s
}
/*鍥剧墖涓婃柟鐨勫乏鍙崇澶�*/
.arr {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity:0;
    /*display: none;*/
    transition: opacity 1s;
}
/*.main-slider:hover .arr{
    display: block;
    cursor: pointer;
}*/
.main-slider:hover .right{
    /*    display: block;
        cursor: pointer;*/
    right: 0px;
    opacity: 0.5;
}
.main-slider:hover .left{
    left:0px;
    opacity: 0.5;
}
.left {
    left: -40px;
    transition: left 1s,opacity 1s;
}

.right {
    right: -40px;
    transition: right 1s,opacity 1s;
}

#leftarr, #rightarr {
    width: 10px;
    height: 10px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    position: relative;
    top: 13px;
    left: 13px;
}

#leftarr {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

#rightarr {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}


.list-page {
    margin:0 auto 0 auto;
    padding: 20px 0;
    text-align: center;
}

.list-page a {
    margin: 0 5px;
    padding: 2px 7px;
    border: 1px solid #ccc;
    background: #f3f3f3;
}

.list-page a:hover {
    background: #e4e4e4;
    border: 1px solid #908f8f;
}

.list-page .current {
    margin: 0 5px;
    padding: 2px 7px;
    background: #f60;
    border: 1px solid #fe8101;
    color: #fff;
}
.jump{
    width: 30px;
}
a,a:hover {
    transition: all .3s ease-out 0s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
#links ul{
    padding: 0;
    margin: 0;
}
#links,#links2{
    height: 50px;
    vertical-align: bottom;
}
#links li{
    list-style: none;
    float: left;
    display: block;
    margin-left: 10px;
}
/*home鍔犲箍鍛婂悗*/
.pic_ad{
    width: 300px;
    margin: 10px auto;
}
#pic_ad_wrap{
    overflow: hidden;
}
.content_top{
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr));
    justify-content: space-evenly;
}
.home4_label_type{
    display: inline-block;
    padding: 20px 20px 11px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin: 0;
}
.home4_label_item a.favicon{
    /*margin-left: -10px;
    padding-left: 20px;*/
    position: relative;
    display: inline-block;
}
.home4_label_item a{
    color:#333;
}
.home4_label_item a img{
    display: block;
    width: 16px;
    height: 16px;
    padding: 6px 0px;
    float: left;
    margin: auto 5px;
    /*position: absolute;
    left: 0;
    top: 6px;
    vertical-align: middle;*/
}
.home4_label_item{
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(auto-fill,minmax(110px,1fr));
    justify-content: space-evenly;
    border-top: 1px solid #53dd48;
    margin:0 20px;
    padding-top:20px;
}
.home4_label_item div{
    white-space: nowrap;
    margin: 1px auto 0 auto;
    /*padding: 0 8px;*/
    text-align: center;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}




.card_item_list {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
    justify-content: space-evenly;
    margin:0 20px;
    border-top: 1px solid #53dd48;
    padding-top:20px;
}
.card_item {
    border: 1px solid #ccc;
    position: static;
    border-radius: 4px;
    transition: box-shadow .3s ease-in-out;
}
.card_item:hover {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.2)
}
.card_item-inner {
    padding: 10px 15px 10px 8px;
    position: relative;
}
.card_item-hd span{
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.card_item-hd i{
    font-size: 12px;
}
.card_item .card_item-icon {
    float: left;
    margin-right: 10px;
}
.card_item-hd:after{
    content: "";
    display: block;
    clear: both;
    width: 0;
}
.card_item-detail{
    float:left;
    width:calc(100% - 58px);
}
.card_item a {
    color: #333;
    display: inline-block;
    text-decoration: none;
}
.card_item h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 5px;
    height: 22px;
    overflow: hidden;
}
.card_floatTxt{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    white-space: normal;
    background-color: #131313;
    color: #e3d1d1;
    padding: 10px;
    border: 1px solid #131313;
    border-radius: 8px;
    z-index: 100;
}
.card_tips{
    position: relative;
}
.card_tips:hover .card_floatTxt{
    display: inline;
}
.timestamp{
    margin: 0 auto;
    width:fit-content;
    padding-top: 1px;
}
.toolInfo{
    margin: auto 2% auto 2%;
}