/* Ãæ°üÐ¼µ¼º½ */
.position{
    width: 100%;
    height: 35px;
    background: #fff;
    margin-top: 20px;
}
.position_content{
    width: 1080px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 17px;
    color: #1b1b1b;
}
.position_content img{
    margin-top: -5px;
    margin-right: 5px;
}
.position_content a:hover{
    color: #5d90e5;
    text-decoration: none;
}
.wrap{
    width: 1080px;
    margin: 0 auto;
}
.yq_detail{
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 5px;
    margin-top: 25px;
    padding: 20px 0px 20px 20px;
    position: relative;
}
.yq_detail h1{
    font-size: 24px;
    color: #222222;
    line-height: 28px;
    font-weight: bold;
}
.yq_detail .box{
    display: block;
    margin-top: 15px;
}
.yq_detail .box p{
    display: inline-block;
    margin-right: 25px;
    margin-top: 0px;
}
.yq_detail p{
    font-size: 18px;
    color: #959595;
    line-height: 30px;
    margin-top: 5px;
}
.yq_detail p::before{
    content: "¡¤";
    font-size: 20px;
    margin-right: 2px;
    color: #959595;
}
.yq_detail p span{
    color: #131212;
}
.yq_detail img{
    position: absolute;
    right: 0px;
    bottom: -1px;
}
.enterprise_list{
    margin-top: 15px;
}
.enterprise_list ul li{
    background: #fff;
    width: 253px;
    height: 313px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-top: 20px;
}
.enterprise_list ul li:hover{
    border: 2px solid #49b4ff;
    width: 251px;
    height: 311px;
}
.enterprise_list ul li .name{
    max-height: 77px;
    display: block;
    margin-top: 35px;
    overflow: hidden;
}
.enterprise_list ul li a:hover{
    text-decoration: none;
}
.enterprise_list ul li img{
    width: 68px;
    height: 68px;
    border: 1px solid #f2f2f2;
    margin-left: 10px;
    float: left;
}
.enterprise_list ul li .enterpriseName{
    width: 145px;
    font-size: 18px;
    color: #222222;
    margin-left: 15px;
    margin-top: 35px;
    max-height: 70px;
    transform: translateY(-50%);
    float: left;
}
.enterprise_list ul li .enterpriseName:hover{
    color: #49b4ff;
    text-decoration: none;
}
.sprite{
    background: url("https://www.yesky.com/TLimages2009/chinabyte/enterpriseClub/images/icon.png") no-repeat;
}
.enterprise_list ul li .location{
    font-size: 13px;
    color: #717171;
    line-height: 40px;
    padding: 0px 10px;
    border-bottom: 1px dotted #eee;
    overflow: hidden;
}
.enterprise_list ul li .location i{
    display: inline-block;
    width: 12px;
    height: 16px;
    background-position: -53px -4px;
    vertical-align: middle;
    margin: -3px 5px 0px 0px;
}
.enterprise_list ul li .location span{
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.enterprise_list ul li .introduce{
    padding: 6px 12px 0px 15px;
    font-size: 15px;
    color: #2e2e2e;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.enterprise_list ul li .chinabyte{
    display: inline-block;
    width: 70px;
    height: 26px;
    background-position: -129px 0px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.enterprise_list ul li:hover .chinabyte{
    position: absolute;
    top: -2px;
    left: -2px;
}
.enterprise_list ul li:nth-child(4n){
    margin-right: 0px;
}
/* ·ÖÒ³ */
.paging_wrap {
    position: relative;
    left: 50%;
    float: left;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: 45px;
}
.paging div{
    width: 25px;
    height: 25px;
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 3px ;
    cursor: pointer;
}
.paging .first,.paging .last{
    width: 50px;
    height: 25px;
}
.paging .prev,.paging .next{
    width: 60px;
    height: 25px;
}
.paging div.disable {
    color: #fff;
    cursor: not-allowed;
    background-color: rgb(211, 211, 211);
}
.paging div.active {
    background-color: #2eafee;
    color: #fff;
}
.paging .pagingDiv:hover {
    background-color: #2eafee;
    color: #fff;
}
/* footer */
.footer{
    width: 100%;
    padding: 65px 0px 50px 0px ;
    background: #e2e2e2;
    margin-top: 125px;
}
.footer_content{
    width: 1080px;
    margin: 0 auto;
}
.footer_content p{
    font-size: 14px;
    color: #626262;
    text-align: center;
    line-height: 28px;
}
.footer_content p a{
    font-size: 14px;
    color: #626262;
    padding: 0px 5px;
}