body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: .28rem;
}

td,
th,
caption {
    font-size: .28rem;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

.img{
    width: 100%;
    height: 100%;
    display: flex;
}

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

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    /* overflow-y: scroll; */
    font-size: calc(100vw / 7.5);
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

header {
    width: 100%;
    height: 2rem;
    background: #333333;
}

header .logo_wrap{
    width: 100%;
    height: 1.2rem;
    display: flex;
    box-sizing: border-box;
    padding-top: .56rem;
    padding-left: .32rem;
    justify-content: center;
}

header .logo_wrap .logo{
    font-family: Gudea, Gudea;
    font-weight: bold;
    font-size: .4rem;
    color: #66B3FF;
    line-height: .5rem;
}
header .logo_wrap .logo img {
    height: 100%
}
header .header_main{
    width: 100%;
    height: .8rem;
    background: #333333;
}



header .header_main .nav_list{
    /* width: 100%; */
    height: .8rem;
    display: flex;
}

header .header_main .nav_list .nav_item {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #ffffff;
    line-height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.84rem;
    height: .8rem;
    box-sizing: border-box;
    position: relative;
}
header .header_main .nav_list .nav_item  a {
    color: #fff
}

header .header_main .nav_list .nav_item.nav_active {
    font-weight: bold;
    background: #66B3FF;
    color: #ffffff;
}





.main{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .32rem;
}

.sub_title{
    width: 100%;
    height: .42rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem;
    box-sizing: border-box;
}


.sub_title .title{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.sub_title .title .name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    text-align: left;
}

.sub_title .title .dots{
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    background: rgba(102,179,255,0.4);
    margin-right: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_title .title .dots::after{
    width: .08rem;
    height: .08rem;
    background: #66B3FF;
    border-radius: 50%;
    content: " ";
}

.sub_title .title .line{
    /* width: 100%;
    height: 2rem;
    background: #66B3FF;
    position: absolute;
    left: 0;
    bottom: -1rem; */
}


.sub_title .bias{
    /* width: 12rem;
    height: 1rem;
    transform: rotate(115deg);
    margin-right: 3rem;
    background: #D6D6D6; */
}


.sub_title .more{
    display: flex;
    align-items: end;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .28rem;
    height: .42rem;
}


footer{
    width: 100%;
    height: auto;
    background: #333333;
    box-sizing: border-box;
    padding: .5rem;
	line-height: .5rem;
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

footer .content{
    font-size: .24rem;
    line-height: .5rem;
    width: 100%;
    color: #999999;
    text-align: center
} 
footer .content a {
    color: #999
}


.banner_wrap{
    width: 100%;
    /* margin: 0 auto; */
    margin-bottom: .6rem;
}

.show_img{
    /* width: 440rem; */
    height: 4.78rem;
    overflow: hidden;
    position: relative;
}

.show_img .shadow{
    width: 100%;
    height: .86rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #FFFFFF;
    line-height: .86rem;
}


.gameImgsWrap{
    width: 100%;
    height: 1.98rem;
    /* margin-top: 20rem; */
    padding: .34rem;
    box-sizing: border-box;
    position: relative;
    background: #000;
}

.gameImgsWrap .game_imgs{
    width: 100%;
    height: 1.3rem;

    /* padding: 0 44rem; */
}


.gameImgsWrap .game_imgs .swiper-slide {
    width: 2.04rem !important;
    height: 1.3rem;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* border-radius: 16rem; */
    overflow: hidden;
    position: relative;
}

.gameImgsWrap .game_imgs .swiper-slide .activeLine{
    position: absolute;
    left: 0;
    top: 0;
    width: 178rem;
    height: 98rem;
    box-sizing: border-box;
    border: 2px solid #FFBF40;
    /* border-radius: 16rem; */
    /* content: " "; */
    display: none;
}






.main .links{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-bottom: .8rem;
    display: flex;
    justify-content: space-between;
}

.main .links .link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .26rem;
    color: #14152B;
    line-height: .28rem;
    letter-spacing: 1px;
}



.hotNews_info{
    width: 100%;
    height: .76rem;
    box-sizing: border-box;
    border-top: 1px solid rgba(102,179,255,0.06);
    display: flex;
    align-items: center;
}

.hotNews_info .dots{
    width: .13rem;
    height: .22rem;
    background: url(../images/jump_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .2rem;
    flex-shrink: 0;
}

.hotNews_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.62rem;
}


.hotNews_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: 1;

}
.hotNews_info:nth-last-of-type(1){
    margin-bottom: 0;
}







.hotNews1{

}


.hotNews1_info{
    width: 100%;
    height: .36rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.hotNews1_info .rank{
    width: .36rem;
    height: .36rem;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #66B3FF;
    line-height: 1;
    margin-right: .2rem;
    flex-shrink: 0;
}

.hotNews1_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews1_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.56rem;
}


.hotNews1_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .32rem;

}
.hotNews1_info:nth-last-of-type(1){
    margin-bottom: 0;
}


