:root {
	--pm-c: #FFC224;
}

/*隐藏类*/
.hide {
	display: none !important;
}

/*隐藏遮罩*/
#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(/themes/default/404.png) no-repeat center;
}

/*应用信息样式*/
#app_info {
	margin: 20px 0
}

#app_info li {
	display: inline-block;
	width: 33.33%;

}

#app_info li b {
	cursor: pointer;
}

#app_info_cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	z-index: 9999
}

#app_info_cover .app_info_main {
	background: #fff;
	width: 520px;
	margin: auto;
	margin-top: 100px;
	border-radius: 8px;
	overflow: hidden;
}

#app_info_cover .app_info_title {
	background: #5CA8F6;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#app_info_cover .app_info_body {
	padding: 20px;
	height: 320px;
	overflow-y: scroll;
	text-align: left;
}

#app_info_cover .app_info_close {
	margin: 20px;
	font-size: 17px;
	color: #fff;
	background: #5CA8F6;
	line-height: 48px;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}

@media (max-width: 760px) {
	#app_info li {
		width: 100%;
		margin-top: 10px;
	}

	#app_info_cover .app_info_main {
		width: 98%;
	}

	#app_info_cover .app_info_close {
		font-size: 16px;
		line-height: 42px;
	}
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong,
::before,
::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: .24rem;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	width: 7.5rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	letter-spacing: .01rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
	/*在移动端浏览器默认的外观在iOS上加上这个属性才能给按钮和输入框自定义样式*/
	-webkit-appearance: none;
}

a,
a:hover {
	text-decoration: none;
}


ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}


/*点击高亮我们需要清除  设置为transparent 完成透明*/
* {
	-webkit-tap-highlight-color: transparent;
}

/*禁用长按页面时的弹出菜单*/
img,
a {
	-webkit-touch-callout: none;
}

/* 去掉滑动条 */
::-webkit-scrollbar {
	display: none
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); */
	border-radius: .1rem;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: .1rem;
	background: rgba(0, 0, 0, 0.1);
	/* -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); */
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}

.rank-nav li:last-child {
	margin-right: 0px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: .12rem;
}

/*溢出*/
.oneTxtLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twoTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fiveTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.wrapper {
	width: 100%;
	background: #F7F7F7;
	/* padding-left: .3rem !important;
	padding-right: .3rem !important; */
}

.module {
	padding: .24rem;
	background: #fff;
	margin-bottom: .2rem;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

a.thum {
	display: block;
	overflow: hidden;
}

a.title {
	display: block;
}

.bgc-fff {
	background-color: #fff;
}

/* 评分图标 */
.star {
	height: 0.22rem;
	width: 1.15rem;
	background: url('../images/star.png') repeat-x center/0.23rem;
	display: inline-block;
	margin: .1rem 0;
}

.star:before {
	content: "";
	display: block;
	background: url('../images/star_curr.png') repeat-x 0/0.23rem;
	height: 0.22rem;
}

.star-1:before {
	width: 0.23rem;
}

.star-2:before {
	width: 0.46rem;
}

.star-3:before {
	width: 0.69rem;
}

.star-4:before {
	width: .92rem;
}

.star-5:before {
	width: 1.15rem;
}

/* 多次使用 */
/* 重复使用 */
/* 分页多次使用 */
.pagination {
	padding: .6rem 0 .4rem 0;
	text-align: center;
	color: #999;
}

.pagination .page-item {
	display: inline-block;
	margin: .05rem;
	font-size: .26rem;
	border: .02rem solid #E6E6E6;
	color: #999;
	background: #fff;
	border-radius: .04rem;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	padding: .06rem .18rem;
	border: .02rem solid transparent;
}

.pagination li a {
	display: inline-block;
	color: #999;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.pagination li:last-child {
	display: inline-block;
}


.none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}

.p-32-30 {
	padding: 0 .3rem 0 .32rem;
}

.m-32-30 {
	margin: 0 .3rem 0 .32rem;
}

