.wide *{
    box-sizing: border-box;
}
.graduate_nav{width:1200px;height:95px;line-height:95px;margin:auto;}
.graduate_nav .tlogo{float:left; padding-top:20px;}
.graduate_nav .tlogo img{width:325px;}
.graduate_nav .tl{float:right;}
.graduate_nav .tl li{
    float:left;
    height:95px;
    line-height:95px;
    margin-left:25px;
    font-size:17px;
    color:#575757;
    font-weight:700;
}
.flow_nav .tl li{margin-left:40px;}
/*banner*/
.graduate_banner{
    width:1200px;
    height:234px;
    background:url(../../images/graduate/graduate_banner.png) no-repeat center;
    margin:auto;
    margin-bottom:20px;
}

/*标题栏*/
.box_title{
    width:100%;
    height:30px;
    line-height:30px;
    border-bottom:2px solid #306fb9;
    padding-left:15px;
    font-size:15px;
    color:#4c4c4c;
}
.box_title .more{
    font-size:14px;
    float:right;
    margin-right:15px;
    color:#999999;
}
.box_title .more:hover{
    color:#4c4c4c;
}
/*顶部新闻*/
.graduate_news_box1{
    width:790px;
    height:260px;
    border:1px solid #e0e0e0;
    float:left;
}
.graduate_news_box1 .news_images{width:275px;height:175px;margin-left:10px;margin-top:10px;}
.news_images.flexslider p{background-color:#e0e0e0;color:#111;height:30px;line-height:30px;}
.news_images.flexslider p a{display:block;color:#111;width:150px;font-size:13px;}
.flex-control-nav{right:10px;bottom:35px;}
.flex-control-paging li a{width:20px;height:15px;font-size:12px; line-height:15px;text-align:center; text-indent:0;background-color:transparent !important;color:#fff !important;}
.flex-control-paging li a.flex-active{width:20px;height:15px;background-color:#58aa22 !important;}

.graduate_news_box1 .news_list{width:490px;height:180px;overflow:hidden;margin-left:10px;}
.graduate_news_box1 .news_list .box_content{width:100%;height:175px;overflow:hidden;margin-top:5px;}
.graduate_news_box1 .news_list .box_content li{line-height:30px;padding:0 10px;font-size:13px;}
.graduate_news_box1 .news_list .box_content li a{position:relative;}
.graduate_news_box1 .news_list .box_content li a:hover{color:#0e7add;}
.graduate_news_box1 .news_list .box_content li a:before{content:"";width:6px;height:6px;position:absolute;left:-10px;top:6px;background:#999;border-radius:6px;}
.graduate_news_box1 .news_list .box_content li a:hover:before{background:#0e7add;}

/*顶部右侧*/
.link_box{
    float:right;
    width:390px;
}
.link_box .box_item{
    display:block;
    margin-bottom:6.5px;
    width:390px;
    height:72px;
    overflow:hidden;
}
.link_box .box_item img{
    width:100%;
    height:100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.link_box .box_item:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*招聘信息*/
.recurit_box{
    width:100%;
    height:605px;
    border:1px solid #e0e0e0;
    margin-top:15px;
}
.recurit_box .box_content{
    width:100%;
    height:570px;
    overflow:hidden;
}
.recurit_box .box_content .recuritjobs{
    width:100%;
    padding-top:10px;
    border-bottom:1px dashed #e0e0e0;
}
.recurit_box .box_content .recuritjobs_box{
    width:25%;
    float:left;
    height:60px;
    padding-left:20px;
}
.recurit_box .box_content .recuritjobs_box .recuritjobs_jobs{
    line-height:30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recurit_box .box_content .recuritjobs_box .recuritjobs_jobs span{
    color:#ff6600;
}
.recurit_box .box_content .recuritjobs_box .recuritjobs_jobs a{
    color:#0e7add;
}
.recurit_box .box_content .recuritjobs_box .recuritjobs_company{
    color:#333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.recurit_box .box_content .recuritjobs_box a:hover{
    text-decoration: underline;
}

/*底部新闻列表*/
.graduate_news_box2{
    width:590px;
    height:215px;
    border:1px solid #e0e0e0;
    margin-top:15px;
}
.graduate_news_box2 .news_list{width:570px;height:180px;overflow:hidden;margin-left:10px;}
.graduate_news_box2 .news_list .box_content{width:100%;height:175px;overflow:hidden;margin-top:5px;}
.graduate_news_box2 .news_list .box_content li{line-height:30px;padding:0 10px;font-size:13px;}
.graduate_news_box2 .news_list .box_content li a{position:relative;}
.graduate_news_box2 .news_list .box_content li a:hover{color:#0e7add;}
.graduate_news_box2 .news_list .box_content li a:before{content:"";width:6px;height:6px;position:absolute;left:-10px;top:6px;background:#999;border-radius:6px;}
.graduate_news_box2 .news_list .box_content li a:hover:before{background:#0e7add;}
