/* 顾问团队开始 */
.teamblock{
    width: 1200px;
    height: auto;
    margin: auto;
    /* margin-top: 50px; */
    overflow: hidden;
    opacity: 0;
}
.team{
    width: 310px;
    min-height: 505px;
    display: block;
    background-color: #f2f2f2;
    border-top: 6px solid #330964;
    margin:0 25px 32px 10px;
    padding: 0 30px 28px 30px;
    float: left;
}
.team:nth-of-type(3n){
    margin-right: 10px;
}
.teamb2{
    border-top: 6px solid #bc5604;
}
.teambottom{
    min-height: 330px;
    margin-bottom: 0;
}
.team .name{
    font-size: 20px;
    margin-top: 20px;
    color: #333333;
    line-height: 26px;
    text-align: center;
}
.team .text{
    font-size: 16px;
    height: auto;
    color: #666666;
    line-height: 26px;
    margin-top: 15px; 
}
/* 顾问团队结束 */

/* 诚聘英才开始 */
.post_tit{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding:0 15px 20px 15px;
    border-bottom: 1px solid #666666;
    margin-top: 32px;
    position: relative;
}
.post_tit::before{
    content: "";
    width: 4px;
    height: 24px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 4px;
}
.post_tit img{
    float: right;
    margin-top: 7px;
}
.requir{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 26px;
}
.requir span{
    font-weight: bold;
}
/* 诚聘英才结束 */

/* 联系我们开始 */
.location {
    margin-top: 50px;
}

.loc {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
}

.loc .add {
    width: 25%;
    height: auto;
    float: left;
}

.loc .add img {
    width: 60px;
    margin: auto;
    height: auto;
    display: block;
}

.loc .add span {
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
}

.loc .add p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}
/* 联系我们结束 */

/* 公司动态开始 */
.newsblock{
    width: 1200px;
    height: auto;
    margin-top: 50px;
}
.news{
    width: calc(100% - 40px);
    height: auto;
    margin: auto;
    padding: 60px 0;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
}
.news:first-of-type{
    padding-top: 0;
}
.newspic{
    width: 398px;
    height: 175px;
    overflow: hidden;
    margin-right: 60px;
    border: 1px solid #eeeeee;
    float: left;
}
.newspic img{
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: scale(1);
}
.newspic:hover img{
    transition: all .5s;
    transform: scale(1.1);
}
.newscnt{
    width: calc(100% - 460px);
    height: auto;
    float: left;
}
.news_tit{
    display: block;
    font-size: 24px;
    height: 62px;
    font-weight: bold;
    color: #333333;
    margin-top: 15px;
}
.news_time{
    margin-top: 50px;
    overflow: hidden;
}
.pub_time{
    display: block;
    float: left;
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}
.btn_view{
    float: right;
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #a90533;
    background:#ffffff;
    border:1px solid #dcdcdc;
    transition: 0.3s;
}
.btn_view:hover{
    width: 90px;
    padding-left: 10px;
    transition: 0.3s;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.5);
}

/* 页码样式开始 */
.dede_pages { width:1000px; height:50px;  margin:0 auto;margin-top: 30px;} 
.dede_pages ul {float: none; margin: 0 auto; padding: 12px 0 12px 16px; } 
.dede_pages ul li.nohref { font-size:16px; border: 1px solid #ccc; background:#ccc; padding: 8px 15px; text-align: center; }  
.dede_pages ul li {float: left;  margin-right: 5px;   text-align: center; }   
.dede_pages ul li.on { font-size:16px; background-color: #ccc; border: 1px solid #ccc;  color: #a90533;font-weight: bold; padding: 8px 15px;text-align: center;} 
.dede_pages ul li a { font-size:16px; color: #666666; border: 1px solid #ccc;  float: left; padding: 8px 15px;text-align: center;  }
.dede_pages p{font-size:16px; line-height:20px; margin-top:8px;}
/* 页码样式结束 */
/* 公司动态结束 */