﻿@charset "UTF-8";
/*z中文 */
/* CSS Document */
/*汇志网新闻文章页样式*/
/*版本号：V1.0*/
/*作者：caobinbin 时间：2014-6-26*/
/*Copyright &#169;2011 www.huiz.cn 粤ICP备11054009号-1*/

#top-ad{
	width: 100%;
	position: relative;
}
#top-ad .image-div{
	width: 100%;
}
#top-ad .image-div img{
	width: 100%;
}
#top-ad .search-div{
	position: absolute;
	top: 35px;
	right: 110px;
	border: 1px #ddd solid;
	border-radius: 6px;
	height: 30px;
	background: #fff;
	overflow: hidden;
}
#top-ad .search-div #search-input{
	width: 132px;
	float: left;
	font: 14px "微软雅黑","宋体",arial;
	line-height: 16px;
	padding: 5px 6px 5px 12px;
	border: 0;
	background: #fff;
}
#top-ad .search-div #search-button{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	border: 0;
	background: url(../images/news-article/search-ico.png) center center no-repeat;
	cursor: pointer;
}

#main-frame{
	width: 100%;
}
#main-frame .main-content{
	width: 1003px;
	margin: 0 auto;
}
#left-frame{
	width: 230px;
	float: left;
	margin-right: 50px;
}
#right-frame{
	width: 723px;
	float: left;
}
#news-message{
	position: relative;
	margin-top: -32px;
	z-index: 6;
}
#news-message .image-div{
	border-bottom: 4px #cc0031 solid;
	line-height: 0;
}
#news-message .image-div img{
	width: 100%;
}
#news-message .list-div{
	border: 1px #cdcdcd solid;
	border-top: 0;
	padding: 6px 26px 36px 20px;
	margin-bottom: 35px;
	-webkit-box-shadow:3px 3px 6px #cdcdcd;
	-moz-box-shadow:3px 3px 6px #cdcdcd;
	box-shadow:3px 3px 6px #cdcdcd;
	background: #f2f2f2;
}
#news-message .list-div ul{
	border-bottom: 1px #fff solid;
}
#news-message .list-div li{
	border-top: 1px #fff solid;
	border-bottom: 1px #d9d9d9 solid;
	padding-top: 6px;
}
#news-message .list-div li a{
	display: block;
	padding-left: 18px;
	font: 12px "微软雅黑","宋体",arial;
	color: #191919;
	line-height: 24px;
}
#news-message .list-div li.current a{
	font-weight: bold;
}

#successful-case{
	text-align: right;
	line-height: 0;
	margin-bottom: 50px;
	display: none;
}
#successful-case img{
	width: 225px;
}
#professional-journal{
	text-align: right;
	line-height: 0;
	margin-bottom: 50px;
	display: none;
}
#professional-journal img{
	width: 225px;
}

#current-position{
	font: 18px "微软雅黑","宋体",arial;
	color: #666;
	line-height: 46px;
	border-bottom: 1px #c1c1c1 solid;
	padding-top: 10px;
}
#current-position a{
	color: #666;
}
#current-position a.current{
	color: #0195c7;
}
#current-position a:hover{
	text-decoration: underline;
}

#news-article .article-title{
	font: 18px "微软雅黑","宋体",arial;
	color: #006953;
	line-height: 50px;
	text-align: center;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px #c9c9c9 dotted;
	padding-top: 12px;
	margin-bottom: 15px;
}
#news-article .article-content{
	padding: 20px 0;
	font: 12px "微软雅黑","宋体",arial;
	color: #818181;
	line-height: 24px;
}
#news-article .article-content .images-p{
	padding: 10px 0;
}
#news-article .article-content img{
	max-width: 100%;
}