/* 公司动态 */
.news .num{width: 100%;line-height: 70px;background-color: #ffd600;overflow: hidden;}
.news .num ul{display: flex;justify-content: space-between;width: 500px;margin: 0 auto;}
.news .num li{font-size: 18px;color: #9f8617;transition: 0.3s;cursor: pointer;}
.news .num li.on,.news .num li:hover{color: #57381b;}
.news .con li{width: 100%;border-radius: 5px;overflow: hidden;}
.news .con li:nth-child(2n-1){background-color: #f9f9f9;}
.news .con .wt-1200{padding: 0;}
.news .con li .pic{width: 580px;height: 320px;margin: 30px 0;overflow: hidden;display: flex;align-items: center;}
.news .con li .pic img{width: 100%;min-height: 320px;max-height: 500px;}
.news .con li .list{width: 580px;}
.news .con li p{font-size: 20px;color: #3e3e3f;margin: 55px 0 10px;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: 0.3s;}
.news .con li:hover p{color: #ff8500;}
.news .con li .icon{width: 18px;height: 16px;}
.news .con li i{font-size: 14px;color: #8b8d8f;margin-right: 20px;}
.news .con li em{font-size: 14px;color: #626365;text-align: justify;line-height: 1.9em;margin: 25px 0 50px;display: block;height: 75px;overflow: hidden;}
.news .paging{width: 1200px;text-align: right;margin: 0 auto 30px;}
.news .paging a{color: #3e3e3f;padding: 5px 12px 6px;border: 1px solid #a19e9c;border-radius: 3px;margin-left: 8px;cursor: pointer;transition: 0.3s;}
.news .paging a:hover,.news .paging a.on{border-color: #57381b;color: #57381b;}
.news .paging .grey{background-color: #f0f0f0;}
.news .paging span{margin: 0 5px;}
.news .paging input{width: 50px;height: 28px;background-color: #f9f9f9;border-radius: 2px;border: 1px solid #a19e9c;text-align: center;}

/* 动态详情 */
.details .name{width: 1200px;margin: 30px auto;}
.details .name p{font-size: 26px;margin-bottom: 15px;}
.details .time{display: flex;justify-content: space-between;}
.details .name img{width: 18px;height: 16px;}
.details .name i{font-size: 14px;color: #9d9d9d;margin-right: 20px;}
.details .name a{font-size: 14px;color: #5f5c5c;text-decoration: underline;}
.details .con{width: 1200px;margin: 20px auto 0;}
.details .con .title p{color: #737373;line-height: 1.9em;text-indent: 32px;margin-bottom: 1px;}
.details .con .title img{width: 80%;border-radius: 5px;margin: 12px auto;display: block;}
.details .con .list{border-top: 1px solid #eee;padding-top: 20px;margin: 12px 0 50px;display: flex;justify-content: space-between;}
.details .con .list i{color: #979797;font-size: 14px;margin-right: 10px;display: inline-block;}
.details .con .list .upper{color: #565656;font-size: 14px;letter-spacing: 1px;transition: 0.3s;}
.details .con .list .upper:hover{color: #ff8500;}
.details .con .list .piblicBtn{margin-top: 0;}

@media screen and (max-width: 1440px) {

}