@charset "utf-8";
/*css reset*/
.hide-intro{display:none;}
.nav-list{
	display: none;
}
.search-filter{
    position: fixed;
    left: -500px;
}
.filter {
    position: fixed;
    left: -100%;
    top: 40px;
    z-index: 1001;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,1);
    padding: 0;
    margin: 0;
    overflow: auto;
    transition: all .5s ease-out;
}
.filter-wrapper{
	min-height: 100%;
	width: 100%;
	padding-bottom:10%;
}
.filter ul{
	width: 100%;
}
.filter ul li{
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0;
	padding-left: 10%;
	color: black;
	border-bottom: 1px solid #eee;
}
.filter ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.news_mobile_title{
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
    .hot .hotbox .hotimg{
        width: 120px !important;
        height: 80px !important; 
    }
    /*.hot .hotbox span{
        margin-top: 5% !important;
    }
    .hot .hotbox span+span+span{
        margin-left: 0 !important;
    }*/
}
/*@media only screen and (min-width: 374px) and (max-width: 413px) {
    .hot .hotbox span+span+span{
        margin-left: 50px !important;
    }
}*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.pc_head{
		display: none;
	}

	.modal-open{ /*2.3 修改内容 建议直接替换 @media only screen and (min-width: 320px)
     and (max-width: 1024px) {*/
        position: fixed;
        width: 100%;
    }
    .mobile_head{
        display: flex !important;
    }
    .mobile_head p:nth-child(2){
    	display: none;
    }
    
    .mobile_head{
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 40px;
        background: #f8f7f7;
    	border-bottom: 1px solid #f8f7f7;
    }
    .mobile_head p{
        margin-top: 10px;
        display: inline-block;
        text-align: center;
        padding: 0 !important;

    }
    .nav-list{ /* 1.30 修改内容 */
        position: absolute;
        left: 0px;
        width: 60px;
        flex: 0 0 60px;
    }
    .nav-list img{ /* 1.30 修改内容 */
        display: inline-block;
        /*position: absolute;*/
    }
    .mobile_head p:nth-child(3) {
        margin-top: 5px;
    }
    .nav-logo { 
        width: 90px;
        height: 28px;
        margin: 0 auto;
    }
    .nav-logo img{ /*1.28 修改内容 */
        width: 90px;
        height: 28px;

    }
    .nav-search{ /* 1.30 修改内容 */
        position: absolute;
        right: 0;
        width: 60px;
        flex: 0 0 60px;
    }
    .nav-search img{
        width: 20px;
        height: 20px;
    }
    .search-filter{ /* 2.10 修改内容 */
        left: 0 !important;
    }
    .search-filter{ /* 2.3 修改内容 */
        position: fixed;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 30px;
        transition: all .5s ease-out;
        z-index: 10000;
        display: flex;
    }
    .zz-filter{/* 2.3 修改内容 */
        position: fixed;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,0.2);
        z-index: 1000;
        left: 0;
        top: 0;
        transition: all .5s ease-out;
        display: none;
    }
    .search-text{/* 1.31 修改内容 */
        flex: 1;
        border:0;
        height: 30px;
        padding-left: 2%;
    }
    .search-button{/* 1.31 修改内容 */
        margin-left: 2%;
        width: 50px;
        flex: 0 0 50px;
        height:30px;
        background:#d42223;
        text-align: center;
        border:0;
        color: #fff;
    }

    



    .foot{
        border-top: 1px solid #ddd;
        width: 100% !important;
    }
    .foot-wrapper{ /*2.25 修改内容 */
        width: 90% !important;
        flex-wrap: wrap;
        font-family: 黑体;
        padding: 5% !important;
        display: block !important;
        height: auto !important;
    }
    .foot-wrapper ul{/*2.25 修改内容 */
        width: 100% !important;
        margin:8% auto 0 auto;
        
    }
    .foot-wrapper ul li{/*2.25 修改内容 */
        font-size:0.8rem !important;
        text-align: center;
        color: #999;
    }
    .foot-wrapper ul li:first-child{/*2.25 修改内容 */
        margin: 0 auto;
        width: 80%;
    }
    .foot-wrapper ul li img{
        width: 80%;
    }
    .foot-wrapper ul{
        display: none;
    }
    .foot-wrapper ul:last-child,.foot-wrapper ol{
        display: block !important;
    }
    .foot-wrapper ol{
        width: 100% !important;
        padding: 0 !important;
    }
    .foot-wrapper ol li{
        box-sizing: border-box;
        width: 25% !important;
        float: left;
        text-align: center;
        border-right: 2px solid #ddd;
        color: #000;
        font-size: 12px !important;
        font-weight: bold;

    }
    .foot-wrapper ol li:last-child{
        border:none;
    }


    /* m_gafei 资讯 css*/
    .search_wrapper {
        margin-top: 40px;
        width: 100%;
    }
    .search_wrapper .search_part1{
        width: 30%;
        flex:0 0 30%;
    }
    .search_wrapper .search_part2 input{
        padding-left: 5px;
    }
    .search_wrapper .search_part3{
        width: 15%;
        flex:0 0 15%;
    }
    .search_wrapper .hot_search span{
        display: inline-block;
        margin-left: 4px;
        border:1px solid #eee;
        padding: 3px 5px;
        border-radius: 10px;
    }



    .mobile-hot{
        display: block
    }
    .pc_hot_title{
        display: none;
    }
    .news_mobile_title{
        display: block;
    }
    .hot .hotbox{
        margin-right: 0;
        padding: 3% 0;
        height: auto;
        position: relative;
        display: flow-root;
    }
    .hot .hotbox .hotimg{
        width: 150px;
        height: 100px;
        margin-right: 3%;
    }
    .hot .hotbox .hotimg .hotimgzz{
        width: 100%;
        height: 100%;
    }
    .hot .hotbox .hotimg img{
        width: 100%;
        height: 100%;
    }
    .hot .hotbox p{
        display: none;
    }
    .hot .hotbox h3{
        height: auto;
        line-height: 22px;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .hot .hotbox span{
        position: absolute;
        margin-right: 0;
        margin-top:0;
        bottom: 10%;
    }
    .hot .hotbox span:nth-child(odd){
        display: none !important;
    }
    .hot .hotbox span+span+span{
        float: none;
        right: 0;
    }
    .gf_news_ad img{
        width: 100%;
        height: 100%;
    }

    /* 分页 */
    .gf_content_page  ul li:nth-child(8),.gf_content_page  ul li:nth-child(9),.gf_content_page  ul li:nth-child(10){
        display: none;
    }
    .gf_content_page ul li{
        margin-bottom: 5px;
    }
}
@media only screen and (max-width:1000px){
	.center{width:95%;}
	#nav{display:none;}
	#footer .friend .content{width:95%;}
	img{height:auto;}
	.setLeft{width:600px;}
}
@media only screen and (max-width:926px) and (min-width:600px){
	.center{width:95%;}
	#nav{display:none;}
	#wrap-left{width:100%;float:none;}
	#wrap-right{display:none;}
	.hot-news{display:none;}
	#footer .friend{display:none;}
	#footer .ad-bottom{display:none;}
	#footer{border-top:1px solid #D5D5D5;}
	#footer .friend .content{width:95%;}
	#page a{margin:0px 1px;}
	/*style for article*/
	.login-check p input{width:170px;}
	
	.setting h1{padding-left:0px;}
	.setLeft{width:100%;margin-left:0px;}
	.setRight{display:none;}
}
@media only screen and (max-width:600px) and (min-width:480px){
	.center{width:95%;}
	#nav{display:none;}
	#wrap-left{width:100%;float:none;}
	#wrap-right{display:none;}
	.share {display:none;}
	#page a{display:none;}
	#page .prev,#page .next{display:inline-block;margin:0px;}
	#page .prev{float:left;}
	#page .next{float:right;}
	#footer .item{width:25%;}
	#footer .zanzhu{display:none;}
	#footer .ad-bottom{display:none;}
	#footer .friend{display:none;}
	#footer{border-top:1px solid #D5D5D5;}
	/*style for article*/
	.comment-act{display:none;}
	#comment-list{padding-top:0px;}
	#page.comment-page a{display:inline-block;}
	#page.comment-page .prev,#page.comment-page .next{margin:0px 3px;}
	
	.setting h1{padding-left:0px;}
	.setLeft{width:100%;margin-left:0px;}
	.setRight{display:none;}
}

