* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

li {
    list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #333333;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    display: block;
}

img {
    width: 100%;
    display: block;
}

.heabotm,
.head_nav {
    background-color: #f6f7fb;
}

.head_nav {
    height: 0.88rem;
    position: relative;
    font-size: 0.32rem;
}

.head_return {
    position: absolute;
    left: 0rem;
    width: 0.18rem;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0.3rem;
}
.heabotm {
    background: url(../image/dalao.jpg) no-repeat;
    background-size: 100%;
    background-color: #f6f7fb;
    padding-top: 2.6rem;
}

.head_cont {
    text-align: center;
    line-height: 0.88rem;
    color: #ffffff;
}

.paynemt_im {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 0.3rem;
    top: 0;
}

.head_search {
position: absolute;
    right: 0.32rem;
    width: 0.33rem;
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
}
.cont_list{
    display: flex;
    justify-content: space-between;
}
.name_le{
    display: flex;
    align-items: flex-end;
    font-size: 0.24rem;
    color: #333333;
}
.name_le h2{
    font-size: 0.28rem;
    margin-right: 0.05rem;
    color: #696969;
}
.name_re{
    display: flex;
    font-size: 0.26rem;
}
.name_re a{
    color: #2D6ACB;
    margin-right: 0.26rem;
    border-bottom: 1px solid #2D6ACB;
}
.list_time{
    font-size: 0.26rem;
    color: #8C8C8C;
    padding: 0.46rem 0 0;
    font-weight: bold;
}

.list_tab{
    font-size: 0.24rem;
    color: #5F5F5F;
    margin-top: 0.25rem;
}
.list_tab li{
    display: flex;
}
.list_cp,.list_jl,.list_num,.list_bd{
    flex: 1;
    text-align: center;
    padding: 0.2rem 0.05rem;
    border-right: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}
.list_jl{flex-direction: column;}
.list_jl a{
	color:#2D6ACB;
	display:flex;
	flex-direction: column;
}
.list_jl a span{
	border-bottom:1px solid #2D6ACB;
	display: inline-block;
}
.list_tab li:nth-of-type(2n - 1){
	background-color:#F8F8F8;
}
.list_tab li:nth-of-type(2n){
	background-color:#ffffff;
}
.list_tab li div:first-child{
	 border-left: 1px solid #EDEDED;
}
.list_tab li:last-child div{
    border-bottom: 1px solid #EDEDED;
}
.list_bd{
    flex: 1.5;
}
.list_nav{
}
/* .list_nav div{
    background-color: transparent;
    border: none;
} */
.con_top {
	padding: 0.45rem 0.32rem 0.3rem;
	border-bottom: none;
}

.cont_cent {
	flex: 1;
}

.cont_list {
	display: flex;
	align-items: center;
	margin-bottom: 0.04rem;
}

.cent_top {
	display: flex;
	align-items: baseline;
}

.cont_right {
	display: flex;
	align-items: baseline;
}

.top_fu {
	color: #5F5F5F;
	font-size: 0.3rem;
	font-weight: 500;
	margin-right: 0.1rem;
}

.top_ye {
	color: #757575;
	font-size: 0.26rem;
}

.top_p {
	color: #868686;
	font-size: 0.26rem;
	margin-top: 0.08rem;
}

.list_img {
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
	border-radius: 50%;
	overflow: hidden;
}

.list_img img {
	border-radius: 50%;
}

.detail_ul {
	/*padding-left: 0.1rem;*/
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.38rem;
}

.detail_ul li {
	width: 50%;
	color: #5F5F5F;
	font-size: 0.24rem;
	padding-bottom: 0.3rem;
	word-break: break-all;
}

.span_colo {
	color: #F35252;
}
.list_tex {
    font-size: 0.24rem;
    color: #B3B3B3;
    padding: 0 0.32rem 0.4rem;
    line-height: 0.42rem;
    position: relative;
}
.mogul_code {
	position: relative;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f7fb;
}
img.mogul_gz{
	width: 4.2rem;
	margin-right: 0.2rem;
}

.code_er {
	width: 1.8rem;
}
.detail_cent{
	background-color: #ffffff;
	margin: 0 0.26rem;
	border-radius: 0.12rem;
}