/*图片放大*/
.tp img{ overflow: hidden; transition-delay: 0s; transition-duration: 1s; transition-property: all; transition-timing-function: ease; -moz-transition-delay: 0s; -moz-transition-duration: 1s; -moz-transition-property: all; -moz-transition-timing-function: ease; -webkit-transition-delay: 0s; -webkit-transition-duration: 1s; -webkit-transition-property: all; -webkit-transition-timing-function: ease; -o-transition-delay: 0s; -o-transition-duration: 1s; -o-transition-property: all; -o-transition-timing-function: ease;}
.tp:hover img { transform: scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); 	/* IE 9 */ -moz-transform:scale(1.1, 1.1); 	/* Firefox */ -webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */ -o-transform:scale(1.1, 1.1); 	/* Opera */}

/*单一栏目*/
.lm{ border-bottom:1px solid #d1d6dc; overflow: hidden;}
.lm span{ width:125px; height: 39px; padding-right:20px; float: left; font-family: "宋体"; font-size:18px; color: #fff; font-weight: bold; line-height: 39px; text-align: center; background: url(../images/sj_bj_new_con_box_lm.png) no-repeat;}
.lm a{ padding:2px 8px 3px 8px; margin-top: 8px; float: right; font-size:12px; color: #858585; border-radius:3px; background: #e5e5e5; display: inline-block; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in; -moz-transition: all .3s ease-in; transition: all .3s ease-in;}
.lm a:hover{ color: #fff; background: #3766a2;}

.lm_line{ border-bottom:1px solid #e4e4e4; overflow: hidden;}
.lm_line a{ padding:0 8px 5px 8px; float: left; font-family: "宋体"; font-size:18px; color: #3866a2; font-weight: bold; text-align: center; border-bottom:2px solid #3866a2;}

/*切换栏目*/


/*通用信息列表*/
.ulyd{ width:auto;}
.ulyd li{ height: 33px; padding-left:12px; line-height: 33px; background: url(../images/sj_ico_li_a.png) no-repeat left center;}
.ulyd li a{ width:85%; float: left; font-size:15px; color: #454545 !important; display: block; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis;}
.ulyd li span{ float: right; font-size:15px; color: #555 !important;}
.ulyd li:hover a{ color: #3766a2;}