@charset "utf-8";

/*css reset*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;outline: none;}
button{background: none; border: none; cursor: pointer;}
body{font-size:14px;font-family:"微软雅黑",Arial, Helvetica, sans-serif;  text-align:center; margin:0 auto; background-color:#F2F2F2;}
table{border-collapse:collapse;border-spacing:0;}
a{ color:#333; text-decoration:none;}
img{border: none; vertical-align: top;}

/*给ul添加.clearfix用来清浮动*/
.clearfix{
    zoom: 1;
}

.clearfix:before, .clearfix:after { 
     display: table; 
     line-height: 0; 
     content: ""; 
} 
.clearfix:after { 
     clear: both; 
}
/*清浮动结束*/


/*顶部通栏广告*/

.topHeader{
	display: block;
    width:100%;
}

.topHeader img{
    width: 100%;
}

.header{
    width: 1167px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 13px;
    padding-bottom: 40px;
}

.header .logos{
	display: block;
    width: 307px;
    height: 117px;
    background: url(../images/logo.png) no-repeat;
    float: left;
}

.header .searchs{
    float: right;
    padding-top: 35px;
}

.header .searchs .searchs_box{
    width: 452px;    
    border: 2px solid #5ba627; 
    position: relative;   
}

.header .searchs .searchs_box .searchs_name{
    width: 375px;
    height: 35px;
    padding-left: 13px;
    line-height: 31px;
    color: #989898; 
    float: left;
    border: none;
     
}

.header .searchs .searchs_box .submits{
	display: block;
	width: 64px;
    height: 37px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    color: #fff;
    background-color: #5ba627;
    position: absolute;
    right: 0px;
}

/*导航栏*/

.nav_container{
	width: 100%;
	height: 42px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #5aa628;
}

.nav{
	width: 1200px;
	margin: 0px auto;
	/* padding-left: 16px; */
}

.nav li{
	float: left;
	width: 110px;
	height: 35px;
	margin-right: 38px;
	text-align: center;
	position: relative;
}

.nav li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cssh_active{
	background:#5aa628;
}

.nav li a:hover{	
	background:#5aa628;
	color: #fff;
}

.cssh_line{
	width: 55px;	
	height: 3px;
	background-color: #5aa628;
	margin: 0px auto;	
	margin-top: 5px;
	display: none;
}

.cssh_active1{
	display: block;
}

/*头部菜单栏--开始*/
#c_cssh a {
    background-color:#5AA628; color:#fff;
}

#c_cssh span {
    display:block; width:61px; height:3px; background-color:#5AA628; margin-top:6px; margin-left:24px;
}
/*头部菜单栏--结束*/

/*热门搜索词*/

.searchs_hot{
	text-align: left;
	padding-top: 10px;
}

.searchs_hot .rmss{
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

.searchs_hot a{
	font-size: 12px;
	color: #969696;
}

.searchs_hot a:hover{
	color: #59A626;
}

.searchs_hot .searchs_line{
	font-size: 12px;
	color: #969696;
}

/*轮播图和新闻列表*/



.sl_container{
	width: 1200px;
	margin: 0px auto;
	padding-top: 47px;
	padding-bottom: 33px;
}

/*轮播图*/

.Slide {
	width:781px;
	height:335px;
	overflow: hidden;
	position: relative; 
	float: left; 
	margin-right:37px;
}
.slide-cont {
	width:781px;
	height:335px;
	position: relative;
	overflow: hidden;
}
.slide-item {
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-item img {
	width: 100%;
	height:100%;
}
.slide-txt {
	width:100%;
	height:50px;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
	background:#000;
	opacity: 0.7;
	filter: alpha(opacity=70);
} 

.slide-txt a {
	display: inline-block;
	width:100%;
	height: 40px; 
	font-size:14px;
	padding: 0 10px; 
	padding-top:10px;
	overflow: hidden; 
	color:#FFF;
	position: absolute;
	left: 0;
	top: 0;
}
.slide-nav {
	width: auto;
	height: 11px;
	display: inline-block;
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 20px;
	overflow: hidden;
}
.slide-nav a {
	display: block;
	width: 10px;
	height: 10px; 
	border-radius:5px;
	background:#d4d4d4;
	cursor: pointer; 
	margin-left: 5px;
	float: left;
	text-indent: -99em;
	overflow: hidden;
}
.slide-nav .nownav {
	background:#5AA628;
}


/*如果向前和向后按钮存在的就显示出来*/
#prev2, #next2 {
	display: block;
	width: 57px;
	height: 72px;
	position: absolute;
	top: 129px;
	display: none;
}
#next {
	right: 0;
	background-position: -62px 0;
}