@media only screen and (max-width:480px){
	.center{width:95%;}
	#logo{width:100%;}
	#logo img{width:120px;}
	#nav{display:none;}
	.hot-news{display:none;}
	#header-right{display:none;}
	#wrap{margin-top:0px;overflow:hidden;}
	#wrap-left{width:100%;float:none;margin-bottom:-1px;}
	#wrap-right{display:none;}
	
	img{height:auto;}
	.ad-top,.person-company,.apply,.author,.share,.more,.comment{display:none;}
	.point-view h2,.view-other .view-back,.view-other li .share{display:none;}
	.point-view .view-front{width:100%;border-bottom:1px solid #c8c8c8;}
	.view-other{float:none;width:100%;margin:0px;}
	.view-other li{border-bottom:1px solid #c8c8c8;padding:10px 0px;margin:0px;height:auto;}
	.hide-intro{display:block;line-height:24px;font-family:Arial, Helvetica, sans-serif;color:#333;}
	.view-other li a{font-size:20px;color:#3A6FE1;line-height:25px;}
	.view-other li a:hover{color:#1052df;}
	
	.post-img{display:none;}
	.post-list{border:none;}
	.post-list .post{margin-bottom:0px;}
	.meta{display:none;}
	.post-list .comment{display:none;}
	#footer{overflow:hidden;}
	#footer .center{height:auto;padding:0px;}
	#footer .item{display:none;}
	#footer .last-item{display:inline-block;width:100%;font-size:0.8em;}
	#footer .copyright{line-height:2;}
	.post-list{padding-top:0px;}

	.post-list .title{font-size:20px;}
	.post-list .title a{line-height:25px;}
	.post-list .post{border-bottom:1px solid #c8c8c8;padding:10px 0px;}
	.post-list p{padding:0px;font-size:1em;}
	#page{padding:10px 0px;}
	#page a{display:none;}
	#page .prev,#page .next{display:inline-block;margin:0px;}
	#page .prev{float:left;}
	#page .next{float:right;}
	#footer .friend{display:none;}
	#footer{border-top:1px solid #D5D5D5;}
	#footer .ad-bottom{display:none;}
	/*style for article*/
	.article-header .title{font-size:20px;line-height:25px;}
	#article-content p{font-size:1.2em;line-height:1.5;}
	#comment-list li p{font-size:1em;}
	.title-act{display:none;}
	#author-article{display:none;}
	.comment-act{display:none;}
	#comment-list{padding-top:0px;}
	#page.comment-page a{display:inline-block;}
	#page.comment-page .prev,#page.comment-page .next{margin:0px 3px;}
	#comment-list li .avatar{display:none;}
	#comment-list li p{margin-left:0px;}
	/*for category*/
	#wrap .category{margin-top:20px;}
	.category-list{border-top:1px solid #c9c9c9;}

	.setRight{display:none;}
	#comment-list .comment-p{margin-left:0px;}
}
@media only screen and (max-width:625px){
	#about-info{width:100%;}
	#about-info .content .img-list img{width:auto;max-width:98%;}
	#about-info .nav li{display:none;}
	#about-info .nav .sel{display:inline-block;}
}

@media only screen and (max-width:1000px) and (min-width:976px){
	#homeTopic .title{padding:7px 20px;width:30px;height:90px;line-height:30px;}
}
@media only screen and (max-width:975px) and (min-width:955px){
	#homeTopic .title{padding:7px 12px;width:30px;height:90px;line-height:30px;}
}
@media only screen and (max-width:954px) and (min-width:942px){
	#homeTopic .title{padding:7px 5px;width:30px;height:90px;line-height:30px;}
}
@media only screen and (max-width:941px) and (min-width:936px){
	#homeTopic .title{padding:7px 0px;width:30px;height:90px;line-height:30px;}
}
@media only screen and (max-width:935px){
	#homeTopic .topicWrap{float:none;margin:0 auto;}
	#homeTopic .title{display:none;}
	#homeTopic .topicWrap ul li{padding:0px 9px;}
}
@media only screen and (max-width:934px) and (min-width:880px){
	#homeTopic .topicWrap{float:none;margin:0 auto;}
	#homeTopic .title{display:none;}
	#homeTopic .topicWrap ul li{padding:0px 7px;}
	
	#hideTopic .title{width:14%;padding:0px;height:50px;line-height:50px;display:block;}
	#homeTopic .topicClose{width:86%;}
	#homeTopic .topicClose ul{width:114%;}
	#homeTopic .topicClose ul li{width:22%;padding:0px;}
}
@media only screen and (min-width:880px){
	#hideTopic .title{width:14%;padding:0px;height:50px;line-height:50px;}
	#homeTopic .topicClose{width:86%;}
	#homeTopic .topicClose ul{width:114%;}
	#homeTopic .topicClose ul li{width:22%;padding:0px;}
}
@media only screen and (max-width:879px){
	#homeTopic{display:none;}
}