.logo{width: 1200px;height: 160px;display: flex;justify-content:space-between;align-items: center;margin:0 auto;}
.logo-right{width: 366px;height: 44px;display: flex;justify-content:space-between;align-items: center;border-radius: 30px;border: 1px solid #c04139;padding-left: 20px;padding-right: 15px;}
.logo-right input{font-size: 14px;color: #999;border: none;background-color: #fff;}
.logo-right span {width:20px;height:20px;background: url('../images/search.png') no-repeat 0 0;cursor: pointer;}.nav-wp {height: 80px;box-shadow: 0 12px 20px -20px #ccc inset,0 -12px 20px -20px #ccc inset;margin-bottom:20px;}
.nav{width: 1200px;height: 80px;margin:0 auto;display: flex;justify-content:space-between;align-items:center;}
.nav li{width: 150px;height: 80px;position: relative; }
.nav li>a{display: block;height: 80px;width: 100%;text-align: center;line-height: 80px;font-size: 18px;color: #333;}
.nav li:hover>a, .nav li.on a {background-color: #bc362d;color: #fff;}
.nav li:nth-child(1) {width: 108px;}
.nav li .list { position: absolute;top: 80px;left:0;z-index:100;display:none;background: #fff;width:150px;}
.nav li .list a { display: block;height: 60px;font-size: 16px;line-height: 60px;text-align: center;}
.nav li .list a:hover {background-color: #f8ebea;color: #bc362d;}
.nav li:hover .list {display: block;}
  
  
 /* 底部 */
 footer{width: 100%;height: 80px;line-height:20px;background-color: #282828;font-size: 12px;color: rgba(255, 255, 255, 0.3);display: flex;justify-content: center;align-items: center;flex-direction: column;margin: 0px auto;}

/* 分页 */
.pages { height:40px;margin: 0 auto;display: flex;justify-content:center; }
.pages a,.pages span {width: 38px;height: 38px;text-align: center;font-size: 14px;color: #282828;line-height: 38px;border: 1px solid #ddd;margin:0 10px; }
.pages a.prev,.pages a.next { width: 62px; }
.pages .on,.pages a:hover{font-size: 14px;color: #fff;background: #bc362d;}

/* 面包屑 */
.news-nav{background: #f8ebea;display: flex;margin-bottom: 20px;}
.news-nav-li{width: 1200px;height: 50px;margin: 0 auto;display: flex;}
.news-nav-l{margin-right: 35px;}
.news-nav-l span{width: 80px;text-align: center;font-size: 16px;line-height: 50px;color: #282828;}
.news-nav-r{font-size: 14px;display: flex;align-items: center;justify-content: center;}
.news-nav-r a:nth-of-type(n),.news-nav-r em:nth-of-type(n),.news-nav-r span:nth-of-type(n){margin-left: 14px;}
.news-nav-r a:nth-of-type(n){color: #bc362d;}
