﻿/*列表页*/
.recruit_list_show{
    width:100%;
    border:1px solid #cccccc;
    margin-top:30px;
}
.recruit_list_show .recruit_list_ul li{
    padding:20px 35px;
    border-bottom:1px dashed #ccc;
}
.recruit_list_show .recruit_list_ul li .notice{
    font-size:16px;
    color:#333;
    margin-bottom:5px;
}
.recruit_list_show .recruit_list_ul li .notice a{
    color:#333;
}
.recruit_list_show .recruit_list_ul  li .notice a:hover{
    color:#3577d1;
    text-decoration: underline;
}
.recruit_list_show .recruit_list_ul li .notice .date{
    color:#999;
    font-size:14px;
    padding-left:15px;
    background:url(../images/list_time_ico.png) no-repeat center left;
}
.recruit_list_show .recruit_list_ul li .article{
    font-size:14px;
    color:#999;
}