/*____________________轮播图结束______________________________*/

/*新闻列表*/

.sl_container .sl_list{
	float: left;
	width: 350px;
}

.sl_container .sl_list li{
	text-align: left;
	padding-bottom: 7px;
}
.sl_container .sl_list li>a{
	display: block;
	padding-bottom: 7px;	
}

.sl_container .sl_list li>a:hover{
	color: #59a626;
}

.sl_container .sl_list li p{
	line-height: 28px;
}

.sl_list_a1{
	font-weight: bold;
}

/*近现代书画*/

.cssh_jxdsh{
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 9px;
	border-bottom: 1px solid #5AA628;
}

.cssh_jxdsh_title{
	float: left;
}

.cssh_jxdsh li{
	float: left;
	margin-right: 7px;
	padding-top: 8px;
}

.cssh_jxdsh li.cssh_padding{
	padding-top: 0px;
}

.cssh_jxdsh li span{
	margin-left: 10px;
	color: #5AA628;
}

.cssh_jxdsh li a{
	color: #5AA628;
}

.cssh_jxdsh li a.cssh_big{
	font-size: 22px;
	font-weight: bold;	
}

.cssh_jxdsh .cssh_more{
	display: block;
	float: right;
	width: 46px;
	height: 20px;
	background-color: #5AA628;
	color: #fff;
	line-height: 20px;
	position: relative;
	top: 10px;
}

/*近现代书画作品列表*/

.cssh_jxdsh_list{
	width: 1200px;
	margin: 0px auto;
	padding-top: 21px;
	padding-bottom: 50px;
}

.cssh_jxdsh_list li{
	float: left;	
}

.cssh_jxdsh_list li a{
	display: block;
	position: relative;	
	margin-bottom:7px;
}

.cssh_jxdsh_list li a .jxdsh_mask{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 46px;
	background: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#66000000',endColorstr='#66000000');
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
}

.cssh_jxdsh_list li a .jxdsh_mask1{
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}




.jxdsh_list_middle a{
	display: block;
	width: 233px;
	height: 233px;
}

.jxdsh_list_middle a img{
	width: 100%;
	height: 100%;
}

.jxdsh_list_padding{
	padding-top: 7px;
}

.jxdsh_list_margin1{
	margin-right: 7px;
}

.jxdsh_list_margin{
	margin-right: 7px;
}

/*绘画作品列表*/

.cssh_hh{
	width: 1200px;
	margin: 0px auto;
	padding-top: 23px;
}

.cssh_hh li{
	width: 285px;
	height: 285px;
	float: left;
	position: relative;
}

.cssh_hh li img{
	/*width: 100%;*/
	/*height: 100%;*/
}

.cssh_hh li.iMRight a img {
    width: 100%;
    height: 100%;
}

.cssh_hh li.iMRight{
	margin-right: 15px;
}

.cssh_hh li .jxdsh_mask2{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	background: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#55000000',endColorstr='#55000000');
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;	
}


.cssh_hh1{
	width: 1200px;
	margin: 0px auto;
	padding-top: 32px;
	padding-bottom:45px;
}

.cssh_hh1 li{
	float: left;
}

.cssh_hh1 li {
    padding-right: 30px;
}

.cssh_hh1 li.iMRight1{
	margin-right: 47px;
}

.cssh_hh1 li>a{
	display: block;
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 23px;
}

.cssh_hh1 li>a img{
	width: 100%;
	height: 100%;
}

.cssh_hh1 li .cssh_hh1_show{
	width: 205px;
	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 20px;
}

.cssh_detail{
	color: #5AA628;
}