.hotNews2{

}


.hotNews2_info{
    width: 100%;
    display: flex;
    align-items: center;
    height: .48rem;
    box-sizing: border-box;
    margin-bottom: .4rem;
}


.hotNews2_info .date{
    width: .86rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #66B3FF;
    line-height: 1;
    flex-shrink: 0;
}

.hotNews2_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews2_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.2rem;
}


.hotNews2_info .detailBtn{
    width: .88rem;
    height: .48rem;
    border-radius: .08rem;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .48rem;
    text-align: center;
}
.hotNews2_info:nth-last-of-type(1){
    margin-bottom: 0;
}
/* .hotNews2_info:nth-of-type(1) .detailBtn{
    background: #66B3FF;
    border-color: #66B3FF;
    color: #ffffff;
} */
 

.hotNews3{
   
}


.hotNews3_item{
    margin-bottom: .4rem;
}

.hotNews3_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    margin-bottom: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.hotNews3_item .item_wrap{
    width: 100%;
    height: 1.76rem;
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}

.hotNews3_item .item_img{
    width: 2.96rem;
    height: 1.76rem;
}

.hotNews3_item .item_content{
    width: 3.64rem;
    height: 1.76rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hotNews3_item .item_content .content{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .52rem;
}

.hotNews3_item .item_content .date{
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14rem;
    color: #AAAAAA;
    line-height: 18rem;
    display: none;
}



.hotNews3_info{
    width: 100%;
    /* height: 22rem; */
    height: .36rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.hotNews3_info .dots{
    width: .12rem;
    height: .12rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: .12rem;
    flex-shrink: 0;
}

.hotNews3_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews3_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 5.08rem;
}


.hotNews3_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: 1;

}
.hotNews3_info:nth-last-of-type(1){
    margin-bottom: 0;
}



.hotNews4{

}
.hotNews4_item{
    width: 100%;
    margin-bottom: .4rem;
    display: flex;
    flex-direction: row-reverse;
}


