/* CSS Document */

@import url("base.css");
@import url("article_article_bottom_pub_m.css");

/*顶部分类 start*/
.top2 {
    padding: 0 1.5rem;
    margin-top: 1.75rem;
}

.top2-nav-list div {
    margin-bottom: 1rem;
}

.top2-nav-list a {
    display: block;
    width: 9.45rem;
    height: 2.4rem;
    padding-top: 0.575rem;
    line-height: 2.4rem;
    text-align: center;
    background: url('/m/assets/images/tiku-m.png') no-repeat;
    background-size: 100%;
}

.top2-nav-list a:first-child {
    margin-right: 3rem;
}

.top2-nav-list a.active {
    background: url('/m/assets/images/tiku-hover-m.png') no-repeat;
    background-size: 100%;
}

.top2-nav-list a img {
    display: block;
    width: 7.6rem;
    height: 1.25rem;
    margin: 0 auto;
}

/*顶部分类 end*/

.top3-miao-art,.top3-miao-art a,.top3 img {
    width: 100%;
}

/*题库内容 start*/
.tiku-con {
    padding: 1rem 0;
    width: 100%;
}

.item {
    border-bottom: 1px dashed gray;
    padding-bottom: 2rem;
}

.tiku-con .item-title {
    padding-left: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8;
    color: rgb(67, 67, 67);   
}

.item-con {
    background-color: rgb(192,212,255);
    padding: 1rem 2rem;
}

.item-con.oddclass {
    background-color: rgb(216,218,252);  
}

.item-top {
    margin-bottom: 0.5rem;
}

.item-top-desc {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    font-family: "Microsoft YaHei";
    color: rgb(85,85,85);
    line-height: 1.3;
    text-align: left;
}

.item-top-title img {
    width: 50%;
}

.item-top-l {
    width: 46%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.item-top-l ul {
    padding: 0 0.8rem 0 0;
    max-height: 13rem;
    display: block;
}

.item-top-l li {
    margin-bottom: 0.5rem;
}

.item-top-l li a {
    width: 100%;
    padding: 0.8rem 0;
}

.item-top-l li img {
    display: inline-block;
    width: 2rem;
    margin-bottom: 0.4rem;
}

.item-top-l li span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    color: rgb(102, 101, 101);
}

.item-top-r {
    width: 46%;
    color: rgb(9, 81, 129);
}

.item-top-r .item-top-book {
    padding-top: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(9, 81, 129);
}

.item-top-r .item-top-desc {
    color: rgb(9, 81, 129);
}

.item-top-r > img {
    max-height: 9rem;
}

.item-bottom > form {
    background-color: #3299de;
}

.item-bottom .form-con {
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.item-bottom .form-con > div:first-child {
    margin-bottom: 0.5rem;
}

.item-bottom .form-con > div > div {
    width: 45%;
    line-height: 1.5rem;
    display: block;
    overflow: hidden;
}

.item-bottom .form-con input {
    width: 66%;
    height: 1.5rem;
    line-height: 1.5rem;
    color: rgb(85,85,85);
    border: none;
    float: right;
}

.item-bottom .form-con .form-submit img {
    display: inline-block;
    width: 1.5rem;
    vertical-align: middle;
}

.item-bottom .form-con .form-submit input {
    background-color: rgb(255,182,37);
    font-size: 0.9rem;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}
/*题库内容 end*/






















