.banner{width: 100%;}
.banner img{width: 100%;}
.news{width: 100%;padding-top: 50px;}
.news .news_box{width: 1100px; margin: 0 auto;padding-bottom: 50px;}
.news .news_box ul{width: 100%;}
.news .news_box ul li {width:100%;padding:20px 0;background:#fbfbfb;position:relative;z-index:5;margin-bottom:10px;overflow:hidden;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;}
.news .news_box ul li .time {width:10%;margin-right:1%;text-align:center;}
.news .news_box ul li .time span {display:block;font-size:40px;line-height:40px;color:#43C6FF;padding-bottom: 3px;}
.news .news_box ul li .time i {display:inline-block;font-size:12px;line-height:18px;color:#fff;background:#43C6FF;text-align:center;font-family:"Arial";padding:0 10px;font-style: normal;}
.news .news_box ul li .txt {width:88%;}
.news .news_box ul li .txt h5 {font-size:20px;line-height:30px;color:#000000;font-weight:bold;letter-spacing:1px;margin:0.05rem 0 0 0;}
.news .news_box ul li .txt h5 a {color:#000000;font-weight:bold;letter-spacing:1px;display:block;-webkit-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.news .news_box ul li .txt p {font-size:16px;line-height:30px;color:#666666;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;display:block;-webkit-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;margin-top:5px;}
.news .news_box ul li::after {position:absolute;width:0%;height:100%;left:0;top:0%;background:#E0F6FF;content:"";z-index:-1;-webkit-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.news .news_box ul li:hover::after {width:100%;-webkit-box-shadow:0 6px 6px 0px rgba(67,199,255,.1);box-shadow:0 6px 6px 0px rgba(79,160,168,.1);}



/*详情*/
.local{width: 1100px;padding-top: 50px;margin: 0 auto;padding-bottom: 50px;color: #666666;}
.local a{color: #BDBDBD;}

.show{width: 1100px;margin: 0 auto;padding-bottom: 50px;display:flex; justify-content:space-between;}
.show .show_left{width: 790px;}
.show .show_left_con{background: #F9F9F9;width: 100%; padding:30px;}
.show .show_left h1{ font-size: 24px; color: #000; font-weight: 500; padding-bottom: 20px; line-height: 30px;}
.show .show_left dl{ font-size: 14px; color: #999; padding-bottom:20px;}
.show .show_left dd{font-size: 16px; color: #666; line-height: 32px; padding-top: 10px;}
.show .show_left dd img{ max-width: 100%;}

.show .show_left .other{ width: 100%; padding-top: 20px;}
.show .show_left .other dt{ width: 100%;color: #666; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size: 12px; margin-bottom: 10px;}
.show .show_left .other dt a{color:#666;}
.show .show_left .other dt a:hover{ color: #43C6FF;}

.show .show_right{ width:280px;}
.show .show_right h1{ width: 100%;font-weight: 400;color:#000;font-size: 20px;}
.show .show_right ul{ width: 100%; margin-top: 20px;}
.show .show_right ul li{margin-bottom: 30px;}
.show .show_right ul li .pic{ text-align:center;overflow: hidden;}
.show .show_right ul li .pic img{ width:100%;display:block;transition: all .5s ease;}
.show .show_right ul li a:hover img{transform: scale(1.08,1.08);transition: all .3s linear;}
.show .show_right ul li .title{ font-size:14px;color:#666;width: 100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden; margin-top: 10px;}
