body {
    background-color: white;
    overflow-x: hidden;
}

/* all */
[class^=col-] {
    padding: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

a:focus, a:hover {
    color: rgb(232, 69, 35);
    text-decoration: underline;
}

/* header */

.welcome_left {
    background: black;
}

.LAR {
    color: white;
}

.login {
    color: white;
    margin-top: 10px;
}

.login:hover {
    color: rgb(232, 69, 35);
}

.welcome_text {
    margin-top: 10px;
    margin-left: 5px;
}

@media (max-width: 768px) {

    .login {
        color: white;
        margin-top: -5px;
        margin-right: 5px;
    }

    .user_name {
        width: auto;
        line-height: 50px;
        text-align: right;
    }
}

/* footer */

.footer_info {
    padding-bottom: 15px;
}

.footer_info p {
    display: inline;
    color: rgb(159, 159, 159);
}

.footer_link {
    margin-right: 10px;
    border-radius: 5px;
    padding: 6px 8px;
    background-color: rgb(218, 218, 218);
}

.footer_link a {
    color: rgb(159, 159, 159);
}

.info_QR {
    padding-left: 0px;
}

.info_QR img {
    width: 140px !important;
    height: auto;
    margin-bottom: 5px;
}

.info_QR p {
    color: rgb(159, 159, 159);
    font-size: 12px;
    max-width: 140px;
}

.footer_foot a , .footer_foot a:hover  {
    padding: 15px;
    color: rgb(159, 159, 159);
}

.carousel {
    margin-bottom: 30px;
    max-height: 500px;
}


.carousel-inner>.item > a {
    max-height: 500px;
    display: block;
    width: 100%;
    /* object-fit: cover; */
}

.carousel-inner>.item > a > img{
    width: 100%;
}
.carousel-indicators li {
    width: 18px;
    height: 5px;
    border-radius: 0px;
    border: 1px solid rgb(232, 69, 35);
}

.carousel-indicators .active {
    width: 18px;
    height: 5px;
    margin: 1px;
    background-color: rgb(232, 69, 35);
}

.carousel-indicators {
    margin-left: 0;
}

.quick_entry {
    width: 100%;
    height: 200px;
    background-color: rgb(243, 243, 243);
}

.quick_entry .quick_img {
    width: 30px;
    height: 30px;
    margin-top: 60px;
}

.quick_entry .quick_title{
    text-align: center;
    font-size: 15px;
    color: rgb(55,55,55);
}


a:hover .quick_entry {
    background-color: rgb(232, 69, 35);
}

a:hover .quick_entry .quick_title{
    color: white;
}

a:hover .quick_entry .quick_img {
    filter:grayscale(80%);
} 

.affice_notice {
    margin-top: 30px;
    margin-right: 30px;
}

.notice_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 300px;
    background-color: rgb(243, 243, 243);
    z-index: -1;
}

.notice_left {
    height: 300px;
}

.notice_line_more {
    float: left;
}

.notice_line {
    width: 30px;
    height: 3px;
    margin-top: 8px;
    background-color: rgb(153, 153, 153);
}

.notice_more {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.notice_item {
    position: relative;
    padding: 15px 0px;
}       

.notice_date {
    position: absolute;
    left:50px;
    top: 0px;

}

.notice_title {
    position: absolute;
    left:100px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.affice_news {
    margin-top: 30px;
}

.news_image {
    float: left;
    width: 90%;
    height: 300px;
   
}

.news_right {
    height: 300px;
}

.news_item {
    position: relative;
    padding: 15px 0px;
}

.news_date {
    position: absolute;
    right:0px;
    top: 0px;
}

.news_title {
    position: absolute;
    right:50px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* color: rgb(232, 69, 35); */
}

.news_right h5,
.news_right h2,
.news_right div,
.news_more {
    text-align: right;
}

.low_row {
    height: 300px;
}

.high_row {
    height: 600px;
}

.grid_image {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.grid1_image{
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.grid2_image{
    padding:-15px;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.high_low_row{
    padding: 0px 15px 30px;
}

.cooperation_image {
    max-width: 200px;
    height: auto;
    object-fit: contain;
    margin: 0px auto;
}


/* 赛事新闻 */
.nl_row {
    border-bottom: 0.5px solid rgb(226, 226, 226);
}

.nl_left {
    height: 230px;
    
}

.nl_time .nl_md,
.nl_time .nl_yy
{
    font-size: 15px;
    color: rgb(163, 163, 163);
}

.nl_slope {
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 38px;
    font-weight: 100;
    color: rgb(163, 163, 163);
}

.nl_title {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
}

.nl_more {
    position: absolute;
    bottom: -1px;
    left: 0px;
    font-size: 15px;
    font-weight: 500;
    padding:15px;
    color: rgb(163, 163, 163);
    border-bottom: 0.5px solid rgb(126, 15, 0);
}

.nl_image {
    width: 98%;
    height: 200px;
    object-fit: cover;
}

.page_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nn_title {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.topback_image {
    height: 250px; 

}

.location {
    padding-top: 15px;
}
.location a {
    color: #000;
    text-decoration: none;
} 
 

.pc_user span{
    height: 34px;
    line-height: 34px;
    color: white;
    font-size: 12px;
}

.affiche {
    margin: 30px 0px;
    background-color: white;
}

.affiche h5 {
    margin-top: 0px;
}

.affiche_col {
    padding: 0px;
}

.affiche_image {
    float: right;
    width: 70%;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 768px) {

    .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .affiche .imgdesc{
        margin-bottom: 20px;
    }
    .news_image{
        width: 100%;
    }
    /* .affiche_image{
        display: none;
    }

    .news_image {
        display: none;
    } */

    .more-eng {
        font-size: 20px;
    }

}


#gallyers .mask {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

#gallyers .line {
    height: 3px;
    background-color: #54107f;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}