/*select-majors.html*/
/*选报专业*/
.appraisal{background:url(../images/selectbg1.png) center center no-repeat;width:100%;height:400px;position: relative;}
.appraisal p{line-height: 26px;width:390px;position: absolute;left: 180px;bottom:90px;font-size: 16px;color: #000;}
.appraisal a{display: block;width:165px;height:53px;font-size: 18px;letter-spacing:3px;text-align: center;line-height: 53px;padding-left:20px;}
.appraisal-a1{position: absolute;right:70px;top:150px;color:#44C3B5;background: url(../images/select-btn1.png) no-repeat;}
.appraisal-a2{position: absolute;right:70px;bottom:80px;color:#FF6445;background: url(../images/select-btn2.png) no-repeat;}
.appraisal-a1:hover{color: #fff !important;background: url(../images/select-btn1-1.png) no-repeat;}
.appraisal-a2:hover{color: #fff !important;background: url(../images/select-btn2-2.png) no-repeat;}


/*专业库*/
.library-lt dl{text-align: center;width:185px;}
.library-lt dl dt{color:#fff;background: #44C3B5;line-height:40px;font-size: 16px;}
.library-lt dl dd{padding:10px;}
.library-lt dl dd a{display:inline-block;padding:5px;}
.library-rt{width:750px;}
.searchB{background:#eee;padding: 20px;display: none;}
.library-rt p span,.library-rt p input{float:left;}
.library-rt p span{line-height:34px;font-size:16px;}
.library-rt input{line-height:34px;box-shadow:3px 3px 2px #ccc;padding-left:10px;border-radius:5px 0 0 5px;height:36px;border:1px solid #ccc;margin-right:-2px;}
.library-btn1{display: inline-block;padding:10px 25px;background: #44C3B5;color:#fff !important;border-radius:5px;box-shadow:3px 3px 2px #888;margin-right:20px;}
.library-btn{display: inline-block;padding:10px 25px;background:#F25D3F;color: #fff !important;border-radius:0 5px 5px 0;box-shadow:3px 3px 2px #888;}
.library-cont a{display:inline-block;padding:5px 8px;}
/*专业库详情*/
.spe_cont{width:490px;}
.spe_cont h3{line-height:40px;color: #F25D3F;}
.speDv{float: none;}
.speDv p a{margin:0 5px;}
.library-rt p i{color: #000;font-size:16px;}

/*职业库*/
.profesLibrary-ul{width:968px;overflow: hidden;}
.profesLibrary-ul li{width:310px;float: left;margin-right:10px;margin-bottom:30px;}
.profes-rt{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.profes-rt h3 a{font-size:18px;color:#000;line-height:40px;}
.profes-rt a{display:block;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;color: #0055BC;}
.closebutton{border: none;background: rgb(255,144,17);color: #fff;padding: 5px; position: absolute;right: 284px;top:398px;}