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

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: #8168E3;
    line-height: 40px;
    text-align: left;
}

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



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: #FFFFFF;
    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: #8168E3;
    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: bold;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    text-align: left;
}

.sub_title .title .dots{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(129,104,227,0.4);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_title .title .dots::after{
    width: 6px;
    height: 6px;
    background: #8168E3;
    border-radius: 50%;
    content: " ";
}

.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: 100%;
    /* margin: 0 auto; */
}

.show_img{
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

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


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

.gameImgsWrap .game_imgs{
    width: 100%;
    height: 76px;

    /* padding: 0 44px; */
}


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

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

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

.section_left .game_imgs{
    margin-bottom: 50px;

}

.section_left .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;
} */

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

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

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

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

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

.section_left .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_info{
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.hotNews1_info .rank{
    width: 22px;
    height: 22px;
    border: 1px solid #8168E3;
    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: 14px;
    color: #8168E3;
    line-height: 1;
    margin-right: 14px;
    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: 16px;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
}


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

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


.hotNews2{

}


.hotNews2_info{
    width: 100%;
    display: flex;
    align-items: center;
    height: 26px;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.hotNews2_info .date{
    width: 58px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #8168E3;
    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: 16px;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
}


.hotNews2_info .detailBtn{
    width: 50px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 26px;
    text-align: center;
}
.hotNews2_info:nth-last-of-type(1){
    margin-bottom: 0;
}
.hotNews2_info:nth-of-type(1) .detailBtn{
    background: #8168E3;
    border-color: #8168E3;
    color: #ffffff;
}
 

.hotNews3{
   
}


.hotNews3_item{
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

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

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

.hotNews3_item .item_img{
    width: 148px;
    height: 88px;
}

.hotNews3_item .item_content{
    width: 182px;
    height: 88px;
    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: 14px;
    color: #777777;
    line-height: 26px;
}

.hotNews3_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;
    display: none;
}

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


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

.hotNews3_info .dots{
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 6px;
    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: 16px;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 254px;
}


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

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



.hotNews4{

}

.hotNews4_wrap{
    width: 100%;
    background: rgba(129,104,227,0.06);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.hotNews4_wrap .title{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.hotNews4_wrap .content{
    width: 100%;
    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;
}


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


.hotNews4_item .item_content{
    width: 265px;
    height: 122px;
    box-sizing: border-box;
    padding: 16px 12px 16px 16px;
    background: rgba(129,104,227,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: 18px;
    color: #333333;
    line-height: 24px;
    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: 14px;
    color: #777777;
    line-height: 18px;
}


.hotNews4_item .item_content .end_info{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}

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


.hotNews4_item .item_img{
    width: 175px;
    height: 122px;
}



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

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

.hotNews4_info .tag{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8168E3;
    line-height: 1;
    margin-right: 14px;
}


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


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

}

.hotNews4_info .look{
    width: 58px;
    height: 27px;
    background: #8168E3;
    border-radius: 4px;
    text-align: center;
    line-height: 27px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}


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

.hotNews4_info:nth-of-type(1) .tag{
    border-left-width: 4px;
    border-color: #8168E3;
}


.hotNews5{

}



.hotNews5 .bigImg{
    width: 100%;
    height: 198px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}


.hotNews5 .bigImg .shadow{
    width: 100%;
    height: 41px;
    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: 16px;
    color: #FFFFFF;
    line-height: 41px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 8px;
}

.hotNews5_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: 20px;
}

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

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

.hotNews5_info .dots{
    width: 6px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 9px;
    flex-shrink: 0;
}

.hotNews5_info .tag{
    /* width: 80px; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8168E3;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 11px;
}


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


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

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

.hotNews6{

}
/* 
.hotNews6_item{
    padding-left: 16px;
    box-sizing: border-box;
    margin-bottom: 28px;
    position: relative;
}

.hotNews6_item::before{
    width: 6px;
    height: 6px;
    background: #8168E3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    content: " ";
}

.hotNews6_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    display: block;
    margin-bottom: 10px;
    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: 14px;
    color: #777777;
    line-height: 28px;
}

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

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

.hotNews6_item .end_info .look{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8168E3;
    line-height: 18px;
} */



.hotNews6_item{
    width: 100%;
    padding-bottom: 19px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.hotNews6_item .rank{
    width: 18px;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #777777;;
    line-height: 19px;
    text-align: center;
    margin-right: 10px;
}

.hotNews6_item:nth-of-type(1) .rank{
    background: url(../images/rank1.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.hotNews6_item:nth-of-type(2) .rank{
    background: url(../images/rank2.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}
.hotNews6_item:nth-of-type(3) .rank{
    background: url(../images/rank3.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.hotNews6_item .item_content{
    width: 302px;
    height: 59px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.hotNews6_item .item_content .title{
    width: 100%;
    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;
    display: block;
}

.hotNews6_item .content{
    width: 100%;
    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;
}

.hotNews7{

}

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

.img_list .img_item{
    width: 210px;
    height: 140px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}

.img_list .img_item .tag{
    width: 50px;
    height: 26px;
    background: #8168E3;
    border-radius: 4px 0px 4px 0px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}

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



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



.hotNews7_info .tag{
    width: 50px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 26px;
    flex-shrink: 0;
    margin-right: 17px;
    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: 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 .detailBtn{
    width: 76px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #8168E3;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8168E3;
    line-height: 26px;
    flex-shrink: 0;
    margin-right: 17px;
    text-align: center;

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

.hotNews8{

}


.hotNews8_item{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

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



.hotNews8_item .item_img{
    width: 150px;
    height: 100px;
}

.hotNews8_item .item_content{
    width: 180px;
    height: 100px;
    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: 14px;
    color: #777777;
    line-height: 18px;
    margin-bottom: 19px;
}

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

.hotNews8_item .item_content .look{
    width: 102px;
    height: 32px;
    background: #8168E3;
    border-radius: 4px;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;

}

.hotNews8_info{
    margin-bottom: 22px;
    display: flex;
}

.hotNews8_info .tag{
    width: 58px;
    height: 37px;
    border: 1px solid #8168E3;
    box-sizing: border-box;
    border-left: 6px solid #8168E3;
    text-align: center;
    line-height: 37px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #8168E3;
    margin-right: 6px;
}


.hotNews8_info .item_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 0 10px
}

.hotNews8_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: 176px;
}

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

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

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