.banner {
    background-image: url(../imgs/study/banner.png);
}

.content {
    background: #F6F9FB;
}

.study {
    width: 15rem;
    margin: 1.1rem auto 1.12rem;
}

.study a {
    display: flex;
    width: 100%;
    height: 3.3rem;
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.09);
    margin-bottom: .41rem;
}

.study_text {
    width: 8.79rem;
    height: 100%;
    background: #FFFFFF;
    padding: .65rem;
    box-sizing: border-box;
}

.study_tit {
    font-size: 0.26rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #000000;
    margin-bottom: .25rem;
}

.study a:hover .study_tit{
    color: #05529F;
}

.study_txt {
    height: .7rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #808080;
    line-height: 0.25rem;
    margin-bottom: .25rem;
}

.study_img {
    width: 6.21rem;
    height: 100%;
    overflow: hidden;
}

.study_more{
    /*width: 1.75rem;*/
    width: 2rem;
    height: 0.53rem;
    /*background: #05529F;*/
    background: #FFFFFF;
    border-radius: 1rem 1rem 1rem 1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .01rem solid #666666;
}

.study a:hover .study_more{
     background: #05529F;
     color: #FFFFFF;
     border: .01rem solid #05529F;
}


.study_xq{
    width: 15rem;
    margin: .62rem auto .25rem;
    background: #FFFFFF;
    padding: .78rem .7rem .85rem;
    box-sizing: border-box;
}

.study_xq_tit{
    font-size: 0.26rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    margin-bottom: .2rem;
}

.study_xq_txt{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #808080;
    line-height: 0.25rem;
    margin-bottom: .4rem;
}

.study_xq_img{
    display: flex;
}
.study_xq_img img{
    width: 6.6rem;
    height: 3.54rem;
    margin-right: .4rem;
}

.study_xq_img img:nth-child(2n){
    margin-right: 0;
}

.table_box{
    width: 15rem;
    background: #FFFFFF;
    margin: 0 auto .91rem;
    padding: .23rem .6rem .63rem .72rem;
    box-sizing: border-box;
}

.table_txt{
    font-size: 0.26rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    margin-bottom: .24rem;
}

.table_box table{
    width: 100%;
    border-collapse: collapse;
}

td{
    border: 0.01rem solid #E4E4E4;
    text-align: center;
}

th{
    border: 0.01rem solid #FFFFFF;
}

tr{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    height: .6rem;
}

tr:first-child{
    height: .64rem;
    background: #9FA0A0;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

@media only screen and (max-width:1024px){
    .study{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .study_text{
        width: 60%;
    }
    .study_img{
        width: 40%;
    }
    .study_text{
        padding: 10px;
    }
    .study_tit{
        font-size: 14px;
    }
    .study_txt{
        font-size: 12px;
        line-height: 1.2;
        height: auto;
    }
    .study_more{
        font-size: 12px;
        text-align: center;
    }
    .study_xq{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .study_xq_tit{
        font-size: 14px;
    }
    .study_xq_txt{
        font-size: 12px;
        line-height: 1.5;
    }
    .study_xq_img{
        flex-direction: column;
    }
    .study_xq_img img{
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .table_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }

}