/*
Theme Name: DouPHP Default
Theme URI: http://demo.douco.com/
Description: DouPHP 默认模板
Version: 1.0
Author: DouCo Co.,Ltd.
Author URI: http://www.douco.com/
*/

#job dl {
 background-color: #F7F7F7;
 padding: 24px 40px 24px 40px;
 margin-bottom: 10px;
}
#job dt {
 background: url(images/job_arrow_down.png) no-repeat right 3px;
 cursor:pointer;
 padding-right: 80px;
 font-size: 14px;
}
#job dt p {
 margin-bottom: 10px;
}
#job dt p b {
 font-weight: bold;
 font-size: 16px;
}
#job dt p span {
 float: right;
 font-weight: normal;
}
#job dt p em {
 margin-right: 10px;
}
#job dl.hover {
 background-color:#FAFAFA;
}
#job dl.hover dt {
 background: url(images/job_arrow_up.png) no-repeat right 3px;
 color: #0055B8;
}
#job dd {
 display:none;
 padding:35px 0 10px 0;
}
#job dd .title {
 font-size:14px;
 margin-bottom:5px;
 font-weight: bold;
}
#job dd .content {
 line-height:220%;
 margin-bottom:20px;
}
#job dd .apply {
 margin-top:40px
}
#job dd .apply a {
 display: inline-block;
 background-color: #0056B9;
 padding: 8px 25px;
 color: #FFF;
}