
/*文章列表页面*/

.container {
		
}

.det-section-position a:hover,
section .det-section-content a:hover,
section .mw-box a:hover {
	text-decoration: none!important;
}

section .mw-box {
	position: relative;
}

.news-list {
	padding: 0
}
.news-list .news-list-box {
	min-height: 400px;
}
.news-list-box ul, .news-list-h {
	min-height: 370px;
}
.main .news-panel {
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	float: left;
	border-bottom: 1px dotted #ddd;
}
.main .news-panel:last-child {
	border-bottom: 1px none transparent;
}
.main .news-panel .news-img {
	width: 245px;/*285*/
	height: 165px;
	float: left;
}
.main .news-panel .news-box {
	width: 465px;
	height: 165px;
	float: left;
	margin-left: 15px;
	padding: 11.5px 15px 5px 15px;
	border: 1px solid transparent;
	/*-webkit-transition: all ease-in-out .3s;
	     -o-transition: all ease-in-out .3s;
	        transition: all ease-in-out .3s;*/
}
.news-panel .news-box:hover {
	background: #eee;
	border-radius: 0px;
	/*
	-webkit-transition: background ease-in-out .3s;
	     -o-transition: background ease-in-out .3s;
	        transition: background ease-in-out .3s;*/
}
.news-panel .news-title{
	
}

.news-panel .news-box {
	
}

.news-panel .news-title span {
	font-size: 16px;
}
.news-panel .news-title .news-title-zc {
	margin-left: 5px;
	font-size: 14px;
	color: #757575;
}

.news-panel .news-content{
	padding: 12px 0;
	/* text-indent: 28px; */
	line-height: 24px;
	height:88px;
	overflow: hidden;
}
.news-panel .news-footer {
	margin-top: 5px;
}
.news-panel .news-footer .info-group {
	margin-right: 25px;
	color: #999
}

.news-panel .news-footer .info-group a { 
	color: #999
}

.news-panel .news-footer .info-group a:hover, 
.news-detail .back-list:hover { 
	color: #1084f8;
	text-decoration: none;
	cursor: pointer;
}

.news-panel .news-footer .info-group-num {
	display: inline-block;
	width: 50px;
}

.news-panel .jump-link-page { 
	cursor: pointer;
}
.news-panel .news-title.jump-link-page {
	margin-top: 2px;
}

