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: 14rem;
}

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

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: #ffffff;
}

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: #AFDF46;
    line-height: .5rem;
}

header .header_main{
    width: 100%;
    height: .8rem;
    background: #ffffff;
}



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: #AFDF46;
    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.nav_active {
    font-weight: bold;
    background: #AFDF46;
    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: 18rem;
    height: 18rem;
    margin-right: 10rem;
    background: url(../images/sub_icon.png) no-repeat;
    background-size: 100% 100%; */

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #AFDF46;
    line-height: .42rem;
    margin-left: .2rem;
}


.sub_title .title .line{
    /* width: 100%;
    height: 2rem;
    background: #AFDF46;
    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: 2.5rem;
    background: #333333;
    box-sizing: border-box;
    padding: .6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

footer .content{
    font-size: .24rem;
    line-height: .28rem;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #999999;
} 


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

.show_img{
    width: 100%;
    height: 4.38rem;
    overflow: hidden;
    position: relative;
}

.show_img .shadow{
    width: 100%;
    height: .88rem;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 .28rem;
    
}

.show_img .shadow .shadowContent{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #FFFFFF;
    line-height: .88rem;
}

.show_img .swiper-pagination{
    width: .4rem !important;
    height: .4rem !important;
    position: absolute;
    right: .28rem !important;
    bottom: .24rem !important;
    left: initial !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.swiper-pagination-bullet{
    display: flex !important;
    margin: 0 !important;
    width: .16rem !important;
    height: .16rem !important;
    background: rgba(253,128,66,0.5) !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    z-index: 1 !important;
}

.swiper-pagination-bullet-active{
    background: rgba(253,128,66,1) !important;
}

.swiper-pagination-bullet:nth-child(3){
    order: 2;
}
.swiper-pagination-bullet:nth-child(4){
    order: 1;
}






.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%;
    display: flex;
    align-items: center;
    margin-bottom: .36rem;
}

.hotNews_info .dots{
    width: .12rem;
    height: .12rem;
    background: #eeeeee;
    border-radius: 50%;
    margin-right: .22rem;
    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: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.84rem;
}


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

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









.hotNews1{

}

.hotNews1_item{
    width: 100%;
    height: 1.08rem;
    display: flex;
    margin-bottom: .5rem;
}

.hotNews1_item .item_date{
    width: .96rem;
    height: 1.08rem;
    flex-shrink: 0;
    background: #AFDF46;
    position: relative;
}

.hotNews1_item .item_date .month{
    position: absolute;
    left: .12rem;
    top: .18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .36rem;
}

.hotNews1_item .item_date .day{
    position: absolute;
    right: .12rem;
    bottom: .18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .36rem;
}

.hotNews1_item .item_date::after{
    width: .7rem;
    height: 1px;
    background: #ffffff;
    transform-origin: center center;
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}



.hotNews1_item .item_content{
    position: relative;
    width: 5.68rem;
    box-sizing: border-box;
    padding-left: .24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

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

.hotNews1_item .item_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.hotNews1_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


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

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

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

.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.4rem;
}


.hotNews1_info .detailBtn{
    width: 1.04rem;
    height: .56rem;
    border-radius: .08rem;
    border: 1px solid #AFDF46;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #AFDF46;
    line-height: .56rem;
    text-align: center;
    display: block;

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


.hotNews2{

}


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

.imgs_list .imgs_item{
    width: 3.28rem;
    height: 2rem;
    position: relative;
}

.imgs_list .imgs_item .shadow{
    width: 100%;
    height: .52rem;
    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: .28rem;
    color: #FFFFFF;
    line-height: .52rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hotNews2 .hotNews_info{
    width: 100%;
    display: flex;
    align-items: center;
    height: .68rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-bottom: 0;
}

.hotNews2 .hotNews_info:nth-of-type(2n){
    background: #F9F9F9;
}

.hotNews_info .dots{
    width: .12rem;
    height: .12rem;
    background: #eeeeee;
    border-radius: 50%;
    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: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.38rem;
}


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

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


.hotNews_content{
    width: 100%;
    box-sizing: border-box;
    padding: .4rem .2rem;
    background: rgba(175,223,70,0.06);
    border-radius: .16rem;
    margin-bottom: .4rem;
}

.hotNews_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #333333;
    line-height: .48rem;
    margin-bottom: .2rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotNews_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .68rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hotNews3{
   
}

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

.hotNews_wrap .titleWrap{
    height: .52rem;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.hotNews_wrap .titleWrap .hot{
    width: .52rem;
    height: .52rem;
    background: #AFDF46;
    border-radius: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .32rem;
    color: #FFFFFF;
    line-height: 1;
    margin-right: .16rem;
}

.hotNews_wrap .titleWrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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



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

.hotNews3_item .item_img{
    width: 2.8rem;
    height: 1.68rem;
    display: block;
}


.hotNews3_item .item_content{
    width: 3.86rem;
    height: 1.68rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hotNews3_item .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .28rem;
    color: #333333;
    line-height: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .28rem;
}

.hotNews3_item .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.hotNews3_item .date{
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #AAAAAA;
    line-height: .32rem;
}
.hotNews3_item:nth-last-of-type(1){
    /* margin-bottom: 0; */
}

