/*世界文坛CSS 2018-3-1*/
/*focus*/
main{ height: auto; padding: 20px 0;}
.shuhui_l{ width: 65.7%;float: left; margin-right: 20px;}
#focus{border:10px solid transparent;-webkit-border-image:url(../img/shuhui04.png) 10 10 round; -o-border-image:url(../img/shuhui04.png) 10 10 round; border-image:url(../img/shuhui04.png) 10 10 round;}
#focus dl{padding:5% 7%; height: auto; overflow: hidden;}
#focus dt{ float: left; height: auto; overflow: hidden;width:30%;}
#focus dd{ float: left; height: auto; height: auto; overflow: hidden;width:67%;padding-left:7%;padding-top:5%;}
#focus dd h6{font-size:12px;font-weight:100;color:#999; font-family: "宋体";}
#focus dd h6 a{ font-size:18px;font-weight:600;color:#333;font-family: "微软雅黑","microsoft yahei";}
#focus dd h6 a:hover{color:#e30b20;}
#focus dd p{color:#888;padding-top:5%;}
#focus .owl-dots{ position: absolute; color: #fff; bottom:10px; right:15px;} 
#focus .owl-dots .owl-dot:hover span,#focus .owl-dots .owl-dot.active span{ background: #999;}
#focus .owl-dots .owl-dot.active span,#cehua .owl-dots .owl-dot.active span{background:#1358a6; opacity: 1;width:30px;-webkit-transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.news_r{ width:31%;overflow: hidden; float: right; background: #f8f8f8;padding:20px;}
.news_r h3{ font-size:20px;}
.news_r h3 span{color:#e30b20;}
.news_r h3 img{ vertical-align: middle;padding-right:13px;}
.news_r ul{padding-top:12px;}
.news_r ul li a{display: block;height: 38px;line-height: 38px;position: relative;padding-left: 14px;}
.news_r ul li:nth-child(1){font-weight:600;font-family: "微软雅黑",Microsoft Yahei;font-size:15px;}
.news_r ul li a::before{content: "";position: absolute;top: 50%;left: 0;margin-top: -2px;width: 3px;height: 3px;background: #d1d1d1;}
.news_r ul li a:hover::before{background: #e9460b;}
.wgwy_inner{margin:25px auto;}
/*新作快读*/
.xinzuo{width:100%; height: auto; overflow: hidden;}
.xinzuo li{width:15%; float: left;margin-right:6%;margin-top:5px; margin-bottom:20px; text-align:center;}
.xinzuo li:nth-of-type(5),.xinzuo li:nth-of-type(10){margin-right:0;}
.xinzuo li img{margin:0 auto 15px; display: block;}
.xinzuo li span{font-size:12px;color:#999;}
.xinzuo p{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
/*按首字母查询*/
.chaxun{border:1px solid #f1f1f1;margin-top:15px; padding-bottom:20px;}
.zmcxTit{height:50px;background: #f8f8f8;line-height:50px;padding-left:2%; font-family: "微软雅黑",Microsoft Yahei;font-size:16px;color:#25507c; font-weight:bold;}
.zmcxTit span{ display: inline-block;width:24px;height:24px; text-align: center;line-height:24px;border-radius: 12px;margin-left:4px; font-family: "微软雅黑",Microsoft Yahei;font-size:14px; cursor: pointer;color:#25507c; font-weight:bold;}
.zmcxTit span a:link,.zmcxTit span a:visited{color:#25507c;}
.zmcxTit span:nth-of-type(1){margin-left:15px;}
.zmcxTit span.cxOn{ background: #195aa4;color:#fff;font-weight:600;}
.zmcxCont{width:100%; height: auto; overflow: hidden;padding-top:15px;}
.zmcxCont ul li{height:44px;line-height:44px;width:33.3%; float: left;padding:0 3%; font-size:12px;}
.zmcxCont ul.names_block{ height:275px;}
.shuhui_l .more_01:hover{background-position: left center;}

/*css控制单行显示*/
.focus_caption,
.more_news ul li a,
#cehua h6,.sz_news ul li a,.pic_News li span,
.news_r li h6,.yinxiang_Active dd h6,.zjyx_News dd h5,.yinxiang dd h6,.news_r ul li a,.zmcxCont ul li{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

@media only screen and (max-width: 1023px){
	.zmcxTit{ height: auto; overflow: hidden;}
} 

@media only screen and (max-width: 991px){
	
} 

@media only screen and (max-width: 767px){
	.shuhui_l,.news_r{width:100%;margin-right:0; float: none;}
	#focus dd p{display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
		overflow: hidden;}
	#focus dd{padding-top:0;}
	.xinzuo li,.xinzuo li:nth-of-type(5){width:47%;margin-right:6%;}
	.xinzuo li:nth-of-type(2),.xinzuo li:nth-of-type(4),.xinzuo li:nth-of-type(6),.xinzuo li:nth-of-type(8),.xinzuo li:nth-of-type(10){margin-right:0;}
	.wgwy_inner{margin:0 auto 20px;}
	.zmcxCont ul li{width:50%;}
	
	 
}
@media only screen and (max-width: 375px){
	.zmcxCont ul li{width:50%;}
}


/*图片由小变大*/
#cehua .owl-item img,.link_img a img,.zjyx_News dt img,.xinzuo li img{
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:400ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration:400ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration:400ms;
    max-width: 100%;
    /*position: relative;*/
}

#cehua .owl-item:hover img,.link_img a:hover img,.zjyx_News dt:hover img,.xinzuo li:hover img{
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:400ms;
    -moz-transform: scale(1.04, 1.04);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration:400ms;
    transform: scale(1.04, 1.04);
    transition-timing-function: ease-out;
    transition-duration:400ms;
}

