/*通用全局样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
}

/*清除浮动*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/*清除样式*/
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333333;
}

@media only screen and (min-width: 100px) and (max-width: 767px) {

    .pc_list{
        display: none;
    }

    .app_list{
        display: block;
    }

    .old_list{
        display: none;
    }

    .ztbanner{
		width: 100vw;
		height: 36vw;
		background-image: url(/cms_files/jcms1/web3096/site/picture/0/2208011849357511658.jpg);
		background-repeat: no-repeat;
		background-size: 212%;
		background-position: 49% 30%;
		margin-bottom: 5vw;
    }
    
    /* .app_box_title_list li {
        background: url(gongshi.png) no-repeat;
        display: inline-block;
        background-size: 18%;
        background-position: 4.5vw 2.5vw;
        margin-right: 1.1vw;
    }

    .app_box_title_list li a {
        display: inline-block;
        width: 46vw;
        line-height: 10vw;
        text-align: left;
        padding-left: 16vw;
        color: #000;
        font-size: 4vw;
        margin-top: 1vw;
        border: 1px solid #e6e6e6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: auto;
    } */
    .main4{
        border-top: 1vw solid #1492ff;
        padding: 4vw 3vw 5vw;
    }

    .main4_left{
        float: left;
        width: 48.9%;
        height: 10rem;
    }

    .main4_left img{
        width: 100%;
        height: 100%;
    }

    .main4_right{
        float: right;
        width: 48.9%;
        height: 10rem;
    }

    .main4_right img{
        width: 100%;
        height: 100%;
    }
    

    .app_box_item{
        border-top: 1vw solid #1492ff;
        padding: 0 3vw 5vw;
    }

    .app_box_item_title{
        font-stretch: normal;
        letter-spacing: 0vw;
        color: #000000;
        padding: 4vw 0;
    }

    .app_box_item_title span{
        font-size: 5vw;
        font-weight: bold;
    }

    .app_more1{
		display: block;
		text-align: center;
		width: 18vw;
        height: 6vw;
        line-height: 6vw;
		float: right;
		background-color: #f6f6f6;
	}

	.app_more1 a{
		font-size: 4vw;
		/* line-height: 3rem; */
		color: #1492ff;
    }

    .ul-list_li {
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
        color: #333333;
        padding-left: 13px;
        margin-top: 0.1rem;
        background: url(dian_app.png) left center no-repeat;
    }

    .ul-list_li a{
        display: inline-block;
        max-width: 62vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 2rem;
    }
    .ul-list_li span{
      float:right;
      color:#999999;
      font-size: 2rem;
    }
	.ul-list_licc {
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
        color: #333333;
        padding-left: 13px;
        margin-top: 0.1rem;
        background: url(dian_app.png) left center no-repeat;
    }

    .ul-list_licc a{
        display: inline-block;
        max-width: 62vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 2rem;
    }
    .ul-list_licc span{
      float:right;
      color:#999999;
      font-size: 2rem;
    }

    .hentiao{
        display: none;
    }
    	/*分页*/
	.default_pgToolbar .default_pgPerPage{
		display: none;
	}
	.default_pgToolbar .default_pgSearchInfo{
		display: none;
    }
    

    .list_box_title{
        font-size: 2rem;
        line-height:26px; 
        background:#1e82b8;
    }

    .item_dis{
        color:white; 
        font-size: 2rem;
        height:4rem; 
        line-height:4rem;
        float: left;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



    .item1{
        width: 36vw;
    }

    .list_box_title .item2{
        display:none
    }
	.list_box .item_dis.item2{
		width: 32vw;
	}
    .item3{
        width: 30vw;
        /* background-color: #999999; */
    }

    .item4{
        width: 22vw;
        /* background-color: #999999; */
    }

    .item5{
        width: 94vw;
    }

    .list_box{
        width:100%; 
        height:auto; 
        overflow:hidden;
    }

    .list_box .item_dis{
        color: #333;
        font-size: 1.6rem;
        text-align: left;
        text-indent: 2rem;
    }

    .list_box .item_dis.item2{
        text-align: center;
        text-indent: 0;
    }
    .list_box .item_dis.item3{
		width:22vw!important;
	}
    .list_box .item_dis.item5{
        font-size: 1.5rem;
    }
    .imgar {
        display: inline-block !important;
        max-width: 100vw;
        left: 0vw !important;
    }

}