

body{
    background-color: #f9f9f9;
}

.exam-category{
    padding: 20px 30px 30px 30px;
    border-radius: 6px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 30px;
}
.exam-category::after{
    content: '';
    clear: both;
    display: block;
}
.exam-category-item{
    width: 16.6%;
    margin-top:10px;
    float: left;
}
.exam-category-item a{
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color:#666;
    border-radius: 32px;
    font-size: 14px;
}
.exam-category-item.active a{
    background-color: #ffd500;
    font-weight: bold;
    color:#000;
}


.tiku-wrap{
    padding:10px 30px 30px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 30px !important;
}
.tiku-title{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.tiku-title-tabs {
    float: left;
}
.tiku-title-tabs li{
    float: left;
    padding:0 20px;
    font-size:14px;
}
.tiku-title-tabs li.active{
    position: relative;
}
.tiku-title-tabs li.active::after{
    content: '';
    width: 40px;
    height: 1px;
    background-color: #ff701d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.tiku-title-tabs li.active a{
    color:#ff701d;
}
.tiku-title-text{
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;

}
.tiku-title .more{
    float: right;
    margin-left: 30px;
    font-size: 14px;
}

.tiku-title .more a{
    color:#999;
}



.tiku-tabs-body{
    margin-top: 30px;
}
.tiku-tab-pane{
    display: none;
}

.tiku-left{
    width: 74%;
    float: left;
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
}
.tiku-left-body{
    position: relative;
    padding-left:364px;
    min-height: 330px;
}
.tiku-left .tiku-left-banner{
    width: 330px;
    height: 330px;
    position: absolute;
    left:0;
    top:0;
    border-radius: 10px;
    overflow: hidden;
    
}
.tiku-left .tiku-left-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsj-list{
    margin-top: 15px;
}
.newsj-list-item{
    padding: 10px 0;
}
.newsj-list-item:first-child{
    padding-top: 0px;
}
.newsj-list-item + .newsj-list-item{
    border-top:1px solid #eee;
}
.newsj-list-item__title{
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsj-list-item__desc{
    color:#999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.newsj-list-item span + span{
    margin-left: 15px;
}

.tiku-right{
    float: right;
    width: 26%;
}
.tiku-right ul{
    margin-top: 15px;
}

.tiku-right__image img{
    display: block;
    width: 100%;
}
.tiku-right__icons li{
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.tiku-right__icons .icon{
    width: 72px;
    height: 72px;
    margin: 0 auto;
}
.tiku-right__icons .icon img{
    width: 100%;
    height: 100%;
}

.tiku-right__icons .text{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 5px;
}

.tiku-sub-title{
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}
.tiku-sub-title .more{
    float: right;
    font-size: 14px;
    color:#999;
    font-weight: normal;
}
.tiku-sub-title2{
    text-align: center;
    margin-top: 30px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    font-weight: bold;
    
}
.tiku-sub-title2 span{
    position: relative;
}
.tiku-sub-title2 span::before,
.tiku-sub-title2 span::after{
    content: '';
    width: 4px;
    height: 12px;
    background: #000000;
    opacity: 0.1;
    border-radius: 2px;
    position: absolute;
    top:50%;
    margin-top: -6px;
}
.tiku-sub-title2 span::before{
    left:-20px;
}
.tiku-sub-title2 span::after{
    right: -20px;
}
.tiku-data-sum{
    padding-left: 50px;
    line-height: 32px;
    font-size: 14px;
    background: url(sumbg.png) no-repeat;
    background-size: 100% 100%;
    height: 153px;
    box-sizing: border-box;
    padding-top: 25px;
    color:#fff;
    margin-top: 15px;
}
.tiku-data-sum p span{
    width: 80px;
    text-align: right;
    display: inline-block;    
}
.tiku-data-sum p strong{
    font-weight: normal;
    font-size: 20px;
    margin-right: 5px;
}



.exam-tm-list{
    margin-left: -60px;
}
.exam-tm-list ul{
    width: 50%;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 60px;
}
.exam-tm-list  li{
    line-height: 34px;
    font-size: 14px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.exam-tm-list  li,
.exam-tm-list  li a{
    color:#888;
}

.exam-tm-list  li:first-child{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.exam-tm-list  li:first-child::before{
    content: '';
    width: 5px;
    height: 16px;
    background-color: #ffd500;
    border-radius: 3px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
}
.exam-tm-list  li:first-child,
.exam-tm-list  li:first-child a{
    color:#333;
}
.exam-tm-list li a:hover{
    color:#f0ae00;
}
.exam-tm-list  li span{
    float: right;
}