.iPadding1{
	padding-bottom: 118px;
}

/*底部*/

.cssh_footer{
	width: 100%;
	height: 154px;
	background-color: #000;
	padding-top: 44px;
}

.cssh_footers{
	width: 989px;
	margin: 0px auto;
	padding-left: 211px;
}

.cssh_footers>li{
	float: left;
}

.cssh_footers1{
	padding-bottom: 15px;	
}

.cssh_iWidth1{
	width: 430px;
	margin: 0px auto;
}

.cssh_iWidth2{
	width: 400px;
	margin: 0px auto;
}

.cssh_footers1 li{
	float: left;
}

.cssh_footers1 li a,.cssh_footers1 li span{
	font-size: 14px;
	color:#298728;
	font-weight: bold;
}

.cssh_footers1 li span{
	padding-left: 12px;
	padding-right: 12px;
}

.cssh_footers2{
	font-size: 12px;
	color:#298728;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
}

.cssh_footers_left{
	width: 580px;
	margin-right: 224px;
}


/*传世书画绘画频道*/

.cssh_hh{
	width: 1200px;
	margin: 0px auto;
	margin-bottom: 142px;
	padding-top: 30px;
}

#cssh_hh1,#cssh_hh2{
	margin-bottom: 0px;
}

.cssh_hh .cssh_hhL{
	float: left;
	width: 946px;
	margin-right: 22px;
}

.cssh_hh .cssh_hhR{
	float: left;
	width: 232px;
}

/*绘画分类*/

.cssh_hhL_sort{
	border: 1px solid #e0e0e0;
	padding-left: 20px;
	padding-right: 23px;
	padding-bottom: 32px;	
}

.cssh_hhL_sort_title{
	padding-bottom: 13px;
	background: url(../images/cssh_hh_border.jpg) left bottom repeat-x;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #59A626;
	padding-top: 16px;
}

.cssh_hhL_sort .cssh_hhL_sort_time{
	padding-bottom: 13px;
	background: url(../images/cssh_hh_border.jpg) left 46px repeat-x;
	text-align: left;
	padding-top: 16px;
}

.cssh_hhL_sort_time li{
	width:auto;
	height: auto;
	float: left;	
}

.cssh_hhL_sort_timeAll{
	font-weight: bold;
	color: #666;
}

.cssh_hhL_sort_timeLine{
	margin-right: 17px;
	margin-left: 12px;
}

.cssh_hhL_sorts{	
	margin-right: 25px;
}

.cssh_hhL_sort_byletter li.cssh_hhL_sorts1 a{
	font-weight: normal;
}

.cssh_hhL_sorts a:hover{
	color: #59A626;
}

.cssh_hhL_sort_byletter li{
	margin-right: 16px;
}

.cssh_hhL_sort_byletter li a{
	font-weight: bold;
}

.cssh_hhL_sort_byletter li a:hover{
	color: #59A626;
}

.cssh_hhL_sort_byletter li.cssh_hhL_sort_byletters{
	margin-right: 0px;
}

/*作品列表*/

.cssh_work_list{
	margin-top: 25px;
	border: 1px solid #e0e0e0;
}

