.catalogue{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #808080;
    margin: auto;
    margin-top:100px;
}
.header-left{
    background: #29b0fa;
}
.testPaper{
    width: 1160px;
    max-height: 800px;
    overflow:hidden;
    margin: 20px auto;
    position: relative;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0px 0px 5px #ccc;
}
.singleChoice{
    width: 40px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    margin: auto 5px;
    color: #2a82e4;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #2a82e4;
}
.multipleChoice{
    width: 40px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    margin: auto 5px;
    color: #46cbc2;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #46cbc2;
}
.testPaperTitle{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e3e3e3;

}
.testPaperName{
    color: #505050;
    font-size:28px;
  
}
.nameone{
    border-bottom: 2px solid #46cbc2;
}
.testPaperNum{
    color: #c1c1c1;
    font-size: 14px;
    margin-left: 5px;
}
.testPaperIntro{
    color: #808080;
    font-size: 12px;
    line-height: 25px;
    margin: 8px 0px;
}
.topic{
    padding: 15px 10px;
    border-bottom: 1px solid #e3e3e3;
}


.topicTitle{
    display: flex;
    flex-direction: row;
    line-height: 30px;
}

.topicTitle p{
    width: 94%;
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}

.result{
    padding: 5px 15px;
    color: #505050;
    font-size: 16px;
    line-height: 35px;
}

.bottomBuy{
    width: 1220px;
    height: 40px;
    padding: 50px 0px;
    position: absolute;
    bottom:0px;
    left: 0px;
    background-image: url("../../img/tuku/jianbian.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    
}

.buyBottom{
    width: 180px;
    height: 35px;
    line-height: 35px;
    margin: 0px auto;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
    background: #1791fb;
    border-radius: 5px;
    color: 16px;
}