.m-b-40 {
	margin-bottom: 0.4rem;
}

.m-b-80 {
	margin-bottom: 0.8rem;
}

/* 可复用 */
.list {
	width: 100%;
}

.list li {
	padding-left: .28rem;
	position: relative;
	margin-bottom: .32rem;
}

.list li:last-child {
	margin-bottom: 0 !important;
}

.list li::before {
	content: "";
	display: block;
	width: .08rem;
	height: .08rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--pm-c);
	border-radius: 50%;
}

.list li .title {
	font-size: .28rem;
	color: #333;
	padding-right: .4rem;
}

.list li .time {
	font-size: .28rem;
	color: #aaa;
}

.public_title {
    width: 100%;
    margin-bottom: .4rem;
}


.public_title .title {
    font-size: .36rem;
    line-height: .52rem;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-right: .42rem;
}


.public_title .more {
    position: relative;
    font-size: .28rem;
    color: #E8BC4C;
    text-align: right;
}

.public_title .more::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 100%;
    height: .44rem;
    background-repeat: no-repeat;
    background-image: url(../images/public_more.png);
}

/* 底部 */
.footer {
	background-color: #333;
	height: 3.04rem;
	font-size: .24rem;
	color: #999;
	padding: 0.64rem .6rem 0;
	box-sizing: border-box;
	text-align: center;
}

.footer .title {
	color: #ccc;
}

.footer .aBox {
	line-height: .48rem;
	text-align: center;
	margin: 0 auto .4rem;
	height: .96rem;
}

.footer a,
.footer .aBox a {
	font-size: .24rem;
	color: #999;
}

.footer .aBox a::before {
	display: inline-block;
	content: "|";
	margin: 0 .08rem;
}

.footer .aBox a:first-child::before {
	display: none;
}

.footer_p {
	line-height: .64rem;
}

p {
	line-height: .64rem;
	text-align: center;
}

.footer .txt {
	line-height: .48rem;
	text-align: center;
}

/* 首页 */
.header {
	padding-top: .4rem;
	box-shadow: 0px 8px 12px 0px rgba(231,231,231,0.3);
	background-color: #333;
}

.logoBox {
	height: 1rem;
	padding: 0 .4rem;
}

.logo {
	display: block;
    width: 2.74rem;
	height: 0.94rem;
	position: relative;
	overflow: hidden;
}

.searchBox .search_icon {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	position: relative;
}

.navBar {
	box-sizing: content-box;

	height: .8rem;

}
.navBar ul {
	white-space: nowrap;
	overflow-x: scroll;
}
.header .navBar li {
	display: inline-block;
}
.header .navBar li a {
	display: block;
	height: .64rem;
	line-height: .64rem;
	width: 1.6rem;
	text-align: center;
	font-size: .32rem;
	margin-right: .16rem;
	color: #fff;
	position: relative;
}

.header .navBar .active a {
	font-weight: bold;
	color: #fff;
	font-size: .36rem;
	background-color: var(--pm-c);
	border-radius: 666px;
	font-size: .36rem;

}




.index_slider {
	width: 100%;
	height: 4rem;
	position: relative;
}

.index_slider .slider {
	width: 100%;
	height: 100%;
}

.index_slider .slider li .thum {
	width: 100%;
	height: 4rem;
	overflow: hidden;
	position: relative;
}

.index_slider .slider li .thum span {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: linear-gradient( 180deg, rgba(51,51,51,0) 0%, #333333 100%);
	height: 1.04rem;
	line-height: 1.04rem;
	font-size: .32rem;
	color: #fff;
	padding: 0 2.18rem 0 .4rem;
}

.index_slider .slider_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: .38rem;
	right: .4rem;
}

.index_slider .slider_nav li a {
	background: rgba(255, 255, 255, 0.6);
	width: 0.2rem;
	height: 0.12rem;
	border-radius: .16rem;
}

.index_slider .slider_nav li.uk-active a {
	background-color: var(--pm-c);
	width: 0.42rem;
}

