.block {
    width: 1192px;
    margin: 10px auto;
    display: flex;
    justify-content: start;
    align-items: start;
    box-sizing: border-box;
}

.block-big {
    flex: 1
}

.block-small {
    width: 300px;
    flex-shrink: 0;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.card-class {
    width: calc(100% - 10px);
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 1px;
    box-sizing: border-box;
    height: 355px;
}

.class_nav {
    width: 100%;
    height: 35px;
    background-color: #ededf0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.class_title {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    border-right: solid 1px #ccc;
    height: 35px;
    background-color: #fff;
}

.class_search {
    flex: 1;
    border-bottom: solid 1px #ccc;
    height: 35px;
}

.class_search form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin: 0;
    padding: 0;
}

.search_tag {
    width: 70px;
    font-size: 14px;
    color: #666;
    text-align: center;
    flex-shrink: 0;
}

.search_ipt {
    width: 150px;
    flex-shrink: 0;
}

.search_ipt input[type=text] {
    width: 140px;
    margin: 0 auto;
    height: 25px;
    border: solid 1px #ccc;
    border-radius: 4px;
    outline: none;
}

.search_sel {
    width: 90px;
    flex-shrink: 0;
}

.search_sel select {
    width: 80px;
    margin: 0 auto;
    height: 25px;
    border: solid 1px #ccc;
    border-radius: 4px;
    text-align: center;
}

.search_btn {
    width: 60px;
    flex-shrink: 0;
    background-color: #E7F4C6;
    border: solid 1px #C2E0AE;
    color: #387201;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.class_main {
    width: 100%;
}

.class_imgs {
    width: 330px;
    height: 275px;
}

.class_list {
    padding: 0 15px;
}

.class_list-first {
    height: 40px;
    border-bottom: dashed 1px #ccc;
    line-height: 40px;
}

.class_list-first a {
    text-decoration: none;
    color: #387201 !important;
    font-size: 14px;
    font-weight: bold;
}

.class_list-item {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 27px;
    font-size: 14px;
}

a.class_list-tag {
    color: #f60!important;
}

a.class_list-title {
    flex: 1;
}

.class_list-time {
    font-size: 12px;
    color: #999;
}

.class_kyes {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
    height: 35px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 70px;
}

.class_kyes-label {
    width: 80px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #87C864;
    font-size: 12px;
    color: #fff;
    margin: 5px;
}

.class_kyes-list {
    flex: 1;
    padding: 0 10px;
}

.class_kyes-list a {
    font-size: 14px;
}

.card-tjzt,
.card-bkrd,
.card_ask,
.card_links {
    width: 100%;
    border: solid 1px #C2E0AE;
    box-sizing: border-box;
}

.card-bkrd,
.card_ask,
.card_links {
    margin-top: 10px;
}

.card_nav {
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #C2E0AE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F8ED;
    box-sizing: border-box;
    padding: 0 10px;
}

.card_title {
    font-size: 14px;
    font-weight: bold;
    color: #387201;
}

.card_more {
    font-size: 12px;
    color: #387201;
    cursor: pointer;
}

.card_more a {
    font-size: 12px;
    color: #387201 !important;
    text-decoration: none;
}

.card_main {
    width: 100%;
    padding: 5px 0;
}

.pith_item {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.pith_icon {
    width: 8px;
    height: 9px;
    margin-right: 10px;
}

.pith_link a {
    font-size: 14px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.bkrd_list {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.bkrd_item {
    width: 50%;
    flex-shrink: 0;
    height: 30px;
    padding: 0 10px;
    overflow: hidden;
    line-height: 30px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card_navi {
    width: 100%;
    border: solid 1px #D8CC9E;
    box-sizing: border-box;
    height: 610px;
}

.card_navi .card_nav {
    border-bottom: solid 1px #D8CC9E;
}

.card_navi .card_title {
    color: #f60;
}

.navi_list {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.navi_item {
    padding: 10px 0;
    border-bottom: dashed 1px #ccc;
}

.navi_item:last-child {
    border-bottom: none;
}

.navi_title {
    padding-bottom: 5px;
}

.navi_title a {
    color: #387201 !important;
    font-size: 14px;
}

.navi_desc a {
    color: #000;
    font-size: 14px;
}
.card_ask .wz{
    padding: 0 10px;
}

.card_ask a{
    padding: 7px 0;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
}

.link_list{
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.link_list a{
    width: 50%;
    flex-shrink: 0;
    padding: 5px 0;
    font-size: 14px;
    display: inline-block;
}

.card_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card_ask{
    height: 425px;
}

.card{
    width: calc(50% - 5px);
    border: solid 1px #C2E0AE;
    flex-shrink: 0;
    margin-top: 10px;
    box-sizing: border-box;
    height: 425px;
}

.card-mt0{
    margin-top: 0;
}

.card_list{
    padding: 5px 10px;
}

.card_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.card_item-title a{
    font-size: 14px;
}

.card_item-time{
    font-size: 12px;
    color: #999;
}