.warp {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}


.bodyer {
    padding-top: 40px;
    margin: 0 auto;
    width: 1168px;
}

.bodyer .module_title_white {
    width: 100%;
    height: 40px;
    font-size: 26px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: green; */
}

.bodyer .module_title_white a {
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.bodyer .module_title_white a div{
    display: inline-block;
    text-align: left;
    line-height: 1;
}
.bodyer .module_title_white a img {
    width: 12px;
    height: 12px;
}
.bodyer .module_title_white a .text_duo {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    font-weight: 400;
}
.module_title_white a:hover .text_duo{
    color: #00A149 ;
}
.module_title_white a:hover img{
    content: url('../png/icon_l.png');
}

.bodyer .module_title {
    /* padding-top: 40px; */
    width: 100%;
    height: 40px;
    font-size: 26px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #00A149; */
}

.bodyer .module_title div {
    /* border: solid 1px red; */
    text-align: left;
    /* height: 40px; */
    display: flex;
    align-items: center;
    /* width: 104px; */
    /* background: red; */
    line-height: 1;
}

.bodyer .module_title a {
    /* border: solid 1px red; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: center; */
    font-size: 26px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    padding-top: 12px;
    /* background-color: yellow; */
}

.bodyer .module_title a img {
    /* border: solid 1px red; */
    width: 12px;
    height: 12px;
}
.bodyer .module_title a .text_duo{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    font-weight: 400;
}
.module_title a:hover .text_duo{
    color: #00A149 ;
}
.module_title a:hover img{
    content: url('../png/icon_l.png');
}



/* login */
.header_title {
    height: 56px;
    background: #ffffff;
}

.header_title .header {
    margin: 0 auto;
    width: 1168px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_title .header a{
    height: 39px;

}
.header_title .header img {
    margin-left: 14px;
    height: 39px;
}

.header_title .header .header_right {
    display: flex;
    align-items: center;
}

.header_title .header .header_right ul {
    display: flex;
    align-items: center;

}

.header_title .header .header_right ul li a {
    height: 24px;
    padding: 0px 16px;
    cursor: pointer;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #00A149;
    line-height: 24px;
}

.header_title .header .header_right .header_search form {
    margin-left: 16px;
    /* padding: 0px 12px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 200px;
    height: 32px;
    background: #F2F4F5;
    border-radius: 2px;
    overflow: hidden;
    /* opacity: 0.15; */
}

.header_title .header .header_right .header_search input {
    /* flex: 1; */
    /* border: solid 1px red; */
    margin-left: 12px;
    width: 150px;
    height: 20px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
    background: #F2F4F5;
}

.header_title .header .header_right .header_search input::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #999999;
    font-size: 13px;
}

.header_title .header .header_right .header_search input::-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #999999;
    font-size: 13px;
}

.header_title .header .header_right .header_search input::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #999999;
    font-size: 13px;
}

.header_title .header .header_right .header_search input::-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #999999;
    font-size: 13px;
}

.header_title .header .header_right .header_search img {
    margin-left: 0px;
    padding: 9px 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.6;
    /* border: solid 1px red; */
}

.header_title .header .header_right .header_search form:hover img {
    opacity: 1;
}

/* login */
/* 导航 */
.nav_list {
    height: 48px;
    background: #00A149;
}

.nav_list ul {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
}

.nav_list ul li {
    padding: 0px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    line-height: 48px;
    height: 48px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    /* border: solid 1px red; */
}

.nav_list ul li a {
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    /* border: solid 1px red; */
}

.nav_list ul li .width2 {
    display: inline-block;
    width: 40px;
}

.nav_list ul li .width3 {
    display: inline-block;
    width: 56px;
}

.nav_list ul li .width4 {
    display: inline-block;
    width: 72px;
}

.nav_list ul li:hover {
    font-weight: bold;
    color: #ffffff;
}

.nav_list ul li:hover a {
    font-size: 18px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;

}

/* .nav_list ul li:hover a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 6px;
    right: 0px;
    margin: 0 auto;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
} */

/* .nav_list ul .active a {
    font-size: 18px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
} */

/* .nav_list ul .active::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 6px;
    right: 0px;
    margin: 0 auto;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
} */