.index_newsBox {
}
.index_newsBox .navBox{
    padding-bottom: .2rem;
    margin-bottom: .4rem;
    border-bottom: .04rem solid #f5f5f5;
}
.index_newsBox .navBox .title{
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.78rem;
    height: .56rem;
    background-image: url(../images/zxzx.png);
}
.index_newsBox .navBox .aBox{}
.index_newsBox .navBox .aBox a{
    line-height: .56rem;
    font-size: .32rem;
    color: #666;
    margin-right: .22rem;
}
.index_newsBox .navBox .aBox a.active{
    color: var(--pm-c);
	font-weight: bold;
}
.index_newsBox .navBox .aBox a:last-child{
    margin-right: 0;
}
.index_newsBox .list{}
.index_newsBox .list li{
    padding-left: 0;
}

.index_newsBox .list li::before{
    display: none;
}
.index_newsBox .list li:nth-child(-n+2) .title {
    position: relative;
    padding-left: .44rem;
}
.index_newsBox .list li:nth-child(-n+2) .title::before{
    display: block;
    width: .36rem;
    height: .36rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/hot.png);
}
.index_newsBox .list li .tag{
	font-size: .28rem;
    color: var(--pm-c);
    margin-right: .04rem;
    line-height: .56rem;
}

.index_newsBox .list li .time{
	font-size: .24rem;
}
.index_newsBox .public_more {
    margin-top: .3rem;
}
.public_more {
    display: block;
    text-align: right;
}
.public_more span{
    position: relative;
    padding-left: .5rem;
    font-size: .24rem;
    color: #333;
}
.public_more span::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: .4rem;
    height: .2rem;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/a_more_curr.png);
}

.index_yxgl {
}
.index_yxgl .infoBox{
	margin-bottom: 0.48rem;
}
.index_yxgl .infoBox .thum{
    width: auto;
    height: 4.08rem;
    position: relative;
    margin-bottom: .26rem;
}
.index_yxgl .infoBox .title{
    font-size: .32rem;
    color: #333;
    line-height: .56rem;
    margin-bottom: .12rem;
    font-weight: bold;
}
.index_yxgl .infoBox .text{
    font-size: .28rem;
    color: #666;
    margin-bottom: .18rem;
}
.index_yxgl .infoBox .time{
    font-size: .28rem;
    color: #aaa;
}
.index_yxgl .itemBox{}
.index_yxgl .itemBox .item{
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: .02rem solid #d9d9d9;
}
.index_yxgl .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.index_yxgl .itemBox .item .title{
    font-size: .32rem;    
    color: #333;
    line-height: .52rem;
    margin-bottom: .08rem;
    font-weight: bold;
}
.index_yxgl .itemBox .item .tagBox{
    font-size: .28rem;
    color: #aaa;
    margin-bottom: .1rem;
}
.index_yxgl .itemBox .item .tagBox .type{
    width: 1.4rem;
    height: .46rem;
    line-height: .46rem;
    text-align: center;
    border-radius: .08rem;
    background-color: var(--pm-c);
    font-size: .24rem;
    color: #fff;
    margin-right: .2rem;
}
.index_yxgl .itemBox .item .tagBox .time{
    line-height: .52rem;
    margin-right: .2rem;
}
.index_yxgl .itemBox .item .tagBox .source{
    line-height: .52rem;
}
.index_yxgl .itemBox .item .text{
    font-size: .28rem;
    color: #777;
    line-height: .52rem;
}

