@charset "utf8";
/* 公共样式 */
*{margin:0;padding:0;}

html{ 
	margin: 0;
	padding: 0;
	height: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
	font-family: "Microsoft YaHei","SimSun",Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
    color:#555; 
    line-height: 36px
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a { 
	color:#555; 
	text-decoration:none; 
	&:hover{
		color: #005EC5;
        text-decoration: none;
	}
}
img { 
	border:none; 
}
ul li{
  list-style-type: none;
font-size:16px;
}
/* felx布局 */
.flex{
  display: flex;
  align-items: center;
}
.around{
  justify-content: space-around;
}
.between{
  justify-content: space-between;
}
.column{
  display: flex;
  flex-direction: column;
}
.container{
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.cur{
  font-weight: bold !important;
  color: #005EC5 !important;
}
.head .top{
  width: 100%;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  background-color: #eaeaea;
}
.jw-link{
    background-color: #00A270;
  height: 24px ;
  line-height: 24px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
}
.jw-link:hover{
  color: #fff;
}
.menu a{
  padding-left: 5px;
  padding-right: 5px;
}
.jy-logo{
  margin: 15px 0;
}
.jy-logo img{
  height: 66px;
  width: auto;
}
.nav-bar{margin-top: 35px;}
.nav-bar>li{
  margin: 0 15px;
  float: left;
  height: 40px;
  position: relative;
  z-index: 900;
  width: auto;
  border: none;
}
.nav-bar a:hover{
  color: #005EC5;
}
.nav-bar>li a{
  font-size: 18px;
  display: block;
  font-weight: normal;
  color: #555;
  height: auto;
  line-height: normal;
}
.drop-down {
  display: none;
  position: absolute;
  top: auto;
  left: -30px;
  margin-top: 15px;
  width: 120px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(33,54,102,0.2);
  border: 1px solid #e9e9e9;
}
.nav-bar>li .drop-down {
  border-top-color:#005EC5;
}
.drop-down li {
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-right: none !important;
  border-bottom: 1px solid #e9e9e9;
  float: none;
  position: static;
  width: auto;
}
.drop-down li a{
  font-size: 14px;
  display: block;
  height: auto;
  line-height: 36px;
  border: none;
  color: #555;
  padding: 0;
}
.nav-bar> li:hover .drop-down {
  display: block;
  color: white;
}
.search-box .button{
  margin-left: 5px;
  border-left: 1px solid #005EC5;
}
.search-box .button img{
  width: 30px;height: 30px;cursor: pointer;
}
.banner .banner-swiper a{
  display: block;
}
.banner .banner-swiper a img{
  height: 350px;
  width: 100%;
}
.search-form{
  position: absolute;top: 100px;background: #fff;display: none;z-index: 10;width: 650px;height: 53px;box-shadow: 1px 0 8px 0 rgba(0,0,0,0.2);color: #fff;left: 45%;padding: 0 15px;
}
.search-form .submit{
  background: url(../images/item-search.png) no-repeat center;
    background-size: auto;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  background-size: contain;
  padding-top: 5px;
}
.search-form .close img {
  width: 30px;
  height: 30px;
  cursor: pointer;
 margin: 10px auto;
}
.search-form .form-text{
  color: #666;width: 88%;height: 90%;border: none;outline: none;
}
.content-box{
  margin-top:30px ;
}
.content-box .left{
  width: 72%;
}
.left .tab-titles{
  height: 50px;
  line-height: 44px;
  font-size: 16px;
  color: #633869;
  border-bottom: 1px solid #005EC5;
}
.tab-titles ul{
  height: 50px;
  font-size: 18px;
}
.tab-titles ul li{
  height: 50px;
  font-size: 18px;
  padding: 5px 20px;
}
.tab-titles .active{
  padding: 3px 20px;
  border-width: 2px 1px 1px 1px;
  border-color: #005EC5;
    border-bottom-color: rgb(0, 94, 197);
  border-style: solid;
  color: #005EC5;
  border-bottom-color: #fff;
  margin-bottom: -1px;
}
.more i{
  color: #005EC5;
  font-size: 22px;
  vertical-align: sub;
}
.tab-list{
  line-height: 35px;height: 35px;width: 100%;
}
.tab-list a{
  color: #555;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
 .tab-list a:hover{
  color:#007aff;
}
 .tab-list .top{
color: #ff0000;
}
.tab-list .date{
  float: right;
  color: #A7A7A7;
  margin-right: 15px;
  font-style: italic;
}
.tab-content > .tab-pane-b{
	display: none;
}
.right{
  width: 25%;
}
.right .title{
  border-bottom: 1px solid #005EC5;
  color: #005EC5;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 45px;
  padding-left: 13px;
}
.right .combut{
  height: 72px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  margin-top: 16px;
  font-size: 18px;
}
.one-box{
  background-color: #1DB2D4;
}
.two-box{
  background-color: #E29C3D;
}
.thirty-box{
  background-color: #05C866;
}
.four-box{
  background-color: #fc5e60;
}
.right .combut img{
  margin: 12px 20px 0 50px;
  height: 50px;
  width: 50px;
}
.right .combut p{
  padding-top: 10px;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 20px;
}
.right .combut p span{
  font-size: 14px;
}
.jy .tab-list a{
  font-size: 14px;
}


/*日历*/
.calendar .day-top .pre,
.calendar .day-top .next,
.calendar .weeks>ul>li,
.calendar .days>ul .style-default {
    cursor: pointer;
}
.calendar {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}
.calendar .day-top {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #004B9D;
}
.calendar .day-top .pre,
.calendar .day-top .next {
    position: absolute;
    top: 50%;
    height: 40px;
    transform: translateY(-20px);
    margin: 0 20px;
    font-size: 40px;
    color: white;
}
.calendar .day-top .next {
    right: 0;
}
.year-month{
  margin-left: 40%;
  line-height: 22px;
  padding: 13px 0;
  text-align: center;
  
}
.year-month div{
  color:#fff ;
  font-size: 16px;
  font-weight: bolder;
}
.calendar .weeks>ul,
.calendar .days>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.calendar .days>ul li {
  border: 1px solid #ddd;
}
.calendar .weeks>ul>li {
    width: 14.285%;
    font-size: 14px;
  font-weight: bolder;
  color: #555;
    font-weight: 700;
    color: rgb(75, 75, 75);
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
}

.style-default {
  width: 14.285%;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: rgb(75, 75, 75);
    text-align: center;
    line-height: 40px;
   
}
.days>ul .style-default:hover {
    background-color: rgb(202, 202, 202);
}
.calendar .days>ul .bg-style {
    background-color: #004B9D;
    color: #fff;
}
.no-style {
  width: 14.285%;
    height: 40px;
}
/**/
.footer-link{
  background: #eaeaea;
  width: 100%;
  padding: 40px 0;
}
.link .title{
  font-size: 24px;
  color: #005EC5;
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 0 10px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.link .link-list a{
  line-height: 24px;
  padding: 5px 0 0 15px;
}

/*底部*/
.footer{
  background-color: #252125;
  color: #fff;
}
.footer .copyright{
  margin:80px auto 20px;
}
.footer .copyright p{
color: #fff;
font-size: 16px;
text-align: center;
line-height: 36px;
}
.footer .copyright p a{
  color: #fff;
}
/*快捷导航页面start*/
.jy_dh{
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #f8f7f5;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.left-dh{
  height: 471px;
  margin: 10px auto;
  width: 20%;
  background: #e6e6e6;
}
.right-dh{
  margin-left: 1%;
  width: 79%;
  height: 471px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  overflow-x: hidden;
  background: #fff;
}
.left-title{
  height: 40px;
  line-height: 40px;
  background: #005EC5;
  border-top: 1px solid #dfdfdf;
  text-align: center;
  color: #fff;
}
.left-dh ul{
  text-align: center;
  padding: 10px 17px 0 17px;
}
.left-dh ul li{
  width: 80%;
  margin: auto 10%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ddd;
}
.left-dh ul li a{
  overflow: hidden;
  display: block;
  height: 35px;
  line-height: 35px;
}
.left-dh ul li a i{
  font-size: 10px;
  margin-right: 10px;
  color: #005EC5;
}
.right-title{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
  background-color: #F7F7F7;
}
.right-nav{
  padding: 32px 25px 25px;
  min-height: 400px;
  height: auto !important;
  overflow: visible;
}
.right-nav .right-nav-item{
  border-bottom: 1px dotted #b4b4b4;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.right-nav .right-nav-item span{
  color: #005EC5;font-size: 28px;font-weight: bold;
}
.right-nav .right-nav-item a{
  padding-left: 15px;
  line-height: 28px;
  margin-right: 45px;
}
/*快捷导航页面end*/

/*就业文章列表页start*/
.jy{
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #f8f7f5;
  min-height: 100%;
  height: 100%;
  width: 100%;
}
.jy-nav{
  height: 36px;
  line-height: 36px;
  margin: 10px 0;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
}
.jy-nav span{
 color: #868585;
}
.jy-nav a{
  color: #333;
}
.jy-content .jy-list-left{
  width: 17%;
  height: 300px;
  background-color: #fff;
  text-align: center;
  float: left;
}
.jy-list-left ul li{
  background-color: #fff;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  text-align: left;
}
.jy-list-left ul .active a{
color: #005EC5;
}
.jy-list-left ul li a{
  padding: 5px 15px;
  text-align: left;
  border-bottom: 1px solid #F0F0F0;
  width: 100%;
  display: inline-block;
}
.jy-content .jy-list-right{
  width: 82%;
  margin-left: 1%;
  float: right;
}
 .tab-content > .tab-pane-b{
	display: none;
}
.tab-content > .active{
	display: block;
}
.jy-list-right label{
  cursor: pointer;
}
.jy-list-right .jy-search{
  margin-bottom: 10px;padding: 20px;background: #fff;
}
.jy-list-right .jy-search .search-input{
  border: 1px solid #ddd;
  width: 90%;
}
.jy-list-right .jy-search button{
  padding: 11px 20px;background: #005EC5;color: #fff;border-radius: 4px;margin-left: 20px;
}
.jy-list-right .jy-search .search-input i{
  margin-left: 8px;
  cursor: pointer;
}
.jy-list-right .jy-search .search-input i:hover{
  color: #005EC5;
}
.jy-list-right .jy-search .search-input:hover{
  border-color: #005EC5;
}
.jy-list-right .jy-search .search-input input{
  width: 95%;
  border: none;
}
.jy-list-right .jy-search .search-input input:hover{
  border: none;
  font-style: normal;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}
.jy-list-right .jy-search .search-input input:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.jy-article-list{
  padding: 20px;background: #fff;margin-bottom: 10px;
}
.jy-article-list .jy-list-title{
  background-color: #F7F7F7;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  color: #000;
}
.jy-article-list dl dt{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #E5E5E5;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  font-weight:normal;
  color: #333;
}
.jy-article-list dl dt a{
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*就业文章列表页end*/

/*就业文章内容页start*/
.content{
  padding: 23px;
background-color: #fff;
}
.content .content-top .title{
  line-height: 40px;
  color: #333;
  font-size: 22px;
  font-family: "微软雅黑";
  text-align: center;
  width: 90%;
}
.content .content-top .info{
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.prev-next{
  margin-top: 20px;
}

/*就业文章内容页end*/