i{
	font-style: normal;
}
.subjectlist{
    width:100%;
    height: auto;
    overflow: hidden;
}
.subjectlist_left{
    width: 100%;
    height: auto;
}
.subjectlist_left_main{
    width: 96%;
    height: auto;
    overflow: hidden;
    margin-left: 2%;
}
.subjectlist_left_main a{
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 2%;
    border-radius: 0.15rem;
    overflow: hidden;
}

.subjectlist_left li{
    width: 100%;
    height: 4.8rem;
}
.subjectlist_left_ioc{
	width: 100%;
	height: 3rem;
}
.subjectlist_left_ioc img{
    width: 100%;
    height: 3rem;
    border-radius: 0.15rem 0.15rem 0 0;
    object-fit: cover;
}
.subjectlist_left_name{
    width: 97%;
    height: 1.8rem;
    padding-left: 3%;
    font-size: 0.3rem;
}
.subjectlist_left_name h1{
    width: 100%;
    height: 0.7rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.subjectlist_left_name p{
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
}
.subjectlist_left_name p span{
    float: left;
    width: auto;
    padding-right: 0.2rem;
}
.subjectlist_left_name p span img{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1rem;
    border: 0.03rem solid #ff0a0a;
    margin-right: 0.1rem;
}
.subjectlist_left_name p i{
    font-size: 0.25rem;
    color: #565656;
    text-align: left;
    width: auto;
    height: 0.48rem;
    line-height: 0.48rem;
}
.subjectlist_left_name em{
    font-size: 0.28rem;
    color: #565656;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    width: 97%;
    float: left;
    height: 0.5rem;
    line-height: 0.5rem;
}
.subjectlist_right{
    width: 96%;
    height: auto;
    margin-left: 2%;
}
.subjectlist_right_main{
    background: #fff;
    width: 94%;
    height: auto;
    overflow: hidden;
    border-radius: 0.15rem;
    padding: 3%;
}
.subjectlist_right_main a{
    float: left;
    width: 100%;
    height: 1rem;
}
.subjectlist_right_main li{ 
    width: 100%;
    height: 1rem;
    line-height:  1rem;
}
.subjectlist_right_main li i{ 
	float: left;
    width: 5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    background: #eaeaea;
    height: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.52rem;
    margin-top: 0.15rem;
    border-radius: 0.15rem;
    margin-right: 2%;
    color: #000;
    text-align: center;
}
.subjectlist_right_main li i.num1{ 
    background:#ff390a;
	color: #fff;
}
.subjectlist_right_main li i.num2{ 
	background: #ff7f61;
	color: #fff;
}
.subjectlist_right_main li i.num3{ 
	background: #fba692;
	color: #fff;
}
.subjectlist_right_main li h1{ 
    float: left;
    width: 90%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subjectlist_right_main_lb{
    width: 100%;
    height: auto;
}
.subjectlist_right_main_lb li{
    width: 100%;
    height: 2.2rem;
    background: #fff;
    border-radius: 0.15rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.subjectlist_right_main_lb_left{
    width: 65%;
    height: 2.2rem;
    float: left;
}
.subjectlist_right_main_lb_left img{
	width: 100%;
    height: 2.2rem;
}
.subjectlist_right_main_lb_left .bg{
    width: 100%;
    height: 2.12rem;
    position: relative;
    left: 0;
    margin-top: -2rem;
    background: url(../image/lbceng.png) bottom no-repeat;
    background-size: 101%;
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
    line-height: 3.4rem;
    text-align: left;
    text-indent: 0.9rem;
    z-index: 9;
}
.subjectlist_right_main_lb_right{
    background: #201f1f;
    float: left;
    width: 35%;
    height: 2.2rem;
}
.subjectlist_right_main_lb_right span{
    float: left;
    width: 2rem;
    height: 0.7rem;
    background: #ffd00a;
    border-radius: 99px;
    margin-left: 0.3rem;
    line-height: 0.72rem;
    text-align: center;
    margin-top: 0.25rem;
    color: #201f1f;
	font-size: 0.25rem;
}
.subjectlist_right_main_lb_right em{
    float: left;
    width: 2rem;
    height: 0.7rem;
    border-radius: 99px;
    margin-left: 0.3rem;
    line-height: 0.72rem;
    text-align: center;
    margin-top: 0.25rem;
    color: #ffd00a;
    font-size: 0.25rem;
    border: 0.02rem solid #ffd00a;
}