.index_xyzx{
}
.index_xyzx .aBox{
    margin-bottom: .4rem;
}
.index_xyzx .aBox a{
    display: block;
    margin-right: .38rem;
    width: 2.04rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #F4F4F4;
    border-radius: .2rem;
    font-size: .32rem;
    color: #333;
}
.index_xyzx .aBox a.active{
    height: .94rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/rmxwBgi.png);
    color: #D19C13;
    background-color: transparent;
}
.index_xyzx .aBox a:last-child{
    margin-right: 0;
}
.index_xyzx .list{}
.index_xyzx .list li{
    padding-left: 0;
    margin-bottom: .28rem;
}
.index_xyzx .list li::before{
    display: none;
}
.index_xyzx .list li .tag{
    font-size: .28rem;
    color: var(--pm-c);
}
.index_xyzx .list li .tag::after{
    display: inline-block;
    content: "|";
    margin: 0 .2rem;
    color: #E5E5E5;
}

.index_zxrb{}
.index_zxrb .itemBox{}
.index_zxrb .itemBox .item{
    padding: .1rem;
    width: auto;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .4rem;
}
.index_zxrb .itemBox .item:last-child{
    margin-bottom: 0;
}
.index_zxrb .itemBox .item:nth-child(-n+3){
    padding-right: .56rem;
}
.index_zxrb .itemBox .item:nth-child(-n+3) .txtBox .time{
    display: block;
}
.index_zxrb .itemBox .item:nth-child(-n+3) .txtBox .text{
    display: none;
}
.index_zxrb .itemBox .item:nth-child(1) {
    background-image: url(../images/rb1.png);
}
.index_zxrb .itemBox .item:nth-child(2) {
    background-image: url(../images/rb2.png);
}
.index_zxrb .itemBox .item:nth-child(3) {
    background-image: url(../images/rb3.png);
}
.index_zxrb .itemBox .item:nth-child(-n+3) .order{
    border: none;
}
.index_zxrb .itemBox .item:nth-child(1) .order{
    color: #D19C13;
}
.index_zxrb .itemBox .item:nth-child(2) .order{
    color: #aaa;
}
.index_zxrb .itemBox .item:nth-child(3) .order{
    color: #CC947A;
}
.index_zxrb .itemBox .item:nth-child(1) .txtBox .title{
    color: #AA8A38;
}
.index_zxrb .itemBox .item:nth-child(1) .txtBox .time{
    color: #A37707;
}
.index_zxrb .itemBox .item:nth-child(2) .txtBox .title{
    color: #656565;
}
.index_zxrb .itemBox .item:nth-child(2) .txtBox .time{
    color: #aaa;
}
.index_zxrb .itemBox .item:nth-child(3) .txtBox .title{
    color: #9C7A63;
}
.index_zxrb .itemBox .item:nth-child(3) .txtBox .time{
    color: #B49886;
}
.index_zxrb .itemBox .item .order{
    width: 1rem;
    height: 1rem;
    background: #fff;
    line-height: .96rem;
    text-align: center;
    font-size: .48rem;
    color: #aaa;
    font-weight: bold;
    border: .02rem solid #D9D9D9;
    margin-right: .18rem;
}
.index_zxrb .itemBox .item .txtBox{}
.index_zxrb .itemBox .item .txtBox .title{
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .16rem;
    line-height: .46rem;
}
.index_zxrb .itemBox .item .txtBox .time{
    font-size: .28rem;
    display: none;
}
.index_zxrb .itemBox .item .txtBox .text{
    font-size: .28rem;
    color: #aaa;
}

.index_zxyw{
}

.index_zxyw .itemBox{}
.index_zxyw .itemBox .item{
    margin-bottom: .44rem;
}
.index_zxyw .itemBox .item:last-child{
    margin-bottom: 0;
}
.index_zxyw .itemBox .item .thum{
    width: 2.34rem;
    height: 1.6rem;
    position: relative;
    margin-right: .2rem;
}
.index_zxyw .itemBox .item .txtBox{}
.index_zxyw .itemBox .item .txtBox .title{
    font-size: .32rem;
    color: #333;
    line-height: .56rem;
    margin-bottom: .14rem;
}
.index_zxyw .itemBox .item .txtBox .text{
    padding-right: .8rem;
    position: relative;
    font-size: .28rem;
    color: #666;
    margin-bottom: .12rem;
}
.index_zxyw .itemBox .item .txtBox .text a{
    display: block;
    width: .8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pm-c);
    font-size: .28rem;
    line-height: .28rem;
}
.index_zxyw .itemBox .item .txtBox .time{
    font-size: .28rem;
    color: #aaa;
}