/* 导航 队伍弹框 */
.nav_list ul .teamMask .team_mask {
    /* border: solid 1px red; */
    display: none;
    width: 1920px;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: -615px;
    top: 48px;
    right: 0px;
    z-index: 10;
}

.nav_list ul .teamMask:hover .team_mask {
    display: block;
    width: 1920px;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: -615px;
    top: 48px;
    right: 0px;
    z-index: 10;
}

.nav_list ul li .team_mask .team_mask_item {
    /* border: solid 1px red; */
    margin: 0 auto;
    width: 1168px;
    /* height: 268px; */
    display: flex;
    text-align: left;
}

.nav_list ul li .team_mask .team_mask_item_left {
    /* margin-top: 24px; */
    /* height: 44px; */
    margin-left: 230px;
    text-align: left;
    /* border-left: solid 0.5px #8cc31f; */
}
.nav_list ul li .team_mask .team_mask_item_left .team_mask_item_li{
    margin-left: 0px !important;
}
.nav_list ul li .team_mask .team_mask_item_right {
    margin-left: 120px;
    text-align: left;
}

.nav_list ul li .team_mask .team_mask_item_title {
    height: 24px;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
}

.nav_list ul li .team_mask .team_mask_item_title a {
    color: #333333;
}

.nav_list ul li .team_mask .team_mask_item_li {
    margin: 16px 0px;
    height: 20px;
    line-height: 20px;
    position: relative;

}
.nav_list ul li .team_mask .team_mask_item_li span{
    /* display: none; */
    position: absolute;
    left: 52px;
    right: 58px;
    bottom: -5px;
    width: 20px;
    height: 2px;
    background: #333333;
}

.nav_list ul li .team_mask .team_mask_item_li a {
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
}

.nav_list ul li .team_mask .team_mask_item_li:hover a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00A149;
}
.nav_list ul li .team_mask .team_mask_item_li:hover span{
    position: absolute;
    left: 52px;
    right: 58px;
    bottom: -5px;
    width: 20px;
    height: 2px;
    background: #333333;
    background: #00A149;

}

/* 导航 队伍弹框 */
/* 导航 赛事弹框 */
.nav_list ul .competition_mask .competition {
    /* border: solid 1px red; */
    display: none;
}

.nav_list ul .competition_mask:hover .competition {
    display: block;
    width: 1920px;
    /* height: 268px; */
    /* background: #FFFFFF; */
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: -670px;
    top: 48px;
    right: 0px;
    z-index: 10;
}
.nav_list ul .competition_mask:hover .competitions{
    left: -590px;
}

.nav_list ul li .competition .competition_item {
    /* border: solid 1px red; */
    margin: 0 auto;
    width: 1168px;
    /* height: 268px; */
    display: flex;
    text-align: left;
}

.nav_list ul li .competition .competition_item_left {
    /* margin-left: 140px; */
}

.nav_list ul li .competition .competition_item_right {
    margin-left: 150px;
}

