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 img{
    width: 160px;
    height: 50px;
    display: block;
}

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



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: #60C76A;
    font-weight: bold;
}






.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: 16px;
    height: 16px;
    margin-right: 10px;
    background: #75D47E;
}

.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;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

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

.section .section330{
    width: 330px;
}

.section .section460{
    width: 460px;
}

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

.section .section_right{
    width: 330px;
}

.banner{
    width: 100%;
    height: 290px;
    position: relative;
    margin-bottom: 50px;
    /* padding-top: .3rem !important; */
}

.swiper {
    width: 100%;
    /* height: 3.6rem; */
}

.banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .swiper-slide .shadow{
    position: absolute;
    width: 100%;
    height: 48px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: initial;
    bottom: 0;
}

.banner .swiper-slide .shadow .shadow_content{
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}


.hotNews1{
    width: 100%;
    background: rgba(117,213,126,0.08);
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}

.hotNews1 .hotNews1_item{
    margin-bottom: 7px;
}

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

.hotNews1 .hotNews1_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #75D47E;
    line-height: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.hotNews1 .hotNews1_item .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: 16px;
    color: #777777;
    line-height: 34px;
}

.hotNews2{
    margin-bottom: 50px;
}

.hotNews2 .hotNews2_item{
    width: 100%;
    margin-bottom: 19px;
}

.hotNews2 .hotNews2_item:nth-last-of-type(1){
    margin-bottom: 0;
}
.hotNews2 .hotNews2_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.hotNews2 .hotNews2_item .info_wrap{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.hotNews2 .hotNews2_item .info_wrap .item_img{
    width: 130px;
    height: 80px;
}


.hotNews2 .hotNews2_item .info_wrap .item_content{
    width: 184px;
    height: 80px;
}

.hotNews2 .hotNews2_item .info_wrap .item_content .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: 28px;
    margin-bottom: 6px;
}

.hotNews2 .hotNews2_item .info_wrap .item_content .date{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}



.hotNews3{
    margin-bottom: 50px;
}

.hotNews3 .hotNews3_item{
    width: 100%;
    margin-bottom: 20px;
}

.hotNews3 .hotNews3_item:nth-last-of-type(1){
    /* margin-bottom: 0; */
}
.hotNews3 .hotNews3_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: none;
    margin-bottom: 10px;
}

.hotNews3 .hotNews3_item .info_wrap{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
}

.hotNews3 .hotNews3_item .info_wrap .item_img{
    width: 140px;
    height: 90px;
}


.hotNews3 .hotNews3_item .info_wrap .item_content{
    width: 174px;
    height: 80px;
}

.hotNews3 .hotNews3_item .info_wrap .item_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.hotNews3 .hotNews3_item .info_wrap .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: 16px;
    margin-bottom: 19px;
}

.hotNews3 .hotNews3_item .info_wrap .item_content .date{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}

.normal_info{
    width: 100%;
    height: 21px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

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

.normal_info .title{
    width: 251px;
    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;
    position: relative;
    display: block;
}

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

.hotNews4{
    margin-bottom: 50px;
}

.hotNews4 .hotNews4_wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 13px 16px;
    background: rgba(117,213,126,0.08);
    position: relative;
    margin-bottom: 20px;
}

.hotNews4 .hotNews4_wrap::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/rectangle.png) no-repeat;
    background-size: 100% 100%;
}

.hotNews4 .hotNews4_wrap::after{
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/rectangle.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
}

.hotNews4 .hotNews4_wrap .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #75D47E;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: center;
}

.hotNews4 .hotNews4_wrap .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

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

.hotNews4 .normal_info{
    box-sizing: border-box;
    padding-left: 26px;
    position: relative;
}

.hotNews4 .normal_info .title{
    width: 345px;
}

.hotNews4 .normal_info::after{
    content: ">";
    position: absolute;
    left: 0;
    top: -3px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #75D47E;
    display: flex;
    justify-content: center;
    align-items: center;
}





.section_right .hotNews4 .normal_info .title{
    width: 224px;
}










.hotNews5{
    margin-bottom: 50px;
}

.hotNews5 .hotNews5_wrap{
    margin-bottom: 20px;
}

.hotNews5 .hotNews5_wrap .hotNews_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 24px;
    display: block;
}

.hotNews5 .normal_info .title {
    color: #777777;
}

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

.hotNews5 .hotNews5_item{
    width: 100%;
    margin: 28px 0;
}

.hotNews5 .hotNews5_item:nth-last-of-type(1){
    /* margin-bottom: 0; */
}
.hotNews5 .hotNews5_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: none;
    margin-bottom: 10px;
}

.hotNews5 .hotNews5_item .info_wrap{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.hotNews5 .hotNews5_item .info_wrap .item_img{
    width: 160px;
    height: 100px;
}


.hotNews5 .hotNews5_item .info_wrap .item_content{
    width: 160px;
    height: 10px;
}

.hotNews5 .hotNews5_item .info_wrap .item_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.hotNews5 .hotNews5_item .info_wrap .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: 16px;
    margin-bottom: 19px;
}

.hotNews5 .hotNews5_item .info_wrap .item_content .date{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}

.hotNews6{
    margin-bottom: 50px;   
}

.hotNews6 .hotNews_item{
    width: 100%;
    margin-bottom: 28px;
}

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

.hotNews6 .hotNews_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}

.hotNews6 .hotNews_item .option{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hotNews6 .hotNews_item .option .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
}

.hotNews6 .hotNews_item .option .lookBtn{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #75D47E;
    line-height: 18px;
}

.hotNews7{
    margin-bottom: 50px;
}

.hotNews7>div:nth-of-type(1){
    margin-bottom: 24px;
}

.hotNews7 .imgsList{
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.hotNews7 .imgsList .imgItem{
    width: 224px;
    height: 140px;
    position: relative;
}

.hotNews7 .imgsList .imgItem .shadow{
    width: 224px;
    height: 34px;
    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;
    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: 34px;
}

.hotNews7 .normal_info{
    height: 24px;
}

.hotNews7 .normal_info .title{
    width: 312px;
    line-height: 24px;
}

.hotNews7 .normal_info .title span{
    color: #75D47E;
}

.hotNews7 .normal_info .guide{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #75D47E;
    line-height: 18px;
}

.hotNews8{
    margin-bottom: 50px;
}

.hotNews8 .hotNews_item{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.hotNews8 .hotNews_item .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;
    margin-bottom: 16px;
}

.hotNews8 .hotNews_item .content{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}

.hotNews8 .hotNews_item .end_info{
    width: 100%;
    display: flex;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #AAAAAA;
    line-height: 17px;
}

.hotNews8 .hotNews_item .end_info .date{
    margin-right: 40px;
}

.hotNews8 .hotNews_item:nth-of-type(2n){
    background: linear-gradient( 271deg, rgba(117,213,126,0.1) 0%, rgba(117,213,126,0) 100%);
}



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

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