.index_zxyw .list{
    margin-top: .4rem;
}
.index_zxyw .list li{
    margin-bottom: .3rem;
}
.index_zxyw .list li::before{
    width: .28rem;
    height: .28rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/li_before.png);
    background-color: transparent;
    border-radius: 0;
}

.index_rmgl{}
.index_rmgl .titleBox{
    width: 100%;
    height: 2.28rem;
    background-color: rgba(255, 193, 36, 0.04);
}
.index_rmgl .titleBox .timeBox{
    width: 1.12rem;
    height: 2.28rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/timeBoxBgi.png);
    position: relative;
    padding-top: .34rem;
    padding-left: .28rem;
}
.index_rmgl .titleBox .timeBox::before{
    content: "|";
    transform: rotate(60deg) translate(-50%);
    color: #fff;
    position: absolute;
    top: 40%;
    left: 46%;
}
.index_rmgl .titleBox .timeBox .month{
    font-size: .4rem;
    color: #fff;
}
.index_rmgl .titleBox .timeBox .day{
    font-size: .4rem;
    color: #fff;
    margin-top: .28rem;
}
.index_rmgl .titleBox .txtBox{
    padding: .28rem .2rem;
}
.index_rmgl .titleBox .txtBox .title{
    font-size: .32rem;
    color: #333;
    line-height: .46rem;
    font-weight: bold;
    margin-bottom: .18rem;
}
.index_rmgl .titleBox .txtBox .text{
    text-wrap: wrap;
    font-size: .28rem;
    color: #666;
    line-height: .54rem;
    position: relative;
}
.index_rmgl .titleBox .txtBox .text a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: .8rem;
    background-repeat: no-repeat;
    /* background-color: rgba(255, 193, 36, 0.04); */
    background-color: #fff;
    font-size: .28rem;
    color: var(--pm-c);
    content: "";
    z-index: 3;
}

.index_rmgl .itemBox{
    margin-top: .4rem;
}
.index_rmgl .itemBox .item{
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    border-bottom: .02rem solid #F0F0F0;
}
.index_rmgl .itemBox .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.index_rmgl .itemBox .item .list{}
.index_rmgl .itemBox .item .list li{
    padding-left: 0;
}
.index_rmgl .itemBox .item .list li::before{
    display: none;
}
.index_rmgl .itemBox .item .thum{
    width: 1.56rem;
    height: 1.32rem;
    position: relative;
    margin-left: .2rem;
}

.index_jxzx{}
.index_jxzx .itemBox{
}

.index_jxzx .itemBox .item {
	position: relative;
	width: auto;
    height: 6.18rem;
	margin-bottom: 0.6rem;
}
.index_jxzx .itemBox .item:last-child {
	margin-bottom: 0;
}
.index_jxzx .itemBox .item .thum{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4.6rem;
}

.index_jxzx .itemBox .item .txtBox{
	box-shadow: 0px .08rem .4rem 0px rgba(195,195,195,0.25);
    width: 6.48rem;
    height: 3.28rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #FFFFFF;
    padding: .2rem;
}
.index_jxzx .itemBox .item .txtBox .tagBox{
    font-size: .28rem;
    color: #aaa;
    margin-bottom: .08rem;
}
.index_jxzx .itemBox .item .txtBox .tagBox .tag{
    line-height: .52rem;
}
.index_jxzx .itemBox .item .txtBox .tagBox .tag:nth-child(1){
    margin-right: .4rem;
}
.index_jxzx .itemBox .item .txtBox .title{
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    line-height: .56rem;
    margin-bottom: .06rem;
}
.index_jxzx .itemBox .item .txtBox .public_more {
    margin-bottom: 10px;
    text-align: left;
}