.nav_list ul li .competition .team_mask_item_title {
    margin-top: 24px;
    height: 24px;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.nav_list ul li .competition .team_mask_item_li {
    margin: 16px 0px;
    height: 20px;
    line-height: 20px;
}

.nav_list ul li .competition .team_mask_item_li a {
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
}

.nav_list ul li .competition .team_mask_item_li:hover a {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00A149;
}

/* 导航 赛事弹框 */
/* 导航 教练员弹框 */
.nav_list ul .coachMask .coach_mask {
    display: none;
}

.nav_list ul .coachMask:hover .coach_mask {
    display: block;
    width: 1920px;
    /* height: 120px; */
    /* background: #FFFFFF; */
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: -760px;
    top: 48px;
    right: 0px;
    z-index: 10;
}

.nav_list ul .coachMask .coach_mask .coach_mask_item {
    padding-top: 24px;
    /* border: solid 1px red; */
    margin: 0 auto;
    width: 856px;
    /* height: 96px; */
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.nav_list ul .coachMask .coach_mask .coach_mask_item .coach_mask_item_li {
    /* border: solid 1px red; */
    margin-left: 80px;
    /* border: solid 1px red; */
    margin-bottom: 16px;
    width: 100px;
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
}

.nav_list ul .coachMask .coach_mask .coach_mask_item .coach_mask_item_li a {
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
}

.nav_list ul .coachMask .coach_mask .coach_mask_item .coach_mask_item_li a:hover {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00A149;
}

/* 导航 教练员弹框 */

/* 导航 全民足球弹框 */
.nav_list ul .allFootball .coach_mask {
    display: none;
}

.nav_list ul .allFootball:hover .coach_mask {
    display: block;
    width: 1920px;
    /* height: 120px; */
    /* background: #FFFFFF; */
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.98);
    position: absolute;
    left: -1100px;
    top: 48px;
    right: 0px;
    z-index: 10;
}

.nav_list ul .allFootball .coach_mask .coach_mask_item {
    padding-top: 24px;
    /* border: solid 1px red; */
    margin: 0 auto;
    width: 856px;
    /* height: 96px; */
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.nav_list ul .allFootball .coach_mask .coach_mask_item .coach_mask_item_li {
    /* border: solid 1px red; */
    /* margin-left: 80px; */
    /* border: solid 1px red; */
    margin: 0px 15px;
    margin-bottom: 16px;
    /* width: 100px; */
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
}

.nav_list ul .allFootball .coach_mask .coach_mask_item .coach_mask_item_li a {
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
}

.nav_list ul .allFootball .coach_mask .coach_mask_item .coach_mask_item_li a:hover {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00A149;
}

/* 导航 全民足球弹框 */

/* 导航 */
/* 轮播图 */
.swiper_img {
    height: 532px;
    background: #212129;
    position: relative;
    text-align: center;
}

.swiper_img .swiper {
    /* border: solid 1px red; */
    width: 100%;
    max-width: 1600px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100%;
}

.swiper_img .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper_img .swiper .swiper-slide .swiper_slide_maskLeft {
    /* border: solid 1px red; */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 532px;
    background: linear-gradient(90deg, #212129 0%, rgba(33, 33, 41, 0) 100%);
}

.swiper_img .swiper .swiper-slide .swiper_slide_maskRight {
    /* border: solid 1px red; */
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;
    height: 532px;
    background: linear-gradient(90deg, rgba(33, 33, 41, 0) 0%, #212129 100%);

}

.swiper_img .swiper .swiper-slide .swiper_slide_maskBottom {
    /* border: solid 1px red; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(33, 33, 41, 0) 0%, #212129 100%);
}

.swiper_img .swiper .swiper-slide .swiper_slide_name {
    /* border: solid 1px red; */
    margin: 0 auto;
    position: absolute;
    left: 0px;
    bottom: 40px;
    right: 0px;
    height: 48px;
    font-size: 36px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 3px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.68);
    width: 1040px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.swiper_img .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
}

.swiper_img .swiper .swiper-slide img:hover {
    transform: none;
}

.swiper_img .swiper .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #6E6E72;
    border-radius: 0px;
}

.swiper_img .swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 4px;
    background: #FFFFFF;
}

/* 轮播图 */

/* 新闻动态 */
.new_trends {
    background: #F7F9FA ;
    height: 692px;
}

.new_trends .newList {
    margin-top: 20px;
    padding-bottom: 28px;
    /* border: solid 1px red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_trends .newList li {
    margin-bottom: 32px;
    width: 268px;
    height: 250px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.new_trends .newList li img {
    display: block;
    width: 268px;
    height: 150px;
    border-radius: 4px 4px 0px 0px;
}

.new_trends .newList li .li_bottom {
    width: 268px;
    height: 84px;
    border-radius: 4px 4px 0px 0px;
}

.new_trends .newList li .li_bottom .li_bottom_title {
    margin: 0 auto;
    margin-top: 16px;
    width: 236px;
    height: 48px;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_trends .newList li:hover .li_bottom_title {
    font-weight: bold;
    color: #00A149;
}

.new_trends .newList li .li_bottom .li_bottom_time {
    margin-left: 16px;
    margin-top: 4px;
    height: 20px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
}

/* 新闻动态 */
/* 通知公告 */
.notification {}

.notification .notification_list {
    /* border: solid 1px red; */
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.notification .notification_list li {
    /* border: solid 1px red; */
    margin-right: 32px;
    padding: 11px 0px;
    width: 568px;
    height: 48px;
    display: flex;
}

.notification .notification_list li:nth-child(odd) {
    /* border: solid 1px green; */
    margin-right: 0px;
}

.notification .notification_list li span {
    margin-top: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #019C39;
    border-radius: 6px;
}

.notification .notification_list li .notification_list_li_content {
    margin-left: 16px;
}

.notification .notification_list li .notification_list_li_content_name {
    display: inline-block;
    width: 520px;
    height: 24px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification .notification_list li .notification_list_li_content_name:hover {
    color: #00A149;
    font-weight: bold;
}

.notification .notification_list li .notification_list_li_content_time {
    margin-top: 4px;
    height: 20px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 20px;
}

/* 通知公告 */

/* CFA TV */
.cfa_tv_list {
    margin-top: 22px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cfa_tv_list li {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 368px;
    height: 291px;
    background: #F7F9FA;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.cfa_tv_list li:nth-child(3n) {
    margin-right: 0px;
}

.cfa_tv_list li .cfa_tv_list_img {
    width: 368px;
    height: 207px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
    overflow: hidden;
}

.cfa_tv_list li .cfa_tv_list_img .play_img {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0px 0px;
}

.cfa_tv_list li .cfa_tv_list_img .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    width: 72px;
    height: 72px;
}

.cfa_tv_list li .cfa_tv_list_img .play_icon:hover {
    transform: scale(1);
}

.cfa_tv_list li .cfa_tv_list_img .img_mask {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 368px;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.cfa_tv_list li .cfa_tv_list_img .img_time {
    position: absolute;
    right: 12px;
    bottom: 12px;
    height: 16px;
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
}

.cfa_tv_list li .cfa_tv_list_title {
    margin: 0 auto;
    margin-top: 16px;
    width: 328px;
    height: 48px;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cfa_tv_list li:hover .cfa_tv_list_title {
    font-weight: bold;
    color: #00A149;
}

/* CFA TV */
/* 协会赛事区域   start */
.event {
    height: 552px;
    background: #f7f9fa;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.event .bodyer {

    /* border: 0; */
}

.event .event_content {
    width: 1168px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.event .journalism {
    margin-top: 20px;
    width: 768px;
    height: 416px;
    background: #FFFFFF;
    padding: 32px 24px 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.event .journalism a .image_text img {
    border-radius: 4px;
}

.event .journalism a .image_text img:hover {
    /* border: solid 1px red; */
    transform: none;
    border-radius: 4px;
}

.event .event_content img {
    width: 448px;
    height: 252px
}

.event .big_title {
    width: 448px;
    height: 28px;
    font-size: 18px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.event .small_title {
    width: 428px;
    height: 48px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 24px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.event .journalism a:hover .big_title {
    color: #00A149;
}

.event .title_list {
    width: 244px;
}

.event .title_list ul {
    list-style: disc;
}

.event .title_list ul li {
    width: 222px;
    height: 72px;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 72px;
    border-top: 1px solid #F0F0F0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


.event .title_list ul li:last-child {
    border-bottom: 1px solid #F0F0F0;
}

.event .title_list ul li>div {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.event .title_list ul li>div a {
    /* border: solid 1px red; */
    display: flex;
}

.event .title_list ul li>div a span {
    display: inline-block;
    margin-top: 8px;
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 30px;
}

.event .title_list ul li>div a div {
    margin-left: 8px;
    flex: 1;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event .title_list ul li:hover a {
    color: #019C39;
}

.event .rankinglist {
    margin-top: 20px;
    width: 368px;
    height: 416px;
    background: #FFFFFF;
    position: relative;
}

.event .rankinglist span {
    position: absolute;
    width: 24px;
    height: 48px;
    background-size: 24px 48px;
}

.event .rankinglist .icon_right {
    top: 0;
    right: 0;
    background: url(../png/icon_no_right.png);
    background-size: 24px 48px;
}

.event .rankinglist .icon_right:hover {
    background: url(../png/icon_right.png);
    background-size: 24px 48px;
    cursor: pointer;
}

.event .rankinglist .icon_left {
    top: 0;
    left: 0;
    background: url(../png/icon_no_left.png);
    background-size: 24px 48px;
    display: none;
}

.event .rankinglist .icon_left:hover {
    background: url(../png/icon_left.png);
    background-size: 24px 48px;
    cursor: pointer;
}

.event .rankinglist .rankinglist_title {
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(180deg, #088D44 0%, #00A149 100%);
    padding-right: 24px;

}

.event .rankinglist .rankinglist_title>div {
    float: left;
    margin-right: 40px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    cursor: pointer;

}

.event .rankinglist .rankinglist_title>div:first-child {
    margin-left: 29px;
}

.title_big {
    font-size: 20px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
}

.event .rankinglist_announcement {
    padding: 10px 20px 16px 20px;
}

.event .rankinglist_announcement_top {
    display: flex;
    margin-bottom: 10px;
}

.event .rankinglist_announcement_top>div {
    height: 28px;
    font-size: 15px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-right: 24px;
    cursor: pointer;
}

.event .rankinglist_announcement_top .title_green {
    font-size: 18px;
    font-weight: bold;
    color: #039646;
}

.event .rankinglist_announcement_bottom {
    overflow: hidden;
}

.event .rankinglist_announcement_bottom {
    overflow: hidden;
}

.event .rankinglist_announcement_bottom .ranking_title {
    width: 328px;
    height: 36px;
    line-height: 36px;
    background: #ecf4f2;
    display: flex;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #006C54;
}


.event .rankinglist_announcement_bottom .ranking_title>div {
    width: 36px;
    /* height: 20px; */
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #006C54;
    text-align: center;
}

.event .rankinglist_announcement_bottom .ranking_title>div:first-child {
    margin-left: 8px;
    margin-right: 12px;
}

.event .rankinglist_announcement_bottom .ranking_title>div:nth-child(2) {
    width: 24px;
    margin-right: 96px;
}

.event .rankinglist_announcement_bottom .she_title>div:nth-child(2) {
    margin-right: 52px;
}

.event .rankinglist_announcement_bottom .she_title>div:nth-child(3) {
    margin-right: 58px;
}

.event .rankinglist_announcement_bottom .she_title>div:nth-child(4) {
    width: 100px;
}

.event .rankinglist_announcement_bottom .ranking_content {
    height: 240px;
    overflow-y: auto;
}

.event .rankinglist_announcement_bottom .ranking_content .ranking_content_item {
    /* width: 328px; */
    height: 48px;
    line-height: 48px;
    background: #FCFCFC;
    display: flex;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;

}

.event .rankinglist_announcement_bottom .ranking_content .ranking_content_title {
    padding-left: 16px;
    /* width: 300px; */
    height: 32px;
    line-height: 32px;
    background: #517B64;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.event .rankinglist_announcement_bottom .ranking_content .she>div:nth-child(2) {
    width: 71px;
}

.event .rankinglist_announcement_bottom .ranking_content .she>div:nth-child(3) {
    width: 130px;
    overflow: hidden;
    text-align: left;
    padding-left: 22px;
}

.event .rankinglist_announcement_bottom .ranking_content .she>div:nth-child(4) {
    width: 50px;
    overflow: hidden;
}

.event .ranking_content .ranking_content_item>div {
    width: 36px;
    height: 44px;
    text-align: center;
    box-sizing: border-box;
}

.event .ranking_content .ranking_content_item>div:first-child {
    margin-left: 8px;
}

.event .ranking_content .ranking_content_item>div:nth-child(2) {
    width: 132px;
    text-align: left;
    padding-left: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.event .ranking_content .ranking_content_item:nth-child(even) {
    background-color: #f5f6f7;
}

.event .rankinglist_announcement_more {
    width: 52px;
    height: 20px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #039646;
    line-height: 20px;
    margin: auto;
    margin-top: 10px;
    display: block;
}

.event .rankinglist_announcement_more:hover {
    color: #26af64;
    cursor: pointer;
}

/* 协会赛事区域   end */


/* <!-- 全民足球 女子足球 中国支队... start --> */
.classify {
    width: 1168px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.classify .bodyer {
    padding-top: 0px;
    width: 368px;
    height: 359px;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    /* border: solid 1px red; */

}

.classify .bodyer .bodyer_title {
    height: 88px;
}

.classify .bodyer .bodyer_title>div {
    height: 36px;
    font-size: 22px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    padding-top: 40px;
}

.classify .bodyer .bodyer_title:hover a {
    opacity: 0.8;
}

.classify .bodyer .bodyer_content {
    width: 368px;
    height: 271px;
    background-color: #f7f9fa;
    border-radius: 4px;
}

.classify .bodyer .bodyer_content a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

.classify .bodyer .bodyer_content a .bodyer_content_img {
    background: #fff;
    width: 368px;
    height: 207px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
}

.classify .bodyer .bodyer_content a .bodyer_content_img img {
    width: 100%;
    height: 100%;
}

.classify .bodyer .bodyer_content a .bodyer_content_title {
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.classify .bodyer:nth-child(1) .bodyer_content a .bodyer_content_title {
    /* background-color: #1D2630; */
    background-color: #F7F9FA;
}

.classify .bodyer:nth-child(2) .bodyer_content a .bodyer_content_title {
    /* background-color: #163c49; */
    background-color: #F7F9FA;

}

.classify .bodyer:nth-child(3) .bodyer_content a .bodyer_content_title {
    /* background-color: #3b4766; */
    background-color: #F7F9FA;

}

.classify .bodyer:nth-child(4) .bodyer_content a .bodyer_content_title {
    /* background-color: #365336; */
    background-color: #F7F9FA;

}

.classify .bodyer:nth-child(5) .bodyer_content a .bodyer_content_title {
    /* background-color: #5e4040; */
    background-color: #F7F9FA;

}

.classify .bodyer:nth-child(6) .bodyer_content a .bodyer_content_title {
    /* background-color: #305245; */
    background-color: #F7F9FA;

}

.classify .bodyer .bodyer_content .bodyer_content_title>div:first-child {
    width: 228px;
    /* height: 48px; */
    max-height: 48px;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.classify .bodyer .bodyer_content .bodyer_content_title>div:last-child {
    /* border: solid 1px red; */
    width: 60px;
    height: 30px;
    line-height: 30px;
    /* background: rgba(255, 255, 255, 0.16); */
    border-radius: 2px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #00A149;
    background: #ffffff;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

.classify .bodyer .bodyer_content a:hover .bodyer_content_title>div:first-child {
    /* color: #fff; */
    color: #00A149;
}

.classify .bodyer .bodyer_content a:hover .bodyer_content_title>div:last-child {
    /* color: #fff; */
    color: rgba(0, 161, 73, 0.8);
}

/* <!-- 全民足球 女子足球 中国支队... end --> */


/* <!-- 官网商城 start--> */
.shop {
    width: 100%;
    background: #202028;
    height: 440px;
    border-bottom: 1px solid #2d2d34;
}

.shop .module_title_store {
    margin-top: 20px;
    width: 1168px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.shop .module_title_store a {
    font-size: 30px;
    text-align: center;
    color: red;
}

.shop .module_title_store .shop_img {
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 4px;
}

/* 店铺链接 */
.shop .module_title_store .a_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 360px;
    height: 300px;
    background: #039646;
    opacity: 0;
}

/* 女足冰箱贴 */
.shop .module_title_store .a_2 {
    position: absolute;
    left: 373px;
    top: 0px;
    z-index: 12;
    width: 273px;
    height: 202px;
    background: #039646;
    opacity: 0;
}

/* 盾标徽章 */
.shop .module_title_store .a_3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    width: 200px;
    height: 200px;
    background: #000;
    opacity: 0;

}

/* 扇子 */
.shop .module_title_store .a_4 {
    position: absolute;
    right: 200px;
    top: 0px;
    z-index: 12;
    width: 200px;
    height: 200px;
    background: #039646;
    opacity: 0;
}

/* 龙凤徽章 */
.shop .module_title_store .a_5 {
    position: absolute;
    right: 281px;
    bottom: 0px;
    z-index: 10;
    width: 350px;
    height: 200px;
    background: yellow;
    opacity: 0;
}

/* 
.shop .module_title_store .shop_icon_left {
    top: 118px;
    left: 300px;
    background: url(https://imageoss.thecfa.cn/assets/icon_no_left.png);
    background-size: 40px 64px;
}

.shop .module_title_store .shop_icon_left:hover {
    background: url(https://imageoss.thecfa.cn/assets/icon_left.png);
    background-size: 40px 64px;
    cursor: pointer;
}

.shop .module_title_store .shop_icon_right {
    top: 118px;
    right: 0;
    background: url(https://imageoss.thecfa.cn/assets/icon_no_right.png);
    background-size: 40px 64px;
}

.shop .module_title_store .shop_icon_right:hover {
    background: url(https://imageoss.thecfa.cn/assets/icon_right.png);
    background-size: 40px 64px;
    cursor: pointer;
}

.shop .module_title_store img {
    width: 300px;
    height: 300px;
}

.shop .module_title_store .store_viewpager {
    height: 100%;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.shop .module_title_store .store_viewpager>div {
    margin-right: 40px;
    box-sizing: border-box;
}

.shop .module_title_store .store_viewpager>div:last-child {
    margin-right: 0;
}

.shop .module_title_store .store_viewpager img {
    width: 148px;
    height: 148px;
    padding-left: 10px;
}

.shop .module_title_store .store_viewpager p {
    width: 168px;
    height: 40px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 20px;
    margin-top: 20px;
}

.shop .module_title_store .store_viewpager p:hover {
    color: #00A149;
    cursor: pointer;
}

.shop .module_title_store .store_viewpager>div:nth-child(even) p {
    margin-bottom: 20px;
    margin-top: 0;
}

.shop .new-shop {
    display: flex;
}

.shop .new-shop>div:last-child {
    flex: 1;
}

.shop .new-shop>div img {
    width: auto;
    height: auto;
} */

/* <!-- 官网商城 end--> */


/* <!-- 相关链接 --> start */
.related_links {
    /* height: 318px; */
    background: #202028;
    width: 100%;
    padding-bottom: 50px;
}


.related_links .bodyer_link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.related_links .bodyer_link a {
    text-align: center;
    height: 132px;
    margin: 0 16px;
    margin-bottom: 30px;
    color: #fff;
}

.related_links .bodyer_link a:first-child {
    margin-left: 0;
}

.related_links .bodyer_link a:nth-child(10n) {
    margin-left: 0;
}

.related_links .bodyer_link a:nth-child(9n) {
    margin-right: 0;
}

.related_links .bodyer_link a>div {
    width: 100px;
    height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #E6E6E6;
    line-height: 20px;
    text-align: center;
}

.related_links .bodyer_link a>div:hover {
    font-weight: bold;
    color: #00A149;
    cursor: pointer;
}

.related_links .bodyer_link img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* <!-- 相关链接 --> end */

/* 赞助商 */
.sponsor {
    /* height: 478px; */
    /* position: relative; */
    /* background: url(https://imageoss.thecfa.cn/assets/footer.jpg) no-repeat;
    background-size: 100%;
    background-position: top; */
    padding-bottom: 20px;
    background-color: #00A149;
}

.sponsor .sponsor_bj {
    width: 100%;
    height: 100%;
}

.sponsor .sponsor_bj:hover {
    transform: none;
}

.sponsor .sponsor_content {
    margin: 0 auto;
    padding-top: 0px;
    width: 1168;
    height: 100%;
    /* border: solid 1px yellow; */
    text-align: center;

}

.sponsor .sponsor_content_china {
    /* border: solid 1px red; */
}

.sponsor .sponsor_content_china .sponsor_content_china_title {
    margin: 0 auto;
    padding-top: 40px;
    /*width: 204px;*/
    height: 36px;
    font-size: 24px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.sponsor_content_china_list {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsor_content_china_list li {
    margin: 15px 10px;
    width: 109px;
    /* height: 52px; */
}

.sponsor_content_china_list li img {
    width: 100%;
    height: 100%;
}

.sponsor_content_schoolgirl {
    /* border: solid 1px red; */
}

.sponsor_content_schoolgirl_title {
    margin: 0 auto;
    margin-top: 38px;
    /*width: 204px;*/
    height: 36px;
    font-size: 24px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

/* 赞助商 */

/* 认证版权 */
.copyright {
    /* height: 135px; */
    background: #EBEEF0;
}

.copyright .copyright_content {
    padding: 40px 0px;
    text-align: center;
    /* height: 55px; */
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 11px;
    position: relative;
}

.copyright .copyright_content a {
    display: block;
    height: 18px;
    line-height: 18px;
}

.copyright .copyright_content div {
    height: 18px;
    line-height: 18px;
}

.copyright_content .quan {
    position: absolute;
    right: 330px;
    top: 50px;
}

/* 认证版权 */




