/* 高考倒计时 */
.main .gaokao_countdown{
    position: fixed;
    width: 187px;
    height: 206px;
    /*background-image: url('../../images/new/index/count_down/gaokao_countdown_bg.png');*/
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;
    top: 335px;
    left: 50%;
    margin-left:-820px;
}

.main .gaokao_countdown .countdown_title{
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    word-break: keep-all;
}

.main .gaokao_countdown .countdown_box{
    position: absolute;
    top: 94px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}


.main .gaokao_countdown .countdown_box #gaokao_remain_time{
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #CF4744;
}

.main .gaokao_countdown .countdown_box .day{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #CF4744;
}

.main .gaokao_countdown #ad_block_five{
    position: absolute;
    top: 188px;
    left: 50%;
    transform: translateX(-50%);
    width: 186px;
    height: 72px;
}


.main .gaokao_countdown #ad_block_five ul li a img{
    width: 186px;
    height: 72px;
}

.gaokao-qa {
    width: 120px;
    height: 316px;
    background: url('/images/new/index/gaokao_qa_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 316px;
    text-align: center;
}

.gaokao-qa .nav {
    height: 187px;
    overflow-y: scroll;
    scrollbar-width: none;
    margin-top: 14px;
    margin-bottom: 14px;
}

.gaokao-qa .nav::-webkit-scrollbar {
    display: none;
}

.gaokao-qa .nav p {
    padding-bottom: 16px;
}

.gaokao-qa .nav p:first-child {
    padding-top: 3px;
}
.gaokao-qa .nav p:last-child {
    padding-bottom: 0;
}

.gaokao-qa .nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2px;
    text-decoration: none;
    color: #1F1E1E;
    font-size: 14px;
}

.gaokao-qa .nav a img {
    margin-bottom: 10px;
}

.gaokao-qa .qa {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 高考日历 */
.calendar {
    width: 186px;
    height: 100px;
    background: url('/images/new/index/calendar_bg.png');
    background-repeat: no-repeat;
    /*margin-bottom: 10px;*/
}

.calendar .calendar-title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
}

.calendar .countdown {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 18px;
}

.calendar .countdown p {
    display: inline-block;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #EB1C1C;
    border-radius: 3px;
    margin: 0 2px;
}

.calendar .countdown span {
    font-size: 10px;
    color: #701818;
}

.calendar-info-box {
    width: 187px;
    padding: 13px 11px 6px 11px;
    background-color: #FFFFFF;
}

.calendar-info-box .top {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.calendar-info-box .top p {
    font-size: 18px;
    font-weight: bold;
    color: #423F3E;
    margin: 0;
}

.calendar-info-box .top .month {
    font-size: 11px;
    color: #EF681F;
    border-radius: 9px;
    border: 1px solid #EF681F;
    padding: 1px 8px;
}

.new-box p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 33px;
    font-size: 14px;
    color: #343333;
    padding-left: 7px;
}

.new-box p::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #C3C2C2;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
    flex-shrink: 0;
}

.right_area{
    justify-content: space-between;
}


.main .code_content{
    box-sizing: border-box;
    position: fixed;
    right: 140px;
    top: 335px;
    width: 107px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 14px 10px;
    text-align: center;
    z-index: 9999;
    border-radius: 2px;
}
.main .code_content .item:nth-child(2){
    margin: 14px 0;
}
.main .code_content .item img{
    width: 70px;
    height: 70px;
}
/* 关闭按钮 */
.main .code_content .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
    font-size: 14px;

}

.fixed-left-box {
    width: 120px;
    height: 268px;
    position: fixed;
    top: 335px;
    left: 109px;
    background-image: url(../../images/keyword/fixed-box-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fixed-left-box a {
    display: block;
    text-align: center;
    margin-top: 17px;
}

.fixed-left-box a p {
    font-weight: bold;
    font-size: 14px;
    color: #EF5F1F;
    margin-top: 10px;
}

.fixed-left-box .text {
    position: absolute;
    bottom: 10px;
    left: 6px;
}