.index_jxzx .itemBox .item .txtBox .text{
    font-size: .28rem;
    color: #666;
    line-height: .56rem;
}

.index_sjyx {}
.index_sjyx .itemBox{
}

.index_sjyx .itemBox .item{
    margin-bottom: 0.48rem;
}
.index_sjyx .itemBox .item:last-child{
    margin-bottom: 0;
}
.index_sjyx .itemBox .item .thum{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .32rem;
    position: relative;
    margin-right: .24rem;
}
.index_sjyx .itemBox .item .txtBox{}
.index_sjyx .itemBox .item .txtBox .title{
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    line-height: .46rem;
    margin-bottom: .24rem;
}
.index_sjyx .itemBox .item .txtBox .box{}
.index_sjyx .itemBox .item .txtBox .box .tagBox{
    font-size: .24rem;
    color: #aaa;
}
.index_sjyx .itemBox .item .txtBox .box .tagBox .tag{
    line-height: .34rem;
}
.index_sjyx .itemBox .item .txtBox .box .tagBox .tag:nth-child(1){
    margin-bottom: .14rem;
}
.index_sjyx .itemBox .item .detail{
    display: block;
    width: 1.44rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    color: var(--pm-c);
    font-size: .28rem;
    background: #fff;
    border-radius: .08rem;
    background-color: var(--pm-c);
    color: #fff;
}

.index_yyxz{
}

.index_yyxz .itemBox{}
.index_yyxz .itemBox .item{
    margin-bottom: .44rem;
}
.index_yyxz .itemBox .item:last-child{
    margin-bottom: 0;
}
.index_yyxz .itemBox .item .order{
    width: .4rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    color: #aaa;
    background-color: #eee;
    margin-right: .4rem;
    border-radius: .08rem;
}

.index_yyxz .itemBox .item:nth-child(-n+3) .order{
    color: #fff;
}
.index_yyxz .itemBox .item:nth-child(1) .order{
    background-color: #FA2F2F;
}
.index_yyxz .itemBox .item:nth-child(2) .order{
    background-color: #FA6C2F;
}
.index_yyxz .itemBox .item:nth-child(3) .order{
    background-color: #FAA92F;
}

.index_yyxz .itemBox .item .thum{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .32rem;
    position: relative;
    margin-right: .28rem;
}

.index_yyxz .itemBox .item .title{
    font-size: .32rem;
    color: #333;
    line-height: .46rem;
    margin-bottom: .26rem;
}

.index_yyxz .itemBox .item .star{
    margin: 0;
}

.index_yyxz .itemBox .item .down {
    padding-left: .52rem;
    font-size: .28rem;
    color: var(--pm-c);
    line-height: .4rem;
    position: relative;
}
.index_yyxz .itemBox .item .down::before{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: .4rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/down.png);
}

.index_friend_link {
}

.index_friend_link .aBox {
    line-height: .6rem;
}

.index_friend_link .aBox a {
	font-size: .28rem;
	color: #333;
    margin-right: 0.54rem;
}

.list_game {
	margin-top: .4rem;
}

.list_game_itemBox .itemBox{
}


.list_game_itemBox .item {
    padding-bottom: .5rem;
    border-bottom: .02rem solid rgba(0,0,0,0.06);;
    margin-bottom: .3rem;
}
.list_game_itemBox .item:last-child {
    margin-bottom: 0;
}

.list_game_itemBox .item .title {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    line-height: .52rem;
    margin-bottom: .2rem;
}
.list_game_itemBox .item .info {}
.list_game_itemBox .item .info .thum {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .48rem;
    position: relative;
    margin-right: .28rem;
}
.list_game_itemBox .item .info .txtBox {}
.list_game_itemBox .item .info .txtBox .box .time {
    font-size: .28rem;
    color: #aaa;
    margin-bottom: 0.2rem;
}
.list_game_itemBox .item .info .txtBox .box .star {
    margin: 0;
}

