@charset "utf-8";
/*
	[DESTOON B2B System] Copyright (c) 2008-2018 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/

.article_show_flex { display:flex;}
.article_show_flex_l { background:#fff;margin-right:20px; flex:1;padding:20px 30px;border-radius:5px;box-shadow: 0px 0px 8px rgb(0 0 0 / 9%);}
.article_show_flex_r { width:300px; height:1px;}

.news-list-box {padding:10px 0px;overflow:hidden}
.news-list-box ul li img{width:224px;float:left;margin-right:20px;}
.news-list-box ul li:hover img{opacity: 0.9;}
.news-list-box ul li{border-bottom: 1px solid #eee;padding: 25px 0 25px;position: relative; overflow:hidden;}
.news-list-box ul li .text{overflow:hidden; position:relative;height:130px;}
.news-list-box ul li .text1{overflow:hidden;position:relative;margin-top:-5px;}
.news-list-box ul li h5{font-size:20px;color:#333;margin-bottom:10px;}
.news-list-box ul li h5 a{color:#000}
.news-list-box ul li p{font-size:14px;line-height:24px; color:#999;}
.news-list-box ul li em{font-size:14px;line-height:24px; margin:4px 0px; color:#888;display:block; background:url(img/timeicon.png) no-repeat left 6px;padding-left:20px;}
.news-list-box ul li span{color:red}
.past-box{background:#fff; overflow:hidden;padding:10px 20px 15px;margin-bottom:20px;border-radius:5px;box-shadow: 0px 0px 8px rgb(0 0 0 / 9%);}
.past-box dt span{float:right;font-size:14px;}
.past-box dt{font-size:16px;line-height:40px;font-weight:bold;color:#000;margin-bottom:5px}
.past-box dt:before{content:"";background:#2272D5;float:left;margin-right:10px;height:16px;width:5px;margin-top:12px;border-radius:2px}
.past-box img{float:left;}
.past-box p{font-size:14px;line-height:23px;overflow:hidden;}
.past-box ul.image{overflow: hidden;}
.past-box ul.image li {position:relative;overflow:hidden;}
.past-box ul.image  li:nth-child(1) { width: 100%;height: 160px;}
.past-box ul.image  li:nth-child(1) img { width: 100%;height: 160px;}
.past-box ul.image  li:nth-child(1) p { width:100%;height: 30px; color:#fff; background:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0px; font-size:14px; line-height:30px;
	text-align:center;}
.past-box ul.image  li:nth-child(1n+2) { margin-top:15px;}
.past-box ul.image  li:nth-child(1n+2) img { width: 100px;height: 75px; margin-right:10px;}
.past-box ul.image  li a:hover img{opacity:.9;filter:alpha(opacity=90)}
.past-box ul.text li{line-height:30px;font-size:14px;}





.sub-menu ul{overflow:hidden;border-bottom:1px solid #eee;}
.sub-menu li { padding:0px 25px; height:40px;float:left; background:#fff; line-height:40px;text-align:center;  font-size:16px}
.sub-menu li:hover{ background:#2272D5; }
.sub-menu li:hover a{color:white}
.sub-menu li.menuon{ background:#2272D5; }
.sub-menu li.menuon a{color:white;}

.summary{background: #f6f6f6;font-size: 14px;padding: 20px 0;}
.summary p{line-height: 20px;padding:0 20px;}
.content{padding: 10px 0px; font-size:16px; line-height:27px;}
.content img{max-width:100%!important;margin:10px 0 10px -2em}
.content p{margin-bottom: 20px;color:#333;}


.tags{width: 100%;height: 30px;line-height: 30px;}
.tags i{float: left;font-style: normal;}
.tags span{float: left;height: 28px;border:1px solid #eee;border-radius: 15px;padding: 0 15px;margin-left: 10px;}


