

/*  首页：核心业务  */
.content_home_1{
    width: 100%;
    padding-top: 63px;
    padding-bottom: 25px;
}

.content_home_1 .middle{
    margin-top: 77px;
    padding-bottom: 54px;
    text-align: center;
}

.content_home_1 .middle .box{
    width: 130px;
    display: inline-block;
    margin: 0 50px;
    vertical-align: top;
    transition: all  0.2s  ease-in;
}

.content_home_1 .middle .box:hover{
    /* box-shadow: 0px 0px 6px rgba(229,132,25,0.25); */
    transform: translateY(-5px);
}

.content_home_1 .middle .box .img{
    width: 100%;
    height:95px;
}

.content_home_1 .middle .box .title{
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.content_home_1 .middle .box .img.bg1{
    background: url(../../images/img_5.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg1:hover{
    background: url(../../images/img_5_r.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg2{
    background: url(../../images/img_6.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg2:hover{
    background: url(../../images/img_6_r.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg3{
    background: url(../../images/img_7.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg3:hover{
    background: url(../../images/img_7_r.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg4{
    background: url(../../images/img_8.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg4:hover{
    background: url(../../images/img_8_r.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg5{
    background: url(../../images/img_9.png) no-repeat center top;
}

.content_home_1 .middle .box .img.bg5:hover{
    background: url(../../images/img_9_r.png) no-repeat center top;
}

/*  首页：简介  */
.content_2{
    width:100%;
    height:271px;
    background: url(../../images/img_10.jpg) no-repeat center center;
}

.content_home_2{
    margin: 0 auto;
    width: 743px;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
}

.content_home_2 .msg{
    font-size: 20px;
    color:#070707;
    line-height: 37px;
}


/*  首页：公司介绍  */
.content_home_3{
    width: 100%;
    padding-top: 63px;
    padding-bottom: 25px;
}

.content_home_3 .middle{
    margin-top: 77px;
    padding-bottom: 54px;
    text-align: center;
}

.content_home_3 .middle .left_site{
    float: left;
}

.content_home_3 .middle .left_site .img_box{
    background: url(../../images/img_12.png) no-repeat;
    width:535px;
    height:300px;
    position: relative;
    margin-left:10px;
}

.content_home_3 .middle .left_site .img_box .img {
    width:535px;
    height:300px;
    overflow: hidden;
    position: absolute;
    left:-10px;
    top:-12px;
}

.content_home_3 .middle .left_site .img_box .img img{
    width:532px;
    height:300px;
    position: relative;
}

.content_home_3 .middle .right_site{
    float: right;
    width: 600px;
    position: relative;
    padding-top: 15px;
}

.content_home_3 .middle .right_site .msg{
    color: #2d2e32;
    height:115px;
    margin-top: 0;
    line-height: 28px;
    overflow:hidden;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
}

.content_home_3 .middle .right_site .msg a{
    color:#c7000a;
}

.content_home_3 .middle .right_site .links{
    margin-top: 42px;
    margin-left: 5px;
    width:578px;
}

.content_home_3 .middle .right_site .links .box{
    display: inline-block;
    margin: 0 17px;
    width: 100px;
    vertical-align: top;
}

.content_home_3 .middle .right_site .links .box .img{
    margin:0 auto;
    width: 74px;
    height: 74px;
    border:1px solid #e7e7e7;
    border-radius: 37px;
    overflow: hidden;
}

.content_home_3 .middle .right_site .links .box .bg1{
    background: url(../../images/img_16.png) no-repeat center center;
}
.content_home_3 .middle .right_site .links .box .bg1:hover{
    background: #c7000a url(../../images/img_16_w.png) no-repeat center center;
}

.content_home_3 .middle .right_site .links .box .bg2{
    background: url(../../images/img_15.png) no-repeat center center;
}
.content_home_3 .middle .right_site .links .box .bg2:hover{
    background: #c7000a url(../../images/img_15_w.png) no-repeat center center;
}

.content_home_3 .middle .right_site .links .box .bg3{
    background: url(../../images/img_14.png) no-repeat center center;
}
.content_home_3 .middle .right_site .links .box .bg3:hover{
    background: #c7000a url(../../images/img_14_w.png) no-repeat center center;
}

.content_home_3 .middle .right_site .links .box .bg4{
    background: url(../../images/img_13.png) no-repeat center center;
}
.content_home_3 .middle .right_site .links .box .bg4:hover{
    background: #c7000a url(../../images/img_13_w.png) no-repeat center center;
}

.content_home_3 .middle .right_site .links .box .txt{
    margin-top: 17px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}


/*  首页：兴达动态  */
.content_home_4{
    width: 100%;
    padding-top: 63px;
    padding-bottom: 25px;
}

.content_home_4 .middle{
    margin-top: 40px;
    padding-bottom: 54px;
    text-align: center;
}

.content_home_4 .middle .box{
    width:380px;
}

.content_home_4 .middle .box .first_line{
    height: 24px;
    line-height: 24px;
}

.content_home_4 .middle .box .first_line .title{
    font-size: 18px;
    float:left;
    margin-left: 2px;
}

.content_home_4 .middle .box .first_line .more{
    font-size: 14px;
    float:right;
    color:#9a9a9a;
}

.content_home_4 .middle .box .first_line .more:hover{
    color:#ff0000;
}

.content_home_4 .middle .box .img{
    width: 100%;
    height:157px;
    margin-top: 13px;
    overflow: hidden;
}

.content_home_4 .middle .box .img img{
    width: 100%;
}

.content_home_4 .middle .box .news{
    margin-top: 28px;
}


.content_home_4 .middle .box .news li{
    /* border-bottom:1px dashed #d0d0d0; */
    padding-left:18px;
    height:30px;
    line-height: 30px;
    background:url(../../images/img_43.png) no-repeat left 5px center;
}

.content_home_4 .middle .box .news li:hover{
    background:url(../../images/img_44.png) no-repeat left 5px center;
}

.content_home_4 .middle .box .news li:hover > a .time{
    color:#ff0000;
}

.content_home_4 .middle .box .news li .time{
    font-size: 14px;
    color:#999999;
    float: right;
    margin-right: 4px;
}

.content_home_4 .middle .box .news li .title{
    float: left;
    width:275px;
    font-size: 14px;
    color:#000000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_4 .middle .box .news li .title:hover{
    color:#ff0000;
}


/*  首页：服务专区  */
.content_5 {
    width: 100%;
    height: 443px;
    background: url(../../images/img_45.jpg) no-repeat center center;
}

.content_home_5{
    width: 100%;
    padding-top: 83px;
    padding-bottom: 25px;
}

.content_home_5 .middle{
    margin-top: 67px;
    padding-bottom: 54px;
    text-align: center;
}

.content_home_5 .middle .box{
    width: 130px;
    display: inline-block;
    margin: 0 80px;
    vertical-align: top;
    transition: all  0.2s  ease-in;
}

.content_home_5 .middle .box:hover{
    /* box-shadow: 0px 0px 6px rgba(229,132,25,0.25); */
    transform: translateY(-5px);
}

.content_home_5 .middle .box:hover > .title{
    color:#c7000a;
}

.content_home_5 .middle .box .img{
    width: 100%;
    height:95px;
}

.content_home_5 .middle .box .title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
}

.content_home_5 .middle .box .img.bg1{
    background: url(../../images/img_24.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg1:hover{
    background: url(../../images/img_24_r.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg2{
    background: url(../../images/img_21.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg2:hover{
    background: url(../../images/img_21_r.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg3{
    background: url(../../images/img_22.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg3:hover{
    background: url(../../images/img_22_r.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg4{
    background: url(../../images/img_23.png) no-repeat center top;
}

.content_home_5 .middle .box .img.bg4:hover{
    background: url(../../images/img_23_r.png) no-repeat center top;
}



/*  首页：人才招聘  */
.content_home_6{
    width: 100%;
    padding-top: 63px;
    padding-bottom: 25px;
}

.content_home_6 .middle{
    margin-top: 21px;
    padding-bottom: 54px;
}


.content_home_6 .middle .cate_line{
    padding-left:17px;
    text-align: center;
}

.content_home_6 .middle .cate_line li{
    display: inline-block;
    vertical-align: top;
    padding:0 36px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right:5px;
    border-right:1px solid #cccccc;
}

.content_home_6 .middle .cate_line li.no_border_right{
    border-right:none;
}

.content_home_6 .middle .cate_line li.select{
    color:#de5c23;
}

.content_home_6 .middle .cate_line li:hover{
    color:#de5c23;
}

.content_home_6 .middle .list_box{
    margin-top:25px;
}

.content_home_6 .middle .list_box .box{
    display: none;
    width:100%;
    min-height:273px;
}

.content_home_6 .middle .list_box .box.select{
    display:block;
}

.content_home_6 .middle .list_box .box li{
    width:558px;
    height:94px;
    border-bottom:1px dotted #e1e1e1;
}
/*
.content_home_6 .middle .list_box .box li:hover > a .line .more{
    display: block;
}
*/

.content_home_6 .middle .list_box .box li .time{
    margin-left:4px;
    padding-top: 24px;
}

.content_home_6 .middle .list_box .box li .line{
    margin-top: 6px;
    margin-left:4px;
}

.content_home_6 .middle .list_box .box li .line .title{
    float:left;
    width: 480px;
    height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_6 .middle .list_box .box li .line .more{
    float:right;
}



/*  内页：公共页面  */
.basic_page{
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}

.basic_page_inside{
    width: 100%;
    padding-bottom: 100px;
    margin-top: 50px;
}


/*   列表页：一排4个图片   */
.content_list_four{
    width: 1200px;
    margin-top: 0px;
    padding-bottom: 0;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:282px;
    height:212px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.content_list_four li .title{
    width:264px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.content_list_four li .title{
    width:282px;
    height:50px;
    line-height:25px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    margin-top:10px;
}
*/

.content_list_four li .title:hover{
    text-decoration: none;
    color:#de5c23;
}



/*  文章详情区  */
.content_article_detail{
    width: 100%;
    margin:0 auto;
    margin-top: 20px;
    padding-top: 32px;
    padding-bottom: 20px;
    /* border-top: 1px solid #eaeaea; */
}

.content_article_detail2{
    width: 100%;
    margin:0 auto;
    padding-top: 0;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 auto;
}


/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
    margin-top:26px;
    margin-bottom:0px;
    width: 100%;
    min-height: 400px;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:50px;
}

.article_content .content .title {
    width: 100%;
    line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    color: #222222;
}
/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.article_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.article_content .content img {
    max-width: 80%;
    text-align: center;
}

.article_content .content_bottom{
    padding-top: 20px;
}

.article_content .content_bottom .news_line{
    height: 35px;
    line-height: 32px;
    margin-bottom: 10px;
}

.article_content .content_bottom .news_line a{
    display: inline-block;
}


.article_content .content_bottom .news_line a:hover > .link{
    color:#ff0000;
}


.article_content .content_bottom .news_line .link{
    width: 92px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 12px;
    color: #999999;
    float: left;
    text-align: center;
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .title{
    display: inline-block;
    margin-left: 10px;
    color:#999999;
}

.article_content .content_bottom .news_line .title a{
    max-width: 480px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#999999;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:0;
    margin-bottom:0;
    width: 100%;
    min-height: 360px;
}

.single_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}


.single_content .content img {
    max-width: 100%;
    text-align: center;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    width:25px;
    height:25px;
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}


/*  文章列表页面：第1种  */
.content_news_list1{
    margin:0 auto;
    width: 100%;
    padding-bottom: 15px;
}

.content_news_list1 li:hover{
    background: #f7f7f7;
}

.content_news_list1 li .box{
    padding: 26px 0 36px;
    margin:0 auto;
    width:1200px;
    border-bottom: 1px solid #dddddd;
}

.content_news_list1 li a:hover{
    text-decoration: none;
}

.content_news_list1 .title{
    font-size: 20px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list1 .msg{
    margin-top: 14px;
    /*height: 50px;*/
    line-height: 25px;
    max-height: 100px;
    color: #6e6e6e;
    font-size: 16px;
    overflow: hidden;
}

.content_news_list1 .time{
    font-size: 14px;
    height: 20px;
    color: #999999;
    margin-top: 10px;
    padding-left: 3px;
}

.content_news_list1 .more{
    display: inline-block;
    margin-top: 20px;
    width:111px;
    height:37px;
    line-height: 37px;
    border: 2px solid #c7000a;
    text-align: center;
}

.content_news_list1 .more:hover{
    background-color: #c7000a;
}

.content_news_list1 .more a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #6e6e6e;
}

.content_news_list1 .more a:hover{
    color:#ffffff;
}


/*   列表页：一排4个图片   */
.content_list_four_second{
    width: 1100px;
    margin-top: 10px;
    margin-left: 50px;
    padding-bottom: 0px;
}

.content_list_four_second li{
    float:left;
    margin-right: 40px;
    /*margin-bottom: 16px;*/
}

.content_list_four_second li.no_margin_right{
    margin-right:0;
}

.content_list_four_second li .out_img{
    width:243px;
    height:181px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four_second li .out_img:hover{
    border: 1px solid #e58419;
}

.content_list_four_second li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four_second li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four_second li .img a{
    display: block;
}

.content_list_four_second li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_four_second li .title{
    width:243px;
    height:75px;
    line-height:75px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_list_four_second li .title:hover{
    text-decoration: none;
    color:#ff0000;
}

/*  文章列表页面：表格  */
.content_news_list_table{
    margin:0 auto;
    width: 100%;
    padding-bottom: 15px;
}

.content_news_list_table li div{
    float: left;
}

.content_news_list_table li{
    height: 59px;
    line-height: 59px;
    text-align: center;
    border-bottom:1px solid #dddddd;
}

.content_news_list_table li.head{
    height:43px;
    line-height:43px;
    background-color: #252525;
    color:#ffffff;
    text-align: center;
}

.content_news_list_table li.head .line{
    float: left;
    margin-top:12px;
    width:1px;
    height:21px;
    background-color: #676767;
}

.content_news_list_table li .name{
    width:185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list_table li .edu{
    width:150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list_table li .requirement{
    width:620px;
    padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_news_list_table li .time{
    width:202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  联系方式  */
.content_lxfs{
    margin-top: 10px;
    width: 100%;
    height: 507px;
}

.content_lxfs .left_site{
    float:left;
    width: 373px;
    height: 100%;
    background-color: #c7000a;
    text-align: center;
}

.content_lxfs .left_site .title{
    display: inline-block;
    vertical-align: top;
    margin-top: 44px;
    height: 46px;
    font-size: 24px;
    color:#ffffff;
    border-bottom:1px solid #e38085;
}

.content_lxfs .left_site .box{
    text-align: left;
    width: 312px;
    margin: 0 auto;
    color:#ffffff;
    font-size: 16px;
    padding-top: 27px;
}

.content_lxfs .left_site .box .item{
    height:40px;
    padding-left:62px;
    margin-bottom: 11px;
}

.content_lxfs .left_site .box .item.bg1{
    background:url(../../images/img_37.png) no-repeat 8px top;
}

.content_lxfs .left_site .box .item.bg2{
    background:url(../../images/img_38.png) no-repeat 8px 3px;
}

.content_lxfs .left_site .box .item.bg3{
    background:url(../../images/img_39.png) no-repeat 8px 2px;
}

.content_lxfs .left_site .box .item.bg4{
    background:url(../../images/img_40.png) no-repeat 8px 6px;
}

.content_lxfs .left_site .box .item.bg5{
    background:url(../../images/img_41.png) no-repeat 8px 8px;
}

.content_lxfs .left_site .box .item .text{
    letter-spacing: 10px;
}

.content_lxfs .right_site{
    float: right;
    width:827px;
    height:100%;
}

.content_lxfs .right_site .map{
    width: 100%;
    height:100%;
}


/*  岗位详情  */
.article_recruiters{
    width: 100%;
}

.article_recruiters .head{
    height:34px;
    line-height: 34px;
    background: url(../../images/img_42.png) no-repeat left top;
    padding-left: 50px;
    margin-bottom: 29px;
}

.article_recruiters .head .name{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
}

.article_recruiters .head .line{
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 24px;
    background-color: #ebebeb;
    margin: 6px 19px 0;
}

.article_recruiters .head .wage{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color:#c7000a;
}

.article_recruiters .head .link{
    display: inline-block;
}

.article_recruiters .head .link a{
    color:#c7000a;
    font-size: 20px;
}

.article_recruiters .title{
    font-size: 18px;
    color:#7a7a7a;
}

.article_recruiters .msg{
    margin-top: 19px;
    color:#7a7a7a;
    line-height: 16px;
    font-size: 16px;
}

.article_recruiters .msg2{
    margin-top: 10px;
    color:#7a7a7a;
    line-height: 24px;
    padding-left:3px;
    font-size: 16px;
}

.article_recruiters .center_line{
    margin:30px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dddddd;
}



/*  咨询留言   */
.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_page_zxly{
    margin-left:50px;
    margin-top: 25px;
    height:100%;
    width:580px;
    float:left;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:85px;
    text-align:right;
    color:#000000;
    font-size:14px;
}

.content_page_zxly table .value{
    width:510px;
}


.content_page_zxly table .value .text{
    width:465px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:265px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:12px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text_1:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .code_img{
    float: left;
    margin-left: 10px;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:465px;
    height:150px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    line-height: 30px;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .textarea:hover{
    background-color: #f3f3f3;
}


.content_page_zxly table .value .red{
    color:#ff0000;
}

.content_page_zxly table .value .red_div{
    float:left;
    color:#ff0000;
    margin-left:4px;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #95c8f1;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #fe0000;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:10px;
    text-align:center;
}

.zxly_img{
    width: 490px;
    height: 306px;
    background: url(../../images/img_34.jpg);
    float: right;
    margin-top: 33px;
}
















