*{margin:0;padding:0;border:0;box-sizing:border-box;}
a,a:hover{text-decoration:none;color:#000;font-size:14px}
.clear,.clearfix{clear:both}
fieldset,a img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
em,i{font-style:normal}
.navi ul li{list-style:none}
.fl_left{float:left}
.fl_right{float:right;text-align:right}
.fl_right1{float:right}
.font_center{text-align:center}
.m_top{margin-top:15px}
body{font-family:"Microsoft Yahei","Arial";font-size:14px;color:#000;background:#fff;-webkit-transition-duration:.3s;transition-duration:.3s;}
#bodybg{position:fixed;z-index:9990;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 50%);display:none;}
.m-navion{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;-webkit-transform:translateX(-45%);transform:translateX(-45%);}
.pagewd{width:1200px;}
.header{margin:0 auto;width:100%;border-bottom:1px solid #eee;max-height:90px}
.header .head{margin:0 auto;height:90px}
.header .head .logo{float:left;margin-top: 13px;;padding:0;font-size:22px;font-weight:normal;position:relative;overflow:hidden}
.logo::before{content:"";position:absolute;width:350px;height:10px;background-color:rgba(255,255,255,.5);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:searchLights 1.5s ease-in 1.5s infinite;animation:searchLights 1.5s ease-in 1.5s infinite}
.header .head .logo img{}
.header .head .menu{margin-left:20px;float:left;}
.menu ul li{list-style: none;}
.header .head .menu ul{margin:0;padding:0;display:flex}
.header .head .menu ul li{line-height:90px;font-size:16px;padding:0 15px}
.header .head .menu ul li a{font-size:16px}
.header .head .menu ul li a:hover{color:#69f}
.head-right{float:right;margin-top:30px;display:flex}
.head-right .top-search{background:#eee;border-radius:16px;position:relative}
.head-right .top-search input{padding:10px;background:transparent;border:0;}
.head-right .top-search input:focus{outline:none;border:0;}
.head-right .top-search .searchbtn{position:absolute;top:10px;right:8px;z-index:1; cursor:pointer}
.head-right .top-login{border:1px solid #333;border-radius:26px;line-height:30px;padding:0 10px;margin-left:10px;height:30px;cursor:pointer;text-align:center;}
.navi{box-shadow: 1px 1px 0 rgb(0 0 0 / 10%);height:60px;line-height:58px}
.navi ul{margin:0 auto;}
.navi ul li{font-size:16px;float:left;margin-right:35px;position:relative;}
.navi ul li span.line{width:100%;height:2px;position:absolute;bottom:0;background:#f00;display:none;z-index:1}
.navi ul li a{font-size:16px;display:block;}
.navi ul li.active span.line,.navi ul li:hover span.line{display:block}
.navi ul li span.arrow{width:13px;height:13px;background:url(../images/arrow-up.png) no-repeat;position:absolute;top:24px;right:-12px;z-index:1;transform: rotateX(180deg);}
.navi ul li:hover span.arrow{top:22px;transform: rotateX(0deg);}
ul.subnavi{display:none;position:absolute;z-index:9000;background:#fff;padding:0 10px 10px}
ul.subnavi li{font-size:16px;margin:0;float:none;white-space:nowrap;line-height:normal;padding-top:15px;}
ul.subnavi li a{font-size:16px;}
.navi ul li:hover ul.subnavi{display:block}
ul.subnavi li a:hover{border:0;color:#69f}
.m-navico,.m-searchico,.m-userico,.m-close-navi,.m-search-wrap{display:none}
/*main*/
.main{margin:10px auto 0}
.main_left {
	width: calc(100% - 370px);
	height:auto;
	float:left;
}
.main_right {
	width:360px;
	float:right;
}
.f_l,.left {
	float:left;
}
.f_r,.right {
	float:right;
}
.color_999 {
	color:#999;
}
.xinziyuan_title {
    height: 40px;
    line-height: 20px;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    width: 100%;
    padding: 10px 10px 10px 15px;
    position:relative
}
.xinziyuan_title:after {
    content: " ";
    position: absolute;
    height: 15px;
    width: 5px;
    background:#0099ff;
    left:5px;
    top: 12px;
    border-radius: 5px;
}
.xinziyuan_title h3 {
	font-size:16px;
	font-weight:bold;
	color:#09f;
}
.xinziyuan_shadown {
	background:#FFF;
	border:1px solid #e2e2e2;
}
.news_info {
    padding: 10px 0 0 10px;
    height: auto;
}
.news_info1 {
    width:50%;
    float: left;
}
.newslist {
    float: left;
    padding: 10px 0;
    width:100%;
    height: auto;
}
.newslist li {
    float: left;
    height: 30px;
    width: calc(100% - 5px);
    overflow: hidden;
    line-height: 30px;
    padding-left: 15px;
    padding: 1px 1px 1px 16px;
}
.newslist li:hover {
    border: #d5d4d4 1px solid;
    background: #f1f1f1;
    padding: 0;
    padding-left: 15px;
}
.newslist li span.titl {
    display: block;
    width: calc(100% - 50px);
    overflow: hidden;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newslist li a {
    padding-left: 12px;
    position: relative;
}
.newslist li a i {
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 8px;
}
.newslist span.t {
    float: right;
    white-space: nowrap;
    color: #999;
    padding-right: 0;
    font-size: 12px;
}
.newslist li span.t{
    float: right;
    color: #888;
}
.newslist li span.g {
    float: right;
    font-size: 12px;
    color: #888;
    border: 1px solid #ccc;
    line-height: normal;
    padding: 2px;
    text-align: center;
    margin-top: 3px;
}
.newslist li span.top a{}
.newslist li.nowdate span.titl a{color:#f00}
.newslist li.nowdate span.titl i{background:#6070e5}
.newslist li.nowdate span.t{color:#f00}
.module_page {
    padding: 2px 0;
    height: 35px;
    margin: 5px 10px 10px 22px;
    position: relative;
    overflow:hidden
}
.module_page .prev,.module_page .location,.module_page .next {
	height:33px;
	line-height:30px;
	text-align:center;
	font-weight:700;
	float:left;
	cursor:pointer
}
.module_page .prev {
	width:50%;
 border: 1px solid #efefef;
}
.module_page .prev:hover {
	color:#999;
 background:#eee
}
.module_page .location {
	width: 84px;
    height: 21px;
    background: #fff;
    display: block;
    float: left;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-42deg);
    left: 50%;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}
.module_page .next {
	width:50%;
 border: 1px solid #efefef;
}
.module_page .next:hover {
	color:#999;
 background:#eee
}

.indexList{margin:0 auto;}

.xinziyuan_classic {
    width: calc(33% - 3px);
    overflow: hidden;
    margin-right: 10px;
    margin-top:10px;
}
.xinziyuan_classic:nth-child(3n){
  margin-right:0;
}
.classic_title {
    position: relative;
}
.classic_title li {
    float: left;
}
.classic_title li.actived {
    border-top: 2px solid #2787B6;
    color: #2787B6;
}
.classic_title a {
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    display: inline-block;
}
.classic_title li.actived a {
    color: #2787B6;
    font-weight: bold;
}
.xinziyuan_classic_con {
    padding: 10px 20px 0;
    float: left;
}
.g-gm-rank {
    padding: 0px 5px 0;
}
.content-wrap .content-item {
    display: none;
}
.content-wrap .current {
    display: block;
}
.g-gm-rank .g-rank-ul {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom:10px;
}
.g-gm-rank .g-rank-ul li {
    width: 100%;
    /*height: 40px;*/
    border-bottom: 1px dotted #ccc;
    display: block;
    overflow: hidden;
}
.g-gm-rank .g-rank-ul li:hover {
    color: #f60;
    background: #fffcfa;
}
.g-gm-rank .g-rank-ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-style: normal;
    text-align: center;
    background: #aaa;
    border-radius: 4px;
    float: left;
    margin: 11px 0 0 6px;
    display: inline;
    overflow: hidden;
}
.g-gm-rank .g-rank-ul li:nth-child(1) i,.g-gm-rank .g-rank-ul li:nth-child(2) i,.g-gm-rank .g-rank-ul li:nth-child(3) i{background:#f00}
.g-gm-rank .g-rank-ul li .g-rank-img {
    display: none;
}
.g-gm-rank .g-rank-ul li .g-rank-name {
    width: 300px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    float: left;
    margin: 0 0 0 12px;
    display: inline;
    overflow: hidden;
}
.g-gm-rank .g-rank-ul li strong {
    width: auto;
    height: 47px;
    line-height: 47px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    float: right;
    margin: 0 18px 0 0;
    display: inline;
    overflow: hidden;
}
.g-gm-rank .g-rank-ul .m-hover {
    height: 101px;
    background: #fffcfa;
}
.g-gm-rank .g-rank-ul .m-hover .g-rank-img {
    width: 95px;
    height: 90px;
    float: left;
    margin: 12px 12px 0 8px;
    display: inline;
    overflow: hidden;
}
.g-gm-rank .g-rank-ul .m-hover .g-rank-img img {
    width: 95px;
    height: 90px;
}
.g-gm-rank .g-rank-ul .m-hover .g-rank-name {
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #f60;
    margin: 18px 0 0 0;
}
.g-gm-rank .g-rank-ul .m-hover strong {
    width: 136px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #999;
    margin: 11px 0 0 0;
    float: left;
}
.face_listbox .g-pic-news {
    width: 790px;
    height: auto;
    background: #fff;
}
.face_listbox .g-pic-news dd {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.face_listbox .g-pic-news dd a {
    width: 240px;
    height: 200px;
    padding: 0 10px 20px 0;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    zoom: 1;
    box-sizing: initial;
}
.face_listbox .g-pic-news dd a img {
    width:100%;
    height: 200px;
    margin: auto;
    display: block;
    overflow: hidden;
}
.face_listbox .g-pic-news dd a strong {
    width:calc(100% - 10px);
    height: 45px;
    padding: 22px 0 0 0;
    background: url(../images/hei-icon.png) repeat-x 0 0;
    display: block;
    overflow: hidden;
    position: absolute;
    left:0;
    bottom: 15px;
    opacity: 0;
    box-sizing: inherit;
}
.face_listbox .g-pic-news dd a strong b {
    width:100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-indent: 0;
    padding: 0 10px;
    margin: 4px 0 0 0;
    display: block;
    overflow: hidden;
}
.classic_con_l1 a.left_img {
    width: 170px;
    height: 120px;
}
.classic_con_l1 a.left_img img {
    width: 100%;
    height: 100%;
}
.classic_con_l1 .right_con {
    width: 155px;
}
.classic_con_l1 .right_con a.right_con_title {
    font-size: 16px;
    width: 155px;
    height: 48px;
    display: block;
    overflow: hidden;
    line-height: 24px;
}
.classic_con_l1 .right_con p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
}
.hot_up {
    padding: 20px 20px 0;
}
.hot_up ul li {
    position: relative;
    padding-right: 50px;
    padding-bottom: 10.5px;
    list-style: none;
}
.new_up ul li a, .hot_up ul li a {
    width: 283px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_up ul li span, .hot_up ul li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}
.diyList .xinziyuan_classic:nth-child(1){
    width: calc(100% - 405px);
}
.diyList .xinziyuan_classic:nth-child(2){
  margin-right: 0;
    width:395px;
}
.diyList .xinziyuan_classic:nth-child(2) .classic_con_l1 a.left_img{margin-right:10px}
/*cate*/
.crumbs {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: #E6E6E6 2px solid;
}
.crumbs i {
    padding: 0 5px;
}
.wrap-left {
    width:calc(100% - 370px);
}
.cateWrap{}
.feeds {
    position: relative;
    overflow: hidden;
}
.feeds-list {
    padding-left: 10px;
}
.feeds-item {
    border-top: 1px solid #f0f0f0;
    position: relative;
    padding: 15px 0;
    *zoom: 1;
}
.feeds-item:first-child {
    border-top: 0;
}
.hasImg {
    padding-left: 165px;
    min-height: 100px;
    _height: 110px;
}
.feeds-item .feeds-item-pic {
    position: absolute;
    left: 0;
    top: 15px;
    width: 150px;
    height: 100px;
    margin: 0;
    border: 1px solid #eee;
}
.feeds-item .feeds-item-pic a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.feeds-item .feeds-item-pic img {
    width: 100%;
}
.feeds-item h3 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 8px;
    overflow: hidden;
}
.feeds-item .feeds-item-text {
    font-family: 'Tahoma','simsun'!important;
    font-size: 12px;
    color: #888;
    height: 44px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-right: 10px;
}
.hasImg .feeds-item-text {
    overflow: hidden;
}
.feeds-item .feeds-item-text a {
    margin-left: 8px;
    color: #2e8ed9;
}
.feeds-item .feeds-item-info {
    line-height: 18px;
    color: #999;
    overflow: hidden;
    font-size: 12px;
}
.feeds-item .feeds-item-info span {
    margin-right: 8px;
}
.feeds-item .feeds-item-info .tags {
    float: right;
}
.feeds-item .feeds-item-info i {
    width: 16px;
    font-size: 13px;
}
.feeds-item .feeds-item-info .author i, .feeds-item .feeds-item-info .tags i {
    color: #afafaf;
}
.feeds-item .feeds-item-info a {
    color: #999;
}
.feeds-item .feeds-item-info .tags a {
    margin-right: 10px;
}
.feeds-item .feeds-item-info span {
    margin-right: 8px;
}
.feeds-item .feeds-item-info span {
    margin-right: 8px;
}
#pagenavi{width:100% !important;margin:10px 0 10px;text-align:center; clear:both;padding: 15px 0 !important;}
#pagenavi span,#pagenavi a:hover{border:1px solid #00aff0;padding:5px 10px;font-size:14px;background:#00aff0;margin-right:10px;color:#fff;text-decoration:none}
#pagenavi a{border:1px solid #00aff0;background:#fff;font-size:14px;color:#666;padding:5px 10px;margin-right:10px;}
#pagenavi em{border:1px solid #00aff0;background:#fff;font-size:14px;color:#666;padding:5px 10px;margin-right:10px;font-style:normal}
/*article*/
.articleWrap{}
.articleWrap .article{}
.articleWrap .article h1{    position: relative;
    padding-top: 25px;
    color: #000;
    font-weight: normal;
    line-height: 34px;
    text-align:center}
.articleWrap .article h1 a{color:#000;    font-size: 22px;}
.articleWrap .article .info{text-align:center;color:#888;padding:10px 0 20px;border-bottom:1px solid #eee}
.articleWrap .article .info a{color:#888}
.articleWrap .article .info i{margin-right:5px}
.articleWrap .article .content{margin:20px 0}
.content h2{font-size: 18px;margin: 25px 0 20px;border-left: 4px solid #1b54bc;padding: 0 0 0 10px;line-height: 17px;}
.content p{line-height:30px;margin-bottom: 15px;margin-top: 15px;}
.content img,.content video,.content audio,.content iframe{max-width:100%}
.articleWrap .article .tagcontent{color:#494949;margin-top:20px;}
.articleWrap .article .tagcontent a{color:#494949;margin:0 10px 10px 0}
.articleWrap .article .banquan{position: relative;
    margin: 25px 0 15px;
    padding: 45px 45px 30px;
    border-color: #c0c6cc;
    background-color: #f8f8fa;
    font-family: Microsoft YaHei
}
.banquan:before{top:20px;left:20px;background:url(../images/blockquote.png) no-repeat 0 0}
.banquan:after,.banquan:before{position:absolute;display:block;width:1pc;height:14px;content:''}
.banquan:after{right:20px;bottom:20px;background:url(../images/blockquote.png) no-repeat -1pc 0}
.banquan p{display:block;line-height:30px;margin-bottom:15px}
.likelist{margin-top:10px}
.likelist h3{font-size:16px;color:#494949;border-bottom:1px solid #eee;padding-bottom:15px;}
.likelist ul{padding:10px 0}
.likelist ul li{color:#494949;font-size:12px;float:left;width:50%;line-height:30px; overflow:hidden; white-space:nowrap;}
.likelist ul li a{color:#494949;font-size:12px}
/*commnet*/
.ajax_comment{margin-top:10px;border-radius:4px;display:inline-block;width: 100%;}
.commt_box{margin:20px 0;}
.commt_box .comment-header{font-size:16px;color:#494949;padding-bottom:15px;font-weight:bold}
.commt_box .comment{padding:15px 0;float:left;width:100%;border-top: 1px solid rgba(0,0,0,0.13);}
.comment:hover img{-webkit-transform: rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all 0.5s ease-in;}
.comment:hover .comment-reply{display:initial;}
.comment .avatar{float:left;margin:0;;padding:2px;border-radius:50px;box-shadow:0 0 1px 0px rgba(0, 0, 0, 0.3);width:48px;height:48px;}
.comment .avatar:hover{box-shadow:0 0 1px 0px rgba(9, 123, 9, 0.8);}
.comment .avatar img{border-radius: 50px;-webkit-animation: btn-pudding 1s linear;-moz-animation: btn-pudding 1s linear;animation: btn-pudding 1s linear;transition: all .3s ease-out;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;}
.comment .comment-info{ position:relative;padding-left:70px;}
.comment-info .louceng{font-size:14px;color:#999;position:absolute;top:0;right:0;}
.comment-info .poster{font-size:12px;font-weight:bold;color:#666;padding-right:10px;}
.comment-info .poster a{color:#666;font-size:12px}
.comment-info .comment-time{padding-right:10px;color:#999;}
.comment-info .comment-reply{color:#999;display:none;}
.comment-info .comment-reply a{color:#999;font-size:12px}
.comment-info .comment-content{padding-top:10px;line-height:25px;font-family:"宋体"; overflow:hidden;font-size:12px}
.comment-info .comment-content pre{margin:5px 0 !important;font: 400 12px/20px '宋体' !important;border-left:4px solid #A59A9A !important;padding:10px;background:#eee;}
.comment .comment-children{margin:20px 0 0 35px;padding-top:15px;clear:both;border-top: 1px solid rgba(0,0,0,0.13);}
.comment-children .avatar{width:36px;height:36px;}
.comment-children .comment-info{padding-left:60px !important;}
#comment-place{clear:both;}
.comment-post{ position:relative;}
.comment-post .place-header{display:none;background:url(../images/plbg.png) no-repeat 0 -102px;height:45px;border-bottom:1px solid #8aa653;}
#commentform{margin:10px 0;}
.comment-post .textarea{border:1px solid #ccc;padding-right:20px;border-top-left-radius:4px;border-top-right-radius:4px;background: #fff url(../images/bg_sprites.png) 0 -91px repeat-x;}
.textarea textarea{width:100%;height:54px;outline:none;padding:10px;resize:none;background:transparent;color:#999;}
.textarea textarea:focus{color:#333;}
.comment-post .comm_toolbar{position:relative;width:100%;height:30px;box-shadow:0 1px 0 rgba(255,255,255,0.6);}
.comm_toolbar .comm_tool{position:relative;height:30px;background: url(../images/bg_sprites.png) 0 -60px repeat-x;border:1px solid #ccc;border-top:0;}
.comm_toolbar .comm_tool .tool_bq{cursor:pointer;float:left;height:30px;line-height:30px;border-right:1px solid #ccc;text-align:center;font-size: 18px;padding:0 20px;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);text-shadow:0 1px 0 #fff;color:#555;}
.comm_toolbar .comm_tool .tool_bq:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);color:#8aa653;}
.comm_toolbar .comm_tool .tool_img{cursor:pointer;float:left;height:30px;line-height:30px;border-right:1px solid #ccc;text-align:center;font-size: 18px;padding:0 20px;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);text-shadow:0 1px 0 #fff;color:#555;}
.comm_toolbar .comm_tool .tool_img:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);color:#8aa653;}
.comm_toolbar .comm_tool .tool_qiand{cursor:pointer;float:left;height:30px;line-height:30px;border-right:1px solid #ccc;text-align:center;font-size: 18px;padding:0 20px;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);text-shadow:0 1px 0 #fff;color:#555;}
.comm_toolbar .comm_tool .tool_qiand:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);color:#8aa653;}
.comm_toolbar .comm_tool .tool_link{cursor:pointer;float:left;height:30px;line-height:30px;border-right:1px solid #ccc;text-align:center;font-size: 18px;padding:0 20px;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);text-shadow:0 1px 0 #fff;color:#555;}
.comm_toolbar .comm_tool .tool_link:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);color:#8aa653;}
.comm_toolbar .comm_tool .tool_code{cursor:pointer;float:left;height:30px;line-height:30px;border-right:1px solid #ccc;text-align:center;font-size: 18px;padding:0 20px;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);text-shadow:0 1px 0 #fff;color:#555;}
.comm_toolbar .comm_tool .tool_code:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);color:#8aa653;}
.comm_toolbar .comm_tool .comm_tijiao{cursor:pointer;position:absolute;right:0;top:0;height:30px;width:100px;text-align:center;
text-shadow:0 1px 0 #fff;color:#555;line-height:30px;font-size:14px;font-weight:bold;border-left:1px solid #ccc;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);}
.comm_toolbar .comm_tool .comm_tijiao:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);}
.comm_toolbar .comm_tool .comm_tijiao input[type="submit"]{cursor:pointer;text-shadow:0 1px 0 #fff;color:#555;font-size:14px;font-weight:bold;background:none; outline:none;}
.comm_toolbar .comm_tool .cancel-reply{cursor:pointer;position:absolute;right:101px;top:0;height:30px;width:100px;text-align:center;
text-shadow:0 1px 0 #fff;color:#555;line-height:30px;font-size:14px;font-weight:bold;border-left:1px solid #ccc;background-color: #e6e6e6;background-image:linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(25%, #fcfcfc), to(#e6e6e6));background-image:-webkit-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #fcfcfc, #fcfcfc 25%, #e6e6e6);background-image:-ms-linear-gradient(#fcfcfc, #fcfcfc 25%, #e6e6e6);}
.comm_toolbar .comm_tool .cancel-reply:hover{background-image:linear-gradient(#E8E7E7, #E7E5E5 25%, #FDFDFD);}
.comm_toolbar .comm_tool .cancel-reply a{color:#555;}
.comm_toolbar .comm_tool .cancel-reply a:hover{ text-decoration:none;}
.comment-post .comm_infobox{z-index:9999;display:none;position:absolute;width:320px;background:#fff;top:0;left:0;right:0;margin:0 auto;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px #fff,0 2px 6px rgba(0,0,0,0.4);padding:10px;}
.comm_infobox input[type="submit"]{color:#fff;height:auto;box-shadow: 0 0 4px 1px rgba(0,150,0,0.3);border-radius: 4px;background:#5cb85c;color:#fff;padding:10px;font-size:14px;font-weight:100;float:left;margin:10px 20px 0 0;font-family: microsoft yahei; cursor:pointer;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size: 40px 40px;}
.comm_infobox .comm_rest{color:#fff;height:auto;box-shadow: 0 0 4px 1px rgba(0,150,0,0.3);border-radius: 4px;background:#00aff0;color:#fff;padding:10px;font-size:14px;font-weight:100;float:left;margin:10px 20px 0 0;font-family: microsoft yahei; cursor:pointer;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size: 40px 40px;}
.comm_infobox .comm_close{box-shadow: 0 0 4px 1px rgba(0,150,0,0.3);border-radius: 4px;background:#f85d00;color:#fff;padding:10px;font-size:14px;font-weight:100;float:left;margin:10px 0 0; cursor:pointer;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size: 40px 40px;}
.comm_infobox input[type="submit"]:hover,.comm_infobox .comm_close:hover,.comm_infobox .comm_rest{background:#00aff0;cursor:pointer;background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:30px 30px;}
.comm_infobox input[type="text"]{width:234px;}
.comm_infobox p{float:left;width:300px;padding-bottom:10px;}
.comm_infobox label{float:left;font-size:18px;}
.comm_infobox input{float:left;border:1px solid #ccc;height:25px;padding:0 5px; outline:none;color:#999;}
.comm_infobox input:focus{border:1px solid #00aff0;color:#333}
.comm_infobox img{margin-left:10px;background:#F0E7E7;padding:2px;}
.comm_infobox input[name="imgcode"]{width:110px;height:36px;}
.smile{padding:12px;}
.smile img{width:28px;height:28px;padding:2px;border:1px solid #f6f6f6;}
.smile img:hover{border:1px solid #00ccff;}
.smile .arrow{background:url(../images/bg_msg2.gif) -13px -9px no-repeat; width:6px; height:11px; overflow:hidden;position:absolute; left:-6px; top:85px}
.smilebg{width:217px;position:absolute;z-index:999;height:185px;display:none;background:#fff;border:solid #ddd 1px;border-radius:2px;box-shadow:0 0 10px #f1f1f1;margin:-76px 0 0 45px;line-height:20px;}
#ajax_ok{color:red;font-weight:bold;}
.verifycode img{width: 110px;}
.comment-info i{margin-right:5px}
/*vip*/
.vp,.vip,.vip1,.vip2,.vip3,.vip4,.vip5,.vip6,.vip7{background: url(../images/vip.png) no-repeat;display: inline-block;overflow: hidden;border: none;}.vp{background-position:-494px -3px;width: 16px;height: 16px;margin-bottom: -3px;}.vp:hover{background-position:-491px -19px;width: 19px;height: 18px;margin-top: -3px;margin-left: -3px;margin-bottom:-3px;}.vip{background-position:-494px -3px;width: 16px;height: 16px;margin-bottom: -3px;}.vip:hover{background-position:-515px -22px;width: 16px;height: 16px;margin-bottom: -3px;}
.vip1{background-position:-1px -2px;width: 46px;height: 14px;margin-bottom: -1px;}.vip1:hover{background-position:-1px -22px;width: 46px;height: 14px;margin-bottom: -1px;}.vip2{background-position:-63px -2px;width: 46px;height: 14px;margin-bottom: -1px;}
.vip2:hover{background-position:-63px -22px;width: 46px;height: 14px;margin-bottom: -1px;}.vip3{background-position:-144px -2px;width: 46px;height: 14px;margin-bottom: -1px;}.vip3:hover{background-position:-144px -22px;width: 46px;height: 14px;margin-bottom: -1px;}.vip4{background-position:-227px -2px;width: 46px;height: 14px;margin-bottom: -1px;}.vip4:hover{background-position:-227px -22px;width: 46px;height: 14px;margin-bottom: -1px;}.vip5{background-position:-331px -2px;width: 46px;height: 14px;margin-bottom: -1px;}.vip5:hover{background-position:-331px -22px;width: 46px;height: 14px;margin-bottom: -1px;}.vip6{background-position:-441px -2px;width: 46px;height: 14px;margin-bottom: -1px;}.vip6:hover{background-position:-441px -22px;width: 46px;height: 14px;margin-bottom: -1px;}.vip7{background-position:-611px -2px;width: 46px;height: 14px;margin-bottom: -1px;}.vip7:hover{background-position:-611px -22px;width: 46px;height: 14px;margin-bottom: -1px;}
/*footer*/
.footer {
    background: #313131;
    margin-top: 15px;
    padding-top: 45px;
    font-size: 12px;
    overflow: hidden;
}
.footer .footer-top {
    height: 75px;
}
.foot{margin:0 auto}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.footer .flogo img{height:55px;border-radius:6px}
.footer .about {
    line-height: 40px;
    background: #313131;
    color: #aaa;
}
.footer .about a {
    padding-left: 9px;
    padding-right: 10px;
    color: #aaa;
    position: relative;
}
.flink {
    padding-bottom: 20px;
    line-height: 23px;
    font-size: 12px;
    overflow: hidden;
}
.flink span, .flink a {
    float: left;
    color: #53c7df;
    margin-right: 10px;
    display: inline-block;
}
.flink a {
    float: left;
    color: #636363;
}
.footer .copyright {
    background: #2d2d2d;
    border-top: 1px solid #3c3c3c;
    height: 46px;
    line-height: 46px;
    color: #6f6f6f;
    overflow: hidden;
}
.footer .copyright a {
    color: #6f6f6f;
}
.fhdb{display:none;position:fixed;bottom:10px;right:10px;width:50px;height:50px;background:url(../images/top.png) no-repeat center;background-size:100% 100%;color:#fff;z-index:9999;padding:10px;border-radius:6px;font-size:12px;cursor:pointer;}


/*sidebar*/
.sideWrap{margin-top:20px}
.sidebar{margin-bottom:10px;width: 100%;overflow:hidden;}
.sidebar img{max-width:100%}
.sidebar-tool fieldset {
    display: -webkit-box;
    height: 34px;
    border-top: 1px solid #a9a9a9;
    margin:20px auto 10px;
    float: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.sidebar-tool legend {
    width: 100pt;
    font-size: 14px;
    line-height: 34px;
    color: #9a9a9a;
    text-align: center;
    border: 0;
}
.sidebar-tool .tequan {
    margin: 0 auto;
    float: none;
    padding: 0;
    overflow: hidden;
    width: 290px;
}

.sidebar-tool .tequan li {
    margin-bottom: 24px;
    overflow: hidden;
}
.sidebar-tool .tequan div {
    float: left;
}
.sidebar-tool .tequan div i {
    background: url(../images/privilege_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 7px;
}
.sidebar-tool .tequan div span {
    cursor: default;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    color: #9a9a9a;
}
.sidebar-tool .tequan .liright {
    float: right;
    text-align: right;
}
.sidebar h3 {
    font-weight: normal;
    background: #f6f6f6;
    border-top: 2px solid #c3c3c3;
    padding: 10px;
    color: #6a6a6a;
    font-size: 14px;
}
.sidebar h3 i{margin-right:5px}
.sidebar ul{padding:10px;width:100%;}
#bloggerinfoimg{text-align:center}
#bloggerinfoimg img{border-radius:60%}
#bloggerinfo .name{text-align:center;color:#333;padding:5px}
#bloggerinfo .jieshao{text-indent:2em;line-height:25px;color:#767676}
#blogtags{padding:10px 10px 0}
#blogsort{display:inline-block}
#blogsort li{width:50%;float:left;margin-bottom:5px;}
#blogsort li a{color:#333}
#record{padding:10px 10px 0;display:inline-block}
#record li{width:50%;float:left;margin-bottom:5px}
/*logsearch*/
#logsearch{padding:10px;display:inline-block;width:100%}
#logsearch input[type="text"]{background:#fff url(../images/search.png) no-repeat 5px 5px;padding:5px 0 5px 20px;float:left;width:calc(100% - 65px);border:1px solid #ccc;}
#logsearch input[type="submit"]{background:#8aa653;padding:5px;float:left;color:#fff;cursor:pointer;}
#logsearch input[type="submit"]:hover{background:#6a8464;}
#logsearch input:focus{outline:none}
/*newcomment*/
#newcomment{width:100%;padding: 10px 10px 0;}
#newcomment li{background:none;padding:0;height:60px}
#newcomment li .commimg{width:40px;height:40px;padding:2px;background:#fff;float:left;}
#newcomment li .commimg img{width:40px;height:40px;}
#newcomment li .info{float:left;margin-left:10px;width:calc(100% - 55px);overflow:hidden;}
#newcomment li .info .name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#newcomment li .info p{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
#newlog,#hotlog{display:inline-block;padding:10px 10px 0}
#newlog li,#hotlog li{
    border-bottom: 1px dotted #ccc;
    line-height: 40px;
    counter-increment: nums;
    position: relative;
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#newlog li:before,#hotlog li:before{content:counter(nums);width:22px;height:22px;position:absolute;background:#dddddd;color:#fff;top:10px;box-sizing:border-box;text-align:center;line-height:22px;font-size:14px;border-radius:4px;left:0}
#newlog li:nth-child(1)::before,#hotlog li:nth-child(1)::before{background:#f00}
#newlog li:nth-child(2)::before,#hotlog li:nth-child(2)::before{background:#00aff0}
#newlog li:nth-child(3)::before,#hotlog li:nth-child(3)::before{background:#9c3}


.indexhd{margin:10px auto 0;position: relative;}
.pagination1 .swiper-pagination-switch{border-radius:0!important;width:20px!important;height:5px!important}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-slide{float:left}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.swiper-container,.swiper-slide{width:100%;height:100%}.home-device{width:100%;height:330px;margin:0 auto;position:relative}.home-device .arrow-left{position:absolute;left:10px;top:50%;margin-top:-15px;width:17px;height:30px}.home-device .arrow-right{position:absolute;right:10px;top:50%;margin-top:-15px;width:17px;height:30px}.swiper-main{width:100%;height:100%;position:relative}.sm-shadow{position:absolute;bottom:-15px;width:606px;height:38px;left:17px}.sm-free{width:105px;height:61px;position:absolute;right:-2px;top:-2px;z-index:2}.swiper1,.swiper1 .swiper-slide{width:100%;height:100%}.pagination1{text-align:center;margin:0 auto 5px;position:absolute;bottom:0;left:0;z-index:2;right:0}.content-slide{background:#fff;padding:20px;border-radius:5px}.cs-1,.cs-2{float:left;width:270px;margin-top:10px;margin-bottom:10px}.cs-1{margin-right:20px;background:#333;color:#fff}.cs-2{background:#ad2e4c;color:#fff}.pagination1 .swiper-pagination-switch{display:inline-block;width:8px;height:8px;border-radius:10px;background:#5e5e5e;box-shadow:0 1px 2px #555 inset;margin:0 3px;cursor:pointer}.pagination1 .swiper-active-switch{background:#fff}.sw-title{padding:5px 20px;font-size:41px;margin:50px 0 20px;font-family:Lato,sans-serif;line-height:50px;color:#222;font-weight:300;border-bottom:1px solid #555}.sw-content{background:#fff;border-radius:5px}.demo-title{margin-bottom:5px;text-align:center;font-size:31px;font-weight:300;line-height:35px;margin:50px 0 20px}.swiper-slide img{height:100%;width:100%}
@-webkit-keyframes searchLights{0%{left:-90px;top:0;}to{left:90px;top:0;}}
@media screen and (max-width:998px){
  .pagewd{width: calc(100% - 20px);}
  .home-device{height:150px}
  .header{max-height:100%;position:relative}
  .header .head{width:100%;height:auto;}
  .header .head .logo{float:none;width:100%;padding:10px 0 0 10px;border-bottom:1px solid #eee;position:relative}
  .header .head .logo img{height:40px}
  .header .head .menu{margin:0;width:calc(100% - 55px);float:none;clear:both;overflow-x:auto;}
  .header .head .menu ul li{line-height:45px;white-space: nowrap;}
  /**.header .head .menu::-webkit-scrollbar{width:5px;height:5px}**/
  .header .head .menu::-webkit-scrollbar-track{background-color:#bee1eb}
  .header .head .menu::-webkit-scrollbar-thumb{background-color:#989999}
  .header .head .menu::-webkit-scrollbar-thumb:hover{background-color:#989999}
  .header .head .menu::-webkit-scrollbar-thumb:active{background-color:#989999}
  .head-right{margin:0;display:none}
  .head-right .top-search,.navi{display:none}
  .m-navico{display:block;width:30px;height:30px;background:url(../images/menu.png) no-repeat center;position:absolute;top:65px;right:10px;border:1px solid #eee;}
  .m-searchico{display:block;width:24px;height:24px;background:url(../images/search2.png) no-repeat center;position:absolute;top:15px;right:13px;}
  .m-userico{display:block;width:24px;height:24px;background:url(../images/user.png) no-repeat center;position:absolute;top:15px;right:10px;}
 .navi{position:fixed;top:0;right:-45%;z-index:9991;box-shadow:none;height:auto;line-height:normal;width:45%;padding:0 10px;overflow-y:auto;height:100%;}
 .navi ul{margin:10px auto;width:auto}
 .navi ul li{float:none;margin:0 0 15px 0;white-space:nowrap}
 .navi ul li a{font-size:14px}
 .navi ul li span.line{display:none !important}
 ul.subnavi{position:relative;background:transparent;margin:0;padding:0;}
 ul.subnavi li{padding:15px 0 0;margin: 0;}
 .navi ul li span.arrow {top:5px;right:0;}
 .navi ul li:hover span.arrow{top:0}
 .navi ul li:hover ul.subnavi{display:none}
 .navi ul li:hover span.arrow{top:5px;transform: rotateX(180deg);}
 .m-close-navi{display:block;width:26px;height:26px;background:rgb(0 0 0 / 60%) url(../images/close.png) no-repeat center;top:10px;right:10px;position:fixed;z-index:10;background-size:100% 100%;border-radius:4px}
 .m-search-wrap{background:#fff;position:fixed;top:10%;left:0;right:0;margin:auto;z-index:9992;width:calc(100% - 20px);height:100px;border-radius:6px;padding:10px;max-width:500px;}
 .m-search-wrap .m-search-name{position:relative;font-size:16px;border-bottom:1px solid #eee;padding-bottom:10px;}
 .m-search-wrap .m-search-name .m-search-close{width:24px;height:24px;background:url(../images/mclose.png) no-repeat center;position:absolute;top:0;right:0;z-index:10}
 .m-search-input{margin-top:10px; position:relative}
 .m-search-input input{outline:none;padding:10px;border:1px solid #afafaf;width:100%;border-radius:4px;}
 .m-search-input input:focus{border:1px solid #afafaf;}
 .m-search-input .m-search-ico{position:absolute;top:10px;right:5px;z-index:10;}
 .wrap-left{width:100%;float:none}
 .sideWrap{width:100%;float:none}
 .main_left{width:100%;float:none}
 .news_info1{width:100%}
 .newslist{padding:0;}
 .newslist li{padding:1px}
 .main_right{width:100%;float:none}
 .indexNews .main_left{margin-bottom:10px}
 .xinziyuan_classic{width:100%;float:none;margin-right:0;}
 .diyList .xinziyuan_classic{width:100% !important}
 .face_listbox .g-pic-news{width:100%}
 .face_listbox .g-pic-news dd a{width:calc(50% - 5px)}
 .face_listbox .g-pic-news dd a:nth-child(2n){margin-right:0;padding-right:0;}
 .face_listbox .g-pic-news dd a{height:150px}
 .face_listbox .g-pic-news dd a img{height:100%}
 .footer .footer-top{height:50px}
 .footer-top .pull-left{display:none}
 .footer-top .pull-right{float:none;text-align:center}
 .footer{padding-top:10px}
 .footer .copyright .pull-right{display:none}
}
.pagewd tr{width: 16.6666%;float: left;}
.pagewd td {width: 100%;float: left;text-align: center;line-height: 22px;height: 22px;overflow: hidden;font-size: 13px;}

@media screen and (max-width:998px){
    .pagewd tr {
        width: 50%;
        float: left;
    }
}
.indexnews-ad {
    margin: 10px auto;
    padding: 15px 20px;
    width: 75pc;
    overflow: hidden;
}
.indexnewss-ad li {
    width: 28%;
    margin-right: 5%;
    float: left;
    box-sizing: content-box;
    list-style-type: none;
}
.indexnewss-ad li img {
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 15px;
    border-radius: 10px;
}
.indexnewss-ad li div {
    float: left;
    width: calc(100% - 52px - 25px - 75pt - 25px);
}

.indexnewss-ad li div span {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    color: #a9a9a9;
}
.indexnewss-ad li .go {
    float: right;
    width: 75pt;
    border-radius: 20px;
    height: 35px;
    line-height: 33px;
    margin-top: 8.5px;
    text-align: center;
    margin-left: 10px;
    color: #ababab;
    border: 1px solid #ededed;
    transition: .2s all;
}
.indexnewss-ad li .go:hover {
    border: 1px solid #1b54bc;
    color: #1b54bc;
}
.main_right .noad {
    border: 1px solid #1b54bc;
    color: #1b54bc;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    float: none;
    font-size: 1pc;
    transition: all .5s ease-in;
    border-radius: 5px;
}
.main_right .noad:hover {
    background: #1b54bc;
    color: #fff;
}

@media screen and (max-width:998px){
    .indexnews-ad {
       display: none;
    }
}