/*面包屑导航样式*/ .bread-nav{width:400px; line-height:40px; margin:auto;background:url(img/sy.png) no-repeat left center;padding-right:30px;font-size:14px;color:#777;float:right;text-align:right} .bread-nav a{color:#333;font-size:13px;font-family:"宋体"} .bread-nav a:hover{text-decoration:underline;color:#333} .container{width:1200px;height:600px;margin:0 auto 20px;display:flex;justify-content:space-between;background:url(img/listbj.png) no-repeat right bottom;position:relative;} /*子栏目样式*/ .container .side {width:250px;height:652px;background:#f7f7f7 url(../img/slidbj.jpg) no-repeat left bottom;position:absolute;left:0;top:-52px;z-index:2} .container .side h3{background-color:#3fb150;height:52px;line-height:52px;font-size:18px;color:#fff;text-align:center} .container .side ul li{line-height:46px;border-bottom:1px solid #d5d5d5;text-align:center;font-size:16px;background:url(img/list-arrow_06.jpg) no-repeat 220px center} .container .side ul li a{color:#4a4a4a;display:block;width:100%;} .container .side ul li.on a{color:#068358;color:#290001;font-weight:bold} .container .side ul li:hover{background-color:#057716;border-top:1px dashed rgba(255,255,255,0.6)} .container .side ul li:hover a{color:#fff} /*文章列表样式*/ .box{width:900px;height:600px;;-background-color:#e7f0ee;padding-top:30px;position:absolute;right:0} .box .news-title{height:40px;line-height:40px;border-bottom:1px solid #dadada;} .box .news-title span a{padding:5px 15px;color:#4d4d4d;cursor:pointer;border-bottom:3px solid #3fb150;font-weight: bold;font-size:18px} .box ul{padding:0 10px 0 0px;} .box ul li{height:44px;line-height:44px;width:900px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px dashed #d8d8d8;background:url(../img/point.png) no-repeat 0px center} .box ul li:hover a{color:#057716} .box ul li::before{content:"";width:13px;height:13px;margin-right:12px;background:url(img/newstitle.png) no-repeat left bottom;background-size:100% 100%;display:inline-block;vertical-align: middle;border-radius:100%} .box ul li span{float:right;font-size:13px;color:#777;;padding-left:15px;} .box ul li a{color:#666666;}