/**公共*/
.dispalx-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    
}
ul {
    list-style-type:none;
  }

.top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.my-examin-box{
    background-color: #F5F7FA;
    padding: 38px 0 5px 0;
    /* height: 300px; */
}
.my-examin-mout{
    width:1200px;
	margin: auto;
   
}
input[type="text"] {
    border-radius: 4px ;
    width: 278px;
    height: 36px;
    border: 1px solid #D2D6D9;
    padding-left: 12px;
  }

  input[type="text"]:focus {
    outline: none; 
}

.search-right{
    width: 84px;
    height: 35px;
    background: #FF4438;
    border-radius: 0px 4px 4px 0px;
    border:none;
    color: #fff;
}
.bottom {
    margin-top: 32px;
}
.bottom .bottom-box{
    margin-bottom:35px;
}

.my-examin-topright{
    display: flex;
}

.bottom .botton-type-box{
    min-width: 58px;
    height: 32px;
    background: #FFF0F1;
    border-radius: 4px 0px 0px 4px;
    line-height: 32px;
    color: #FF4438;
    text-align: center;
    margin-left: 8px;
}

.bottom-left{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #17233D;
}
.bottom-box ul{
    margin: 0;
    padding: 0;
    position: relative;
}
.bottom-box .tranch-box{
    margin: 0;
    padding: 0;
    height: 45px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}
.bottom-box .tranch-box:hover {
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px 6px rgba(0,38,101,0.08);
    border-radius: 6px;
    transition: height 0.5s ease-in-out;
  }

.bottom-box ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #657180;
    margin: 0;
    margin-right: 28px;
}
/**考试类型*/
.type-kaoshi-box{
    margin-top: 24px;
}

div .thumbnail{
    width: 384px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 2px rgba(0,38,101,0.04);
    border-radius: 6px;
    border:1px solid #fff;
    padding: 16px;
}
.type-kaoshi-size{
    font-size: 14px;
    font-weight: 700;
    color: #17233D;
    margin: 0;
    margin-bottom: 8px;
}
.thumbnail p{
    font-size: 12px;
    color: #657180;
}
.type-content{
    margin-top: 16px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.type-content .type-content-left a{
    font-size: 14px;
    font-weight:500;
    color: #17233D;
    margin-right: 28px;
    cursor: pointer;
}
.active-tab {
    color: red;
    font-size: 14px;
    font-weight: 400;
}
.type-content-right label{
    margin: 0;
    font-size: 14px;
    margin-left: 6px;
    font-weight: 400;
    margin-right: 16px;
}
.box-hr{
    width: 352px;
    border: 0.75px solid #EDEFF2;
}
.kaoshi-time-box{
    margin-top: 15px;
    justify-content: space-between;
}
.kaoshi-time-left p{
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-left: 7px;
    color: #FF4438;
}
.kaoshi-time-right{
    width: 64px;
    height: 24px;
    background: #FF4438;
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
}
.kaoshi-time-right a{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    
  
}
.kaoshi-time-right a:hover {
    text-decoration: none;
    color: #fff;
}

.kaoshi-time-right a:active,
.kaoshi-time-right a:focus {
    outline: none; 
    color: #fff;
    text-decoration: none; 
}
/**分页*/
.page-box{
    text-align: center;
    margin-top: 40px;
}

.pagination a span{
    font-size: 14px;
    font-weight: 400;
    color: #17233D;
}

 /**分类*/
 .top-list{
    font-size: 14px;
    font-weight: 400;
    color: #657180;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin-right: 24px;
    padding: 0 10px;
   
}
.top-list-box{
    height: 32px;
    background: #FFF0F1;
    border-radius: 4px;
    color: #FF4438;
    text-align: center;
    line-height: 32px;
    padding: 0 10px;
}
/* 空状态 */
.empty {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.empty img {
    width: 294px;
    height: 190px;
    text-align: center;
}
.empty span {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #9EA7B4;
}

/* 收藏/ */
.isSc {
    background-color: #F4F5F6 !important;
    color: #657180 !important;
}