.inModuleOne.swiper {
    width: 100%;
}
.inModuleOne .swiper-slide a{
    position: relative;
}
.inModuleOne .swiper-slide img {
    display: block;
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
}
.inModuleOne .inOneTxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    background: rgba(0,0,0,0.7); 
    padding-left: .9375rem;
    padding-right: 6.25rem;
    box-sizing: border-box;
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF; 
}
.inModuleTwo{
    margin-top: .9375rem;
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
}
.hot{
    width: 5%;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #4BB62E;
    background-color: #F1FFED;
    padding: .9375rem 1.25rem;
}

.inTwo_ul{
    width: 86%;
}
.inTwo_ul li {
    margin: 0 .9375rem;
    padding: 1.375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inTwo_ul li:last-child{
    border-bottom: none;
}
.inTwo_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inTwo_ul li .text{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-right: 1.25rem;
}

.inTwo_ul li .click{
    text-align: right;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.comTit {
    padding-bottom: .3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .0625rem solid #eee;
}

.titOne img {
    width: 1rem;
    height: .5rem;
    display: block;
}

.titTwo {
    flex: 1;
    margin-left: .625rem;
    font-size: 1rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
}
.titThree a {
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}

.titThree a img {
    width: .5625rem;
    height: .4375rem;
    display: block;
    margin-right: .125rem;
}
.titThree a span {
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4BB62E;
}

.inModuleThree{
    margin-top: .9375rem;
    padding: .9375rem;
    background-color: #fff;
}
.inThree_ul li{
    padding: 1rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inThree_ul li:last-child{
    border-bottom: none;
}
.inThree_ul li .sanTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sanTitle .block{
    width: 1.25rem;
    height: 1.25rem;
    background-color: #4BB62E;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25rem;
    text-align: center;
}
.sanTitle .blockNo{
    width: 1.25rem;
    height: 1.25rem;
    background-color: #ccc;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25rem;
    text-align: center;
}
.sanTitle .text{
    flex: 1;
    margin-left: .875rem;
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
}
.sanInfo{
    margin-top: .9375rem;
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.sanInfo div:last-child{
    margin-left: 3.125rem;
}
.inModuleFour{
    margin-top: .9375rem;
    padding: .9375rem;
    background-color: #FFFFFF;
}
.inFour_ul li{
    margin-top: .9375rem;
}
.inFour_ul li a{
    display: flex;
    padding: .75rem;
    justify-content: space-between;
    background-color: #f5f5f5;
}
.inFourOne{
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.0625rem;
    border: .0625rem solid #4BB62E;
    color: #4BB62E;
    text-align: center;
    line-height: 1.875rem;

}
.inFourTwo{
    width: 86%;
}
.inFourTwo .title{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
}
.inFourTwo .info{
    margin-top: .5rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.inFourTwo .date{
    margin-top: .5rem;
    font-size: .8125rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: space-between;
}

.inModuleFive{
    margin-top: .9375rem;
    padding: .9375rem;
    background-color: #fff;
}
.inFiveOne{
    margin-top: .9375rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.inFiveOne li{
    width: 48%;
}
.inFiveOne li img{
    width: 100%;
    height: 6.5625rem;
    display: block;
}

.inFive_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inFive_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inFive_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inFive_ul li .latest{
    text-align: left;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.inFive_ul li .text{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    flex: 1;
    margin-left: .125rem;
    margin-right: 1.5625rem;
}
.inFive_ul li .date{
    text-align: right;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.inModuleSix{
    margin: .9375rem 0;
    padding: .9375rem;
    background-color: #FFFFFF;
}
.links-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: .9375rem;
    margin-bottom: 0;
}

.links-box a {
    font-size: .875rem;
    color: #999;
    margin-bottom: .625rem;
    text-decoration: none;
}

.links-box a::after {
    content: '|';
    color: #999;
    margin-right: .5rem;
    margin-left: .5rem;
}

.links-box a:last-child:after {
    display: none;
}

.body_position {
    padding: 0 .9375rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: .75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}
.body_position1 {
    padding: 0 .9375rem;
    height: 2.1875rem;
    line-height: 2.5rem;
}

.body_position1 span {
    font-family: MicrosoftYaHei;
    font-size: .75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #eee;
}

.body_position1 span a {
    color: #eee;
    text-decoration: none;
}

.gameListOne{
    padding: 0.9375rem;
    background-color: #fff;
}
.GlistOne_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.GlistOne_ul li:last-child{
    border-bottom: none;
}
.GlistOne_ul li a{
    display: flex;
    justify-content: space-between;
}
.GlistOneImg{
    width: 5rem;
    height: 5rem;
}
.GlistOneImg img{
    width: 5rem;
    height: 5rem;
}
.GlistOneTxt{
    width: 72%;
    height: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.GlistOneTxt .time{
    font-size: 14px;
    color: #666
}
.GlistOneTxt .name{
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}
.GlistOneTxt .info {
    position: relative;
}
.GlistOneTxt .info .one{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 1.5625rem;
}
.GlistOneTxt .info .click{
    width: 5rem;
    background-color: #fff;
    text-align: right;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4BB62E;
    line-height: 1.5625rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fenye {
    display: flex;
    justify-content: center;
}

.fenyeTxt {
    line-height: 3.3125rem;
    font-family: PingFang-SC-Regular;
    font-size: .875rem;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.pagination {
    margin: .625rem 0 .625rem 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: .1875rem;
    font-size: .8125rem;
    border: .0625rem solid var(--br-c);
    color: #555;
}

.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: .1875rem .4375rem;
    border: .0625rem solid transparent;
}

.pagination li span {
    color: #999999;
}

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

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: .0625rem solid var(--pm-c) !important
}

:root {
    --pm-c: #4BB62E;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}
.gameListTwo{
    margin: .9375rem 0;
    padding: .9375rem;
    background-color: #fff;
}

.GlistTwo_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.GlistTwo_ul li img{
    width: 4.25rem;
    height: 4.25rem;
}
.GlistTwo_ul li img .img{
    width: 4.25rem;
    height: 4.25rem;
}
.GlistTwo_ul li .name{
    width: 4.25rem;
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.newG_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newG_ul li {
    margin-top: .9375rem;
    width: 30%;
    text-align: center;
}

.newG_ul li:nth-of-type(4n+0) {
    margin-right: 0;
}

.newImg img {
    width: 4.25rem;
    height: 4.25rem;
}

.newTxt {
    margin-top: .3125rem;
    text-align: center;
    /*width: 4.25rem;*/
    font-size: .875rem;
    font-family: Microsoft YaHei;
    color: #2F2F2F;
}
.gameDetaOne{
    padding: .9375rem;
    background-color: #FFFFFF;
}
.gameRegion {
    display: flex;
}

.regImg {
    width: 5rem;
}

.regImg img {
    width: 5rem;
    height: 5rem;
}

.regTxt {
    height: 5rem;
    margin-left: .625rem;
}

.regTxt h1 {
    width: 17.5rem;
    font-size: 1rem;
}

.regTxt h1 a {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2F2F2F;
}

.regInfo {
    display: flex;
    margin-top: .625rem;
}

.regInfo span {
    display: block;
    width: 100%;
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}

.gameDetaOne  .aRegion {
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    margin-top: .625rem;
    background-color: #4BB62E;
    border-radius: .3125rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.gameDetaOne .aRegion a {
    color: #fff
}
.gameDetaTwo{
    margin-top: .9375rem;
    padding: .9375rem;
    background-color: #fff;
}
.detaTwoImg{
    margin-top: .9375rem;
}

.gameDetaThree{
    margin-top: .9375rem;
    padding: .9375rem;
    background-color: #fff;
}
.article-content {
    margin-top: .625rem;
    font-size: .875rem;
    color: #666;
    line-height: 1.875rem;
    text-indent: 1.75rem;
}

.article-content p {
    margin: .3125rem 0;
    line-height: 1.875rem;
}

.article-content p a {
    display: inline;
    color: var(--public-color)
}

.article-content p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content p img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
}

.infoListOne{
    padding: .9375rem;
    background-color: #fff;
}
.fenye1{
    margin: 1.5625rem 0 .625rem 0;
}
.infoDetaOne{
    padding: .9375rem;
    background-color: #fff;
}
.detatitle{
    padding: 1.875rem 0;
    width: 100%;
    border-bottom: .0625rem dashed #eee;
}
.detatitle h1{
    margin-bottom: 1.25rem;
    font-family: MicrosoftYaHei-Bold;
	font-size: 1rem;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
}
.detainfo div{
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: .75rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}

.xhx{
    padding-bottom: .625rem;
    border-bottom: .0625rem dashed #eee;
}

.infoGame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .9375rem;
}

.popImg img {
    width: 5rem;
    height: 5rem;
}

.listpop {
    width: 12.5rem;
    height: 5rem;
    flex: 1;
    margin-left: .9375rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.popTitle {
    width: 6.25rem;
}

.popTitle a {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2F2F;
}

.popDate {
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
}

.popScore {
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

.poptClick a {
    display: block;
    width: 3.125rem;
    height: 1.875rem;
    border-radius: .3125rem;
    border: .0625rem solid #4BB62E;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4BB62E;
    line-height: 1.875rem;
    text-align: center;
}

.infoDetaTwo{
    margin-top: .9375rem;
    padding: .9375rem;
    background-color: #fff;
}
.infoTwo_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.infoTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.infoTwo_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoTwo_ul li .one{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #4BB62E;
}
.infoTwo_ul li .one::after{
    content: "丨";
    color: #E5E5E5;
    margin: 0 5px;
}
.infoTwo_ul .text{
    display: flex;
    justify-content: space-between;
    flex: 1;
}
.infoTwo_ul .two{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    flex: 1;
    margin-right: 20px;
}
.infoTwo_ul .three{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
}

.new-one-ul{
    margin-top: 1.25rem;
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
}

.new-one-ul::-webkit-scrollbar {
    display: none;
}
.new-one-ul li{
    width: 17.5rem;
    margin-right: 1.25rem;
}
.new-one-ul li:last-child{
    margin-right: 0;
}
.new-one-ul img{
    width: 17.5rem;
    height: 7.5rem;
    display: block;
}
.new-one-ul .two{
    background: #F9F9F9;
    padding: .75rem 1.25rem .875rem 1.25rem;
    box-sizing: border-box;  
}
.new-one-ul .title{
    display: block;
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
}
.new-one-ul .text{
    display: block;
    margin-top: .625rem;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D; 
}
.new-one-ul .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5625rem;
}
.new-one-ul .date{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-one-ul .click{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #20B048;
}

.new-two-ul li{
    display: flex;
    justify-content: space-between;
    padding: .9375rem;
    box-sizing: border-box;
    background: #F9F9F9;
    margin-top: 1.25rem;
}
.new-two-ul li img{
    width: 8.125rem;
    height: 5.625rem;
    display: block;   
}
.new-two-ul li .right{
    flex: 1;
    margin-left: .9375rem;
}
.new-two-ul li .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #1A1A1A;
}
.new-two-ul li .text{
    margin-top: .625rem;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D; 
}
.new-two-ul li .info{
    margin-top: 1.8125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-two-ul li .date{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}
.new-two-ul li .news{
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #20B048;   
}

.new-three-ul li{
    display: flex;
    justify-content: space-between;
    padding: 1.125rem 0;
    border-bottom: 1px dashed #EBEBEB;
}
.new-three-ul li:first-child{
    padding-top: 1.25rem;
}
.new-three-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.new-three-ul .left{
    flex: 1;
    margin-right: 1rem;
}
.new-three-ul .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    position: relative;   
    padding-left: 1rem;
}
.new-three-ul .title::before{
    content: "";
    display: block;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background: #4BB62E;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.new-three-ul .text{
    margin-top: .625rem;
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
}
.new-three-ul .date{
    width: 3.75rem;
    height: 3.125rem;
    background: #F8FFF6;   
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: .25rem 0;
    box-sizing: border-box;
    text-align: center;
}
.new-three-ul .day{
    width: 100%;
    font-size: 1.25rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #20B048;
}
.new-three-ul .year{
    width: 100%;
    font-size: .6875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ADDCBA;
}

.info-title{
    padding: .9375rem;
    box-sizing: border-box;
    background: #FFFFFF;
}
.info-title .title{
    background-color: #F7F7F7;
    height: 2.5rem;
    padding: 0 .9375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-title .title div:first-child{
    font-size: 14px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-left: 30px;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: 18px 18px;
}
.info-title .title div:last-child{
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.info-title .title div:last-child span{
    color: #4BB62E;
}
.info-body-ul{
    margin-top: .625rem;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-body-ul li .img{
    position: relative;
    display: block;
}
.info-body-ul li .hot{
    width: 1rem;
    height: 1rem;
    background: url("/themes/default/common_cms/pc/assets/images/hot.png") no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    top: 0;
    left: 0;
}
.info-body-ul li img{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: .5rem; 
    display: block;
}
.info-body-ul li .info{
    flex: 1;
    margin-left: .625rem;
    display: flex;
    justify-content: space-between;
    height: 3.75rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: .16px dashed #EEEEEE;
}
.info-body-ul li .right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 3.75rem;
    flex: 1;
    margin-right: 1.5625rem;
}
.info-body-ul li:last-child .info{
    border-bottom: none;
}
.info-body-ul li .name{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
    display: flex;
}
.info-body-ul li .name div:nth-child(1){
    max-width: 8.125rem;
}
.info-body-ul li .name div:nth-child(2){
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #FDF1E9;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F56700;
    margin-left: .75rem;
    position: relative;
}
.info-body-ul li .name div:nth-child(2)::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-right-color:#FDF1E9;
    position: absolute;
    top: 50%;
    left: -0.625rem;
    transform: translateY(-50%);
}
.info-body-ul li .name div:nth-child(3){
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #E4F8F5;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #1FCCB6;
    margin-left: .75rem;
    position: relative;
}
.info-body-ul li .name div:nth-child(3)::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-right-color:#E4F8F5;
    position: absolute;
    top: 50%;
    left: -0.625rem;
    transform: translateY(-50%);
}
.info-body-ul li .text{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.info-body-ul li .date{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-body-ul li .date span{
    width: 100%;
    font-size: .75rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
}
.info-body-ul li .click{
    display: block;
    width: 3.75rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6.1875rem;
    border: 1px solid #4BB62E;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4BB62E;
}

#home_aqapps {
    margin: 0 !important;
    padding: 0.9375rem;
    background-color: #fff;
    margin-top: 0.9375rem !important;
}


div.aq_part {
    padding: 1rem!important;
    background-color: #fff;
    font-size: .28rem;
    margin: .75rem 0!important;
}