/************主内容区*********/
.main{
    padding: 30px 0 0;
    background-color: #efefef;
}
body{
	background: url(../images/banfot.jpg);
    background-size: cover;
    background-position:center bottom;
}


/****折叠面板*****/
.my-panel{
    margin: 0 -15px 0;
    border-bottom: none;
}
.panel-heading{
    padding: 0;
    border: none;
}
.panel-title a{
    position: relative;
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #eee;
}
.panel-heading a:before {
    content: '\002b';
    position: absolute;
    font-family:'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #1e75db;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.panel-heading a:focus{
    text-decoration: none;
}
.panel-heading a:after {
    content: ' ';
    font-size: 16px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    right: 10px;
    top: 10px;
    color: #1e75db;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-heading.active a:after {
    content: '\2212';
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-body{
    margin: 0;
    padding:0 10px;
}

.panel-body a{
    display: block;
    padding:15px;
    font-size: 15px;
    color: #444;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.panel-body li.active a{
    color: #1e75db;
}
.panel-body li:last-of-type a{
    border-bottom: none;
}
.left-menu{
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.left-menu header{
    padding: 20px 0 5px 50px;
    color: #fff;
    background-color: #054eb4;
}
.left-menu header h3{
    margin: 0;
    font-weight: 800;
}
.left-menu header p{
    margin: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-menu li a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding:0 20px 0 50px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}
.left-menu li.last-li a{
   border: none;
}

.left-menu li.active a,.left-menu a:hover{
    color:#054eb4;
}
.content{
    min-height: 400px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.content header{
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background:#f8f8fa;
}
.content header span{
    font-size: 14px;
}

.news-info{
    padding: 30px 50px;
    color: #555;
    box-sizing: border-box;
}
.news-info h4{
    line-height: 25px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
}
.news-date{
    margin-bottom: 15px;
}
.news-info table{
    width: auto!important;
    border: none;
}
.news-info img{
    /*width: 100%!important;*/
    height: auto!important;
    margin-bottom: 10px;
}
.news-info span img{
    width: 100%;
    margin-bottom: 10px;
}
.news-info p{
    color: #444;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

#bsPanel{
    display: none!important;
}
.bshare-custom{
    display: inline-block;
    margin-bottom: 20px;
   /* text-align: right;*/
}
.bsBox{
    width: 232px!important;
    height: 258px!important;
    padding: 10px!important;
}


.content-top{
    margin-top: 30px;
    height: 30px;
}
.like-btn{
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 14px;
}
.like-btn span{
    display: inline-block;
    margin: 0 3px;
    vertical-align: 1px;
}



/******招聘列表*****/
.zhao-menu{
    min-height: 400px;
}
.zhao-uls{
    padding: 15px;
}
.zhao-uls li{
    display: block;
}
.zhao-uls a{
    display: block;
    padding: 10px 5px 5px;
    border-bottom: 1px dashed #bbb;
}
.zhao-uls h3{
    display: inline-block;
    width: 70%;
    margin: 0;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhao-date{
    font-size: 12px;
    color: #666;
}


@media (max-width: 992px) {
    .left-menu header{
        padding: 10px;
        text-align: center;
    }

    .left-menu li a{
        padding: 0 10px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .weizhi{
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
    .main,.main .container{
        padding:0;
    }
    .left-menu,.right-uls{
        padding: 0;
    }
    .news-info{
        padding: 0 15px;
    }
    .zhao-container{
        padding: 0;
    }
    .left-menu header h3{
        font-size: 16px;
    }
    .left-menu li a{
        font-size: 15px;
        border: none;
    }
    .zhao-menu{
        min-height: 10px;
    }
}