.list_game_itemBox .item .info .txtBox .box .detail {
    display: block;
    width: 1.92rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-size: .28rem;
    border-radius: .12rem;
    background-color: var(--pm-c);
    color: #fff;
}

.list_game_itemBox .item .info .txtBox .text{
    font-size: .28rem;
    margin-top: 0.2rem;
    line-height: .52rem;
    color: #666;
}

.list_news {
	margin-top: .4rem;
}

.list_news_itemBox {}

.list_news_itemBox .itemBox {}

.list_news_itemBox .itemBox .item {
    margin-bottom: .6rem;
}

.list_news_itemBox .itemBox .item:last-child {
    margin-bottom: 0;
}

.list_news_itemBox .itemBox .item .thum {
    width: 2.48rem;
    height: 1.68rem;
    position: relative;
    border-radius: .08rem;
}

.list_news_itemBox .itemBox .item .txtBox {
}

.list_news_itemBox .itemBox .item .txtBox .title {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    line-height: .52rem;
    margin-bottom: .08rem;
}

.list_news_itemBox .itemBox .item .txtBox .text {
    font-size: .28rem;
    color: #666;
    line-height: .52rem;
}

.list_news_itemBox .itemBox .item .txtBox .time {
    display: inline-block;
    height: .52rem;
    width: auto;
    padding: 0 .12rem;
    border: .02rem solid #D9D9D9;
    line-height: .48rem;
    text-align: center;
    font-size: .28rem;
    color: #aaa;
    margin-bottom: .04rem;
    border-radius: .08rem;
}

.show_news {}

.show_news_contentBox{
	margin-bottom: .8rem;
}
.show_news .show_news_contentBox .titleBox{
	padding-top: .6rem;
	padding-bottom: 0.4rem;
	margin-bottom: 0.2rem;
	border-bottom: .02rem solid #f5f5f5;
}
.show_news .show_news_contentBox .titleBox h1{
	font-size: .4rem;
	color: #333;
	font-weight: bold;
	margin-bottom: .24rem;
	line-height: .68rem;
	text-align: center;
}
.show_news .show_news_contentBox .titleBox .tagBox{
	font-size: .24rem;
	color: #777;
}
.show_news .show_news_contentBox .contentBox {
	text-align: center;
}
.show_game_contentBox .contentBox p,
.show_news_contentBox .contentBox p{
	text-indent: 2em;
	font-size: .28rem;
	color: #333;
	line-height: .64rem;
	text-align: left;
}
.show_news .show_news_contentBox .contentBox p iframe,
.show_news .show_news_contentBox .contentBox p img{
	display: block;
	width: 6.08rem;
	height: auto;
	margin: .4rem auto;
	border-radius: .16rem;
}

.show_news .show_news_contentBox .contentBox h3 {
    display: inline-block;
    width: auto;
    padding: 0 .88rem;
    position: relative;
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    margin: .32rem 0;
}

.show_news .show_news_contentBox .contentBox h3::before {
    display: block;
    width: .72rem;
    height: .44rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_left.png);
}

.show_news .show_news_contentBox .contentBox h3::after {
    display: block;
    width: .72rem;
    height: .44rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/h3_right.png);
}

.kaifu {
	margin-top: .4rem;
}
.kaifu .titleBox{
	font-size: .24rem;
	color: #777;
	margin-bottom: 0.4rem;
}
.kaifu .itemBox{}
.kaifu .itemBox .item{
    height: 1.6rem;    
    padding: .2rem;
}
.kaifu .itemBox .item:nth-child(2n-1){
    background-color: #f9f9f9;
}

