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: #F7F7F7;
    color: #555;
    font-size: 14px;
}

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

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;
}

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

.clearfix {
    *zoom: 1;
}

header {
    width: 100%;
    height: 150px;
    background: #ffffff;
}

header .logo_wrap{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

header .logo_wrap .logo{
    font-family: Gudea, Gudea;
    font-weight: bold;
    font-size: 32px;
    color: #AFDF46;
    line-height: 40px;
    text-align: left;
}

header .header_main{
    width: 100%;
    height: 60px;
    background: #ffffff;
}



header .header_main .nav_list{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
}

header .header_main .nav_list .nav_item{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #AFDF46;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
}


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






.header_main .search{
    width: 167px;
    height: 40px;
    background: #5F666D;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;
    padding: 0 8px;
}

.header_main .search .search_icon{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer;
    /* margin-right: 4px; */
    
}

.header_main .search .search_input{
    width: 110px;
    border: 0;
    display: flex;
    height: 28px;
    outline: none;
    background: #5F666D;
}



.sub_title{
    width: 100%;
    height: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    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: 400;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    text-align: left;
}

.sub_title .title .dots{
    /* width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url(../images/sub_icon.png) no-repeat;
    background-size: 100% 100%; */

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #AFDF46;
    line-height: 29px;
    margin-left: 10px;
}

.sub_title .title .icon{
    width: 28px;
    height: 28px;
    margin-right: 6px;
    display: none;
}

.sub_title .title .line{
    width: 100%;
    height: 2px;
    background: #F8AB14;
    position: absolute;
    left: 0;
    bottom: -1px;
}


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


.sub_title .more{
    height: 29px;
    display: flex;
    align-items: end;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}
.section{
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 30px;
}

.common_section{
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}


.section .section_container{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}



.section .section_full{
    width: 100%;
    display: flex;
}

.section .section340{
    width: 340px;
}

.section .section800{
    width: 800px;
}


.section .section_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.section .section440{
    width: 440px;
}

.section_left{
    width: 800px;
    padding-bottom: 50px;
}

.section_right{
    width: 340px;
}


.banner_wrap{
    width: 440px;
    /* margin: 0 auto; */
    /* margin-bottom: 50px; */
}

.show_img{
    width: 440px;
    height: 295px;
    overflow: hidden;
    position: relative;
}

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

.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: 18px;
    color: #FFFFFF;
    line-height: 48px;
}

.show_img .swiper-pagination{
    width: 28px !important;
    height: 28px !important;
    position: absolute;
    right: 50px !important;
    bottom: 18px !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: 12px !important;
    height: 12px !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;
}


.gameImgsWrap{
    width: 810px;
    height: 138px;
    /* margin-top: 20px; */
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: #000;
}


.game_imgs.swiper {
    width: 680px;
    height: 360px;
}

.game_imgs{
    margin-bottom: 50px;

}

.game_imgs .swiper-slide {
    width: 200px !important;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .game_imgs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #F5F5F5;
    opacity: 1;
}

.game_imgs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 4px;
    background: #FF2F4C;
} */

