.mycarousel{margin-bottom:40px;}
.news-header{padding:15px;background: url(bg.png) no-repeat;background-size:cover;}
.news-header .title{font-size:22px;color:#fff;position:relative;font-weight:bold;}
.news-header .more{margin-top:10px;}
.news-header .more a{color:#fff;}
.news-main{padding:20px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.news-item .pic{position:relative;min-height:100px;margin-top:20px;overflow:hidden;}
.news-item .pic img{width:100%;height:auto;display:block;transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s;}
.news-item .text{padding:10px;background:#f68320;text-align:center;}
.news-item .text2{background:#07a8eb;}
.news-item .text3{background:#0dc598;}
.news-item .text4{background:#f15f4d;}
.news-item .text a{font-size:18px;color:#fff;}
.news-item:hover .pic img { transform: scale(1.1);}