/*面包屑导航*/
.new_container{width: 1200px;margin: 0 auto;_zoom: 1;}
.new_container:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;height: 0;overflow: hidden;line-height: 0;}
.new_container .anli_nav {width:100%;height:60px;font-size:15px;color:#999;line-height:60px;color: #999;padding: 20px 0;padding-right: 40px;float: left;}
.new_container .anli_nav a{font-size:15px;color:#999;cursor: pointer;}
.new_container .anli_nav .active{color: #333;}
.new_container .inline{display: inline-block;}
/*面包屑导航 end*/

/*新闻左边导航栏*/
.gydy-left{width: 240px;float: left;overflow: hidden;box-shadow: 2px 5px 35px 5px rgba(0,0,0,0.05);}
.gydy-left .l-head{width: 100%;height: 110px;background-color: #302e31;background-repeat: no-repeat;background-position: center;border-top-left-radius: 10px;border-top-right-radius: 10px;background-image: url(/template/logo.png);background-size: 98%;}
.gydy-left .list {position: relative;width: 100%;height: 59px;font-size: 16px !important;display: block;text-align: center;border-top: 1px solid #edecec;color: #333;line-height: 59px;background-color: #fff;}
.gydy-left .list.active {color: #e74c3c;}
.gydy-left .list.active:before {content: '';display: block;position: absolute;width: 4px;height: 100%;background: #e74c3c;}