.game_imgs .prev_shadow{
    position: absolute;
    width: 30px;
    height: 60px;
    opacity: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.game_imgs .next_shadow{
    position: absolute;
    width: 30px;
    height: 60px;
    opacity: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.game_imgs .swiper-button-prev{
    width: 30px;
    height: 60px;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0;
}

.game_imgs .swiper-button-prev::after{
    content: "";
}

.game_imgs .swiper-button-next{
    width: 30px;
    height: 60px;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0;
}

.game_imgs .swiper-button-next::after{
    content: "";
}


footer{
    width: 100%;
    height: 180px;
    background: #333333;
    box-sizing: border-box;
    padding-top: 55px;
    font-size: 12px;

}

footer .link{
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
} 

footer .link a{
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 15px;
}

footer .link a::after{
    content: " ";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #999999;
}

footer .link a:nth-last-child(1){
    margin-right: 0;
}

footer .link a:nth-last-child(1)::after{
    display: none;
}


footer .copyright{
    text-align: center;
    font-size: 14px;
    color: #999999;
}



.game_links{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.game_links .links{
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.game_links .links .link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 28px;
}



.hotNews_info{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hotNews_info .dots{
    width: 6px;
    height: 6px;
    background: #eeeeee;
    border-radius: 50%;
    margin-right: 10px;
    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: 14px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 242px;
}


.hotNews_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;

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









.hotNews1{

}

.hotNews1_item{
    width: 100%;
    height: 60px;
    display: flex;
    margin-bottom: 20px;
}

.hotNews1_item .item_date{
    width: 48px;
    height: 60px;
    flex-shrink: 0;
    background: #AFDF46;
    position: relative;
}

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

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

.hotNews1_item .item_date::after{
    width: 35px;
    height: 2px;
    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: 280px;
    box-sizing: border-box;
    padding-left: 12px;
    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: 20px;
    color: #333333;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews1_item .item_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    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: 18px;
}

.hotNews1_info .dots{
    width: 6px;
    height: 6px;
    background: #eeeeee;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

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

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


.hotNews1_info .detailBtn{
    width: 52px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #AFDF46;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AFDF46;
    line-height: 28px;
    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: 8px;
}

.imgs_list .imgs_item{
    width: 164px;
    height: 100px;
    position: relative;
}

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

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

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

.hotNews_info .dots{
    width: 6px;
    height: 6px;
    background: #eeeeee;
    border-radius: 50%;
    margin-right: 10px;
    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: 14px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 217px;
}


.hotNews_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;

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


.hotNews_content{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    background: rgba(175,223,70,0.06);
    border-radius: 8px;
    margin-bottom: 20px;
}

.hotNews_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotNews_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hotNews3{
   
}

.hotNews_wrap{
    margin-bottom: 30px;
}

.hotNews_wrap .titleWrap{
    height: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

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

.hotNews_wrap .titleWrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    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: 14px;
    color: #777777;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hotNews3_item{
    height: 96px;
    margin-bottom: 30px;
    /* padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0,0,0,0.06);
    margin-bottom: 16px; */
    display: flex;
    justify-content: space-between;
}

.hotNews3_item .item_img{
    width: 146px;
    height: 96px;
    display: block;
}


.hotNews3_item .item_content{
    width: 184px;
    height: 96px;
    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: 16px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.hotNews3_item .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 16px;
    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: 14px;
    color: #AAAAAA;
    line-height: 18px;
}
.hotNews3_item:nth-last-of-type(1){
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.hotNews4{

}

.hotNews4_item{
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 20px;
}
.hotNews4_item .titleWrap{
    height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;

}
.hotNews4_item .titleWrap .tag{
    width: 48px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: url(../images/hot_tag2.png) no-repeat;
    background-size: 100% 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 14px;
}
.hotNews4_item .titleWrap .title{
    width: 378px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    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: 14px;
    color: #777777;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

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

.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: 4px;
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

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

.hotNews5_item .item_content{
    flex: 1;
}

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

.hotNews5_item .item_content .titleWrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 230px;
    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: 14px;
    color: #AAAAAA;
    line-height: 18px;
}


.hotNews5_item .item_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    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: 26px;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin-bottom: 14px;
}

.hotNews6_info .tag{
    width: 48px;
    height: 26px;
    background: #AFDF46;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    line-height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.hotNews6_info .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}







.hotNews7{

}

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

.hotNews7_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}



.hotNews7_info{
    width: 100%;
    display: flex;
    align-items: center;
    height: 21px;
    margin-bottom: 20px;
}

.hotNews7_info .dots{
    width: 6px;
    height: 6px;
    border: 2px solid #ffffff;
    background: #eeeeee;
    border-radius: 50%;
    margin-right: 10px;
    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: 14px;
    color: #AFDF46;
    line-height: 18px;
    flex-shrink: 0;
    margin-right: 10px;
}

.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: 14px;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 254px;
}

.section_right .hotNews7_info .title{
    width: 190px;
}


.hotNews7_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;

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

.hotNews8{

}

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

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

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

.hotNews8 .hotNews8_item .item_img{
    width: 143px;
    height: 98px;
}

.hotNews8 .hotNews8_item .item_content{
    width: 187px;
    height: 98px;
    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: 14px;
    color: #777777;
    line-height: 34px;
}

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

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

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