.news-pages { 
	display: table;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

.news-pages button {
	margin-right: 10px;
	border-radius: 0;
}

.news-pages-cut {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.news-pages-cut div[class^=col-] {
	padding: 10px 0;
}
.news-pages-cut div[class^=col-]:nth-child(2) {
	padding: 10px
}
.news-pages-cut .col-btn {
	background-color: #fff;
}
.news-pages-cut .col-btn button {
	margin-right: 10px;
	border-radius: 0;
}
.news-title span.hot {
	display: inline-block;
	font-weight: normal;
	padding: 0 5px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
}
.news-title .hot.hot-warning {
	background: #fcb32c;
	border: 1px solid #eda829;
}
.news-title .hot.hot-success {
	background: #4fd44f;
	border: 1px solid #50ce50;
}

@media (min-width: 1201px) and (max-width: 1980px) { 
	.main .news-panel .news-img {
		width: 245px;
		height: 165px;
		float: left;
	}
	.main .news-panel .news-box {
		width: 610px;
	}
}

.search-result-info {
	text-align: right;padding-right: 40px;padding-top: 10px;font-size: 14px;
}
.search-result-info span { 
	color: green; margin: 0 5px; font-size: 16px;
}

/*文章详情页*/
.det-main {
	background-color: #fff;	
}
.det-main .container {
	padding: 0;
}
.det-main .det-section-position {
	border-bottom-style: none;
	padding: 0 15px;
}
.det-main .panel-w .panel-a-green .panel-heading .panel-title .panel-title-text .text {
	font-size: 14px
}
.det-main .panel-heading {
	padding: 5px 5px 0 5px;
}
.det-main .panel-a-green .panel-body {
	padding: 5px;
}
.det-main .panel-w .panel-a-green .polysemant li * {
	font-size: 13px
}
.det-main .panel-more-box a {
	top: 5px;
}
.det-main .panel-more-box a span {
	
}

/*当前位置*/
.det-section-position {
	background: #fff;
	padding: 5px 15px;
	border-bottom: 1px dotted #ddd;
	margin: 0 auto;
}
.det-section-position .mw-current-path {
	height: 35px;
	line-height: 35px;
	margin: 10px 0;
}

.det-section-content {
	min-height: 100%;
	background: #fff;
	padding-bottom: 20px;
	min-height: 400px;
	padding: 0;
}
.det-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.det-info {
	text-align: center;
}
.det-info span {
	margin: 0 10px;
	font-size: 13px;
}
.det-info .info-time {
	
}
.det-info .info-author {

}

.det-cutline {
	height: 1px;
	border-bottom: 1px dotted #ddd;
	margin: 10px;
}

article.det-content {
	word-break: break-all;
	padding: 10px;
	min-height: 300px;
}
article.det-content img {
	/*width: 100%;
	 height: 100%; */
}

.det-tool {
	text-align: right;
	padding-right: 20px;
}
.det-tool .glyphicon {
	margin-right: 2px;
}
.det-tool .tool-btn {
	padding: 2px 10px;
	border: 1px solid #008000;
	margin: 5px;
	color: #008000;
}
.det-tool .tool-btn a {
	color: #008000;
}
.det-tool .tool-btn:hover {
	background-color: #008000;
	color: #fff;
}
.det-tool .tool-btn:hover a {
	color: #fff;
	text-decoration: none;
}


.det-tool .tool-btn.tool-btn-danger {
	border: 1px solid #e14448;
	color: #e14448;
} 
.det-tool .tool-btn.tool-btn-danger a {
	color: #e14448;
}
.det-tool .tool-btn.tool-btn-danger:hover {
	background-color: #e14448;
}
.det-tool .tool-btn.tool-btn-danger:hover a {
	color: #fff;
}


/*内容列表xs*/
.listxs-main .video-channel-title {
	min-height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.listxs-main .det-section-position {
	border-bottom-style: none;
}
.listxs-main .con-list {
	padding-right: 20px;
}
.con-list-lg { border-bottom: 1px solid #ddd; float: left; width: 100%; padding-bottom: 10px;}
.con-list .video-channel-title .title-text {
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	padding: 0 15px;
}
.con-list .video-channel-title .title-text a {
	font-size: 20px;
}
.listxs-main .con-list li {
	padding: 5px 10px;
	margin: 2px 0;
	border-bottom: 1px dashed #ddd;
}
.listxs-main .con-list li .new-title {
	display: inline-block;
}
.listxs-main .con-list li time {
	float: right;
}

.listxs-main .con-list li .new-title {
	width: 600px
}
.listxs-main .con-list li .new-username { 
	float: right;
	padding: 0 10px;
	width: 100px;
	text-align: right;
}
.listxs-main .con-list li a:hover, .listxs-main .con-list a:hover {
	text-decoration: none;
}
@media (min-width: 1201px) and (max-width: 1980px) {
	.listxs-main .con-list li .new-title {
		width: 730px
	}
	.listxs-main .con-list li .new-username { 
		width: 125px;
	}
}




/*内容*/
.mw-detail-box { min-height: 400px; }
.mw-detail-box .det-title { padding: 10px 0; }


/*内容列表xs-左*/
.mw-box .mw-expert-news { float:left; width: 100%; min-height: 211px;}
.mw-box .mw-expert-news h1{border-bottom:solid 1px transparent; color:#2176ae; padding-bottom:5px; margin-top: 0;}
.mw-box .mw-expert-news h1 .mw-title-text { font-size:18px;  border-bottom: solid 2px #2176ae; padding: 5px 10px}
.mw-box .mw-expert-news h1 a{float:right; font-size:14px; color:666; font-weight:normal;}
.mw-box .mw-expert-news ul { float: left; padding-top: 10px; width: 100%;}
.mw-box .mw-expert-news ul li{float:left; width:100%; font-size:14px; line-height:32px; border-bottom:dotted 1px transparent;}
.mw-box .mw-expert-news ul li a:hover { color: #2176ae; }
.mw-box .mw-expert-news ul li span{float:right; color:#666;}

/**/
.mw-box .mw-expert-news ul.inline-box { margin: 0; padding: 0 }
.mw-box .mw-expert-news ul.inline-box li { float: left;padding: 5px;text-align: center;line-height: 21px;display: inline-block;float: left;width: auto;}
.mw-box .mw-expert-news ul.inline-box li a {display: inline-block; height: 100%;border: 1px solid #D6DAD7;background-color: #fff;color: #000;font-size: 13px; border-radius: 3px;padding: 5px 10px;float: left;}
.mw-box .mw-expert-news ul.inline-box li a:hover { background-color: #F1F1F1; border-color: #9ED6FD; cursor: pointer; }

/*内容列表: 航空会议-右*/
.mw-doc-box { position: relative;top: -50px; }
.mw-doc-box .mw-news-title {position:relative; float: left; width:100%; line-height:31px; }
.mw-doc-box .mw-header-cuttitle { color: #2176ae;  margin: 0; height: 50px; line-height: 50px; font-size: 20px; }
.mw-doc-box .mw-header-cuttitle a { position: absolute; right: 20px; color: #9e9e9e; }
.mw-doc-box .mw-doc-list ul { padding: 0 15px; }
.mw-doc-box .mw-doc-list ul li { height: 35px; line-height: 35px; border-bottom: 1px dotted #ddd;}
.mw-doc-box .mw-header-cuttitle .mw-header-text { height: 100%; display: inline-block; font-size: 20px; padding: 0 15px; border-bottom: 3px solid #2176ae; }
.mw-doc-line { height: 1px; background-color: #ddd; margin: 10px -15px;}


/*内容列表xs-专家列表*/
.news-list .mw-expert-title-name { float: left; width: 100%; }
.news-list .mw-expert-title-name .mw-title-name li a.mw-li-text { width: 280px; float: left; }
.news-list .mw-expert-title-name .mw-title-time li atime { float: right; }
@media (min-width: 1201px) and (max-width: 1980px) { 
	.mw-expert-news .mw-title-name i a.mw-li-text  { width: 350px; }
}

/*右侧相关内容*/
.det-interfix-con {
	margin: 20px 0 10px 0;
}

/*分页*/
.det-section-pages {
	padding-left: 0;
	padding-right: 0; 
}
/*搜索*/
.det-section-search {
	padding: 15px;
	background-color: #fff;
	margin: 5px auto;
}

.label { border-radius: 0; }



/*------------- 软件详情页 ----------------*/
header { padding-bottom: 0 }
.softdown-box .col-row-items { float: left;width: 100%;padding: 20px; }
.softdown-box .down-img-box { background: #fff url(../img/down.gif) no-repeat 0 -10px; width: 220px; height: 70px;}
.softdown-box .down-img-box:hover { cursor: pointer; }
.softdown-box .col-info-box { background: #fff url(../img/soft_info_bg.gif) no-repeat; padding: 0 20px; border: 1px dashed #CCC; margin-top: 5px; }
.softdown-box .col-info-box .col-row { height: 30px; line-height: 30px; border-bottom: 1px dotted #ddd; }
.softdown-box .col-info-box .col-row:last-child { border-bottom-style: none; }
.softdown-box .col-info-box .col-row .col-field { text-align: right; padding-right: 20px; }

/*列表查询时未匹配到结果*/
.data-empty-info {padding: 20px 0;text-align: center;font-size: 16px;}
.data-empty-info .search-value { font-size: 18px; font-weight: bold; color: green; }

/*内容列表页，分页信息*/
.start-page, .end-page { display: none; }
@media (min-width: 1201px) and (max-width: 1980px) { 
	.start-page, .end-page { display: inline-block; }
}

/*内容列表页：搜索框下的分类*/
.software { float: left; width: 100%; margin-top: 10px;}
.software ul { margin-bottom: 10px; background-color: #F5F5F5; border: 1px solid #E6E6E6; }
.software ul li { float: left; margin: 0px; min-width: 80px; text-align: center; }
.software ul li.on {  background-color: #2eb443; }
.software ul li.on a { color: #fff; }
.software ul li:hover { color: #fff;  background-color: #2eb443; cursor: pointer; }
.software ul li a { display: inline-block; height: 100%; width: 100%;  padding: 10px; }
.software ul li a:hover { color: #fff; }


.detial-navpath .con-list-lg { border-bottom-style: none; }
.detial-navpath .con-list .video-channel-title .title-text a { font-size: 14px; }


/*专家发表搜索类型*/
.search-type-box { position: relative; display: inline-block; float: right; }
.search-type-box .search_input { width: 330px; padding-left: 65px; }
.search-text-box:hover { cursor: pointer; }
.search-text-box span { color: #757575; }
.search-text-box:hover span { color: #333; }
.search-type-text { padding-left: 15px; padding-right: 5px; }
.search-type-btn { position: absolute; left: 0; }
.search-type { position: absolute; bottom: -70px; left: 0; height: 70px; background-color: #fff; border: 1px solid #ddd; z-index: 2; display: none;}
.search-type span { display: inline-block; line-height: 34.5px; height: 34.5px; width: 60px; float: left; padding: 0 15px;}
.search-type span:first-child { border-bottom: 1px solid #ddd; }
.search-type span:hover { background-color: #eee; cursor: pointer; }

.search-cate { float: right; margin-right: 10px; }
.search-cate span { padding: 5px 10px; margin: 0; background-color: #fff; }
.search-cate span:hover, .search-cate span.active { color: #fff;  background-color: #2eb443; cursor: pointer; }


/*文章右侧*/
.mw-doc-num-list li a { width: 165px; float: left;}
@media (min-width: 1201px) and (max-width: 1980px) { 
	.mw-doc-num-list li a { width: 225px; }
}
.mw-doc-num-list li em { color: #999; float: right;}

.mw-doc-time-list li a { width: 165px; float: left;}
@media (min-width: 1201px) and (max-width: 1980px) { 
	.mw-doc-time-list li a { width: 225px; }
}
.mw-doc-time-list li time { color: #999; display: inline-block; float: right; }

.mw-title-tip { color: #999; position: relative; top: 5px; float: right; }



/*新闻列表为空时提示信息*/
.no-list-data { height: 400px; float: left; width: 100%; position: relative; }
.no-data-text { position: absolute; top: 50%; margin-left: -205px; left: 50%; margin-top: -50px; color: #118447; font-size: 18px; width: 410px; height: 50px;}
.no-data-text .fa { font-size: 32px; margin-right: 5px; margin-top: 10px; color: #118447;}
.no-data-text .no-content-box { height: 40px; line-height: 20px; margin: 5px; font-size: 14px;}



