li{list-style:none;}
a:hover{text-decoration:none;}
.job_main{width: 1260px;margin:0 auto; padding-bottom: 20px;}
.job_main > p{margin-top: 15px;}
.showjob{margin-top: 50px;margin-bottom: 50px;}
.joblist{margin-top: 6px;cursor: pointer;}
li > div:nth-child(1).active{background: #0e396e;color:white;}
.jobtitle span{display:inline-block; height:60px;line-height:60px;font-size: 16px;transition: all 1s;}
.jobname{width: 943px;}
.edc{width: 225px;}
/*初始未触发的*/
.jobreq{display:block; height:0; padding:0 0 0 35px;background: #f8f8f8;overflow:hidden; transition:all .5s ease-in-out;}
.jobtitle{position:relative; height: 60px;padding-left: 35px; background: #f8f8f8;color:#333333;}
.reqshow { width: 30px;height: 30px!important;vertical-align:middle;background-image:url('/view/hgt/ydzy/image/down.png'); border-radius:50px;background-position:center center;}

/*  初始触发状态 */
li.active > div:nth-child(1),.joblist:hover .jobtitle{cursor:pointer;background: #0e396e;color:white;}
li.active > div:nth-child(1) > .reqshow,li.active:hover  div:nth-child(1) > .reqshow{background-image:url('/view/hgt/ydzy/image/up.png');}
.joblist:hover .jobtitle > .reqshow{background-image:url('/view/hgt/ydzy/image/down2.png');}
li.active > div:nth-child(2){display:block; height: auto;padding:50px 0 40px 35px;}
.jobreq span{display: block;margin-top: 20px; font-size: 14px;font-weight: bold;}
.jobreq p{margin-top: 20px;font-size: 14px;}
