
body {	
	color: #333;
	font-size: 12px;
	background : url(../images/header_bg.jpg) no-repeat center top scroll #fff;
	font-family: times;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin-bottom:5px;
}

/* paragraphs, quotes and lists, links */
p {
    margin-bottom:5px;
}

label {
   color:#666;
}

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none outside none;
}

/* anchors */
a, 
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
	color: #004098;	
}

.tag a:hover {
	background-color: #004098;
	color:#FFF;
}

#page a:hover {
	background-color: #009e96;
}

/* module  tag*/

/*  module logo */
#logo {
	background: url(../images/logo.png) no-repeat center center;
	display: block;
}

/*================================================= */
/* module search
================================================== */
#search {
	position: relative;
}
#search div{
	position: absolute;
	top: 20px;
	right: 0px;
}
#search .text {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #009e96;
	font-size: 12px;
	line-height: 20px;
	color : #ccc;
	float: left;
	padding: 0px;
	width:200px;
	height:18px;
	background-color:transparent;
}
#search .submit {
	float: left;
	background: url(../images/search.png) no-repeat center center;
	border:none;
	width:20px;
	height:20px;
}

/*================================================= */
/* module menu
================================================== */
.menu {
	border-color : #ccc;
	border-bottom-width: 3px;
	border-style: solid;
}

.menu ul {
	float: left;
}

.menu ul.right {
	float: right;
}

.menu ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	top:3px;
	height:39px;
}

.menu ul.right li {
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 0px;
	padding-right: 0px;
}

.menu ul li a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	line-height: 32px;
}

.menu ul li a:hover {
	border-bottom: 3px solid #004098;
}

.menu ul li a.current,
.menu ul li a.current:visited {
	color : #004098;
	border-color : #004098;
	border-bottom-width: 3px;
	border-style: solid;

}

/* lazy load */
.lazy {
	background: url(../images/loading.gif) no-repeat center center #fff;
}

/*================================================= */
/* module social
================================================== */
#social {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	z-index: 1000;
}
#social li {
	float: left;
	list-style: none;
	font-size: 14px;
	/*position: relative;*/
	margin: 0px 5px;
}

#social li a {
	display: block;
	height:28px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	line-height:28px;
}
#social .weixin a,
#social .mail a {
	width: 28px;
}
#social li a.active, 
#social li a:hover {
	color: #004098;
}
#social li div {
	margin: 0;
	padding: 20px;
	position: absolute;
	top:40px;
	right:0;
	/*width:250px;*/
	visibility: hidden;
	background: #009e96;
	color: #ffffff;
	z-index: 3000;
/*	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

#social .last {
	margin-right: 0;
}
#social .weixin a {
	background: url(../images/icon_social.png) no-repeat;
	background-position: 0 0;
}
#social .weixin a:hover {
	background-position: 0 -30px;
}
#social .weibo a {
	background: url(../images/icon_social.png) no-repeat;
	background-position: 0 -60px;
}
#social .weibo a:hover {
	background-position: 0 -90px;
}
#social .qqweibo a {
	background: url(../images/icon_social.png) no-repeat;
	background-position: 0 -120px;
}
#social .qqweibo a:hover {
	background-position: 0 -150px;
}
#social .mail a {
	background: url(../images/icon_social.png) no-repeat;
	background-position: 0 -180px;
}
#social .mail a:hover {
	background-position: 0 -210px;
}
#social .tmall a {
	background: url(../images/icon_social.png) no-repeat;
	background-position: 0 -240px;
}
#social .tmall a:hover {
	background-position: 0 -270px;
}
#social .language a{
    width: auto;
    color: #fff;
    line-height: 30px;
}


/* article
----------------------------------------------- */

.article-item {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e6e6e6;
    padding:0 10px;
}

.article-item:first-child {
    border-top: 0;
    padding-top: 1px;
}

.article-item-detail {
    position: relative;
    padding: 5px 0;
    *zoom: 1
}

.article-item .hasImg {
    padding-left: 170px;
    min-height: 120px;
    _height: 120px
}

.article-item-detail .title {
    margin-bottom: 3px;
    overflow: hidden;
    height: 30px;
    display: block;
}

.article-item .title a:link, .article-item .title a:visited {
    font-size: 18px;
    line-height: 30px;
    color: #222
}

.article-item-detail .article-item-pic {
    position: absolute;
    left: 0;
    width: 160px;
    height: 120px;
    top: 5px;
    overflow:hidden;
}

.article-item-detail .article-item-pic a {
    display: block;
    height: 100%
}

.article-item-detail .article-item-pic img {
    width: 100%;
}

.article-item-detail .article-item-text {
    color: #777;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.article-item-detail .article-item-info {
    line-height: 22px;
    color: #bbb;
    margin: 5px 0 0;
    overflow: hidden
}

.article-item-detail .article-item-info a.article-item-author, .article-item-detail .article-item-info .tm,
.article-item-detail .article-item-info .count, .article-item-detail .article-item-info .share-article {
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.article-item-detail .article-item-info a.article-item-author, .article-item-detail .article-item-info a.article-item-author:hover, .article-item-detail .article-item-info a.article-item-author:visited {
    color: #3a83b8
}

.article-item-detail .article-item-info .share-article, .article-item-detail .article-item-info a.share-article:hover, .article-item-detail .article-item-info a.share-article:visited {
    color: #bbb;
    text-decoration: none
}
.article-item-detail .article-item-info .labels {
    float: right;
    margin-right: -1px;
    margin-right: -5px\9
}

.article-item-detail .article-item-info .labels a {
    padding: 0 8px;
    border-right: 1px solid #bbb;
    color: #bbb
}

.article-item-detail .article-item-info .labels a:hover, .article-item-detail .article-item-info .labels a:visited {
    color: #bbb
}

.article-item .article-item-more {
    color: #369;
    white-space: nowrap;
    font-size: 12px
}

.article-item-time {
    /*position: absolute;
    right: 0;
    top: 27px;
    color: #bbb;
    font-weight: 400;
    _right: 20px*/
    float: right;
}

.article-item:hover {
    background: #f4f4f4;
    border-bottom-color: #f4f4f4;
    border-top-color: #f4f4f4;
}

.article-item:hover .title, .article-item:hover .title a {
    color: #369
}

.article-more {
    padding: 0 0 35px
}

.article-more a {
    display: block;
    margin: 0 3px;
    height: 45px;
    border: 1px solid #dee0e2;
    border-radius: 2px;
    text-align: center
}

.article-more a span {
    display: inline-block;
    height: 45px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 45px;
    color: #369
}

.article-more .article-loading .i {
    background: url(images/min_loading.gif) no-repeat center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 14px 10px;
    vertical-align: top
}


.article {

}

.article .title {
    color:#c12200;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    padding:10px 0;
}

.article .meta {
    font-size: 12px;
    color: #999999;
    margin:5px 10px;
    padding:10px;
    border:solid 1px #e8e8e8;
    background: #f4f4f4;
}
.article .meta .photo{
    float: right;
    width:160px;
    padding-left:10px;
}

.article .meta .photo img{
    width:100%;
}
.article .text {
    padding : 20px 0;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