.cssh_work_list_page{
	padding-top: 7px;
	padding-left: 9px;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

.cssh_work_list_byorder{
	font-weight: bold;
	margin-right: 9px;
	float: left;
}

.cssh_work_list_byorderT,.cssh_work_list_byorderR{
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	top: -3px;	
	transition: all 0.2s ease-in-out;
}

.cssh_work_list_byorderT{
	background:url(../images/cssh_top21.png) no-repeat center center;
	margin-right: 5px;
}

.cssh_work_list_byorderR{
	background:url(../images/cssh_top2.png) no-repeat center center;
}

.cssh_work_list_byorderT:hover{
	background: #59A626 url(../images/cssh_top1.png) no-repeat center center;
}

.cssh_work_list_byorderR:hover{
	background: #59A626 url(../images/cssh_top11.png) no-repeat center center;
}

.cssh_work_list_pageR{
	float: right;
	font-weight: bold;
	color: #676767;
}

.cssh_work_lists{
	padding-left: 17px;
	padding-right: 21px;
	padding-top: 16px;
	padding-bottom: 50px;
}

.cssh_work_lists_line{
	padding-bottom: 14px;
	padding-top: 13px;
	background: url(../images/cssh_hh_border.jpg) repeat-x left bottom;
}

.cssh_work_lists_line li{
	width: 218px;
	height: 218px;
	margin-right: 8px;
	margin-bottom: 10px;
	position: relative;
    background: #CCCCCC;
}

.cssh_work_lists_line li img{
	/*width: 100%;*/
	/*height: 100%;*/
    max-height: 218px;
    max-width: 218px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cssh_work_lists_mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 23px;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#99000000',endColorstr='#99000000');
	font-size: 12px;
	color: #fff;
	line-height: 23px;
}

.cssh_work_lists li.cssh_iMarginR{
	margin-right: 0px;
}

.cssh_work_lists_noline{
	background: none;
}

/*分页*/

.cssh_pageList{
	padding-top: 21px;
	float: right;
}

.cssh_pageList li{
	width: auto;
	height: auto;
	float: left;
	margin-right: 15px;
}

.cssh_pageList li,.cssh_pageList li a{
	font-weight: bold;
}

.cssh_pageList li a{
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	transition: all 0.2s ease-in-out;
}

.cssh_pageList li a:hover{
	background-color: #59A626;
	color: #fff;
}

.cssh_pageList li a.cssh_next{
	display: inline;
}

.cssh_pageList li a.cssh_next:hover{
	color: #000;
	background-color: #fff;
}

.cssh_pageList li.cssh_pageListTo{
	font-weight: normal;
}

.cssh_pageList li.cssh_totAll{
	padding-top: 3px;
}

.cssh_pageListTo .cssh_text{
	width:32px;
	height: 13px;
	text-align: center;
	line-height: 13px;
	border: 1px solid #e0e0e0;
	margin-right: 2px;
	margin-left: 2px;
	vertical-align: bottom;
}

/*推荐作品*/

.cssh_hhL_sort1{
	border: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#cssh_work_lists1 li,#cssh_work_lists2 li{
	width: 218px;
	height: 218px;
}

#cssh_work_lists1 li img,#cssh_work_lists1 li img{
	width: 100%;
	height: 100%;
}


/*右侧列表*/

.cssh_hhR_news{
}

.cssh_hhR_title{
	font-size: 22px;
	color: #59A626;
	text-align: left;
	padding-bottom: 9px;
	border-bottom: 2px solid #59A626;
}

.cssh_hhR_list{
	padding-top: 9px;
}

.cssh_hhR_list li{
	width: 100%;
	height: auto;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cssh_hhR_list li a{
	font-size: 12px;
	line-height: 26px;
	color: #666;	
	transition: all 0.2s ease-in-out;
}

.cssh_hhR_list li a:hover{
	color: #59A626;
}

.cssh_marginTop{
	clear: both;
	padding-top: 12px;	
}

.cssh_marginBottom{
	margin-bottom: 29px;
}

.cssh_hhR_news1_img{
	padding-bottom: 14px;
}

.cssh_hhR_news1_img li{
	width: 114px;
	height: 125px;
	position: relative;
}

.cssh_hhR_news1_img li a{
	display: block;
	width: 100%;
	height: 100%;
}

.cssh_hhR_news1_img li a img{
	width: 100%;
	height: 100%;
}

.cssh_iMarginR2{
	margin-right: 4px;
}

.cssh_hhR_news1_mask{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 16px;
	font-size: 12px;
	color: #fff;
	background: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#99000000',endColorstr='#99000000');
}

.cssh_hhR_titles{
	text-align: left;
	padding-bottom: 6px;
}

.cssh_hhR_titles a{
	font-size: 12px;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
}

.cssh_hhR_titles a:hover{
	color: #59A626;
}

.cssh_hhR_shows{
	text-align: left;
	font-size: 12px;
	padding-bottom: 14px;
}
.selectedLinkColor {
	color : #59A626;
}
.actives11{
	background-color: #59A626;
	color: #fff;
}

#cssh_zl li p{
	line-height:20px;
}