.header-wrap { height: 80px; }
.company { border-bottom: 2px solid #00a7f4; }
body { background: none; }
.list-banner { height: 550px; background: url("/site_media/images/index/company_news/_listpage_banner.jpg") center center no-repeat;  background-size: cover; }
.content { font-size: 1rem; width: 1000px; margin: 100px auto; position: relative; }
.list { border: 1px solid #cccccc; display: flex; background-color: #fff; margin-bottom: 30px; padding: 27px 46px; }
.list:hover { -webkit-box-shadow: 0 0 3px #00a7f4; -moz-box-shadow: 0 0 3px #00a7f4; box-shadow: 0 0 3px #00a7f4; }
.list .img { width: 195px; height: 126px; }
.list .news { padding-left: 24px; position: relative; width: 880px; }
.list .news .news-title { font-size: 18px; font-weight: bold; }
.list .news .new-tip { font-size: 12px; }
.list .news .detail { position: absolute; right: 0; bottom: 0; color: #00a7f4; font-size: 12px; }
.pagination { position: absolute; right: 0; bottom: -54px; }
.pagination span { font-size: 0.7rem; display: inline-block; width: 30px; height: 30px; line-height: 30px; border: 1px solid #cccccc; text-align: center; background-color: #fff; }
.pagination span a { display: inline-block; width: 100%; height: 100%; color: #333; }
.pagination .turn { width: 40px; }
.pagination .jump { font-size: 12px; display: inline-block; }
.pagination .jump .page { display: inline-block; margin-right: 12px; }
.pagination .jump input { display: inline-block; width: 40px; height: 30px; text-align: center; margin: 0 12px; }
.pagination .jump .sure { display: inline-block; height: 30px; width: 40px; line-height: 30px; text-align: center; border: 1px solid #00a7f4; color: #00a7f4; margin-left: 12px; }
.pagination .jump .sure:hover { cursor: pointer; }
#toTop { width: 40px; height: 40px; border-radius: 22px; border: #cdcdcd solid 2px; color: #999; line-height: 48px; text-align: center; z-index: 8; position: fixed; bottom: 140px; font-size: 25px; right: 120px; background: #fff; display: none; text-decoration: none; }
