/* 移动端适配 */
@media (max-width: 767px) {
    .logo  {
        width: 100%;
        height: 85px !important;
    }
    .logo .right-search {
        display: none;
    }
    .nav-style .navbar-gzgs ul a {
        padding-top: 15px !important;
        text-align: left !important;
    }
    .navbar-collapse.in {
        overflow-y: hidden !important;     
    }
    .nav-style .navbar-gzgs ul li {
        width: auto !important;
        float: none !important;
        line-height: auto !important;
        text-align: left !important;
        display: block;
    }
    #main  .mid_content > div {
        width: auto;
        height: auto;
        float: none;
        background-image: none;
        color: #000;
        margin-left: 5px; 
        margin-right: 5px;
        padding-left: 10px;

    }
    #main  .mid_content .title01 {
        overflow: hidden;
        border-bottom: 2px solid #dedfe2;
        margin: 0px;
        padding: 0px;
        padding-top: 12px;
    }
    #main  .mid_content .title01 span {
        color: #000;
        font-weight: bold;
        cursor: pointer;
        display: inline-block;
        margin: 0px 10px 10px 0;
        color: #808080;
        font-size: 20px;
        width: auto !important;
        padding-left: 5px;;
    }
    #main  .mid_content .title01 a {
        float: right;
        display: inline !important;
        color: #000;
        font-size: 0.5rem;
        padding-top: 1px;
        padding-right: 15px;
    }
    #main  .mid_content .more_btn {
        float: right;
    }
    #main  .mid_content .title01 a span {
        font-size: 1rem  !important;
        text-align: right !important;
        margin: 0 !important;
        width: auto !important;
    }
    #main .articletext {
        margin-top: 0;
        width: auto;
        overflow: hidden;
    }
    #main .articleList li .time .title {
        float: left;
        white-space: normal;
    }
    #main .articleList li .time {
        float: right;
        text-align: right;
        width: auto !important;
    }
    #main #p80268 {
        width: auto !important;
    }
    #main #p-style .w-style > div {
        padding-left: 0 !important;
    }
    
    .yqlj {
        display: none;
    }

    .yqlj .yqlj_content > div {
        float: none !important;
    }
    .footer {
        height: auto;
    }
    .footer .footer-main {
        width: 100%;
    }
    .footer .footer-main > div {
        float: none !important;
    }
    .footer  .bot_img {
        margin-left: 0 !important;
    }
    .footer .bot_text {
        margin-left: 20px;
        margin-right: 20px;
    }
    /* 二级页面 */
    
	#indexCont .menu {
		width: 100%;
		float:right;
		min-height: auto;
		margin-bottom:0px;
    	padding-bottom:0px;
	}
	.listRight {
		width: 100%;
		height: auto;
	}
	.main_container {
		width: auto;
	}
	#pic_lb {
		height: auto; width: 100%;
	}
	#pic_lb ul {
		height: auto; width: 100%; min-height: 150px;
	}

    /* 详情页 */
    .main_container {
        width: auto;
        margin-top: 0px !important;
        padding-bottom: 20px;
    }
    .main_container   .mid_article {
        padding: 0 10px;
    }
    .main_container  .Article_bt {
        height: auto !important;
        line-height: 30px !important;
        padding-top: 20px;
    }
    .main_container  .articlebox {
        width: auto !important;
    }
    .main_container .Article_sx {
        width: auto !important;
    }
    .main_container .Article_sx {
        width: auto !important;
    }
    .Article_s,
     .Article_x {
         display: block !important;
         float: none !important;
         text-align: left !important;
         margin-left: 0 !important;
         padding-left: 0 !important;
     }
     /* 其他 */
    .sub-nav {
        display: none !important;
    }
    #lockDiv .w-name {
        display: none !important;
    }
    .wp_paging {
        font-size: 15px !important;
    }
    #wp_nav_w1 .wp_nav {
        width: 100% !important;
    }
    #main .articleList .title {
        width: 240px !important;
    }
    .listRight {
        padding-top: 0px !important;
    }
    .main_container .tlist li a {
        max-width: 240px !important;
    }
}

/* 适配结束 */