body{background: none;}
.row {margin-right: 0px;margin-left: 0px;}
.head_l ul{margin-bottom:0!important;}
.mauto{margin-left: auto;margin-right: auto;}
.container,.bs-container {max-width: 750px;width:100%!important;padding-right: 0;padding-left: 0;}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.h3, h3 {font-size: 20px;}


.headline2{border-bottom: #DDDDDD 1px solid;padding-bottom: 15px;}
td{font-size: 16px;}
.zgtldh_item tbody tr td div{padding:0 0;}
.zgtldh_item tbody tr td div a{display:block;padding:5px 0 10px;}
.well img{max-width:100%;height:auto !important;}
.tuijian2{padding-top:10px;padding-bottom:10px; border:1px solid #e1e1e1;border-radius: 5px;}
.tuijian2 h2{font-size: 16px;}


.nav div{float:none!important;}
.footbutton {
    /*line-height: 86px;*/
    /*height: 86px;*/
    background: #a3a6bd;
    /*color: #32396C;*/
    text-align: center;
    /*    font-size: 34px;
      font-weight: bold;*/
    /* margin: 5px 0; */
    position: fixed;
    /*bottom: 0;*/
    z-index: 10;
    width: 100%;
    /*transform-origin: bottom left;*/
    cursor: pointer;
}
#moveNav{min-height: 200px}
#moveNav.nav {top: 0;bottom: auto;transform-origin: top left;background:#fff;height: 200px;display: none;padding: 0 0px;}

#moveNav.nav .navTab.active::before {content: '.';display: block;font-size: 0;line-height: 0;width: 36px;height: 8px;border-radius: 8px;background-color: #fff;bottom: 4px;left: 50%;transform: translate(-50%, 0);position: absolute;}

#moveNav.nav .navTab a {color: rgba(255, 255, 255, 0.6);}
#moveNav.nav .navTab.active a {color: #fff;}
#staticNav.navTabs {    background: #f8f8f8;}
/*#staticNav.navTabs .navTab.active::before {    background-color: #fff;}
#staticNav.navTabs .navTab a {    color: rgba(255, 255, 255, 0.6);}
#staticNav.navTabs .navTab.active a {    color: #fff;}*/

.navTabs {
    width: 100%;
    max-width: 760px;
    /* height: 75px; */
    height: 96px;
    /*padding: 0 20px;*/
    display: flex;
    justify-content: space-between;
    /*background: #f1f1f1;*/
    margin-bottom: 20px;
}
.navTab {
    display: inline-block;
    width: 25%;
    /*width: 165px;*/
    /* border-bottom: 3px solid #fff; */
    /* line-height: 65px; */
    line-height: 98px;
    text-align: center;
    font-size: 24px;
}
.navTab a {
    text-decoration: none;
    color: #222222;
    font-weight: normal;
}
.navTab.active {
    position: relative;
}
.navTab.active::before {
    content: '.';
    display: block;
    font-size: 0;
    line-height: 0;
    width: 36px;
    height: 8px;
    border-radius: 8px;
    background-color: #005dff;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}
.navTab.active a {
    color: #005dff;
    font-weight: bold;
}


/* 跑马灯 */
.marquee {
    /*width: 670px !important;*/
    height: 58px;
    margin: 15px 0;
    padding: 0 40px;
    /*background: #222222;*/
    border-radius: 10px;
    box-sizing: border-box;
    background: #f8f8f8 url(./marquee.png) 20px center no-repeat;
    _background-size: 670px 76px;
    font-size: 30px;
    position: relative;
}

.marquee .marquee-tab {
    position: absolute;
    color: #737373;
    left: 73px;
    top: 50%;
    transform: translate(0, -50%);
    width: 75%;
    /*width: 380px;*/
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    height: 26px;
}

.marquee .marquee-tab .text {
    transform: translateX(100%);
    animation: cssmarquee 10s linear infinite;
    /* word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    position: absolute;
    left: 0; top: 0;
    white-space: nowrap;
    line-height: 26px;
}

.marquee .ao-tap {display: none;
    width: 190px;
    height: 78px;
    background: url(./more-aop.png) center center no-repeat;
    background-size: 190px 36px;
    position: absolute;
    right: 20px;
    top: 0;
}


#news {
    position: relative;
    /* margin-top: 100px; */
    /*margin-top: 120px;*/
    background: #f8f8f8;
    box-sizing: border-box;
    padding-bottom: 60px;
}
.newsTitleWarp{
    margin-top:-116px;
    padding-top:116px;
    background:transparent;
}

#news .timeLine {
    position: absolute;
    height: calc(100% - 260px);
    width: 26px;
    /* top: 160px; */
    top: 60px;
    left: 0;
    border-right: 1px solid #dddddd;
}
#news .singleNew {
    font-size: 28px;
    line-height: 45px;
    padding: 40px 40px 0px 30px;
    margin-left: 28px;
    width: 95%;
    position: relative;
}
#news .singleNew .timeIcon {
    position: absolute;
    left: -13px;
    top: 46px;
    background:url('https://puui.qpic.cn/vupload/0/1580094612259_xhuwv0n93di.png/0');
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
#news .singleNew .times {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 28px;
}
#news .singleNew .pass {
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    position: relative;
    font-weight: 500;
    color:#737373;
}
#news .singleNew .times .newest {
    margin-left: 12px;
    width:60px;
    height: 24px;
    background:url('./0.png');
    background-size: 100% 100%;
}

