i{
	font-style: normal;
}
.tpbg{
    width: 100%;
    height: 380px;
    background: url(../image/gamebg.jpg) 0 0 no-repeat;
    background-attachment: fixed;
}
.subject{
    width: 100%;
    height: 177px;
    overflow: hidden;
    padding-top: 153px;
}
.subject_main{
    width: 1260px;
    height: auto;
    margin: auto;
}
.sy_hjmain{
    width: 100%;
    height: 177px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.sy_hjmain_left{
    width: 74px;
    height: 74px;
    float: left;
    margin-top: 15px;
    margin-left: 15px; 	
}
.sy_hjmain_left img{
    width: 100%;
    height: auto;
	border-radius: 10px;
}
.sy_hjmain_cen{
    float: left;
    width: 158px;
    margin-left: 15px;
    height: auto;
}
.sy_hjmain_cen h2{
    width: 100%;
    height: 40px;
    line-height: 50px;
    color: #000;
	font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.sy_hjmain_cen p{
    width: 100%;
    height: 23px;
    line-height: 23px;
    color: #888;
}
.sy_hjmain_cen span{
    width: 100%;
    height: 23px;
    line-height: 23px;
    color: #888;
}
.sy_hjmain_bm{
	float: left;
    width: 243px;
    height: auto;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    margin-bottom: 8px;
}
.sy_hjmain_bm i{
    float: left;
    color: #666;	
}
.sy_hjmain_bm h3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	height:40px;
}
.sy_hjmain_an{
    float: left;
    width: 100%;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #f1f1f1;
	font-weight: 100;
}


.subjectlist{
    width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.subjectlist_main{
    float: left;
    width: 885px;
    height: auto;
}
.subjectlist_left_tpye{
    width: 96%;
    height: auto;
    line-height: 60px;
    background: #fff;
    padding: 2% 2% 1% 2%;
    overflow: hidden;
}
.subjectlist_left_tpye i{
	float: left;
    width: auto;
    padding-right: 15px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}
.subjectlist_left_tpye li{
	float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
}
.subjectlist_left_tpye li.cur {
    background: #ffd00a;
}
.subjectlist_left_main{
    width: 100%;
    min-height: 664px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.subjectlist_left_main li{
    float: left;
    width: 96%;
    height: auto;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
    padding: 2%;
}
.subjectlist_left_main_ioc{
    float: left;
    width: 74px;
    height: 74px;
}
.subjectlist_left_main_ioc img{
	width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.subjectlist_left_main_name{
    float: left;
    width: 558px;
    height: 40px;
    padding-left: 20px;
    font-size: 15px;
}
.subjectlist_left_main_name h1{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.subjectlist_left_main_xx{
    float: left;
    width: 558px;
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #989696;
}
.subjectlist_left_main_bottom{
    float: right;
    width: 100px;
    height: auto;
}
.subjectlist_left_main_bottom span{
    float: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffd00a;
    border-radius: 4px;
	font-size: 12px;
}
.subjectlist_left_main_bottom span:hover {
    box-shadow: #ffd00a 0px 6px 17px -8px;
}
.subjectlist_right{
    float: right;
    width: 352px;
	height:auto;
}
.subjectlist_hot{
    background: #fff;
    width: 316px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    padding: 18px;
    padding-bottom: 28px;
}
.subjectlist_hot b{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-indent: 12px;
    background: #ffd00a;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #FFC107 , #ffda66);
    background: -o-linear-gradient(right, #FFC107 , #ffda66);
    background: -moz-linear-gradient(right, #FFC107 , #ffda66);
    background: linear-gradient(to right, #FFC107 , #ffda66);
}
.subjectlist_hot a{ 
    float: left;
    width: 16.5%;
    height: 30px;
    text-align: center;
    margin-top: 15px;
    margin-right: 11px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
}
.subjectlist_hot a:nth-child(5n+5) {
    margin-right: 0;
}
.subjectlist_hot li{ 
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
}
.subjectlist_hot li h1.num{ 
    background: #ffd00a;
}
.subjectlist_hot li h1{ 
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 4px;
}
.subjectlist_hot li h1:hover{ 
	color: #ff0a0a;
}
.lblist_right_main{
    width: 100%;
    height: auto;
}
.lblist_right_main li{
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 22px;
}

.lblist_right_li_left{
	width: 223px;
    height: 120px;
	float: left;
}
.lblist_right_li_left img{
	width: 100%;
    height: 120px;
}
.lblist_right_li_left .bg{
    width: 223px;
    height: 120px;
    position: relative;
    left: 0;
    margin-top: -115px;
    background: url(../image/lbceng.png) no-repeat;
    background-size: 100%;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 195px;
    text-align: left;
    text-indent: 40px;
    z-index: 9;
}
.lblist_right_li_right{
    background: #201f1f;
    float: left;
    width: 129px;
    height: 120px;
}
.lblist_right_li_right span{
    float: left;
    width: 99px;
    height: 35px;
    background: #ffd00a;
    border-radius: 99px;
    margin-left: 14px;
    line-height: 35px;
    text-align: center;
    margin-top: 17px;
    color: #201f1f;
}
.lblist_right_li_right span:hover{
    background: #ffe05b;
}
.lblist_right_li_right em{
    float: left;
    width: 99px;
    height: 33px;
    border-radius: 99px;
    margin-left: 14px;
    line-height: 33px;
    text-align: center;
    margin-top: 17px;
    color: #ffd00a;
    border: 1px solid #ffd00a;
}
.lblist_right_li_right em:hover{
    border: 1px solid #ffe05b;
    color: #ffe05b;
}