.kaifu .itemBox .item .thum{
	position: relative;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .28rem;
	margin-right: .24rem;
}
.kaifu .itemBox .item .txtBox{}
.kaifu .itemBox .item .txtBox .title{
	display: inline-block;
	width: auto;
	position: relative;
	padding-right: .84rem;
	font-size: .28rem;
    line-height: .4rem;
	color: #333;
    font-weight: bold;
}
.kaifu .itemBox .item .txtBox .title span.tag{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .64rem;
	height: .34rem;
	line-height: .3rem;
	text-align: center;
	font-size: .24rem;
	color: #aaa;
	border-radius: .04rem;
	border: .02rem solid #aaa;
	font-weight: 400;
}
.kaifu .itemBox .item .txtBox .name{
	font-size: .24rem;
    margin-bottom: 0.04rem;
	color: #777;
}
.kaifu .itemBox .item .detail{
	display: block;
	width: 1.2rem;
	height: .6rem;
	line-height: .56rem;
	text-align: center;
	font-size: .24rem;
	color: var(--pm-c);
	background: #fff;
	border-radius: 8rem;
	border: .02rem solid var(--pm-c);
}
.kaifu .itemBox .item .time{
	width: auto;
	font-size: .26rem;
	color: var(--pm-c);
    line-height: .38rem;
}


.show_game{}
.show_game .show_titleBox{
	padding: .4rem .3rem .4rem .32rem;
    margin-bottom: 0.4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/show_game_titleBoxBgi.png);
}
.show_game .show_titleBox .img{
	position: relative;
	overflow: hidden;
	width: 1.76rem;
	height: 1.76rem;
	border-radius: .4rem;
	margin-bottom: .4rem;
	margin-right: .28rem;
}
.show_game .show_titleBox .title{
	font-size: .36rem;
	color: #333;
	margin-bottom: .2rem;
	line-height: .48rem;
    font-weight: bold;
}
.show_game .show_titleBox .tagBox{
	font-size: .24rem;
	color: #666;
	margin-left: 0;
	margin-bottom: .41rem;
}
.show_game .show_titleBox .tagBox .uk-width-1-2{
	padding-left: 0;
}
.show_game .show_titleBox .tagBox .uk-width-1-2.uk-grid-margin{
	margin-top: .1rem;
}
.show_game .show_titleBox .tagBox .tag{
    display: inline-block;
    line-height: .48rem;
	width: auto;
	position: relative;
	font-size: .24rem;
	color: #666;
	border-radius: .08rem;
	letter-spacing: 0;
}
.show_game .show_titleBox .tagBox .tag span{
    color: #333;
    margin-left: .08rem;
}
.show_game .show_titleBox .down{
	display: block;
	height: .68rem;
	line-height: .68rem;
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	width: auto;
	border-radius: .12rem;
	background-color: var(--pm-c);
	text-align: center;
}
.show_game .show_titleBox .down a {
	color: #fff;
}

.show_game_contentBox .sliderBox{
	overflow: hidden;
	width: 100%;
}
.show_game_contentBox .item {
	margin-bottom: .8rem;
}
.show_game_contentBox .item:last-child {
	margin-bottom: 0;
}

.show_game_contentBox .sliderBox .slider li{
	padding-right: .2rem;
}
.show_game_contentBox .sliderBox .slider li:last-child {
	padding-right: 0;
}
.show_game_contentBox .sliderBox .slider li .img{
	width: 2.48rem;
	border-radius: .12rem;
	position: relative;
	display: block;
	overflow: hidden;
}

.other_rmyx{}
.other_rmyx .itemBox{
}

.other_rmyx .itemBox .item{
	margin-bottom: 0.48rem;
}
.other_rmyx .itemBox .item:last-child{
	margin-bottom: 0;
}

.other_rmyx .itemBox .item .thum{
    position: relative;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .36rem;
    margin-right: .3rem;
}
.other_rmyx .itemBox .item .txtBox .title{
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .22rem;
}

.other_rmyx .itemBox .item .see{
    display: block;
    font-size: .28rem;
    color: #fff;
    width: 1.2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    box-shadow: inset 4px 4px 8px 0px rgba(255,255,255,0.25);
    background: var(--pm-c);
    border-radius: .12rem;
    margin-bottom: 0.22rem;
}
.other_rmyx .itemBox .item .text{
    font-size: .28rem;
    color: #666;
    line-height: .52rem;
}
