﻿.body_box {
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
}

.tit_box {
    width: 100%;
    height: 72px;
    background-color: #fff;
}

.logo {
    width: 1200px;
    height: 72px;
    display: flex;
    align-items: center;
    margin: auto;
}
.ban_pic > img{
    width:278px;
    height:156px;
}
.logo > img {
    height: 58px;
}

.banner_box {
    width: 100%;
    height: 400px;
    background: url(../../UIOrgPage/guangzhou/img/banner.png) no-repeat center;
    background-size: cover;
}
#top_nav a {
    display: inline;
    margin-left: 10px;
    font-size: 20px;
    color:black !important;
}
.login_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login {
    width: 320px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(211, 0, 7, 0.1);
    border-radius: 10px;
    padding-left: 24px;
}

    .login .login_tit {
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #17A5C8;
        text-align: center;
        margin-left: -22px;
        line-height: 18px;
    }

.user {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    background: url("./img/userName.png") no-repeat;
    background-size: 15px 16px;
    background-position: 10px 12px;
    margin: 0 auto 15px;
    padding-left: 32px;
}

input:focus-visible {
    outline: none;
}

.password {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    background: url("./img/password.png") no-repeat;
    background-size: 14px 16px;
    background-position: 10px 12px;
    margin: 0 auto 15px;
    padding-left: 32px;
}

.code {
    width: 146px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    background: url("./img/ver.png") no-repeat;
    background-size: 14px 16px;
    background-position: 10px 12px;
    margin: 0 auto 15px;
    padding-left: 32px;
}

.login_btn_box {
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
}

    .login_btn_box input {
        width: 278px;
        height: 40px;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        background: #17A5C8;
        border: none;
        color: #fff;
    }

.reset_a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    color: #17A5C8;
}

.content_box {
    width: 1200px;
    margin: 30px auto 0px;
}

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

.content_2 {
    width: 850px;
    height: auto;
    background: #FFFFFF;
    padding: 22px 30px 0px;
}

.content_2_tit {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    /* padding-bottom: 16px; */
}

    .content_2_tit span {
        display: inline-block;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        border-bottom: 4px solid #17A5C8;
        padding-bottom: 12px;
    }

.content_2 .input_inform {
    width: 140px;
    height: 40px;
    background: #17A5C8;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 26px;
}

.boxCenter {
    width: 100%;
}

    .boxCenter .in_result {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding: 0px;
        margin: 30px 0px 0px;
    }

        .boxCenter .in_result li {
            padding: 0px;
            margin: 0px;
            list-style: none;
            width: 240px;
            position: relative;
        }

            .boxCenter .in_result li .in_result_course {
                position: absolute;
                top: 0px;
                right: 0px;
                line-height: 32px;
                width: 72px;
                height: 32px;
                background: #E42A2A;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: bold;
                color: #FFFFFF;
                text-align: center;
                margin: 0px;
            }

            .boxCenter .in_result li .in_result_tit {
                font-size: 16px;
                font-family: Microsoft YaHei;
                font-weight: bold;
                color: #333333;
            }

            .boxCenter .in_result li .in_result_time {
                font-size: 14px;
                color: #333;
                margin-top: 30px;
            }

            .boxCenter .in_result li .in_result_btn_wrap {
                width: 90%;
                display: flex;
                justify-content: space-between;
            }

                .boxCenter .in_result li  input {
                    margin-left:20px;
                    width: 90px;
                    height: 32px;
                    background: #17A5C8;
                    border-radius: 5px;
                    border: none;
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: bold;
                    color: #FFFFFF;
                }
            .boxCenter .in_result li img{
                /*display:none;*/
                width:204px;
                height:151px

            }
            .boxCenter .in_result li dd p:nth-child(2) span{
                display: none;
            }
            #divAllTrains > li > dl > dd > p:nth-child(5) {
                display: none;
            }

           /* .boxCenter .in_result li dd p:nth-child(2n+1) {
                display:none;
            }*/
            /*.boxCenter .in_result li dd p:nth-child(3) {
                display: none;
            }*/
            
            /*.boxCenter .in_result li dd p:nth-child(4) {
                display: none;
            }*/
            #divAllTrains > li > dl > dd > p:nth-child(7)
            {
                width:90%;
                display:flex;
                justify-content:space-between;
            }
             #divAllTrains > li > dl > dd > p:nth-child(7){
                    width: 100%;
                    height: 32px;
          
                    border-radius: 5px;
                    border: none;
                    font-size: 14px;
                    font-family: Microsoft YaHei;
                    font-weight: bold;
                    color: #FFFFFF;
             }
#divAllTrains > li > dl > dd > p:last-child {
    display: flex;
    justify-content: space-between;
}

#divAllTrains > li > dl > dd > p > input {
    padding: 0;
    margin: 0;
    text-align: center;
}
            .content_1 {
                width: 334px;
                height: auto;
                background: #FFFFFF;
                padding: 22px 28px 0px;
            }

.content_1_tit {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
}

    .content_1_tit span {
        display: inline-block;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        border-bottom: 4px solid #17A5C8;
        padding-bottom: 12px;
    }

.content_1 .organImg {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.content_1 .ins_jianjie p {
    margin: 8px 0px;
    line-height: 24px;
}

.content_3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 0px;
}

.content_3_left {
    width: 100%;
    height: 400px;
    background-color: #fff;
    padding: 20px 28px 0px;
}

.content_3_right {
    width: 574px;
    height: 250px;
    background-color: #fff;
    padding: 20px 28px 0px;
}

.content_3_tit {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

    .content_3_tit span {
        display: inline-block;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        border-bottom: 4px solid #17A5C8;
        padding-bottom: 8px;
    }

    .content_3_tit p {
        line-height: 7px;
        color: #666666;
        cursor: pointer;
    }

.content_3_left .info_list li {
    border-bottom: 1px dashed #E2E2E2;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .content_3_left .info_list li a {
        text-decoration: none;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }

        .content_3_left .info_list li a::before {
            content: '·';
            font-size: 18px;
            font-weight: bold;
            color: #17A5C8;
            margin-right: 10px;
        }

    .content_3_left .info_list li span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
    }

.content_3_right .info_list li {
    border-bottom: 1px dashed #E2E2E2;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .content_3_right .info_list li a {
        text-decoration: none;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }

        .content_3_right .info_list li a::before {
            content: '·';
            font-size: 18px;
            font-weight: bold;
            color: #17A5C8;
            margin-right: 10px;
        }

    .content_3_right .info_list li span {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #17A5C8;
        cursor: pointer;
    }
    
.footerBox1 {
    width: 100%;
    height: 50px;
    background: #17A5C8;
    margin-top: 30px;
}

.footer1 {
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}
.selectjibie {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 0 -50px 20px;
}

    .selectjibie span {
        cursor: pointer;
        margin-right: 20px;
        color: #1584CA;
    }
#divAllTrains > li > dl > dd > p:nth-child(2) > b {
    color: #17A5C8 !important;
}