/*
Theme Name: MFBegin cms
*/

/** 图片模块 **/
.picture-h {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 0px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
.picture-h-img {
	max-width: 100%;
 	width: auto;
	height: auto;
    overflow: hidden;
	transition-duration: .3s;
}
.picture-h-img a img, .tao-h-img a img {
	float: left;
	max-width: 100%;
 	width: auto;
	height: auto;
}
.picture-h-title, .flexisel-h-title {
	text-align: center;
	line-height: 30px;
	margin: 0 10px 5px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line-four, .line-tao {
	margin: 0 -5px;
}
.line-four .xl4, .line-tao .xl4 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
@media screen and (min-width:999px) {
	.picture-h-img {
		height: 135px;
		overflow: hidden;
	}
}
.xm4 {
	position: relative;
	min-height: 1px;
}
/** 单栏分类列表 **/
.line-one .cat-site {
	margin: 10px 0 0 0;
}
.cat-one-list li {
	line-height: 210%;
	margin: 0 40px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line-one-thumbnail {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0 15px 0 0;
    overflow: hidden;
	transition-duration: .3s;
}
.line-one-thumbnail a img {
	width: 200px;
	height: 150px;
}
@media screen and (max-width: 550px) {
	.line-one-thumbnail {
		float: inherit;
		width: 270px;
		height: 100px;
		margin: 0 auto 5px;
		overflow: hidden;
	}
	.line-one-thumbnail a img {
		width: 280px;
		height: 210px;
	}
}
/** 两栏分类列表 **/
.cat-box {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}
.cat-box .cat-title {
	float: left;
	width: 100%;
    height: 40px;
    line-height: 40px;
	border-bottom: 1px solid #ebebeb;
}
.cat-box .cat-title a {
	margin: 0 0 0 15px;
}
@media screen and (max-width: 900px) {
	.cat-box .cat-title a {
		float: right;
		margin: 0 15px 0 15px;
	}
}
.icon-cat {
	float: left;
	font-size: 16px;
	color: #005bb2;
	/*color: #C01E22;*/
	width: 40px;
    height: 40px;
	line-height: 40px;
	padding: 1px 0;
	text-align: center;
	border-right: 1px solid #ebebeb;
}
.icon-m {
	font-size: 16px;
	color: #999;
	margin: 0 0 0 3px;
	vertical-align: middle;
}
.cat-site {
	padding: 5px 20px 20px 20px;
}
.cat-site h2 {
	font-size: 16px;
    line-height: 30px;
	margin: 0 0 5px 0;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.line-small .thumbnail {
	width: 133px;
	height: 100px;
}
.line-small .thumbnail a img {
	width: 133px;
	height: 100px;
	transition:all 500ms linear;
}
.line-small .thumbnail a:hover img {
-webkit-transition:scale(1.5,1.5);
	-moz-transition:scale(1.5,1.5);
	-ms-transition:scale(1.5,1.5);
	-o-transition:scale(1.5,1.5);
	transform:scale(1.5,1.5);

}





.cat-main {
	color: #777;
	margin: 0 0 5px 0;
}
.line-small .cat-main {
	height: 100px;
	overflow: hidden;
}
.cat-list li {
	width: 80%;
	line-height: 210%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.icon-li {
	font-size: 16px;
	color: #999;
	vertical-align: middle;
}
.list-date {
	float: right;
	color: #999;
}
.line-small {
	margin: 0 -5px;
}
.line-small .xl2 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
.xm2 {
	position: relative;
	min-height: 1px;
}
/** 列表大 **/
.line-big .thumbnail {
	width: 180px;
	height: 130px;
}
.line-big .thumbnail a img {
	width: 180px;
	height: 130px;
}
.line-big .cat-main {
	height: 130px;
	overflow: hidden;
}
.line-big {
	margin: 0 -5px;
}
.line-big .xl3 {
	position: relative;
	min-height: 1px;
	padding: 0 5px;
}
@media screen and (min-width:300px) {
	.xl2 {
		float: left;
		width: 50%;
	}
	.xl3 {
		float: left;
		width: 50%;
	}
}
@media screen and (min-width:320px) {
	.xl4 {
		float: left;
		width: 50%;
	}
}
@media screen and (min-width:1080px) {
	.xm4 {
		float: left;
		width: 25%;
	}
	.xm2 {
		float: left;
		width: 50%;
	}
	.xm3 {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width:1080px) {
	.xm4 {
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.line-four {
		margin: 0 -4px;
	}
	.line-tao {
		margin: 0 -3px;
	}
	.xl2 {
		width: 100%;
	}
	.line-small {
		margin: 0 -4px;
	}
	.xl3 {
		width: 100%;
	}
	.line-big {
		margin: 0 -3px;
	}
	.xm4 {
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	.xl2 {
		width: 100%;
	}
	.xl3 {
		width: 100%;
	}
}
@media screen and (max-width: 620px) {
	.cat-box .thumbnail{
		width: 100px;
		height: 75px;
	}
	.cat-box .thumbnail a img {
		width: 100px;
		height: 75px;
	} 
	.cat-box .cat-main {
		height: 75px;
		overflow: hidden;
	}
}

/*图片幻灯片*/
/* flexslider */
/*版权声明*/

.footer_page{width:100%;margin: 0px auto;overflow: hidden;margin-top: 0px;padding-top:15px}

.footer_talbe{width:100%;margin: 0px auto;overflow: hidden;}

.footer_talbe .titlethree{color:#868686;padding-bottom:10px;font-size:15px;border-bottom:1px solid #dedede;margin-bottom: 10px;}

.footer_talbe dl{float: left;width: 110px;padding-top:5px;}

.footer_talbe dt {padding-bottom:5px;}
.footer_talbe dl img{ width:120px; height:120px;}

.footer_talbe dt a{font-size: 14px;color:#FFCC00;font-weight:bold;}

.footer_talbe .content{width:330px;}

.footer_talbe .content dt{font-size:14px;color:#3375b9;font-weight: bold}

.footer_talbe .content dd{font-size:12px;color:#959595;}

.footer_talbe .subscription{width:330px;text-align: left;padding-top:5px;}



.sitetype {width:1000px;padding-top:10px;line-height: 25px;margin: 0 auto;}

.foot_l{float:left;width:770px;}

.sitetype a{color:#23a0e7}

.sitetype p span {padding:0px 10px;}

.foot_r{float:right;height: 35px;line-height: 35px;width:225px;padding-top:35px;}

.foot_r span {display: block;font-size: 16px;color: #868686;float: left;margin-right: 10px;}

.foot_r .bds_tools_32{margin-right: -8px;line-height: 35px !important;}

.foot_r .bds_tools_32 .bds_tsina {background: url(../images/fxsi.png) no-repeat;}

.foot_r .bds_tools_32 .bds_tqq {background: url(../images/fxqq.png) no-repeat;}

.foot_r .bds_tools_32 .bds_douban {background: url(../images/fxdb.png) no-repeat;}

.foot_r .bds_tools_32 .bds_renren {background: url(../images/fxrr.png) no-repeat;}

.foot_r .bds_tools_32 a {display: block;width: 35px;height: 35px;margin-right: 8px;text-indent: 35px;padding-left: 0;overflow: hidden;float: left;background-position: 0 0 !important;}

.footer_talbe_str {width:100%;margin: 0px auto;overflow: hidden;padding:5px 0px;margin-top: 20px;border-top:#fff solid 1px; }
