﻿
/**
 * @animation-name: article页面 public article页面
 * 走进东方 --@集团领导
 */

/*集团领导*/

.article-area{
	background: #f6f7f9;
	font-size: 17px;
}

.article-body{
	margin-top: 10px;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.article-main{
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	line-height: 40px;
}

.article-main .article-main-img{
	width: 100%;
	float: left;
	text-align: center;
}

.article-main .article-main-img img{
	width: 225px;
}

/*信息动态 - 内容页*/

.article-header h3{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}

.article-function{
	width: 100%;
	float: left;
	line-height: 30px;
	margin-top: 30px;
}

.article-function ul{
	float: left;
}

.article-function ul li{
	float: left;
	display: inline-block;
	font-size: 15px;
	color: #8c8a8a;
	margin-right: 20px;
}

.article-function dl{
	float: right;
}

.article-function dl dd{
	float: left;
	display: inline-block;
	font-size: 15px;
	color: #8c8a8a;
	margin-right: 10px;
}

.article-function dl dd a{
	font-size: 15px;
	color: #8c8a8a;
}

.article-function dl dd a:hover{
	color: #be0004;
}

.article-function dl .bshare-custom .bshare-weixin{
	background: url(../image/n-wx30.png) no-repeat!important;
	height: 30px;
    width:2px; 
    float: left;
    transition: 0.3s;
}

.article-function dl .bshare-custom .bshare-sinaminiblog{
	background: url(../image/n-wb30.png) no-repeat!important;
	height: 30px;
    width:2px; 
    float: left;
    transition: 0.3s;
}

.article-function dl .bshare-custom .bshare-qzone{
	background: url(../image/n-q30.png) no-repeat!important;
	height: 30px;
	width:2px; 
	float: left;
	transition: 0.3s;
}

.article-function dl .bshare-custom .bshare-weixin,.article-function dl .bshare-custom .bshare-qzone{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.4;//通过改变透明度来调节灰色的程度
}

.article-function dl .bshare-custom .bshare-weixin:hover,.article-function dl .bshare-custom .bshare-sinaminiblog:hover,.article-function dl .bshare-custom .bshare-qzone:hover{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity:1;//通过改变透明度来调节灰色的程度
}

.article-function dl .bshare-custom .bshare-sinaminiblog{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.23;//通过改变透明度来调节灰色的程度
}

.article_header_line{
	height: 8px;
	background: url(../image/article_header_line.png) repeat-x;
	margin-top: 30px;
}

.article-sketch{
	width: 1078px;
	float: left;
	padding:20px;
	background: #fffcfc;
	margin-top: 30px;
	border:1px dashed #c08f41;
	line-height: 30px;
	color: #c08f41;
}

.article-article{
	font-size: 17px;
	margin-top: 35px;
}

.article-article iframe{
	width: 1000px;
	height: 550px;
	margin-left: 5.525%;
}

#content-text-btn span img{
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
}

#content-text-btn span{
	text-indent: 40px!important;
}

.article-article img{
	border: 0;
}

.article-article br{
	text-indent: 40px;
}

.article-about{
	background: #fff;
}

.article-about ul{
	margin-top: 30px;
	width: 734px;
	float: left;
}


.article-about ul li a{
	color: #000;
}

.article-about ul li a:hover{
	color: #be0004;
}

.article-about .article-about-right{
	float: right;
	margin-top: 50px;
}

.article-about-right .bshare-custom a{
	height: 42px!important;
}

.article-about-right .bshare-weixin{
	background: url(../image/n-wx.png) no-repeat!important;
    display: inline-block;
    height: 42px;
    width:11px;
    float: left;
    transition: 0.3s;
}

.article-about-right .bshare-sinaminiblog{
	background: url(../image/n-wb.png) no-repeat!important;
    display: inline-block;
    height: 42px;
    width:11px;
    float: left;
    transition: 0.3s;
}

.article-about-right .bshare-qzone{
	background: url(../image/n-q.png) no-repeat!important;
    display: inline-block;
    height: 42px;
    width:11px;
    float: left;
    transition: 0.3s;
}

.article-about-right .bshare-weixin:hover,.article-about-right .bshare-sinaminiblog:hover,.article-about-right .bshare-qzone:hover{
	opacity: 0.5;
}

.article-about-right .bshare-more{
	/*background: url(../image/n-q.png) no-repeat!important;*/
    display: inline-block;
    height: 42px;
    width:0px;
    float: left;
    margin-top: 4px;
}

/*著名艺术家*/

.artist-body{
	background: #fff;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 17px;
	line-height: 40px;
	text-indent: 40px;
	overflow: hidden;
}

.artist-arcticle{
	margin-left: 20px;
	margin-right: 20px;
}

.artist-arcticle img{
	width: 242px;
	height: 340px;
	float: left;
	margin-left: 10px;
	padding-bottom: 20px;
}

.artist-line{
	width:30px;
	float: left;
	margin-left: 95px;
	position: relative;
}

.artist-line .artist-circle{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 5px;
	border:1px solid #efefef;
}

.artist-line .artist-vertical-line{
	width: 1px;
	height: 300px;
	border: 0;
	background: #efefef;
	position: absolute;
	left: 15px;
	top:32px;
}

.artist-arcticle-text{
	width: 697px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding-bottom: 30px;
}

.artist-arcticle-text h3{
	width: 100%;
	line-height: 30px;
	float: left;
	text-indent: 0;
	font-weight: normal;
	font-size: 21px;
}

.artist-arcticle-text p{
	width: 100%;
	line-height: 40px;
	float: left;
	
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}












