.classification{
    box-shadow: 0 0 10px #f3f3f3;
    width: 1200px;
    height: 203px;
    border-left: 1px solid #f3f3f3;
    background: #FFFFFF;
    border-top: 3px solid #00afdf;
    margin-top: 50px;
    margin-bottom: 40px;
}

.classification li {
    width: 149px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    float: left;
    font-size: 14px;
    color: #f45c00;
}
.classification li a {
    width: 149px;
    height: 50px;
    display: block;
    color: #333;
}
.classification li a:hover{
    background:#f3f3f3; 
    color:#444;
}

.classification .class_nav li .second-nav{
	width: 149px;
        display: none;
	position: relative;
        z-index:100;
}
.classification .class_nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f3f3f3;
	border-top: 1px solid #f3f3f3;
        z-index:100;
}
.classification .class_nav li .second-nav li a:hover{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
        z-index:100;
}

.tk li:nth-child(4n){
    margin-right: 0;
}
.col-3-1 {
    width: 31.3333%;
    margin-right: 2.75%;
    float: left;
}
.last {
    margin-right: 0;
}

.zytj_title_new li:hover a,.tk li:hover .listtitle a{color:#e60012;}
.tk li:hover .listimg img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}

.mr20{margin-right:20px;}
.listbox{float:left; margin-bottom:20px; margin-top:10px;width:285px; height:220px; position:relative;}
.listimg{float:left; width:285px; height:175px; position:relative; overflow:hidden;-webkit-border-radius: 5px;-moz-border-radius: 5px; -ms-border-radius: 5px;border-radius: 5px;background-color: #ededed;}
.listimg img{background:#333; width:285px; height:175px; top:0; left:0; position:absolute;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.listinfo{_margin-bottom:3px;width:285px; line-height:22px; font-size:12px;}
.listinfo a{font-size:12px;}
.listtitle{float:left; margin-top:8px; _margin-top:-2px; width:285px; font-size:14px;}
.listtitle a{color: #1c1b1b;font-size: 16px;line-height: 35px;font-family: "微软雅黑";font-weight: 500;margin-bottom: 5px;}




/**************新样式**************/
.wz-list{
	width: 390px;	
	height: 490px;
	box-shadow: 0 0 10px #F5F5F5;
	background: #FFFFFF;
}
.wz-list .wz-title {
	line-height: 55px;
	padding: 0 25px;
	overflow: hidden;
}
.wz-list .wz-title h3 {
	float: left;
	font-size: 16px;
}
.wz-list .wz-title p {
	float: right;
	color: #07c58d;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wz-list .list {
	padding: 0 25px;
}
.wz-list .list li {
	height: 50px;
	line-height: 50px;
	border-bottom: dashed 1px #ededed;
}
.wz-list .list li a {
	width: 292px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wz-list .list li:hover a {
	color: #00afdf;
}
.wz-list .list li span {
	float: right;
	color: #919191;
}
.wz-list .list li.diyi {
	padding-top: 15px;
	height: 98px;
	line-height: 20px;
	padding-bottom: 15px;
}
.wz-list .list li.diyi h3 {
	height: 98px;
	width: 179px;
	overflow: hidden;
	float: left;
}
.wz-list .list li.diyi h3 img {
        width:160px;
        height:98px;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.wz-list .list li.diyi:hover h3 img {
	filter: brightness(1.3);
}
.wz-list .list li .text {
	width: 160px;
	float: right;
	height: 98px;
	overflow: hidden;
}
.wz-list .list li .text dt {
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wz-list .list li .text p, .wz-list .list li .text dd {
	color: #aeaeae;
}
.wz-list .list li .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.wz-list .list li:last-child {
	border-bottom: none;
}


/**************************** 资源推荐 begin modify by lvzj 2017-5-17 ****************************/
.word_list{box-shadow: 0 0 7px #589442;background: #fff;padding:20px;}
.zytj_title_new li{
    height:32px;
    line-height:32px;

}
.zytj_title_new li a{
    font-size:14px;
    font-family:"微软雅黑";
}
.rwtj_title_new{
    height: 102px;
    line-height: 102px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

/***************************** 资源推荐 end modify by lvzj 2017-5-17 ****************************/