@charset "utf-8";
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: var(--color2);
    position: relative;
    padding-bottom: 80px;
}
.rank{
    display: block;
    width: 141px;
    height: 133px;
    position: fixed;
    right: 40px;
    top: 100px;
    background: url(../../images/zt/zt_19thAsianGames/rank_btn.png) no-repeat;
    z-index: 999;
}

.focus{
    width: 1300px;
    height: 550px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
    background: rgba(180, 119, 239, 0.5);
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.focus_main{
    width: 100%;
    height: 100%;
}
.focus_l{
    width: 800px;
    height: 100%;
    float: left;
    border-radius: 30px;
}
.focus_l .swiper-slide{
    display: block;
}
.focus_l .swiper-pagination{
    height: 10px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    bottom: 70px;
    font-size: 0;
}
.focus_l .swiper-pagination span{
    background: rgba(180, 119, 239, 0.5);
}
.focus_l .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(180, 119, 239, 1);
}
.focus_l .swiper-button-prev,
.focus_l .swiper-button-next{
    top: initial;
    bottom: 45px;
    left: initial;
    width: 60px;
    height: 30px;
    outline-color: none;
}
.focus_l .swiper-button-prev::after,
.focus_l .swiper-button-next::after{
    content: "";
}
.focus_l .swiper-button-prev{
    background: url(../../images/zt/zt_19thAsianGames/prev1.png) no-repeat;
    right: 82px;
}
.focus_l .swiper-button-next{
    background: url(../../images/zt/zt_19thAsianGames/next1.png) no-repeat;
    right: 20px;
}
.focus_l .text_color{
    height: 60px;
    padding: 0 20px;
    background: rgba(55, 64, 230, 0.5);
    border-radius: 30px;
    line-height: 60px;
}
.focus_r{
    width: 460px;
    height: 400px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    margin-top: 55px;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}
