.gmtp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gmtp_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.15rem;
    padding-bottom: 0.2rem;
}
.gmtp_main_li{
    width: 96%;
    height: auto;
    background: #f9f9f9;
    padding: 2% 2% 0% 2%;
    overflow: hidden;
}
.gmtp_main_li i{
    float: left;
    width: auto;
    font-style: normal;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #b7b7b7;
    padding-left: 1%;
}
.gmtp_main_li a{
    float: left;
    width: auto;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
    height: 0.6rem;
    line-height: 0.62rem;
    border-radius: 0.1rem;
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
}
.gmtp_main_li a:hover{
	background: #ffd00a;
}
.gmtp_main_li a.cur{
    background: #ffd00a;
}
.gmtp_main_li li{
	float: left;
    width: 100%;
    height: 0.6rem;
    line-height: 0.62rem;
    font-size: 0.26rem;
}
.gmlist{
    width: 96%;
    height: auto;
    overflow: hidden;
    margin-left: 2%;
}
.gmlist_main{
    width: 100%;
    height: auto;
    display: inline-block;
    
}
.gmlist_main li{
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    border-radius: 0.15rem;
}

.gmlist_main li .left{
    float: left;
    width: 20%;
    height: 1.4rem;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
}
.gmlist_main li .left img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.25rem;
}
.gmlist_main li .cen{
	float: left;
    width: 55%;
    height: 1.65rem;
    background: #fff;
    margin: auto;
    text-align: center;
}
.gmlist_main li .cen h1{
    font-size: 0.3rem;
    width: 100%;
    height: 0.7rem;
    line-height: 1rem;
    text-align: left;
    font-weight: bold;
}
.gmlist_main li .cen p{
    float: left;
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: left;
    font-size: 0.26rem;
    color: #828181;
}
.gmlist_main li .right{
    float: right;
    width: 1.2rem;
    height: 0.6rem;
    line-height: 0.62rem;
    text-align: center;
    background: #ffd00a;
    color: #000;
    margin-top: 0.5rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    margin-right: 3%;
}
.gmlist_main li .right:hover{
    box-shadow: #ceab19 0px 6px 17px -8px
}
.gmlist_main_bm{
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
	text-align: left;
}
.gmlist_main_bm i{
    float: left;
    width: 20%;
    height: auto;
    font-style: normal;
    color: #757575;
    padding-right: 1%;font-size: 0.26rem;
}
.gmlist_main_bm h2{
    float: left;
    width: 79%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #617ef9;
    font-size: 0.26rem;
}






