﻿/**企业头**/
.qiyehead
{
    width:1200px;
    margin:0px auto;
    background-color:#FFF;
    box-sizing:border-box;
    padding:20px;
    border:1px solid #EEE;
}
    .qiyehead .qhleft {
        width: 860px;
        float: left;
        box-sizing: border-box;
    }
    .qiyehead .hdimg {
        float: left;
        width: 120px;
    }
        .qiyehead .hdimg img {
            display: block;
            width: 100px;
            height: 100px;
            border: 1px solid #EEE;
        }
    .qiyehead .coinfo {
        float: left;
        margin-left: 10px;
    }
    .qiyehead .coname {
        font-weight: 700;
        color: #555;
        line-height: 50px;
    }
    .qiyehead .coaddress {
        line-height: 40px;
        color: #666
    }

    .qiyehead .qhright {
        float: right;
        width: 280px;
        box-sizing: border-box;
    }
    .qiyehead .zixunbtn {
        width: 200px;
        margin: 10px auto;
        background-color: #ff9934;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        border-radius: 3px;
    }
    /**企业右侧**/
.qiyeright {

}

/***右侧新闻列表**/
    .qiyeright .tjitem {
        width: 300px;
        background-color: #FFF;
        margin-bottom: 20px;
        padding: 20px;
        box-sizing: border-box;
        border:1px solid #EEE;
        margin-top:10px;
    }

        .qiyeright .tjitem .rnname {
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #F8F8F8;
            padding-top:10px;
        }

        .qiyeright .tjitem ul {
            display: block;
        }

        .qiyeright .tjitem li {
            display: block;
            line-height: 36px;
        }

        .qiyeright .tjitem a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            border-bottom: 1px dashed #F2F2F2;
            background-image: url(../images/liico.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 12px;
            background-size: 4px 4px;
        }

        .qiyeright .tjitem li:last-child a {
            border-bottom: 0px;
        }
        /****/

    .qiyeright .tjrlist {
        background-color: #FFF;
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #EEE;
    }

        .qiyeright .tjrlist .tb {
            font-size: 15px;
            line-height: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #F8F8F8;
        }

        .qiyeright .tjrlist .rzjobul {
            display: block;
        }

            .qiyeright .tjrlist .rzjobul li {
                display: block;
                padding: 10px 0px;
                border-bottom: 1px solid #F8F8F8;
                line-height: 26px;
            }

                .qiyeright .tjrlist .rzjobul li:last-child {
                    border-bottom: 0px;
                }

        .qiyeright .tjrlist .jobname {
            color: #333;
        }
            .qiyeright .tjrlist .jobname span {
                margin-right: 3px;
            }

        .qiyeright .tjrlist .jobyx {
            color: #F50;
        }

        .qiyeright .tjrlist .jobtd {
            color: #999;
        }

            .qiyeright .tjrlist .jobtd span {
                margin-right: 5px;
            }

        .qiyeright .tjrlist .jobconame {
            color: #3a91e7
        }