.focus_r_item{
    display: block;
    width: 100%;
    height: 95px;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
}
.focus_r_item::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: var(--themes_color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.focus_r_item:hover{
    color: var(--themes_color);
}

/* 直击亚运 */
.zjyy{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
}
.title{
    width: 1300px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.title_line_l{
    display: block;
    width: 20px;
    height: 100%;
    background: #f640aa;
    float: left;
}
.title_text{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    float: left;
    margin-left: 10px;
}
.title_line_c{
    width: 1020px;
    height: 4px;
    display: block;
    margin-top: 19px;
    float: left;
    margin-left: 10px;
    background: linear-gradient(90deg, #f640aa, #a02fff);
}
.title_more{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    float: right;
}
.title_more:hover{
    color: #f640aa;
}
.swiper_zjyy{
    width: 100%;
    height: 476px;
    margin-top: 50px;
}
.swiper_zjyy .swiper-slide{
    display: block;
    width: 700px;
    height: 100%;
    opacity: 0.8;
}
.swiper_zjyy .swiper-slide span{
    display: block;
    width: 100%;
    height: 446px;
    border-radius: 20px;
    overflow: hidden;
}
.swiper_zjyy .swiper-slide .text_color{
    width: calc(100% - 40px);
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_zjyy .swiper-slide .text_color p{
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.swiper_zjyy .swiper-button-prev,
.swiper_zjyy .swiper-button-next{
    width: 60px;
    height: 30px;
    outline-color: none;
}
.swiper_zjyy .swiper-button-prev::after,
.swiper_zjyy .swiper-button-next::after{
    content: "";
}
.swiper_zjyy .swiper-button-prev{
    background: url(../../images/zt/zt_19thAsianGames/prev1.png) no-repeat;
    left: 20px;
}
.swiper_zjyy .swiper-button-next{
    background: url(../../images/zt/zt_19thAsianGames/next1.png) no-repeat;
    right: 20px;
}

/* 亚运面孔 */
.yymk{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px;
}
.swiper_yymk{
    width: 100%;
    height: 650px;
    margin-top: 50px;
}
.swiper_yymk .swiper-slide{
    display: block;
    width: 406px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.swiper_yymk .swiper-slide span{
    display: block;
    width: 366px;
    height: 500px;
    overflow: hidden;
}
.swiper_yymk .swiper-slide .text_color{
    width: 366px;
    height: 100px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #4e2cf8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_yymk .swiper-slide .text_color p{
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.swiper_yymk .swiper-button-prev,
.swiper_yymk .swiper-button-next{
    width: 40px;
    height: 40px;
    outline-color: none;
}
.swiper_yymk .swiper-button-prev::after,
.swiper_yymk .swiper-button-next::after{
    content: "";
}
.swiper_yymk .swiper-button-prev{
    background: url(../../images/zt/zt_19thAsianGames/prev2.png) no-repeat;
    left: 0;
}
.swiper_yymk .swiper-button-next{
    background: url(../../images/zt/zt_19thAsianGames/next2.png) no-repeat;
    right: 0;
}

/* 亚运直击 */
.yyrj .title_text{
    color: #3740e6;
}
.yyrj .title_more{
    color: #666;
}
.yyrj .title_more:hover{
    color: #3740e6;
}
.yyrj{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 80px;
}
.yyrj_l{
    width: 626px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 50px;
}
.ymrj_l_item{
    display: block;
    width: 100%;
    height: 398px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.ymrj_l_item span{
    display: block;
    width: 100%;
    height: 100%;
}
.yyrj_l_text{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
} 
.ymrj_l_item p{
    color: #fff;
}
.list_title_dis{
    margin-top: 50px;
    width: 624px;
    float: right;
}
.list_title_dis_item{
    height: 144px;
    border: none;
}
.list_title_dis_item p{
    margin-top: 15px;
}
.list_title_dis_item span{
    font-weight: bold;
}
.list_title_dis_item:hover span{
    color: #3740e6;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
.main{
    padding: 0 0.2rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}
.rank{
    width: 1.41rem;
    height: 1.33rem;
    right: 0.2rem;
    top: 0.2rem;
    background-size: cover;
}

.focus{
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    background: none;
    border-radius: 0;
    padding: 0;
}
.focus_l{
    width: 100%;
    height: 4.33rem;
    float: none;
    border-radius: 0.3rem;
}
.focus_l .swiper-pagination{
    height: 10px;
    padding-left: 0.2rem;
    bottom: 1.4rem;
}
.focus_l .swiper-button-prev,
.focus_l .swiper-button-next{
    bottom: 1.05rem;
    left: initial;
    width: 0.6rem;
    height: 0.3rem;
}
.focus_l .swiper-button-prev::after,
.focus_l .swiper-button-next::after{
    content: "";
}
.focus_l .swiper-button-prev{
    background: url(../../images/zt/zt_19thAsianGames/prev1.png) no-repeat;
    background-size: cover;
    right: 0.82rem;
}
.focus_l .swiper-button-next{
    background: url(../../images/zt/zt_19thAsianGames/next1.png) no-repeat;
    background-size: cover;
    right: 0.2rem;
}
.focus_l .text_color{
    height: 1.2rem;
    padding: 0 0.2rem;
    border-radius: 0.3rem;
    line-height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.focus_r{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0.3rem;
    margin-top: 0.5rem;
    float: none;
    padding: 0.2rem;
}
.focus_r_item{
    height: 1.2rem;
    position: relative;
    padding-left: 0.2rem;
}
.focus_r_item::before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: var(--themes_color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.2rem;
}
.focus_r_item:hover{
    color: #333;
}

/* 直击亚运 */
.zjyy{
    margin-top: 1rem;
}
.title{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_line_l{
    width: 0.2rem;
}
.title_text{
    font-size: 0.42rem;
    line-height: 0.6rem;
    margin-left: 0.1rem;

}
.title_line_c{
    width: 3.3rem;
    margin-top: initial;
    margin-left: 0.1rem;
}
.title_more{
    line-height: 0.6rem;
    font-size: 0.26rem;
}
.title_more:hover{
    color: #fff;
}
.swiper_zjyy{
    width: 100%;
    height: 4.22rem;
    margin-top: 0.5rem;
}
.swiper_zjyy .swiper-slide{
    width: 6rem;
}
.swiper_zjyy .swiper-slide span{
    height: 3.82rem;
    border-radius: 0.2rem;
}
.swiper_zjyy .swiper-slide .text_color{
    width: calc(100% - 0.4rem);
    height: 1.2rem;
    bottom: 0;
    left: 0.2rem;
    border-radius: 0.2rem;
}
.swiper_zjyy .swiper-slide .text_color p{
    padding: 0 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.swiper_zjyy .swiper-button-prev,
.swiper_zjyy .swiper-button-next{
    width: 0.6rem;
    height: 0.3rem;
}
.swiper_zjyy .swiper-button-prev{
    background: url(../../images/zt/zt_19thAsianGames/prev1.png) no-repeat;
    background-size: cover;
    left: 0;
}
.swiper_zjyy .swiper-button-next{
    background: url(../../images/zt/zt_19thAsianGames/next1.png) no-repeat;
    background-size: cover;
    right: 0;
}

/* 亚运面孔 */
.yymk{
    width: 100%;
    margin-top: 1rem;
}
.swiper_yymk{
    width: 100%;
    height: 9.4rem;
    margin-top: 0.5rem;
}
.swiper_yymk .swiper-slide{
    width: 6rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
}
.swiper_yymk .swiper-slide span{
    width: 5.6rem;
    height: 7.65rem;
}
.swiper_yymk .swiper-slide .text_color{
    width: 5.6rem;
    height: 1.2rem;
    bottom: 0.2rem;
    left: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper_yymk .swiper-slide .text_color p{
    padding: 0 0.2rem;
}
.swiper_yymk .swiper-button-prev,
.swiper_yymk .swiper-button-next{
    width: 0.6rem;
    height: 0.6rem;
}
.swiper_yymk .swiper-button-prev{
    background: url(../../images/zt/zt_19thAsianGames/prev2.png) no-repeat;
    background-size: 100%;
}
.swiper_yymk .swiper-button-next{
    background: url(../../images/zt/zt_19thAsianGames/next2.png) no-repeat;
    background-size: 100%;
}

/* 亚运直击 */
.yyrj .title_more:hover{
    color: #333;
}
.yyrj{
    width: 100%;
    margin-top: 1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.yyrj_l{
    width: 100%;
    float: none;
    margin-top: 0.5rem;
}
.ymrj_l_item{
    width: 100%;
    height: 5.93rem;
    border-radius: 0.2rem;
    margin-bottom: 0.2rem;
}
.ymrj_l_item span{
    display: block;
    width: 100%;
    height: 4.33rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
}
.yyrj_l_text{
    padding: 0.2rem;
    position:static;
    border-radius: 0.2rem;
    background: #3740e6;
    margin-top: 0.1rem;
} 
.list_title_dis{
    margin-top: 0.5rem;
    width: 100%;
    float: none;
}
.list_title_dis_item{
    height: auto;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.list_title_dis_item:nth-last-child(2) {
    border: none;
}
.list_title_dis_item p{
    margin-top: 0.1rem;
}
.list_title_dis_item:hover span{
    color: #333;
}

}
	