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: #66B3FF;
    line-height: 40px;
    text-align: left;
}
.logo img {
  width: 180px;
  height: auto;
  display: block;
}
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: #66B3FF;
    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: #66B3FF;
    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%; */

    width: 8px;
    height: 20px;
    background: linear-gradient( 180deg, #66B3FF 0%, rgba(102,179,255,0) 100%);
    border-radius: 4px;
    margin-right: 12px;
    margin-top: 4px;
}

.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 .section330{
    width: 330px;
}

.section .section810{
    width: 810px;
}


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

.section .section460{
    width: 460px;
}

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

.section_right{
    width: 330px;
}


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

.show_img{
    width: 810px;
    height: 417px;
    overflow: hidden;
    position: relative;
}

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

.show_img .shadow .shadowContent{
    width: 640px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 65px;
}

.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(102,179,255,0.5) !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    z-index: 1 !important;
}

.swiper-pagination-bullet-active{
    background: rgba(102,179,255,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;
}

.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 span,
footer .link a{
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 15px;
}
footer .link span::after,
footer .link a::after{
    content: " ";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #999999;
}
footer .link span:nth-last-child(1),
footer .link a:nth-last-child(1){
    margin-right: 0;
}

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


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

footer .copyright a{
    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;
}
.hotNews1{

}

.hotNews1_item{
    width: 100%;
    height: 79px;
    background: #F7F7F7;
    display: flex;
    margin-bottom: 20px;
}

.hotNews1_item .item_img{
    width: 137px;
    height: 79px;
    flex-shrink: 0;
}

.hotNews1_item .item_content{
    position: relative;
    flex: 1;
    box-sizing: border-box;
    padding: 13px 15px 13px 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

.hotNews1_item .item_content .title{
    display: block;
    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;
    width: 171px;
}

.hotNews1_item .item_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 171px;
}


.hotNews1_item .item_content::after{
    width : 0;
  	height: 0;
  	border-width:  79px 18px 0 0;
  	border-style:  solid;
  	border-color: transparent #F7F7F7 transparent transparent;
    content: " ";
    position: absolute;
    left: -17px;
    top: 0;
}

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

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

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

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

.hotNews1_wrap .hotNews1_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: 243px;
}


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



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


.hotNews2{

}


.hotNews2_wrap{
    width: 100%;
    position: relative;
}

.hotNews2_wrap::before{
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    left: 4px;
    top: 10px;
    background: #D9D9D9;
    content: " ";
}

.hotNews2_wrap .hotNews2_info{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hotNews2_wrap .hotNews2_info::before{
    width: 6px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #D9D9D9;
    content: " ";
    border-radius: 50%;
}

.hotNews2_wrap .hotNews2_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;
    width: 250px;
}

.hotNews2_wrap .hotNews2_info .detailBtn{
    width: 44px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #66B3FF;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #66B3FF;
    line-height: 26px;
    text-align: center;
    display: block;

}


.hotNews2_wrap .hotNews2_info:nth-of-type(1)::before{
    width: 10px;
    height: 10px;
    border: 2px solid #66B3FF;
    box-sizing: border-box;
    left: 0;
    background: #ffffff;
}

.hotNews2_wrap .hotNews2_info:nth-of-type(1) .title{
    color: #66B3FF;
}

.hotNews2_wrap .hotNews2_info:nth-of-type(1) .detailBtn{
    background: #66B3FF;
    color: #ffffff;
}
.hotNews2_wrap .hotNews2_info:nth-last-of-type(1){
    margin-bottom: 0;
}


.hotNews3{

}


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

.imgs_list .imgs_item{
    width: 220px;
}

.imgs_list .imgs_item .imgs_link{
    width: 220px;
    height: 128px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.imgs_list .imgs_item .imgs_link::before{
    width: 28px;
    height: 28px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    content: " ";
    background: url(../images/pause.png) no-repeat;
    background-size: 100% 100%;
}

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

.imgs_list .imgs_item .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hotNews3_info{
    height: 21px;
    margin-bottom: 20px;
    display: flex;
    box-sizing: border-box;
    padding-left: 21px;
    position: relative;
    justify-content: space-between;
}

.hotNews3_info::before{
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    background: url(../images/pause1.png) no-repeat;
    background-size: 100% 100%;
}

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

.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_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #66B3FF;
    line-height: 29px;
    display: block;
    margin-bottom: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews4_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hotNews4_info .tag{
    width: 45px;
    height: 26px;
    background: #F7F7F7;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.hotNews4_info .info_content{
    flex: 1;
    display: flex;
    justify-content: space-between;
    height: 26px;
    align-items: center;
    padding-left: 10px;
    overflow: hidden;
}

.hotNews4_info .info_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-left: 10px;
}

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

.hotNews4_info:nth-of-type(1) .tag{
    background: #66B3FF;
    color: #ffffff;
}

.hotNews4_info:nth-of-type(1) .info_content{
    background: #66B3FF;
    color: #ffffff;
    background: linear-gradient( 90deg, rgba(102,179,255,0.15) 0%, rgba(102,179,255,0) 100%);
}

.hotNews4_info:nth-of-type(1) .info_content .title{
    color: #66B3FF;
}

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



.hotNews5{

}



.bigImg{
    width: 100%;
    height: 192px;
    margin-bottom: 14px;
    display: block;
    position: relative;
}


.bigImg .shadow{
    width: 100%;
    height: 40px;
    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: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 10px;
    display: none;
}

.bigImg::before{
    width: 38px;
    height: 38px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    content: " ";
    background: url(../images/pause.png) no-repeat;
    background-size: 100% 100%;
}


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

.bigImg_content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}





.hotNews5_info{
    height: 21px;
    /* background: #F7F7F7; */
    margin-bottom: 22px;
    box-sizing: border-box;
    /* padding: 0 6px; */
    display: flex;
    align-items: center;
}

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

.hotNews5_info .info_content{
    display: flex;
    height: 34px;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}
.hotNews5_info .info_content .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 1;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.hotNews6{

}


.hotNews6_item{
    margin-bottom: 20px;
}


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

.hotNews6_item .item_wrap{
    display: flex;
    height: 132px;
}

.hotNews6_item .item_wrap .item_img{
    width: 203px;
    height: 132px;
    flex-shrink: 0;
    display: block;
}


.hotNews6_item .item_wrap .item_content{
    height: 132px;
    background: #F7F7F7;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}


.hotNews6_item .item_wrap .item_content .top_area{
    width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 10px;
}


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

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

.hotNews6_item .item_wrap .item_content .infos span{
    margin-right: 20px;
}

.hotNews6_item .item_wrap .item_content .detailBtn{
    width: 100px;
    height: 34px;
    background: #66B3FF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotNews6_info{
    padding-bottom: 19px;
    border-bottom: 1px solid #F7F7F7;
    margin-bottom: 20px;
}

.hotNews6_info .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: 12px;
}

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

.hotNews6_info .content span{
    color: #66B3FF;
}



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


.hotNews7{

}

.hotNews7 .hotNews7_item{
    margin-bottom: 30px;
}

.hotNews7 .hotNews7_item .title{
    height: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hotNews7 .hotNews7_item .title .tag{
    width: 56px;
    height: 21px;
    box-sizing: border-box;
    border: 1px solid #66B3FF;
    border-left-width: 4px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #66B3FF;
    line-height: 1;
    margin-right: 10px;
}

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

.hotNews7 .hotNews7_item .item_content{
    height: 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}


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

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


.hotNews7 .hotNews7_item: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{
    margin-bottom: 50px;
}