.hotNews4{

}

.hotNews4_item{
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: .4rem;
}
.hotNews4_item .titleWrap{
    height: .38rem;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;

}
.hotNews4_item .titleWrap .tag{
    width: .88rem;
    height: .38rem;
    text-align: center;
    line-height: .38rem;
    background: url(../images/hot_tag2.png) no-repeat;
    background-size: 100% 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    margin-right: .38rem;
}
.hotNews4_item .titleWrap .title{
    width: 5.78rem;
    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;
}
.hotNews4_item .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .68rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .2rem;
}

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

.hotNews4_item .end_info .look{
    color: #AFDF46;
}

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


.hotNews5{

}


.hotNews5_item{
    width: 100%;
    background: rgba(175,223,70,0.06);
    border-radius: .08rem;
    box-sizing: border-box;
    padding: .24rem;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.hotNews5_item .jump_icon{
    width: .16rem;
    height: .24rem;
    background: url(../images/jump_icon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .24rem;
    flex-shrink: 0;
}

.hotNews5_item .item_content{
    flex: 1;
}

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

.hotNews5_item .item_content .titleWrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #333333;
    line-height: .36rem;
    width: 3.98rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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


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


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


.hotNews6{

}

.hotNews6_info{
    height: .52rem;
    display: flex;
    align-items: center;
    padding-bottom: .28rem;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin-bottom: .28rem;
}

.hotNews6_info .tag{
    width: .96rem;
    height: .52rem;
    background: #AFDF46;
    border-radius: .08rem;
    margin-right: .2rem;
    text-align: center;
    line-height: .52rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #FFFFFF;
}

.hotNews6_info .title{
    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;
    width: 5.7rem;
}







.hotNews7{

}


.hotNews7_title{
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .36rem;
    color: #AFDF46;
    line-height: .48rem;
    margin-bottom: .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.hotNews7_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #777777;
    line-height: .36rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .4rem;
}
.hotNews7_info{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: .46rem;
}

.hotNews7_info .dots{
    width: .12rem;
    height: .12rem;
    /* border: 2px solid #ffffff; */
    background: #eeeeee;
    border-radius: 50%;
    margin-right: .24rem;
    flex-shrink: 0;
}

.hotNews7_info:nth-of-type(1) .dots{
    /* border: 2px solid #AFDF46;
    background: #ffffff; */
}

.hotNews7_info .tag{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #AFDF46;
    line-height: .36rem;
    flex-shrink: 0;
    margin-right: .16rem;
}

.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: 4.18rem;
}

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


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

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

.hotNews8{

}

.hotNews8_wrap{
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(175,223,70,0.1);
    margin-bottom: 20px;
}

.hotNews8 .hotNews8_item{
    /* padding-bottom: .38rem;
    border-bottom: 1px solid rgba(175,223,70,0.1); */
    margin-bottom: .4rem;
}

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

.hotNews8 .hotNews8_item .item_wrap{
    width: 100%;
    height: 1.96rem;
    display: flex;
    justify-content: space-between;
}

.hotNews8 .hotNews8_item .item_img{
    width: 2.86rem;
    height: 1.96rem;
}

.hotNews8 .hotNews8_item .item_content{
    width: 3.74rem;
    height: 1.96rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotNews8 .hotNews8_item .item_content .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: .68rem;
}

.hotNews8 .hotNews8_item .item_content .date{
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .28rem;
    color: #AAAAAA;
    line-height: .32rem;
}

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