@charset "utf-8";
.head{
	height: 100px;
	border-bottom: 1px solid #fa2f2f;
}
.head .wrap{
	height: 100px;
	display: flex;
	align-items: center;
}
.logo img{
	display: block;
	height: 66px;
}
.search{
	display: flex;
	margin-left: 40px;
}
.sipt1{
	width: 300px;
	height: 36px;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 0 10px;
	border-right: 0;
}
.sipt2{
	background: #f9f9f9;
    border: 1px solid #eee;
    border-left: 0;
    width: auto;
    height: 36px;
    cursor: pointer;
    padding: 0 12px;
}
.hdr{
	text-align: right;
	flex: 0;
	flex-grow: 1;
}
.hdr li{
	display: inline-block;
	margin-left: 10px;
	position: relative;
	line-height: 40px;
}
.navhide{
	display: none;
}
.hdr li a:hover{
	color: #fa2f2f;
}
.navhide{
	width: 130px;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	z-index: 999;
	padding: 5px 0;
}
.navhide a{
	line-height: 30px;
	display: block;
}
.hdr li:hover .navhide{
	display: block;
	text-align: center;
}
.disflex{
	display: flex;
}
.flex_width{
	flex: 0;
	flex-grow: 1;
}
.md1l{
	width: 110px;
	margin-right: 25px;
}
.md1l a{
	height: 42px;
	display: block;
	line-height: 42px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	padding: 0 5px;
}
.md1l a:hover{
	background: #FA2F2F;
	color: #fff;
}
.md1m{
	width: 55%;
}
.bnimg h3{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	line-height: 38px;
	padding: 0 15px;
	padding-right: 120px;
	width: 100%;
	font-size: 16px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.md1m2img{
	width: 285px;
	height: 165px;
	background-size:cover !important;
	position: relative;
}
.md1m2img i{
	padding: 5px 10px;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	background: #FA2F2F;
	color: #fff;
}
.md1m2txt h3{
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}
.md1m2txt p{
	margin: 15px 0;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.md1m2txt span{
	color: #999;
}
.idx_hover:hover{
	color: #FA2F2F;
}
.md1r{
	background: #fafafa;
	padding: 10px 20px;
	border-top: 1px solid #FA2F2F;
	width: 30%;
}
.md1r .title{
	font-size: 17px;
	margin-top: 12px;
}
.md1ra .img{
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background-size: cover !important;
}
.md1ra{
	margin-top: 15px;
}
.md1ra .txt{
	margin-left: 0;
}
.md1ra .txt h3{
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	list-style: amharic;
	color: #444;
	transition: .25s;
}
.md1ra:hover .txt h3{
	text-decoration: underline;
	color: #FA2F2F;
}
.md1ra .txt i{
	display: inline-block;
	width: 3px;
	height: 12px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	background: #FA2F2F;
}
.md1ra .txt p{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.md2{
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 10%;
}
.md2 p{
	font-size: 13px;
	color: #666;
	line-height: 22px;
	margin: 15px 0;
}
.md2 a{
	color: #FA2F2F;
}
.md3a{
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.md3a .img{
	width: 160px;
	height: 100px;
	background-size: cover !important;
	margin-right: 20px;
}
.md3a .txt{
	margin-left: 0;
}
.md3a h3{
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.md3a span{
	display: block;
	margin: 10px 0;
	font-size: 13px;
	color: #888;
}
.md3a p{
	line-height: 22px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
}
.md3r{
	height: auto;
}
.md3l{
	width: 68%;
}
.pager {
    text-align: center;
    margin: 20px 0 40px 0;
    font-size: 12px;
}
.pager select{
	display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    margin: 0 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager a {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding: 0 10px;
    text-align: center;
    color: #444;
    margin: 5px 2px;
    border-radius: 3px;
    font-size: 12px;
}
.pager a:hover{
	background: #f5f5f5;
}
.pager a.pageCurrent {
	border: none;
	background: #FA2F2F;
    color: #fff;
    line-height: 26px;
}
.more a{
	display: block;
	line-height: 40px;
	color: #fff;
	background: #FA2F2F;
}
.md4{
	font-size: 14px;
	line-height: 28px;
}
.md4 a:hover{
	color: #FA2F2F;
}
.foot .wrap{
	padding: 20px 0;
	border-top: 2px solid #FA2F2F;
}
.ft1 a{
	display: inline-block;
	color: #999;
}
.ft1 a:hover{
	color: #FA2F2F;
}
.ft1 i{
	display: inline-block;
	height: 12px;
	background: #ddd;
	width: 1px;
	margin: 0 10px;
}
.ftp{
	margin-top: 10px;
	color: #999;
}
.ftp a{
	color: #FA2F2F;
	margin-left: 10px;
}

.lyb{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/lyb.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
.lybnt{
	background: url(../images/ntbg.jpg) no-repeat center;
}
.lybbg{
	display: block;
	width: 100%;
	height: 100%;
	/* background: url(../images/pattern1.png) repeat center;
	opacity: .8; */
}
.lybtxt{
	width: 560px;
	height: 100%;
	background: #fff;
	padding: 2% 55px 2% 55px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	overflow-y: auto;
}
.lybtxt h4{
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 45px;
}
.lyt{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 25px;
	position: relative;
}
.lyt p{
	font-size: 16px;
	margin-bottom: 20px;
}
.lyt input,.lyt select{
	width: 100%;
	height: 50px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding-left: 14px;
	font-size: 15px;
}
.lyt textarea{
	width: 100%;
	height: 130px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	resize: none;
	padding: 15px;
	font-size: 14px;
}
.lyt input:focus,.lyt textarea:focus{
	border: 1px solid #e00b4f;
}
.sbmmessage{
	width: 100%;
	height: 55px;
	background: #e00b4f;
	color: #fff;
	border-radius: 4px;
	transition: .25s;
	cursor: pointer;
	font-size: 16px;
}
.sbmmessage:hover{
	background: #e00b4f;
}
.lybbgtxt{
	width: 50%;
	left: 5%;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -78px;
}
.lybbgtxt h4{
	font-size: 36px;
	color: #fff;
}
.lybbgtxt p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 30px;
}
.lysp{
	position: absolute;
	right: 5px;
	bottom: 7px;
}

.ni1_lbwbt{
	position: absolute;
	right: 0;
	bottom: 11px;
}

.single-post-content{
	color: #333;
}

.list_title{
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.list_title i{
	width: 4px;
	height: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	background: #FA2F2F;
}
.mzsm h3{
	font-size: 16px;
}
.mzsm p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 10px 0;
	text-align: left;
	font-size: 12px;
}
.mzsm a{
	color: #FA2F2F;
}

.iftxtbox h4{
	margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}
.listbgbcp span{
	color: #999;
	margin-right: 0;
	margin-right: 15px;
}
.listbgbcp span.fl{
	margin-left: 0;
}
.listbgbcp span a{
	color: #333;
}
.listbgbcp span a.listbgbcpa{
	color: #4285f4;
}
.iftxtbtp{
	line-height: 30px;
	margin-bottom: 20px;
	text-indent: 2em;
}
.iftxtbt img{
	max-width: 80%;
}
.iftxtbt video{
	max-width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.iftxtbt{
	line-height: 30px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 45px;
}
.ifbot a{
	display: inline-block;
	width: 84px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #dadada;
	color: #7d7d7d;
	border-radius: 2px;
	text-align: center;
}
.ifbot a img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.ifbot a:hover{
	border: 1px solid #939393;
	background: #eee;
}
.ifbot p{
	font-size: 16px;
	color: #a8a8a8;
}
.ifbot p i{
	color: #FF0036;
	margin-right: 5px;
}







@media only screen and (min-width:768px) and (max-width:1199px) {
	
}
@media only screen and (max-width:950px) {
	.search{
		margin-left: 0;
		margin-top: 15px;
	}
	.sipt1{
		flex: 0;
		flex-grow: 1;
		width: auto;
	}
	.sipt2{
		background-size: 50%;
	}
	.lyb{
		height: auto;
		position: relative;
	}
	.lybtxt{
		position: relative;
		width: 100%;
		padding: 15px 15px 15px 15px;
	}
	.lybtxt h4{
		font-size: 26px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.lyt p{
		margin-bottom: 15px;
	}
	.lyt input{
		height: 45px;
		line-height: 45px;
	}
	
	.md1l{
		display: none;
	}
	.md1{
		display: block;
	}
	.md1m{
		width: 100%;
	}
	.bnimg h3{
		font-size: 14px;
		padding-right: 50px;
		line-height: 30px;
	}
	.md1m2{
		display: block;
	}
	.md1m2img{
		width: 100%;
	}
	.md1m2txt{
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.md1r{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.md2{
		padding: 15px;
	}
	.md3l{
		width: 100%;
	}
	.md3a .img{
		width: 100px;
		height: 70px;
		margin-right: 15px;
	}
	.md3a span{
		margin-bottom: 0;
	}
	.md3a{
		padding: 15px 0;
	}
	.md3a p{
		-webkit-line-clamp: 2;
		margin-top: 7px;
		display: none;
	}
	.md3a h3{
		line-height: 24px;
		max-height: 48px;
		font-size: 14px;
		-webkit-line-clamp:2;
	}
	.md4{
		font-size: 14px;
	}
	.ft1 i{
		display: none;
	}
	.ft1 a{
		padding: 0 10px;
	}
	.iftxtbt img{
		max-width: 100%;
	}
	.md1ra .txt h3{
		font-size: 14px;
	}
	.md1ra .txt p{
		font-size: 12px;
	}
}
@media only screen and (max-width:768px) {
	
}