@charset "utf-8";
/* CSS Document */
/*CSS reset*/


/*专题列表样式*/
.lodp-xg {
    border-top: solid 2px #259e4f;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    width: 1280px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.lodp-list {
    overflow: hidden;
}
.lodp-list li {
    float: left;
    width: 46%;
    padding: 10px;
    border: 1px solid #ebebeb;
    margin: 1%;
}
.lodp-list li h3 {
    font-size: 16px;
	height:30px;
    line-height: 30px;
	padding:10px;
    text-align: left;
}
.lodp-list li p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 60px;
    overflow: hidden;
    text-align: left;
    padding: 10px;
}



.n4 {}
.n4 ul{overflow: hidden;}
.n4 li{ width:600px; border-bottom:#e8e8e8 solid 1px; margin-right:50px;  float:left; height:130px;  margin-bottom:20px; padding-bottom:15px;}

.n4_1{ float:left; width:85px; height:60px; margin-right:15px; border-right:#e8e8e8 solid 1px; text-align:center; font-size:16px; color:#bbbbbb; line-height:35px; font-family:Arial, Helvetica, sans-serif;}
.n4_1 h7{ font-size:40px;color:#bbbbbb}

.n4_2{ float:right; width:500px; color:#979797;}
.n4_2 h4{ font-weight:normal; font-size:16px; color:#000; padding-bottom:8px;}
.n4_2 h4 a{ color:#000;}
.n4_2 h4 a:hover{ color:#89c62b;}


.m4{width:120px; line-height:30px; text-align:center; float:left; margin-bottom:20px; margin-right:410px; margin-top:10px;}

.m4 a{width:120px!important;line-height:30px; float:left; color:#fff!important;  background:#89c62b;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m4 a:hover{ color:#FFFFFF!important; background:#666666; width:120px!important; background:#279324;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}




@media screen and (max-width: 800px) {
	.lodp-list li {
    float: left;
    width: 95%;
    margin: 1%;
    border: 1px solid #ebebeb;
    margin: 1%;
}
	.lodp-xg{width:96%;
}
}

