@charset "UTF-8";
/********************专题竞赛 start****************/
.competition_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.competition_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url("../images/competition_banner.jpg") no-repeat center;
    overflow:hidden;
}
/*显式检索区 start*/
.special_box{
    background:#fff;
    border-radius:10px;
    padding:0 20px;
    margin-bottom:20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.special_box h2{
    width:100%;
    line-height: 50px;
    background:#fff;
    border-bottom:1px solid #e4e2e2;
    font-size:16px;
    color:#000;
    margin-bottom:20px;
    overflow:hidden;
}
.special_kinds{
    width:100%;
    overflow:hidden;
}
.special_left{
    float:left;
    width:calc(20% - 15px);
    height:376px;
    border-radius:10px;
    overflow:hidden;
}
.special_left a{
    display:block;
    width:100%;
}
.special_left img{
    width:100%;
    transition:all .5s;
}
.special_left:hover img{
    transform:scale(1.1);
}
.special_right{
    float:right;
    width: calc(80% - 5px);
    overflow:hidden;
}
.special_right li{
    float:left;
    width:calc(25% - 15px);
    height:178px;
    background:#fff;
    border-radius:10px;
    margin:0 20px 20px 0;
    overflow:hidden;
}
.special_right li:nth-child(4n) {
    margin-right: 0;
}
.special_right li a{
    display:block;
}
.special_right li img{
    width:100%;
    transition:all .5s;
}
.special_right li:hover img{
    transform:scale(1.1);
}
/*显式检索区 end*/

.test_box{
    background:#fff;
    border-radius:10px;
    padding-bottom:15px;
    margin:0 auto 25px;
    overflow:hidden;
}
.test_center .test_item{
    display:none;
}
.test_item h2{
    display: inline-block;
    color:#006369;
    font-size:20px;
    border-left:5px solid #006369;
    padding-left:10px;
    margin:25px 0 0 20px;
    overflow:hidden;
}
/*试卷列表 start*/
.self_test{
    width:100%;
    padding:0 20px 20px;
    clear:both;
    box-sizing: border-box;
}
.self_test li{
    position:relative;
    width:100%;
    height:65px;
    line-height:65px;
    background:#e7efeb;
    border-radius:5px;
    font-size:16px;
    margin-top:20px;
    overflow:hidden;
}
.self_test a{
    display:block;
    width:100%;
    overflow:hidden;
}
.self_test li img{
    position:absolute;
    left:20px;
    top:10px;
    width:40px;
}
.self_test li p{
    width:100%;
    padding:0 380px 0 70px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.self_test li:hover p{
    color:#c3231f;
}
.self_test li i{
    position:absolute;
    top:0;
    right:180px;
    color:#999;
    font-size:14px;
}
.self_test li span{
    position:absolute;
    top:12px;
    right:20px;
    width:130px;
    line-height:36px;
    border:2px solid #006369;
    border-radius:40px;
    color: #006369;
    text-align: center;
    transition:all .3s;
    cursor:pointer;
    overflow:hidden;
}
.self_test li:hover span{
    background:#006369;
    color:#fff;
}
/*试卷列表 end*/
@media screen and (max-width: 1399px){
    .special_left{
        height:342px;
    }
    .special_right li {
        height:161px;
    }
} 
/********************专题竞赛 end****************/

/********************每日一题 start****************/
.daily_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.daily_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url("../images/daily_banner.jpg") no-repeat center;
    overflow:hidden;
}
/*一练 start*/
.daily_up{
    position:relative;
    width:100%;
    height:80px;
    background:#fff;
    box-shadow:0 0 8px rgba(0,0,0,.1);
    border-radius:100px;
    padding:5px;
    margin:-40px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.daily_title{
    position:absolute;
    width:180px;
    height:70px;
    line-height:70px;
    background:#006369;
    border-radius:70px 0 0 70px;
    color:#fff;
    font-size:18px;
    text-align: center;
}
.daily_practice{
    width:100%;
    height:70px;
    line-height:70px;
    padding:0 150px 0 180px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.daily_practice li{
    width:100%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.daily_practice li .d_nav{
    display:block;
    width:100%;
    padding:0 25px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.daily_practice li span{
    float:left;
    font-size:16px;
    color:#000;
}
.daily_practice li span:hover{
    color:#d70610;
    text-decoration:underline;
}
.daily_practice li i{
    float:right;
    padding:0 15px;
    line-height:30px;
    background:#e7efeb;
    border-radius:30px;
    color:#666;
    font-size:14px;
    font-family: "微软雅黑"!important;
    margin-top:20px;
}
.daily_practice li .d_btn{
    position:absolute;
    top:5px;
    right:5px;
    width:150px;
    height:70px;
    line-height:70px;
    background:#ffba00;
    border-radius:0 70px 70px 0;
    font-size:16px;
    color:#d70610;
    transition:all .5s;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*一练 end*/

/*往期回顾 start*/
.daily_down{
    position:relative;
    width:100%;
    margin:0 auto 25px;
}
.daily_title2{
    width:100%;
    padding:20px 0;
    text-align: center; 
    overflow:hidden;
}
.daily_test{
    width:100%;
    overflow:hidden;
}
.daily_test li{
    position:relative;
    float:left;
    width:calc((100% - 40px)/3);
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 8px 0 rgba(0,0,0,0.08);
    padding:5px;
    margin:0 20px 20px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.daily_test li:nth-child(3n){ margin-right:0;}
.daily_test li a{
    display:block;
    width:100%;
    background:#e7efeb;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.practice_up{
    width:100%;
    line-height:36px;
    border-bottom:1px solid #fff;
    padding:25px 20px 15px 20px;
    color:#000;
    overflow:hidden;
}
.practice_up span{
    float:left;
    line-height:34px;
    border:2px solid #006369;
    color:#006369;
    font-size:18px;
    padding-right:10px;
    margin:0 15px 10px 0;
    overflow: hidden;
}
.practice_up span i{
    float:left;
    color:#fff;
    background:#006369;
    padding:0 10px;
    margin-right:10px;
}
.start{
    width:160px;
    line-height:45px;
    background:#006369;
    border:2px solid transparent;
    border-radius:45px;
    color:#fff;
    font-size:16px;
    margin:20px auto;
    text-align: center;
    transition:all .5s;
    overflow:hidden;
}
.start:hover{
    border-color:#006369;
    background:#fff;
    color:#006369;
}
/*往期回顾 end*/
/********************每日一题 end****************/