*{
	margin:0;padding:0;
	list-style-type: none;
	text-decoration: none;
	font-style: normal;
}
a img {
    border: 0;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
	line-height: 1.6;
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.weui-tab {
    position: relative;
    height: 100%;
}
.weui-tab__panel{
	padding-bottom:0;
    overflow-x: hidden;
}

/*头部*/
.weui-navbar{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    height:46px;
}
.weui-navbar a {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
    border-width: 0 0 2px 2px;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    top: 35%;
    left: 12px;
}
.weui-navbar span{
	line-height: 0.99rem;
	font-size:20px;
	margin-left:0.75rem;
}

/*主体*/
.container{
	width:100%;
	margin-top:0.96rem;
}
.page__bd{
	background:#efeff4;
	height:0.85rem;
	position: relative;
}
.weui-search-bar__box{
	width:84%;
	padding-left:15px;
	padding-right:0;
}
.weui-search-bar__box input{
	width: 100%;
    height: 0.55rem;
    margin-top: 0.13rem;
    border: none;
    outline: none;
    text-align: center;
    background: #fff;
}
.weui-search-bar__box .bar__img{
	position: absolute;
	right:6px;top:24%;
	width:20px;height:20px;
}
.we-math{
	width: 25px;
    height: 17px;
    margin-left: 38%;
	position: absolute;
	left: 50%;
	top: 0.24rem;
	z-index: 1000;
}
.cont_list{
	width:100%;
	height:100%;
	background:#efeff4;
    /*margin-bottom: 40px;*/
}
.nav-list{
	width:100%;
}
.nav-list p{
	width: 93%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 auto;
}
.nav-list p img{
	width: 10px;
    height: 7px;
    display:inline-block;
}
.list-div{
	background-color: #fff;
	margin-bottom:5px;
	display:flex;
	display:-webkit-flex;
    padding: 7px 0;
}
.img_div{
	height: 1.2rem;
    width: 1.2rem;
	margin-left:15px;
	margin-right:12px;
	margin-top:5px;
    background: #f8f8f8;
    position: relative;
}
.img_div img{width:100%;height:100%;}
.list{
	width:71%;
}
.list h4{
	font-size:17px;
	font-weight: normal;
}
.list h4 span{
	float: right;
	font-size:14px;
	color: #3A71FB;
    line-height: 16px;
}
.list .list_B{
	font-size:14px;
	/*margin:5px 0;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -2px;
}
.list_p{
	font-size:12px;
    color:#666;
}
.list_p img{width:15px;height:15px;vertical-align: -2px;}


/*去实习详情*/
.com_top {
    height: 35px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    background: #fff;
    color: #000;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
    z-index: 99;
}
.com_top a {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 15px;
    width: 15px;
    border-width: 0 0 2px 2px;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    top: 13px;
    left: 15px;
}
.com_top span {
    padding-top: 5px;
    font-size: 16px;
}













