.tis{
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #888;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 12px;
    text-indent: 20px;
    border-radius: 5px;
}

.subjectlist{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.subjectlist_left{
    float: left;
    width: 1110px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.subjectlist_left_top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subjectlist_left_top_left{
	float: left;
    width: 40%;
    height: 260px;
    margin-right: 3%;
    overflow: hidden;
}
.subjectlist_left_top_left img{
    width: 100%;
    height: 100%;
    border-radius:5px;
    overflow: hidden;
    object-fit: cover;
}
.subjectlist_left_top_cen{
	float: left;
    width: 56%;
    height: 260px;
}
.subjectlist_left_top_cen h1{
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
}
.subjectlist_left_top_cen h1 i{
    font-size: 12px;
    font-weight: 100;
    font-style: normal;
    color: #888;
}
.subjectlist_left_top_cen p{
	width: 100%;
    height: 185px;
    overflow: hidden;
    font-size: 13px;
    color: #636363;
    line-height: 20px;
}
.subjectlist_left_top_cen em{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #636363;
    float: left;
}

.subjectlist_left_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.subjectlist_left_main a{
    float: left;
    width: 330px;
    height: auto;
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: inset 0 0 0px 1px #f1f1f1;
}
.subjectlist_left_cen a:nth-of-type(1) {
    margin-top: 0;
}
.subjectlist_left_cen a:nth-of-type(2) {
    margin-top: 0;
}

.subjectlist_left a:nth-child(3n+3) {
    margin-right: 0;
}

.subjectlist_left_ioc{
    float: left;
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.subjectlist_left_ioc img{
	width: 60px;
    height: 60px;
    border-radius: 10px
}

.subjectlist_left_cen{
	padding-left: 3%;
    width: 58%;
    height: auto;
    float: left;
}
.subjectlist_left_cen h1{
    float: left;
    font-size: 15px;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subjectlist_left_cen .cen_txt{
	float: left;
    width: 100%;
    height: 22px;
    line-height: 21px;
    text-align: left;
    font-size: 11px;
    color: #828181;
}

.subjectlist_left_cen .cen_bq{
	width: 100%;
    height: 0.32rem;
}
.subjectlist_left_cen .cen_bq em{
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 5px;
    float: left;
}
.subjectlist_left_cen .cen_bq em.s1{
	border: 0.01rem solid rgba(255, 85, 0, 0.3);
    background-color: rgba(255, 85, 0, 0.1);
}
.subjectlist_left_cen .cen_bq em.s2{
	border: 0.01rem solid rgba(255, 170, 0, 0.3);
	background-color: rgba(255, 170, 0, 0.1);
}
.subjectlist_left_cen .cen_bq em.s3{
	border: 0.01rem solid rgba(255, 0, 255, 0.3);
	background-color: rgba(255, 0, 255, 0.1);
}
.subjectlist_left_right{
    width: 65px;
    text-align: center;
    float: right;
    height: auto;
}
.subjectlist_left_right_tis{
	width: 100%;
    text-align: center;
    float: right;
    height: 25px;
    line-height:25px;
    font-size:11px;
    color: #f00;
    font-weight: 100;
}
.subjectlist_left_right_dow{
    width: 100%;
    text-align: center;
    float: right;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 100;
}

.subjectlist_right{
    float: right;
    width: 435px;
    height: auto;
    overflow: hidden;
}
.gmlist_tp_right{
	width: 100%;
    height: 60px;
    line-height: 70px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.gmlist_tp_right .right{
	width: auto;
    height: 80px;
    float: right;
    color: #888;
    border-radius: 2px;
    line-height: 80px;
    text-align: center;
    padding-left: 8px;
}
.gmlist_tp_right .right a{
	color: #888;
    width: 100%;
    height: 80px;
    display: block;
    line-height: 85px;	
}
.gmlist_tp_right .right a i{
	color: #f00;
    font-style: normal;
    font-size: 22px;
}

.subjectlist_right_main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subjectlist_right_main a{
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.subjectlist_right_main a i{ 
    float: left;
    width: 25px;
    background: #eaeaea;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #000;
    font-style: normal;
    text-align: center;
}
.subjectlist_right_main a i.num1{ 
    background:#ff390a;
	color: #fff;
}
.subjectlist_right_main a i.num2{ 
	background: #ff9800;
	color: #fff;
}
.subjectlist_right_main a i.num3{ 
    background: #f8d486;
	color: #fff;
}
.subjectlist_right_main a h1{ 
    float: left;
    width: 72%;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.subjectlist_right_main a span{
    float: right;
    width: auto;
    height: 45px;
    line-height: 45px;
    text-align: right;
    color: #a2a2a2;
    font-size: 11px;
}
.subjectlist_right_main_lb{
    width: 100%;
    height: auto;
}
.subjectlist_right_main_lb a{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    display: block;
}
.subjectlist_right_main_lb_left{
    width: 60px;
    height: 60px;
    float: left;
}
.subjectlist_right_main_lb_left img{
	width: 60px;
    height: 60px;
    object-fit: cover;
}
.subjectlist_right_main_lb_cen{
	width: 220px;
    height: auto;
    float: left;
    padding-left: 15px;
}
.subjectlist_right_main_lb_cen h1{
	font-size: 15px;
    color: #000;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.subjectlist_right_main_lb_cen span{
    font-size: 12px;
    color: #666;
    text-align: left;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.subjectlist_right_main_lb_right{
    width: 80px;
    text-align: center;
    float: right;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 100;
    margin-top: 12.5px;
}
@media (min-width: 1500px) and (max-width: 1800px) {
.subjectlist_left{
	width:860px;
}
.subjectlist_right{
	width: 385px;
}
.subjectlist_left_main a{
width: 246px;	
}
.subjectlist_left_right{
	display:none;
}
.subjectlist_left_cen{
width: 70%;
}
.subjectlist_right_main_lb a{
	padding: 15px;
}
.subjectlist_right_main_lb_cen{
width: 200px;
}
.subjectlist_right_main_lb_right {
    width: 60px;
}
}
@media (min-width: 1px) and (max-width: 1500px) {
.subjectlist_left{
	width: 750px;
}
.subjectlist_left_main a{
width: 337.5px;
}
.subjectlist_left a:nth-child(3n+3) {
    margin-right: 15px;
}
.subjectlist_left a:nth-child(2n+2) {
    margin-right: 0;
}
.subjectlist_right {
	width: 295px;
}
.subjectlist_right_main_lb_cen {
    width: 185px;
    height: auto;
    float: left;
    padding-left: 10px;
}
.subjectlist_right_main_lb_right {
    display:none;
}
.subjectlist_right_main_lb a{
	padding: 15px;
}
}