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

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



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: #675CE9;
    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%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F7F7F7;
    box-sizing: border-box;
}

.sub_title .title{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 16px;
}

.sub_title .title::before{
    width: 4px;
    height: 18px;
    background: #675CE9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.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(103,92,233,0.4);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.sub_title .title .dots::after{
    width: 6px;
    height: 6px;
    background: #675CE9;
    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{
    width: 56px;
    height: 24px;
    background: #F7F7F7;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #675CE9;
    line-height: 1;
}
.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: 50px;
    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 .section410{
    width: 410px;
}
.section .section360{
    width: 360px;
}
.section .section350{
    width: 350px;
}

.section .section790{
    width: 790px;
}


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

.section_right{
    width: 350px;
}




.banner_wrap{
    width: 100%;
    /* margin: 0 auto; */
}

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

.show_img .pagination{
    position: absolute;
    right: 9px;
    bottom: 9px;
    z-index: 1;
}

.show_img .pagination .now{
    color: #675CE9;

}
.show_img .pagination .total{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}



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

.show_img .shadow .shadowContent{
    width: 312px;
    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: 43px;
}


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

.gameImgsWrap .game_imgs{
    width: 390px;
    height: 76px;

    /* padding: 0 44px; */
}


.gameImgsWrap .game_imgs .swiper-slide {
    width: 122px !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: 122px;
    height: 76px;
    box-sizing: border-box;
    border: 2px solid #675CE9;
    /* 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: 14px;
}

.hotNews_info .dots{


    width: 6px;
    height: 6px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    margin-right: 7px;
    transform: rotate(45deg);
    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: 223px;
}


.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_wrap{
    padding-bottom: 14px;
    border-bottom: 1px solid #F7F7F7;
    margin-bottom: 15px;
}







.hotNews1{

}

.hotNews1_item{
    margin-bottom: 20px;
}

.hotNews1_item .title{
    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;
    display: block;
    margin-bottom: 10px;
}

.hotNews1_item .item_wrap{
    display: flex;
}


.hotNews1_item .item_img{
    width: 150px;
    height: 90px;
    flex-shrink: 0;
}

.hotNews1_item .item_content{
    width: 210px;
    height: 90px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.hotNews1_item .item_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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


.hotNews1 .hotNews_info{
    height: 21px;
    margin-bottom: 20px;
}

.hotNews1_info1{
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hotNews1_info1 .tag{
    width: 76px;
    height: 40px;
    background: #675CE9;
    margin-right: 10px;
    flex-shrink: 0;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}

.hotNews1_info1 .title{
    flex: 1;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #675CE9;
    line-height: 1;
    width: 274px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews1_info{
    height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.hotNews1_info .tag{
    width: 76px;
    height: 24px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    text-align: center;
    line-height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    margin-right: 10px;
    flex-shrink: 0;
}

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

.hotNews1_info .title{
    width: 220px;
    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;
}

.section_right .hotNews1_info .title{
    width: 210px;
}


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

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

.hotNews1_info:nth-of-type(1) .tag{
   border-color: #675CE9;
   color: #675CE9;
}


.hotNews2{

}

.hotNews2_item{
    padding-bottom: 17px;
    border-bottom: 1px dashed #D9D9D9;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}


.hotNews2_item .item_img{
    width: 106px;
    height: 77px;
}


.hotNews2_item .item_content{
    width: 231px;
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotNews2_item .item_content .titleWrap{
    height: 21px;
    align-items: center;
    display: flex;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;

}

.hotNews2_item .rank{
    width: 27px;
    height: 18px;
    border-radius: 6px 0 6px 0;
    text-align: center;
    line-height: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 9px;
}

.hotNews2_item .item_content .titleWrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px
}
.hotNews2_item:nth-of-type(1) .rank{
    background: #FF4545;
}
.hotNews2_item:nth-of-type(2) .rank{
    background: #FF7245;
}
.hotNews2_item:nth-of-type(3) .rank{
    background: #FFB545;
}

.hotNews2_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: 26px;
    position: relative;
}

.hotNews2_item .item_content .content .date{
    right: 0;
    bottom: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 26px;
    position: absolute;
    z-index: 1;
}


.hotNews2_item .item_content .content::after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 82px;
    /* padding-left: 1px; */
    background: linear-gradient(to right, transparent, #fff 0%);
}

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

.hotNews3{
   
}






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

.section_right .hotNews3_item{
    height: 100px;
}

.hotNews3_item .title{
    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;
}

.hotNews3_item .item_img{
    width: 162px;
    height: 110px;
}

.section_right .hotNews3_item .item_img{
    width: 160px;
    height: 100px;
}

.hotNews3_item .item_content{
    width: 236px;
    height: 110px;
    box-sizing: border-box;
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_right .hotNews3_item .item_content{
    width: 180px;
    height: 100px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

}




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

.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{

}

.img_list{
    width: 100%;
    padding-bottom: 19px;
    border-bottom: 1px dashed #D9D9D9;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

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


.img_list .img_item .shadow{
    width: 100%;
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 4px;
}


.hotNews4 .hotNews_wrap{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
}

.hotNews4 .hotNews_info{
    height: 21px;
    margin-bottom: 20px;
}
.hotNews4 .hotNews_info:nth-last-of-type(1){
    margin-bottom: 0;
}
.hotNews5{

}


.hotNews5_wrap{
    position: relative;
}

.hotNews5_wrap::before{
    position: absolute;
    left: 3px;
    top: 9px;
    height: calc(100% - 18px);
    width: 1px;
    background: #D9D9D9;
    content: " ";
}

.hotNews5_info{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding-left: 17px;
    position: relative;
}

.hotNews5_info .dots{
    width: 7px;
    height: 7px;
    border: 1px solid #D9D9D9;
    background: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;

}


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


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

.hotNews5 .look_more{
    width: 270px;
    height: 38px;
    background: #F7F7F7;
    border-radius: 19px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 1;
    margin-top: 20px;
}

.hotNews6{

}

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

.hotNews6_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.hotNews6_info1{
    /* height: 33px; */
    /* background: #F7F7F7; */
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.hotNews6_info1 .info_icon{
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    border: 2px solid #675CE9;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.hotNews6_info1 .title{
    width: 376px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #675CE9;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews6 .hotNews_info{
    margin-bottom: 20px;
}
.hotNews6 .hotNews_info .title{
    width: 267px;
}

.hotNews6 .hotNews_info .tag{
    width: 78px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #675CE9;
    line-height: 18px;
}


.hotNews7{

}

.hotNews7_item{
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
}

.hotNews7_item .dots{
    width: 6px;
    height: 6px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    margin-right: 14px;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.hotNews7_item .item_wrap{
    flex: 1;
    height: 85px;
    box-sizing: border-box;
    padding: 16px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.hotNews7_item .item_wrap .jump_icon{
    width: 19px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jump_icon.png) no-repeat;
    background-size: 100% 100%;
}

.hotNews7_item .item_wrap .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
}

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

.hotNews7_item:nth-of-type(2n) .item_wrap{
    background: linear-gradient(to right, rgba(103,92,233,0.15),rgba(103,92,233,0));
}

.hotNews8{

}


.hotNews8_item{
    padding-bottom: 19px;
    border-bottom: 1px dashed #D9D9D9;
    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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}



.hotNews8_item .item_img{
    width: 98px;
    height: 60px;
}

.hotNews8_item .item_content{
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    align-items: center;
    
}

.hotNews8_item .item_content .left_area{
    width: 124px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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


.hotNews8_item .item_content .detailBtn{
    width: 76px;
    height: 33px;
    background: #675CE9;
    border-radius: 6px;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 33px;

}



.hotNews8_wrap{
    margin-bottom: 30px;
}

.hotNews8 .hotNews_info{
    height: 21px;
    margin-bottom: 20px;
}


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

.section_right .hotNews3{
    margin-bottom: 20px;
}