﻿body {
}

.zk-left {
    width: 33%;
    float: left;
    margin-top: 5px;
}

.zk-right {
    width: 64%;
    float: left;
    margin-left: 12px;
    margin-top: 5px;
}
#zk-left-navigation{
    width:75%;float:left;
}

#zk-calendar {
    height: 238px;
    border: 1px solid #c1c1c1;
    margin-bottom: 5px;
}

    #zk-calendar .top {
        height: 34px;
        background: #399FDF;
    }

        #zk-calendar .top .title {
            height: 34px;
            font-size: 18px;
            color: white;
            background: #399FDF;
            line-height: 34px;
            font-weight: bold;
        }

#calendar-content {
    margin: 0 auto;
    width: 250px;
    height: 110px;
    clear: both;
    text-align: center;
}

#calendar-date {
    width: 99.5%;
    height: 75px;
    line-height: 50px;
    padding-left: 72px;
    padding-top: 5px;
}

.calendar-menu-month {
    width: 100px;
    height: 20px;
    line-height: 20px;
    background-color: #B3B3B3;
    color: white;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
}

.calendar-day {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    /*background-color:white;*/
    /*color:black;*/
    background-color: white;
    color: red;
    -moz-box-shadow: 1px 1px 1px 1px #888888; /* 老的 Firefox */
    box-shadow: 1px 1px 1px 1px #888888;
    font-size: 22px;
    border-radius: 0 0 3px 3px;
}

.exam-calendar {
    height: 100px;
    font-size: 12px;
    overflow: hidden;
}

    .exam-calendar ul {
        list-style-type: none;
    }

        .exam-calendar ul li {
            width: 250px;
            margin-left: -40px;
            height: 30px;
            line-height: 30px;
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

#cxzx {
    height: 238px;
    width: 100%;
}

    #cxzx .top {
        height: 28px;
        background: url(//img.sceea.cn/image/autoditacte/search_top_bg.jpg) repeat-x;
        padding-left: 2px;
        padding-bottom: 2px;
    }

        #cxzx .top .title {
            float: left;
            background: url(//img.sceea.cn/image/autoditacte/news_top.png) no-repeat;
            width: 107px;
            height: 25px;
            font-size: 14px;
            color: #b25c08;
            margin-top: 1px;
            line-height: 25px;
            padding-left: 13px;
            font-weight: bold;
        }

    #cxzx .cx-content {
        width: 100%;
        height: 210px;
        background: #F4F4F4;
        padding-left: 7px;
        padding-top: 5px;
    }

        #cxzx .cx-content a {
            width: 100%;
            height: 47px;
            display: inline-block;
            color: #b46210;
            font-size: 18px;
            line-height: 47px;
            font-weight: bold;
            padding-left: 84px;
            padding-top: 5px;
        }

        #cxzx .cx-content .btn1 {
            background: url("//img.sceea.cn/images2018/zk/1.jpg") no-repeat;
        }

        #cxzx .cx-content .btn2 {
            background: url("//img.sceea.cn/images2018/zk/2.jpg") no-repeat;
        }

        #cxzx .cx-content .btn3 {
            background: url("//img.sceea.cn/images2018/zk/3.jpg") no-repeat;
        }

        #cxzx .cx-content .btn4 {
            background: url("//img.sceea.cn/images2018/zk/4.jpg") no-repeat;
        }
        #cxzx .cx-content .btn5 {
            background: url("//img.sceea.cn/images2018/zk/5.jpg") no-repeat;
        }

.detail {
    float: left;
    border: 1px solid #c1c1c1;
    height: 440px;
    overflow: hidden;
    margin: 0 5px 10px 0;
    width: 100%;
}

    .detail .top {
        height: 34px;
        background: #399FDF;
        padding-left: 2px;
        padding-bottom: 3px;
    }

        .detail .top .title {
            float: left;
            width: 107px;
            height: 28px;
            font-size: 16px;
            text-align: center;
            margin-top: 2px;
            line-height: 28px;
        }

            .detail .top .title a {
                color: white;
            }
            .detail .top .more {
                float: right;
                margin-right: 10px;
                display: block;
                background: url(//img.sceea.cn/image/features/more.jpg) center center no-repeat;
                width: 34px;
                height: 30px;
            }

    .detail ul {
        padding-right: 10px;
        list-style-type: none;
    }

        .detail ul li {
            text-align: left;
            overflow: hidden;
            overflow-wrap: break-word;
            margin-left: -30px;
            height: 45px;
            line-height: 45px;
            /*border-bottom: 1px #B6B6B6 dashed;*/
        }

            .detail ul li:last-child {
                border-bottom: none;
            }

            .detail ul li a {
                display: block;
                width: 75%;
                float: left;
            }

                .detail ul li a:before {
                    content: "● ";
                    color: #9FB46F;
                }

            .detail ul li p {
                width: 20%;
                float: right;
                color: #959595;
                /*line-height: 30px;*/
                text-align: right;
            }

#advbottomList > div {
    clear: both;
    height: 50px;
    line-height: 50px;
    background: #399FDF;
    color: white;
}

.right-navigation a>img{
    margin-top:5px;
}
