@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-03-28 15:28:13
 * @version $Id$
 */
.main{background: #F5F5F5;padding-bottom: 100px;}

.news_body{width: 782px;height:100%;padding:0 24px;min-height: 498px;}
.news{height:150px;border-bottom: 1px solid #ddd;padding:30px 0;}
.news_pic{width: 210px;height:150px;}
.news_area{width: 547px;}
.news_subtitle{color:#999;font-size: 12px;padding: 4px 0;}
.news_title{font-size: 20px;}
.companyLogo{vertical-align: middle;margin-right: 5px;}
.news_text{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;width:100%;line-height: 25px;height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.eye{vertical-align: baseline;margin-right: 5px;}
.news_bottom{line-height: 25px;margin-top: 5px;color:#999;}
.paging{width: 100%;height:110px;}
.rankList{width: 270px;margin-top: 35px;padding:20px}
.rank_title{font-size: 16px;font-weight: 600;border-left: 2px solid #fe921f;padding-left: 10px;margin-bottom: 15px;}
.rankList li{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;width:100%;white-space: nowrap;margin-bottom: 15px;}
.rankList a{color:#363636;}
.tip{width: 20px; height: 20px;text-align: center;display: inline-block;color:#fff;margin-right: 6px;}
.hot{background-color: #fe921f}
.grey{background-color: #999;}
.code{width: 310px;margin-top: 29px;text-align: center;padding-bottom: 30px;}
.codeTitle{text-align: center;line-height: 57px;height: 57px;}
.codePicture{width: 180px;height:180px;}
.iphoneLink{color:#241F20;}
.androidLink{color:#8FC31F;}
.iphoneLink i{display: inline-block;width: 13px;height:16px;background: url("../images/news/iphone.png") no-repeat;margin-right: 5px;vertical-align: top;}
.androidLink i{display: inline-block;width: 12px;height:14px;background: url("../images/news/Android.png") no-repeat;margin-right: 5px;vertical-align: baseline;}
.link{padding:0 35px;margin-top:33px;}
.more{color:#999;}
.news_title a{color:#363636}
.news_title a:hover{color:#fe921f}

.pageChange{width: 830px; float: left;margin-top: 20px }
.pagination-info{display: none;}
.pagination table{float: none !important;margin: 0 auto;}

/*数据获取失败提示*/
.waring{display: none;position: fixed; top:50%; left:50%; margin-top:-30px;margin-left:-70px;width: 180px;height:60px;background: rgba(0,0,0,0.6);color:#fff;z-index: 1111;border-radius: 5px;text-align: center;line-height: 60px;}
.docarea{resize: none;display: block;}