ul{margin:0;padding:0}
.container{/* width: 1150px; *//* margin: 0 auto; */min-height: 4.47rem;}
.news{position:relative;display:flex;align-items:flex-start;width: 11.50rem;max-width:100%;margin:0 auto;}
.news::after{content:'';display:block;clear:both;}

.news_list{width: 9.3rem;max-width:100%;padding:0 2em;float:right;flex:1;}
.news_item{width: 100%;margin: 0 auto;padding: .3rem 0;border-bottom: 1px dashed #ddd;background-color: transparent;font-size: .20rem;color: #FFF;-webkit-transition: background-color .5s ease;-o-transition: background-color .5s ease;transition: background-color .5s ease;list-style: none;cursor: pointer;}

.news_item:hover{background-color: #204372;-webkit-transition: background-color .5s ease;-o-transition: background-color .5s ease;transition: background-color .5s ease;}

.news_time{width: 1rem;height: 1rem;margin-right: .20rem;padding-top: .20rem;background-color: #204372;font-size: .20rem;color: #FFF;text-align: center;}

.news_time span:first-child{font-size: .24rem;color: #ffff;}

.news_title a{font-size: .24rem;font-weight: 400;color: #ffff;line-height: .32rem;-webkit-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;}

.news_title a:hover{color: #76B2E5;-webkit-transition: color .5s ease;-o-transition: color .5s ease;transition: color .5s ease;}

.news_cont{height:3em;margin-top:1em;font-size:.9em;text-indent:2em;}

.add_more{display:none;height: .4rem;margin: 1em auto 0;color: #FFF;font-size: .2rem;font-weight: 400;text-align: center;cursor: pointer;}
.add_more>button{color:inherit;background-color:transparent;border:0;outline:0;}
.add_more:hover{color: #76B2E5;transition: color .5s ease;}

.fl-l{float: left;}

.clear:after{content: '.';display: block;height: 0;clear: both;visibility: hidden;}
