*{margin:0; padding:0; list-style:none; }
body{
    background: #ffffff;
    font-family: Microsoft Yahei;
}
a{
    text-decoration: none;
    color: #333333;
}
a:hover{
    color:#44a4ef;
}
.banner {
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
}

.warp_main{
    width:1320px;
    min-height: 450px;
    margin:0 auto;
    overflow: hidden;
}
.warp_left{
    width:220px;
    margin-right: 20px;
    float: left;
}
.warp_right{
    width:860px;
    float: right;
}
.warp_left_box{
    width: 220px;
    text-align: right;
    margin-bottom: 15px;
    overflow: hidden;
}
.warp_left_box .active{
    background-color: #AFAFAF;
}
.warp_left_box .active a{
    color: #ffffff;
}
.warp_left_box h3{
    background: #8f8f8f;
    height: 88px;
    line-height: 88px;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 20px;
    text-align: center;
}
.warp_left_box ul {
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.warp_left_box ul li {
    height: 46px;
    line-height: 46px;
    background: #E7E7E7;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 16px;
    text-align: left;
    text-indent: 32px;
    color: #000;
    margin-bottom: 2px;
    width: 220px;
}
.warp_left_box ul li:hover{
    background-color: #AFAFAF;
}
.warp_left_box ul li a:hover{
    color: #ffffff;
}
.warp_left_box ul li a{
    display: block;
    text-decoration: none;
    color: #333333;
    margin-right: 9px;
}


.breadcrumb {
    height: 60px;
    line-height: 60px;
    margin:0 auto;
    width:1320px;
    background: #FFFFFF !important;
    border-bottom: 1px solid #ccc;
    padding: 0 !important;
}
.breadcrumb a {
    height: 60px;
    font-size: 16px;
    /*color: #333333;*/
    color: #333333;
    text-decoration: none;
}
.article_item{
    margin: 20px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d9d9d9;
}
.article_item a{
    font-size: 13px;
    color: #888;
     padding: 0 5px 0 0;
    text-decoration: none;
 }
.article_item h2 a {
    color: #333;
    line-height: 30px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}
.article_item_message {
    color: #999;
    line-height: 24px;
    padding: 6px 0 6px 0;
    font-size: 13px;
}
.article_content{
    margin:20px;
}
.article_content h1{
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}
.article_content .article_message{
    font-size: 12px;
    color: #888;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.recruitmentList{
    margin-bottom: 20px;
}
.recruitmentList p{
    line-height: 24px;
    font-size: 14px;
}
.foot{
    margin-top: 40px;
    font-size: 14px;
}
.foot_top{
    background: #3e3e3e;
    height: 45px;
    overflow: hidden;
}
.foot_top ul{
    margin-left: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.foot_top ul li{
    float: left;
    color: #888888;
    margin-right: 10px;
}
.foot_top ul li a {
    color: #888;
    text-decoration: none;
}
.foot_bottom{
    background: #2e2e2e;
    height: 45px;
}
.foot_bottom p {
    margin: 0 auto;
    width: 1000px;
    color: #ffffff;
    line-height: 45px;
    padding-left: 20px;
    text-align: center;
}
.message_input{
    padding: 6px 3px;
    border: 1px solid #cecece;
    float: left;
    width: 200px;
}
.message_textarea{
    border: 1px solid #cccccc;
    width: 540px;
    height: 120px;
    padding: 3px 5px;
    resize: none;
}
.message_input:hover,.message_textarea:hover{
    border-color: #abaaaa;
}
.message_sum{
    padding: 4px 30px;
    height: 30px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #403F3F;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.message_sum:hover {
    color: #403F3F;
    background: #eee;
    border-color: #ccc;
    text-decoration: none;
}
.previous , .next{
    margin: 10px 0px;
    font-size: 14px;
    color: #333333;
}
.previous a,.next a{
    color: #333333;
}

.page-nav {
    border-bottom: 1px solid #eee;
    height: 60px;
}

.page-nav dl {
    margin: 0 auto;
    max-width: 1280px;
}

.page-nav dl:after {
    content: " ";
    clear: both;
    display: table;
}

.page-nav dl > dt {
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.page-nav dl > dt a {
    width: 57px;
    background: url("/resource/images/page-nav-home.png") 0 center no-repeat;
}

.page-nav dl > dt a:hover {
    background-position: -57px center;
}

.page-nav dl > dd {
    float: left;
    padding-left: 24px;
    padding-right: 28px;
    background: url("/resource/images/page-nav-icon.png") right center no-repeat;
}

.page-nav dl > dd:last-child {
    padding-right: 24px;
    background-image: none;
    border-right: 1px solid #eee;
}

.page-nav dl a {
    display: block;
    padding: 20px 0;
    color: #666;
    font-size: 15px;
}

.page-nav dl a:hover, .page-nav dl .active a {
    color: #dd0031;
}

/***新闻列表***/
.page-con {
    margin: 60px auto 80px !important;
    max-width: 1280px;
}

.page-news {
    position: relative;
    color: #333;
    width: 100%;
    margin: 0 auto;
}

.page-news > .line {
    position: absolute;
    height: 148px;
    border-left: 3px solid #c6c6c6;
    left: 1px;
}

.page-news .list {
    margin-bottom: 40px;
    border-left: 1px solid #e4e4e4;
}

.page-news .list > li {
    margin-bottom: 40px;
}

.page-news .list label {
    position: absolute;
    width: 205px;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.page-news .list > li.active label {
    color: #dd0031;
}

.page-news .list label > b {
    display: block;
    font-size: 41px;
    line-height: 48px;
}

.page-news .list div {
    position: relative;
    margin-left: 205px;
    padding-bottom: 40px;
    min-height: 188px;
    border-bottom: 1px solid #eee;
}

.page-news .list div > .img {
    position: absolute;
    display: block;
}

.page-news .list div > .img img {
    width: 224px;
    height: 147px;
}

.page-news .list div > h1 {
    margin-left: 254px;
    font-size: 23px;
    line-height: 32px;
}

.page-news .list div > h1 a {
    color: #dd0031;
}

.page-news .list div > p {
    margin: 20px 0 0 254px;
    line-height: 20px;
    height: 60px;
    font-size: 15px;
    overflow: hidden;
    color: #646464;
}

.more {
    float: right;
    text-align: right;
    overflow: hidden;
}

.more a {
    display: inline-block;
    font-size: 14px;
    color: #989898;
    border: 1px solid #ccc;
    padding: 2px 8px;
    border-radius: 15px;
}

.page-news .list div>p {
    line-height: 1.8;
}

.page-news .pager:after {
    content: " ";
    clear: both;
    display: table;
}

.page-news .pager .pagination {
    float: right;
    margin: 0;
}

.page-news .pager .sr-only {
    display: none;
}

.page-news .pager li {
    line-height: 32px;
    margin: 0 3px;
    float: left;
    border: 1px solid #c6c6c6;
    font-size: 15px;
}

.page-news .pager li span, .page-news .pager li a {
    padding: 0 11px;
}

.page-news .pager li a {
    color: #333;
}

.page-news .pager li.active {
    border-color: #dd0031;
    background-color: #dd0031;
    color: #fff;
}