#news .singleNew .desc {
    padding: 0px 15px 30px;
    line-height: 1.3;
    color: #737373;
    font-weight: normal;
    font-size: 18px;
}

.news-box {
    background: #fff;
    border-radius: 12px;
}
#news .singleNew .title {
    color: #222222;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
    padding: 15px 15px 15px 15px;
    line-height: 1.3;
}

#news .singleNew .source {
    color:#888;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 15px 15px 15px;
    font-weight: normal;
}
#news .titleWarp{
    background:#ffffff;
    padding-bottom: 8px;
}
.sectionTitle {
    font-weight: 500;
    font-size: 36px;
    height: 100px;
    line-height: 100px;
    background: url(./smart.png) 40px center no-repeat;
    padding: 0 70px;
    color: #005dff;
    position: relative;
}

.sectionTitle .more {
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 28px;
    color: #737373;
    font-weight: normal;
}

.cssmarquee {
    overflow: hidden;
    position: relative;
    width: 678px;
    top: 80px;
    background: #fff;
    margin: 0 30px;
    height: 45px;
}
.cssmarquee h1 {
    font-size: 30px;
    font-weight: bold;
    color: gray;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    transform: translateX(100%);
    animation: cssmarquee 20s linear infinite;
}
@keyframes cssmarquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.lingdao h2{font-size0:24px;color:#005dff;line-height: 2;}
.lingdao h3{color:#005dff; margin-top: 20px;margin-bottom: 10px;}
.lingdao h3 small{padding-left:20px;}
.lingdao p{line-height: 2;}



/*新版*/
body{background-color: #f4f4f4;}
.lb-head{overflow:hidden;margin-top:1em;background: #fff;}
.lb-head dl {box-shadow: none;margin-bottom: 0;}
.lb-head dl dd h4 {margin-top: 10px;color: #333;}
.lb-head dl dt img {display: block;margin: 0;width: 100%;height: auto;}
.lb-head dl dd {padding: 0 20px 20px;}
.lb-head dl dd .lb-info {font-size: 12px;margin-top: 0;color: #aeaeae;display: -webkit-flex;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;white-space: nowrap;}
.lb-head dl dd .lb-info span {display: inline-flex;display: -webkit-inline-flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;}
.lb-head dl dd .lb-info .iconfont {margin-right: 5px;font-size: 16px;color: #5689dd;}
.icon-shijian:before {content: '';display: inline-block;vertical-align: middle;width: 12px;height: 12px;background: url(../img/icon-time.png) no-repeat;background-size: contain;}
.lb-head dl dd .lb-info .hot, .lb-head dl dd .lb-info .like {display: -webkit-flex;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;font-style: normal;font-family: Arial;margin-left: 4vw;}
.hot:before {content: '' !important;display: inline-block;vertical-align: middle;width: 12px;height: 12px;background: url(../img/icon-view.png) no-repeat;background-size: contain;margin-right: 5px;}
.lb-head dl dd .lb-info .hot:after, .lb-head dl dd .lb-info .like:after {_content: attr(data-cache);_padding-left: 0;}

.lb-head dl dd h4 {color: #333;font-size: 18px;font-weight: 400;padding: 0;overflow: hidden;font-size: 28px;color:#337ab7;line-height: 1.2em;
}

.lb-head dl dd p.desc {font-size: 14px;text-align: left;margin-top: 10px;color: #aeaeae;overflow: hidden;}



.lb-tab {display: flex;align-items: center;background-color: #fff;border-top: 1px solid #eee;border-bottom: 1px solid #eee;line-height: 40px;}
.lb-tab ul {flex: 1;display: flex;align-items: center;}
.lb-tab ul li {flex: 1;position: relative;padding-bottom: 2px;color: #666;text-align: left;height: auto!important;}
.lb-tab ul li:first-child {padding-left: 15px;}
.lb-tab ul li:after {content: '';clear: both;display: block;position: absolute;left: 5px;bottom: 0;width: 48px;height: 3px;border-radius: 3px;}
.lb-tab ul li:first-child.active:after {left: 20px;}
.lb-tab ul li.active {font-weight: bold;color: #2a5a99;}
.lb-tab ul li.active:after {background-color: #2a5a99;}
.lb-tab img {display: block;margin-right: 15px;width: 18px;height: 18px;}
.lb-introduction {background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, .1);border-radius: 2px;margin: 20px 10px;padding: 10px;}
.lb-introduction img{max-width: 100%;height: auto!important;}
.lb-pt-head {_display: flex;align-items: center;padding: 15px;font-size: 12px;}
.lb-pt-head strong {_display: flex;flex: 1;font-weight: 400;color: #999;}
.lb-pt-sort a {display: inline-block;vertical-align: middle;margin-left: 15px;}
.lb-pt-sort a:after {content: '';display: inline-block;vertical-align: middle;width: 6px;height: 12px;background: url('../img/sort.png') no-repeat right center;background-size: contain;margin: -2px 0 0 5px;}
.lb-pt-sort a.sort1:after{background: url('../img/sort1.png') no-repeat right center;background-size: contain;}
.lb-pt-sort a.sort2:after{background: url('../img/sort2.png') no-repeat right center;background-size: contain;}

.lb-pt-item {text-align:left;background-color: #fff;border-radius: 2px;padding: 10px;box-shadow: 0 0 5px rgba(0, 0, 0, .1);margin: 0 8px 20px 8px;}
.lb-pt-item h5 {font-size: 15px;color: #333;font-weight: 400;line-height: 20px;margin-bottom: 0;}
.lb-pt-item h5 label {color: red;border: 1px solid red;border-radius: 2px;margin: 0 5px 0 5px;padding: 1px 3px;display: inline-block;vertical-align: text-top;font-size: 12px;line-height: 14px; }
.lb-pt-item h5 label.blue {color: #2a5a99;border: 1px solid #2a5a99;}
.lb-pt-item h5+h5{margin-top: 10px;}

.lp-pt-time {font-size: 12px;color: #999;margin-top: 10px;padding-bottom: 10px;}
.lp-pt-time:before {content: '';display: inline-block;vertical-align: middle;background: url('../img/icon-time2.png');background-size: contain;width: 14px;height: 14px;margin-right: 2px;}
.lp-pt-time a {float: right;color: #2a5a99;font-size: 14px;margin-top: -2px;}
.lb-pt-item p {font-size: 14px;color: #777;line-height: 20px;margin: 10px 0 0;}
.lb-pt-item img{max-width:100%;height: auto!important;}
.lb-pt-item .live-text{;border-top: 1px solid #eee;}
.lb-tab-body {display: none;}
.lb-tab-body.active {display: block;}