.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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
	font-size: 16px;
    font-weight: bold;
}
.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;
    font-style: normal;	
}
.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;
}
.gmtit{
    width: 100%;
    height: 90px;
    margin: auto;
    line-height: 90px;
    font-size: 14px;
    color: #999;
}
.gmtit_left{
    float: left;
    width: 200px;
    height: 90px;
    padding-left: 20px;
}

.gmtit_left b{
    font-size: 20px;
    color: #000;
}
.gmtit_right{
    width: 45px;
    height: 10px;
    background: url(../image/more.png) no-repeat;
    margin: 46px 0 0;
    float: right;
}
.gmtpbg{
    width: 100%;
    height: 380px;
    background: url(../image/gamebg.jpg) 0 0 no-repeat;
    background-attachment: fixed !important;
    background-size: 100% !important;
	/*-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);*/
}
.gmid{
    width: 100%;
    height: auto;
    background: #fafafa;
    position: relative;
    display: inline-block;
}
.gmid_main{
    width: 1260px;
    height: auto;
    margin: auto;
}
.gminfo{
    width: 1200px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 30px;
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
}
.gminfo_left{
    float: left;
    width: 120px;
    height: auto;	
}
.gminfo_left img{
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 22px;
}
.gminfo_cen{
    float: left;
    width: 620px;
    height: auto;
    padding-left: 25px;
}
.gminfo_cen h1{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
	float: left;
}
.gminfo_cen p{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background: #f1f1f1;
    margin-right: 5px;
    border-radius: 4px;
}
.gminfo_cen p i{
    font-style: normal;
    color: #f60;
}
.gminfo_cen span{
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 15px;
    text-align: left;
    float: left;
}
.gminfo_right_ewm{
    float: left;
    width: 130px;
    height: 150px;
    padding-left: 60px;
    padding-right: 45px;
	text-align: center;
}
.gminfo_right_ewm img{
    width: 130px;
    height: 130px;
}
.gminfo_right_bm{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5px;
    padding-top: 10px;
    color: #617ef9;
}
.gminfo_right_bm span{
    float: left;
    width: 84px;
    height: 65px;
    font-size: 15px;
    color: #000000;
    padding-right: 0px;
}
.gminfo_right{
    float: left;
    width: 200px;
    height: 120px;
}
.gminfo_right_an{
    float: left;
    width: 100%;
    height:45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #40bf2e;
    color: #000000;
    font-weight: 100;
    border-radius: 4px;
    box-shadow: 0px 4px #2f8623;
	cursor: pointer;
	background: -webkit-linear-gradient(left,  #40bf2e , #42ea2e);
    background: -o-linear-gradient(right,  #40bf2e , #42ea2e);
    background: -moz-linear-gradient(right, #40bf2e,  #42ea2e);
    background: linear-gradient(to right, #40bf2e , #42ea2e);
}
.gminfo_right_an a{
	color:#fff;
}
.gminfo_right_ios{
	float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #2196F3;
    color: #fff;
    font-weight: 100;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0px 4px #1a6daf;
    cursor: pointer;
	background: -webkit-linear-gradient(left, #2196F3 , #65c3ff);
    background: -o-linear-gradient(right,  #2196F3 , #65c3ff);
    background: -moz-linear-gradient(right, #2196F3 , #65c3ff);
    background: linear-gradient(to right, #2196F3 , #65c3ff);
}
.gminfo_right_rw{
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #FFC107;
    color: #fff;
    font-weight: 100;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0px 4px #FF9800;
    cursor: pointer;
	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);
}
.gminfo_main_isurls{
    background: #fff;
    border-radius: 4px 4px 0 0;
    width: 100%;
    height: auto;
    display: inline-block;
	background: #505050;
}
.gminfo_main_isurls a{
    width: 33.33%;
    height: 50px;
    float: left;
}
.gminfo_main_isurls a li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.gminfo_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}
.gminfo_main_left{
    float: left;
    width: 885px;
    height: auto;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.gminfo_main_left_img{
    width: 845px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.gminfo_main_left_js{
    width: 845px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
}
.gminfo_main_left_news{
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 20px;
	padding-bottom: 20px;
}
.gminfo_main_left_news a {
    float: left;
    width: 845px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.gminfo_main_left_news li{ 
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.gminfo_main_left_news li i{ 
    float: left;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    background: #eaeaea;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    border-radius: 4px;
    margin-right: 13px;
    color: #000;
	font-style: normal;
}
.gminfo_main_left_news li i.num1{ 
    background: #ff390a;
    color: #fff;
}
.gminfo_main_left_news li i.num2{ 
	background: #ff7f61;
    color: #fff;
}
.gminfo_main_left_news li i.num3{ 
    background:#fba692;
    color: #fff;
}
.gminfo_main_left_news li h1{ 
    float: left;
    width: 500px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gminfo_main_left_news li span{ 
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.gminfo_main_left_uspl{
	width: 885px;
    height: auto;
    overflow: hidden;
    background: #fff;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
    border-radius: 4px;
}
.gminfo_main_left_uspl_main{
	width: 845px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}
.gminfo_main_left_uspl li{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.gminfo_main_left_uspl li center{
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 25px;
    color: #ddd;
}
.gminfo_main_left_uspl_left{
    float: left;
    width: 64px;
    height: 64px;
}
.gminfo_main_left_uspl_left img{
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 13px;
}

.gminfo_main_left_uspl_cen{
	float: left;
    width: 751px;
    height: auto;
    line-height: 20px;
    padding-left: 20px;
}
.gminfo_main_left_uspl_cen em{
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.gminfo_main_left_uspl_cen span{
	float: left;
    width: 731px;
    height: auto;
    background:#fafafa;
    padding: 10px;
    border-radius: 10px;
}
.gminfo_main_left_uspl_cen span b{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    font-weight: normal;
}
.gminfo_main_left_uspl_cen span b i{
    width: auto;
    height: auto;
    font-style: normal;
    color: #617ef9;
}
.gminfo_main_left_uspl_cen span b p{
    float: right;
    width: 55px;
    height: auto;
    font-style: normal;
    color: #878787;
    text-align: center;
	cursor:pointer
}
.gminfo_main_left_uspl_tim{
    float: left;
    width: 200px;
    height: 35px;
    line-height: 35px;
    padding-left: 85px;
    color: #707070;
}
.gminfo_main_left_uspl_dz{
    float: right;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    color: #707070;
}
.gminfo_main_left_uspl_hf{
    float: right;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    line-height: 35px;
    color:#617ef9;
    font-weight: bold;
	cursor:pointer;
}
.gminfo_main_left_uspl_hftxt{
    float: left;
    height: 140px;
    width: 749px;
    line-height: 20px;
    margin-left: 83px;
    border: 1px solid #ddd;
    border-radius: 5px;
	display:none;
}
.gminfo_main_left_uspl_hftxt textarea{
	float: left;
    height: 80px;
    width: 729px;
    line-height: 20px;
    border: 0px solid #ddd;
    border-radius: 5px;
    padding: 10px;
	resize:none;
	outline: none;
}
.gminfo_main_left_uspl_hftxtspan{
    float: left;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 0px 0px 5px 5px;
    background: #e4007e;
    text-align: center;
    color: #fff;
	cursor:pointer;
}
.gminfo_main_left_uspl_mor{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f1f1f1;
    font-size: 15px;
    border-radius: 10px;
}
.gminfo_main_left_uspl_app{
	float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ffd00a;
    font-size: 16px;
}
.gminfo_main_left_uspl_app a{
	color: #201f1f;
}

.gminfo_main_right{
    float: right;
    width: 352px;
    height: auto;
}
.gminfo_main_right_sv{
    background: #fff;
    width: 352px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.gminfo_main_right_sv li{
    width: 314px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
}
.gminfo_main_right_sv li h5{
    float: left;
    width: 10%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 15px;
}
.gminfo_main_right_sv li h5.num1{
	background: #617ef9;
}
.gminfo_main_right_sv li h5.num2{
    background: #f96161;
}
.gminfo_main_right_sv li h5.num3{
    background: #ddd;
    color: #000;
}
.gminfo_main_right_sv li span{
    float: left;
    width: 60%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.gminfo_main_right_sv li p{
    float: left;
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.gminfo_main_right_news{
    background: #fff;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 20px;
	padding-bottom: 20px;
}
.gminfo_main_right_news a {
    float: left;
    width: 312px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.gminfo_main_right_news li{ 
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.gminfo_main_right_news li i{ 
    float: left;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    background: #eaeaea;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
    border-radius: 4px;
    margin-right: 13px;
    color: #000;
	font-style: normal;
}
.gminfo_main_right_news li i.num1{ 
    background: #ff390a;
    color: #fff;
}
.gminfo_main_right_news li i.num2{ 
	background: #ff7f61;
    color: #fff;
}
.gminfo_main_right_news li i.num3{ 
    background: #fba692;
    color: #fff;
}
.gminfo_main_right_news li h1{ 
    float: left;
    width:280px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gminfo_main_right_news li span{ 
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.gminfo_main_right_lb{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.gminfo_main_right_lb li {
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 22px;
}
.gminfo_main_right_lb_left {
    width: 223px;
    height: 120px;
    float: left;
}
.gminfo_main_right_lb_left img {
    width: 100%;
    height: 120px;
	object-fit: cover;
}
.gminfo_main_right_lb_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;
}

.gminfo_main_right_lb_right {
    background: #201f1f;
    float: left;
    width: 129px;
    height: 120px;
}
.gminfo_main_right_lb_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;
}
.gminfo_main_right_lb_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;
}