.hotNews4_item .item_content{
    width: 3.74rem;
    height: 2.18rem;
    box-sizing: border-box;
    padding: .32rem .2rem .32rem .22rem;
    background: rgba(102,179,255,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotNews4_item .item_content .title{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.hotNews4_item .item_content .content{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .36rem;
}


.hotNews4_item .item_content .end_info{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .32rem;
    justify-content: space-between;
}

/* .hotNews4_item .item_content .end_info span:nth-of-type(1){
    margin-right: 15rem;
} */


.hotNews4_item .item_img{
    width: 3.12rem;
    height: 2.18rem;
}



.hotNews4_info{
    width: 100%;
    height: .36rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.hotNews4_info .dots{
    width: .12rem;
    height: .12rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: .12rem;
    flex-shrink: 0;
}

.hotNews4_info .tag{
    width: 1.04rem;
    /* height: .48rem; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #66B3FF;
    line-height: 1;
    /* box-sizing: border-box;
    border: 1px solid #EEEEEE;
    text-align: center;
    margin-right: .2rem; */
}


.hotNews4_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews4_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 3.82rem;
}


.hotNews4_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: 1;

}

.hotNews4_info .look{
    width: 1.16rem;
    height: .54rem;
    background: #66B3FF;
    border-radius: .08rem;
    line-height: .54rem;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #FFFFFF;
}
.hotNews4_info:nth-last-of-type(1){
    margin-bottom: 0;
}



.hotNews5{

}



.hotNews5 .bigImg{
    width: 100%;
    height: 3.96rem;
    margin-bottom: .20rem;
    display: block;
    position: relative;
}


.hotNews5 .bigImg .shadow{
    width: 100%;
    height: .82rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #FFFFFF;
    line-height: .82rem;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.hotNews5_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .4rem;
}

.hotNews5_wrap{
    padding-bottom: .3rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: .32rem;
}

.hotNews5_info{
    width: 100%;
    height: .36rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.hotNews5_info .dots{
    width: .12rem;
    height: .12rem;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: .18rem;
    flex-shrink: 0;
}

.hotNews5_info .tag{
    /* width: 80rem; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #66B3FF;
    line-height: 1;
    flex-shrink: 0;
    margin-right: .22rem;
}


.hotNews5_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews5_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 3.52rem;
}


.hotNews5_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: 1;

}
.hotNews5_info:nth-last-of-type(1){
    margin-bottom: 0;
}

.hotNews6{

}

.hotNews6_item{
    padding-left: .32rem;
    box-sizing: border-box;
    margin-bottom: .4rem;
    position: relative;
}

.hotNews6_item::before{
    width: .12rem;
    height: .12rem;
    background: #66B3FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .14rem;
    content: " ";
}

.hotNews6_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    display: block;
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews6_item .content{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .6rem;
}

.hotNews6_item .end_info{
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}

.hotNews6_item .end_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .32rem;
}

.hotNews6_item .end_info .look{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #66B3FF;
    line-height: .32rem;
}

.hotNews7{

}

.img_list{
    width: 100%;
    margin-bottom: .4rem;
    display: flex;
    justify-content: space-between;
}

.img_list .img_item{
    width: 3.28rem;
    height: 2.18rem;
    position: relative;
    border-radius: .08rem;
    overflow: hidden;
    display: block;
}

.img_list .img_item .tag{
    width: .72rem;
    height: .46rem;
    background: #66B3FF;
    border-radius: .08rem 0 .08rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .46rem;
    position: absolute;
    left: 0;
    top: 0;
}

.img_list .img_item .img_title{
    width: 100%;
    height: .46rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: .46rem;
    background: #EEEEEE;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 .06rem;
}



.hotNews7_info{
    width: 100%;
    display: flex;
    align-items: center;
    height: .52rem;
    margin-bottom: .4rem;
}



.hotNews7_info .tag{
    width: 1rem;
    height: .52rem;
    border-radius: .08rem;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #AAAAAA;
    line-height: .52rem;
    flex-shrink: 0;
    margin-right: .34rem;
    text-align: center;
}

.hotNews7_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews7_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 3.6rem;
}

/* .section_right .hotNews7_info .title{
    width: 190rem;
} */


.hotNews7_info .detailBtn{
    width: 1.52rem;
    height: .52rem;
    border-radius: .08rem;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #66B3FF;
    line-height: .52rem;
    flex-shrink: 0;
    text-align: center;

}
.hotNews7_info:nth-last-of-type(1){
    margin-bottom: 0;
}

.hotNews8{

}


.hotNews8_item{
    margin-bottom: .4rem;
    display: flex;
    justify-content: space-between;
}

.hotNews8_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}



.hotNews8_item .item_img{
    width: 3rem;
    height: 2rem;
}

.hotNews8_item .item_content{
    width: 3.66rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    
}

.hotNews8_item .item_content .content{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #777777;
    line-height: .36rem;
    margin-bottom: .38rem;
}

.hotNews8_item .item_content .end_info{
    display: flex;
    flex-direction: row-reverse;
}

.hotNews8_item .item_content .look{
    width: 2.04rem;
    height: .64rem;
    background: #66B3FF;
    border-radius: .08rem;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .64rem;

}


.hotNews8_wrap{
    margin-bottom: .44rem;
}

.hotNews8_wrap:nth-last-of-type(1){
    margin-bottom: 0;
}


.hotNews8_info{
    margin-bottom: .3rem;
    display: flex;
    height: .36rem;
    box-sizing: border-box;
    padding-left: .6rem;
    position: relative;
}

.hotNews8_info::before{
    width: .1rem;
    height: .1rem;
    background: #EEEEEE;
    position: absolute;
    left: .16rem;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
}

.hotNews8_info .tag{
    width: 1.68rem;
    /* height: 37px; */
    /* border: 1px solid #66B3FF; */
    /* box-sizing: border-box; */
    /* border-left: 6px solid #66B3FF; */
    /* text-align: center; */
    line-height: 1;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #AAAAAA;
    margin-right: .24rem;
    position: relative;
}

.hotNews8_info .tag::after{
    width: 1px;
    height: .28rem;
    position: absolute;
    right: -.05rem;
    top: 50%;
    transform: translateY(-50%);
    background: #AAAAAA;
    content: " ";

}


.hotNews8_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.hotNews8_info .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 3.32rem;
}

.hotNews8_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: 1;
}

.hotNews8_info:nth-last-of-type(1){
    margin-bottom: 0;
}

.hotNews8_info:nth-of-type(1)::before{
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    border: 1px solid #66B3FF;
    border-radius: 50%;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #66B3FF;
    line-height: .48rem;
    content: "新";
    background: #ffffff;
    left: 0;
}


.hotNews1,.hotNews2,.hotNews3,.hotNews4,.hotNews5,.hotNews6,.hotNews7,.hotNews8{
    margin-bottom: .50rem;
}