﻿
/******InterviewPage列表页Style**********/
.ItemListTitle
{
    float: left;
    white-space: nowrap;
    width: 690px;
    height: 40px;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
}
.ItemContent
{
    width: 690px;
    float: left;
    height: 200px;
    font-size: 14px;
    color: #666666;
}
.ItemContent .content
{
    width: 490px;
    height: 110px;
    float: left;
}
.ItemContent .image
{
    width: 150px;
    height: 110px;
    float: left;
}
.ItemContent .image img
{
    width: 138px;
    height: 103px;
    float: left;
}








/*************InterviewDetailPage详细页Style*********/
.DetailMain
{
    width: 742px;
    min-height: 500px;
    float: left;
}
.DetailMain .Position
{
    width: 648px;
    margin: 0 auto;
    min-height: 500px;
    padding: 0px 47px;
    float: left;
}
.DetailMain .ContentTop
{
    width: 650px;
    height: 303px;
}
.DetailMain .ContentTop .Title
{
    display: block;
    margin-top: 25px;
    width: 648px;
    margin: 15px auto;
    height: 30px;
    text-align: center;
    color: rgb(46,130,32);
    font-size: 18px;
    line-height: 30px;
}

.DetailMain .ContentTop .Text
{
    width: 648px;
    height: 258px;
}

.DetailMain .ContentTop .Text .PersonalIntruction
{
    width: 418px;
    height: 260px;
    float: left;
}



.DetailMain .ContentTop .Text .ImageDiv
{
    width: 230px;
    height: 260px;
    float: left;
}
.DetailMain .ContentTop .Text .ImageDiv img
{
    width: 220px;
    height: 258px;
}


.DetailMain .ContentBottom {
    
    width: 648px;
    min-height: 197px;
    float: left;

}
.DetailMain .ContentBottom .GreenTitle {
    
    width: 648px;
    height: 40px;
    float: left;

}
.DetailMain .ContentBottom .content1 {
    
    width: 630px;
    min-height: 157px;
    float: left;

}
