@charset "utf-8";

/*variables*/
.wrap{
    width: 1200px;
    margin: 0 auto;
}

/*header*/
.header{
    width: 100%;
    overflow: hidden;
}
.header .header-top{
    width: 100%;
    height: 120px;
    background: url("/dayrui/statics/xjei_new/images/header_bg.jpg") repeat-x;
}
.header .header-main{
    overflow: hidden;
    background: url("/dayrui/statics/xjei_new/images/header_main.jpg") no-repeat center 0;
}
.header .header-main .logo{
    height: 120px;
    float: left;
}
.header .header-main .search-box{
    width: 376px;
    height: 40px;
    float: right;
    margin: 40px 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
}
.header .header-main .search-box .search-form{
    width: 316px;
    height: 30px;
    float: left;
    box-sizing: border-box;
    line-height: 24px;
    padding: 3px 5px;
    font-size: 14px;
    background: #d6e0eb;
    border: none;
    border-radius: 3px 0 0 3px;
    outline: none;
}
.header .header-main .search-box .btn-search{
    width: 50px;
    height: 30px;
    float: left;
    background: url("/dayrui/statics/xjei_new/images/btn_search.png") no-repeat center center #fb8f26;
    border-radius: 0 3px 3px 0;
    font-size: 0;
    cursor: pointer;
    border: none;
    outline: none;
}
.header .header-main .search-box .btn-search:hover{
    background-color: #ff6600;
}

.header .navbar{
    width: 100%;
    height: 40px;
    overflow: hidden;
    background:url("/dayrui/statics/xjei_new/images/nav_bg.jpg") repeat-x;
}
.header .navbar li{
    width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin: 0 15px;
}
.header .navbar li a{
    font-size: 16px;
    color: #ffffff;
    display: block;
}
.header .navbar li.on a,
.header .navbar li a:hover{
    background-color: #890007;
}

/*headings*/
.common-heading{
    width: 100%;
    height: 52px;
    line-height: 32px;
    padding: 10px 32px 10px 40px;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid #bd2d30;
}
.common-heading .icon{
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.common-heading h2{
    font-size: 22px;
    color: #bd2d30;
    line-height: 32px;
    float: left;
}
.common-heading .more{
    width: 24px;
    height: 24px;
    background: url("/dayrui/statics/xjei_new/images/icon_more.png") no-repeat;
    position: absolute;
    right: 0;
    top: 14px;
}
.common-heading.xuexiao .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_1.png") no-repeat;
}
.common-heading.zhuangti .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_2.png") no-repeat;
}
.common-heading.notice .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_3.png") no-repeat;
}
.common-heading.teach .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_4.png") no-repeat;
}
.common-heading.work .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_5.png") no-repeat;
}
.common-heading.announcement .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_6.png") no-repeat;
}
.common-heading.links .icon{
    background: url("/dayrui/statics/xjei_new/images/icon_7.png") no-repeat;
}


/*news-list*/
.news-list{
    width: 100%;
    overflow: hidden;
}
.news-list li{
    width: 100%;
    height: 35px;
    line-height: 24px;
    padding: 5px 40px 5px 20px;
    position: relative;
    background: url("/dayrui/statics/xjei_new/images/icon_list.png") no-repeat 5px center;
    border-bottom: 1px dashed #d6d6d6;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
}
.news-list li a{
    width: 100%;
    display: block;
    overflow: hidden;
    color: #6b6b6d;
}
.news-list li .date{
    width: 40px;
    height: 24px;
    display: block;
    text-align: right;
    color: #6b6b6d;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 5px;
}
.news-list li.new a:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url("/dayrui/statics/xjei_new/images/icon_new.png") no-repeat center center;
    vertical-align: text-top;
    margin-left: 5px;
}
.news-list li:hover a{
    color: #bd2d30;
}

/*footer*/
.footer{
    width: 100%;
    padding: 32px 0;
    background: #7d7d7d;
    overflow: hidden;
}
.footer .footer-info{
    width: 422px;
    min-height: 132px;
    border-right: 1px solid #ffffff;
    line-height: 26px;
    color: #ffffff;
    font-size: 14px;
    float: left;
}
.footer .footer-info .police{
    padding-left: 24px;
    background: url("/dayrui/statics/xjei_new/images/icon_police.png") no-repeat left center;
}
.footer .footer-logos{
    width: 400px;
    min-height: 132px;
    padding: 0 18px;
    border-right: 1px solid #ffffff;
    float: left;
    text-align: center;
}
.footer .QR-code{
    float: left;
    overflow: hidden;
}
.footer .QR-code .ewm-box{
    width: 122px;
    overflow: hidden;
    float: left;
    margin: 0 24px;
    text-align: center;
}
.footer .QR-code .ewm-box img{
    display: block;
    width: 118px;
    height: 118px;
    overflow: hidden;
    border: 2px solid #454243;
}
.footer .QR-code .ewm-box p{
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
}

/*pagination*/
.pagination{
    height: 26px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    overflow: hidden;
    font-size: 14px;
}
.pagination a{
    display: inline-block;
    line-height: 26px;
    padding:0 10px;
    height: 26px;
    background: #f4f4f5;
    color: #333333;
    text-align: center;
    margin: 0 5px;
    vertical-align: top;
    
}
.pagination span{
    line-height: 26px;
    padding:0 10px;
    height: 26px;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    background: #bd2d30;
    color: #ffffff;
vertical-align: top;
}
.pagination .prev,
.pagination .next{
    width: 50px;
    padding: 0 10px;
}
.pagination a.on,
.pagination a:hover{
    background: #bd2d30;
    color: #ffffff;
}


/*µ¼º½ÏÂÀ­*/

.nav-sub{
    position:absolute;
    z-index:100;
    display: none;
}
.nav-sub dd{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #A7242D;
    border-bottom:1.5px solid #890007;
}

.nav-sub dd:last-child{
    border-bottom: none;
}
