@charset "utf-8";
/*2018 1127 xl 新闻 start*/
.top-nav ul{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: space-around;justify-content: space-around;}
.top-nav ul li{width: 50%;text-align: center;line-height: 25px;background-color: #e1e1e1;font-size: 13px;}
.top-nav ul li a{color: #333;}
.top-nav ul li.on{background-color: #d8262c;}
.top-nav ul li.on a{color: white;}
.pro-center{margin-top: 10px;padding-bottom: 10px;}
.pro-list ul li{border-bottom: 1px solid #eee;padding: 10px 0;}
.pro-list ul li:last-child{border-bottom: none;}
.pro-list a{display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: space-around;justify-content: space-around;}
.pro-list .left-img{width: 35%;}
.pro-list img{width: 100%;}
.pro-list .right-txt{-webkit-flex: 1;flex: 1;color: #8f8f94;font-size: 12px;margin-left: 10px;text-overflow: ellipsis;overflow: hidden;}
.pro-list .til{color: #333;font-size: 14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-list .txt{margin: 5px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/*新闻详情 start*/
.news-detail{padding: 10px;background-color: white;}
.news-detail .til{text-align: center;color: #333;font-size: 15px;margin-top: 10px;}
.news-detail .sub-til,.news-detail .from{color: #666;font-size: 12px;text-align: center;margin-top: 5px;}
.news-detail .txt{margin-top: 15px;}
.news-detail img{display: block;width: 100%;margin: 5px 0;}
.news-detail .from{text-align: left;padding: 5px 0;}
.operation{text-align: center;overflow: hidden;background-color: white;line-height: 40px;border-top: 1px solid #ddd;}
.operation a{float: left;width: 50%;color: #333;font-size: 14px;border-left: 1px solid #ddd;}
.operation a:first-child{border-left: none;}
/*新闻详情 end*/
/*2018 1127 xl 新闻 end*/